- Subscribe to RSS Feed
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-02-2007 03:20 PM
Here is the fix. Hours of web trolling helped me find this. You actually have to manually patch your own damn software. Whichever primary executable you are using is the one to fix. So if you patch then simply fix the patched main exe. Now I never crash. Not randomly.. not trying.. not when I save.. nothing.. works perfect. This method actually patches you main executable with the LARGEADDRESSAWARE flag so it will address more memory. WHY THQ did not see this as a problem I have no idea.
Just download that:
http://files.filefront.com/3GB_enabler2zip/;679181
In this zip file, you should find editbin (this zip file was for "patching" supreme commander)
Don't forget to backup your original XR_3DA.exe file (for futur patch compatibility)
FOR VISTA 32 and 64 "Vista 32 users may have to apply second step as well."
1. Copy your XR_3DA.exe from your /Stalker/bin file to your editbin "3gb_enabler2 unzipped" directory.
2. Open an Elevated Command Prompt with Administrator Privileges " See below if you're not sure how"
3. Change to your unzipped 3gb directiory where you have editbin.exe.
4. type "editbin.exe /LARGEADDRESSAWARE XR_3DA.exe" no quotes
EXTRA STEP VISTA 32: x64 users do not have to do this at all as x64 has no problems giving 4gb+ ram to 32 bit apps.. however.. Vista 32 users may.
5. type "BCDEDIT /set increaseuserva 2900" no quotes. NOTE: System boards vary. if 2900 does not work try 3072
6. Copy the patched XR_3DA.exe back to your /bin directory.
How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista.
2.Locate the Command Prompt menu item (buried deep inside Accessories under All Programs or appear on program access history).
3.Right click on Command Prompt.
4.On the pop-up right click context menu, select “Run as Administrator”.
Other Notes:
The clue is 32-bit application without LARGEADDRESSAWARE can't see and use more then 2 GB on any Microsoft OS (32 or 64 bit). Not depend on how many GB you have installed. Stalker on max settings use more then 1,5 GB memory. Vista after start use about 500 MB. 1,5 GB + 500 MB = 2 GB - max memory limit reached and cause application crash when STALKER try to use more memory. With LARGEADDRESSAWARE flag 32-bit application can use 3 GB on 32 bit Windows and 4 GB on 64 bit Windows. It is more then enough for STALKER max settings handle.
BTW the same issue is true for Gothic 3 with max settings and Vista.

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-13-2007 08:05 AM
I'm going to try this fix for some of my other problem Vista games like Company of Heroes and Gothic 3 and see if it resolves those problems too. Now if only THQ would come out with a patch to fix all the mission and item bugs in the game I'd be in heaven.
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-13-2007 08:21 AM

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-13-2007 08:31 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-15-2007 09:54 PM

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-17-2007 11:45 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-17-2007 10:33 PM

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-14-2007 01:02 PM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 04:01 AM - last edited on 07-16-2007 04:03 AM
Message Edited by lestat666 on 07-16-2007 04:01 AM
Message Edited by lestat666 on 07-16-2007 04:02 AM
Message Edited by lestat666 on 07-16-2007 04:03 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 05:47 AM
Step 4 is simply adding the command listed onto the end of the command line. Given the example I have above, the command line in the command prompt would look something like:
C:\users\[account]\desktop\3gb_enabler>editbin.exe /largeaddressaware XR_3DA.exe
Step 5 is similar in that it would look something like:
C:\users\[account]\desktop\3gb_enabler>BCDEDIT /set increaseuserva 2900
or
C:\users\[account]\desktop\3gb_enabler>BCDEDIT /set increaseuserva 3072
I hope this helps to clarify.
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 07:44 AM - last edited on 07-16-2007 07:59 AM
thanks!
Message Edited by lestat666 on 07-16-2007 07:46 AM
Message Edited by lestat666 on 07-16-2007 07:58 AM
Message Edited by lestat666 on 07-16-2007 07:59 AM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 08:17 AM - last edited on 07-16-2007 08:58 AM
So what you want to do is remove the "windows\system32" part (obviously) and replace it with the parts below. There are a few different ways you can do this but I'll walk you through the easiest but most time consuming one.
1.) Starting with your first prompt you should type cd.. so that it looks like the line below and then hit enter.
C:\Windows\system32>cd..
2.) That should take you back one directory so that the system32 is no longer showing. Once again you want to type cd.. so that it looks like the line below and hit enter.
C:\Windows\>cd..
3.) That should take you back one more directory so that the Windows is no longer showing and you will just be at the C:\> prompt. From here we want to start going back down the directory tree to the folder that you have unzipped the files to. Since I do not know where that is, I will use my example for this explanation. To start back down the directory tree we still use the cd command but this time without the periods. So the next directory in my example is the Users directory so you would type in cd users so that it looked like the line below; then hit enter.
C:\>cd users
4.) Next, continuing down the directory tree you'd put in the next directory, proceeded by cd so it would look like the below line (though [account] would be replaced by whatever your account name is), then hit enter.
C:\Users>cd [account]
5.) Next, we do the same thing for the next directory.
C:\Users\[account]>cd desktop
6.) And finally, for my example, we do it one last time for the last directory:
C:\Users\[account]\desktop>cd 3gb_enabler
7.) Once you hit enter you should see the below line (or something similar based on where you extracted the files). From here you can continue the other steps.
C:\Users\[account]\desktop\cd 3gb_enabler>
If at any point in steps 3 through 6 you get an error message that says something like "The system cannot find the path specified" that means that you typed something in wrong. You can use the dir command to list all the folders and files under the directory you are currently in and see if you are spelling the name of the directory wrong.
I hope that helps.
Message Edited by ogunther on 07-16-2007 08:18 AM
Message Edited by ogunther on 07-16-2007 08:48 AM
Message Edited by ogunther on 07-16-2007 08:58 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 08:33 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 08:47 AM
You can't get rid of the ">" as it is basically just a placeholder or guide. I'll edit my original post to correct this.
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 08:53 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 08:59 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 09:28 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2007 09:47 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2007 12:53 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2007 02:00 PM
lestat666 wrote:Thanks to this fix, and the help I got here, I'm running at 1680x1050 resoluiton with everything maxed out (GTS 8800 640mb) without a hiccup. Before the fix, I couldn't even move my mouse around without it freezing up every 3 secondsthanks agian!!

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 10:48 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 11:52 AM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 01:36 PM - last edited on 07-18-2007 01:36 PM
Message Edited by emo_masterchief on 07-18-2007 01:36 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 01:48 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 03:24 PM

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2007 07:40 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-19-2007 08:23 AM
You only need the fix in Vista at higher resolutions and graphics settings.
emo_masterchief wrote:i just tryed playing the game with out the 3gb_enabler and it seems to have just needed to warm up i played it for five hours with no lagging or crashes.my OS is a Vista Ultimate 32thanx for the help

Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-27-2007 07:06 AM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-03-2007 02:28 AM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 07:15 AM - last edited on 10-31-2007 07:38 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 12:59 PM
Ashesfalldown wrote:
I need some clarifying on this step: Copy your XR_3DA.exe from your /Stalker/bin file to your editbin "3gb_enabler2 unzipped" directory. Do you just copy the XR_3DA.exe and put it in the 3gb_enabler2 file? because the editbin is not a file so I can't put it into it, unless there is a special way I don't know of to put it into the editbin. I tried to run the editbin and it just closes out automaticly, I understand how to do the rest of the steps its explained very well, I just need clearing up on step one. Thanks, I hope I get a reply soon cause this is just wearing thin all these vista problems.
You are simply patching your main executable.. so take the original from your installed directory.. place it in your working directory.. patch it.. then move it back to your installed game directory.. All this must be done from an admin console. Instructions for opening an admin console command line are above.

Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 01:39 PM - last edited on 10-31-2007 07:38 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 04:55 PM

Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 05:08 PM - last edited on 10-31-2007 07:38 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2007 10:25 PM
1. Copy your XR_3DA.exe from your /Stalker/bin file to your editbin "3gb_enabler2 unzipped" directory.
ashesfalldown wrote:
i have the 64 bit edition of vista, 8800 nvidia ultra, 6000+ amd 64x2 processer, 3 gigs of ram. I just want to do this right and right now I don't understand what I do with the stalker start up file for step one. Do i just throw it in the 3 gb folder and do the other steps or do you do something else. I just don't understand that part of it, just need to know in more detail how to do step one.
This one? You unzupped the file that had the 3gb enabler in it right? Copy the XR3da file to it.

Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-13-2007 07:38 AM - last edited on 10-31-2007 07:38 PM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-13-2007 03:37 PM - last edited on 10-31-2007 07:39 PM
Re: S.T.A.L.K. E.R. Vista crash fix
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-13-2007 04:10 PM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-15-2007 09:14 AM - last edited on 10-31-2007 07:39 PM
Re: S.T.A.L.K. E.R. Vista crash fix
[ Edited ]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2007 08:45 PM - last edited on 10-24-2007 08:50 PM
__________________________________________________
Ok Sorry if I am being a bit dense here but could somebody tell me where I find this XR_3DA.exe file? I searched my disk and didn't find it....? I couldn't find a directory called "Stalker" either.
I am trying to patch "Railroads" and came across a link on wikipedia to this thread as a fix for it crapping out on me just as things are going well.
I am using Vista32 Ultimate on a quad-core HP w/ 4Gb RAM; NVidia GTS 8800 Video Card.








