Assassin's Creed

Assassin's Creed

29 ratings
Assassin's Creed 1, W10 Fixes for start and stuttering
By ZanyScum
When trying to start Assassin's Creed 1 with Windows 10 it will most likely not start and if you get it to start it will stutter from time to time. This guide shows you how to fix it. Probably.
3
   
Award
Favorite
Favorited
Unfavorite
Game not starting
If you have too many cores then Assassin's Creed will not start.
The solution is pretty simple and straight forward:

We will create a batch file which will start the game with certain cores only.

Go to the installation folder
  • In your Steam library right-click "Assassin's Creed" and select "Properties".
  • Left-Click "Installed Files"
  • Left-Click "Browse..."
  • Now you are in the correct folder and can use it directly or copy/paste the path and use your normal way of doing things.

Create the file
Create a file with the name "start-affinity.cmd" with this content:
start /affinity 0x0000000000000003 testapp.exe

Yes, you read right. "testapp.exe", not something else, this is NOT an error.

If this is not working, try changing the hexmask.
Here is an Url[bitsum.com] which can quickly help you, but if you want to understand what you are doing then open a command line and enter:
help start
and look for "AFFINITY" to get started.

Starting now?
  • Double left-click the .cmd file
  • If Assassin's Creed starts, we are nearly done with the the first half of our fixes.
  • With the RIGHT mouse button, drag&drop the .cmd to your desktop.
  • Select "Create shortcut here".
  • Rename the shortcut to "Assassin's Creed".

Changing the icon
If you are feeling fancy, change the icon of the desktop shortcut:
  • Right-click the shortcut on your desktop
  • Properties
  • Shortcut
  • "Change Icon..."
  • Browse to the directory where you just created the .cmd
  • Select one of the .exe files which look like assassin's heads
  • select the icon
Game stuttering
The reason for the stuttering is that the game is trying to connect to a server which does not exist any longer.
We can ease that pain.

  • Open "notepad" or some like that as administrator.
  • Then open "C:\Windows\System32\drivers\etc\hosts" and add these lines:
    203.132.26.155 127.0.0.1 216.98.50.240 127.0.0.1
  • Save the file

Now the game should not stutter any more.

I did not need the 2nd line when I created this guide. But you can read the comments, someone (Rob) said he needed it now. So I added the 2nd line.
14 Comments
cracked gamer 5 Oct @ 6:19am 
Thanks mate. This solved it.:krstar::steamthumbsup::bf1star::krlvlup:
Reese 21 Sep @ 10:13am 
what do i write "start /affinity 0x0000000000000003 testapp.exe" on
laazarus 13 Sep @ 1:30am 
Wrote something to fix this Stutter - works for me -

https://github.com/TheLazarus/Assassins-Creed-Director-s-Cut-PC-Steam-Stutter-Fix/tree/main

Instructions in Readme
Gatebreacher 6 Jul @ 4:45pm 
An update dor the guide: navigate to the path you mentioned and move the hosts file outside. Make the changes on it and then put it back in.
Ratonica 26 Jun @ 7:01am 
The best way to play this game or any old 32bit game is to cap to 30/45/60 fps
Have a great day.
MerunD 4 May @ 5:06am 
I needed 2nd line too, it was stuttering still with only 203 one
Dr Zephy 24 Mar @ 12:01pm 
I have tried to make the batch file and the game does launch, however the game instantly crashes in the as the animation for the Ubisoft Logo starts playing.
rob 26 Feb @ 6:43pm 
Originally it worked with just the 203 line but later stopped working. Might have been due to using Xbox controller. I didn't experiment to verify that was the cause.
ZanyScum  [author] 26 Feb @ 11:37am 
@rob thank you, I changed the guide. As long as this is not the playboy site, it should not hurt anybody.
rob 26 Feb @ 11:27am 
Found that the game is (at least now) also searching for an XBOX server. Had to add line to hosts file:
216.98.50.240 127.0.0.1