|
On July 01 2010 05:47 ss6290 wrote: I have the same problem and I am already running SC:BW on compatability mode for XP. After I get maybe twenty minutes into a game it freezes and I have to manually shut down to fix it. Any help would be appreciated.
Set it to compatability mode for windows 95, that worked for me. Also did while i used Vista.
Edit:
These are the settings i use.
Edit2: i should maybe check run as administrator because now it asks me everytime it starts up :p
|
On July 01 2010 06:02 Baksteen wrote:Show nested quote +On July 01 2010 05:47 ss6290 wrote: I have the same problem and I am already running SC:BW on compatability mode for XP. After I get maybe twenty minutes into a game it freezes and I have to manually shut down to fix it. Any help would be appreciated. Set it to compatability mode for windows 95, that worked for me. Also did while i used Vista. Edit: These are the settings i use. Edit2: i should maybe check run as administrator because now it asks me everytime it starts up :p Unfortunately, that did not solve the freezing issue. Any more suggestions?
|
On July 01 2010 06:39 ss6290 wrote:Show nested quote +On July 01 2010 06:02 Baksteen wrote:On July 01 2010 05:47 ss6290 wrote: I have the same problem and I am already running SC:BW on compatability mode for XP. After I get maybe twenty minutes into a game it freezes and I have to manually shut down to fix it. Any help would be appreciated. Set it to compatability mode for windows 95, that worked for me. Also did while i used Vista. Edit: These are the settings i use. Edit2: i should maybe check run as administrator because now it asks me everytime it starts up :p Unfortunately, that did not solve the freezing issue. Any more suggestions?
Did you try this already?
On July 01 2010 02:12 Bibdy wrote:Show nested quote +On June 30 2010 22:48 Baksteen wrote:On June 30 2010 20:00 BrTarolg wrote: Wow i just experienced this for the first time after running BW on windows 7
Really sucks i cant play at all game just freezes and i dont know how to fix Did you set it to compatibility mode for windows 95, with 265 colors and the altered resolution, 640*480 because i just reinstalled the client and i had no problems at all. Yeah, that worked fine for me. Can't remember if I needed to set the affinity to 1 CPU (after its loaded, alt-tab out, go to Task Manager -> Right Click the exe in Processes -> Set affinity) like I've had to do for several other old games lately like Thief 1 and TA: Kingdoms.
|
On July 01 2010 06:44 Baksteen wrote:Show nested quote +On July 01 2010 06:39 ss6290 wrote:On July 01 2010 06:02 Baksteen wrote:On July 01 2010 05:47 ss6290 wrote: I have the same problem and I am already running SC:BW on compatability mode for XP. After I get maybe twenty minutes into a game it freezes and I have to manually shut down to fix it. Any help would be appreciated. Set it to compatability mode for windows 95, that worked for me. Also did while i used Vista. Edit: These are the settings i use. Edit2: i should maybe check run as administrator because now it asks me everytime it starts up :p Unfortunately, that did not solve the freezing issue. Any more suggestions? Did you try this already? Show nested quote +On July 01 2010 02:12 Bibdy wrote:On June 30 2010 22:48 Baksteen wrote:On June 30 2010 20:00 BrTarolg wrote: Wow i just experienced this for the first time after running BW on windows 7
Really sucks i cant play at all game just freezes and i dont know how to fix Did you set it to compatibility mode for windows 95, with 265 colors and the altered resolution, 640*480 because i just reinstalled the client and i had no problems at all. Yeah, that worked fine for me. Can't remember if I needed to set the affinity to 1 CPU (after its loaded, alt-tab out, go to Task Manager -> Right Click the exe in Processes -> Set affinity) like I've had to do for several other old games lately like Thief 1 and TA: Kingdoms. It says the operation could not be completed and that access is denied. Edit: Nvm, I did it now I will try to play again.
|
Hope that it works! What you could try otherwise, but what i have not tried is this:
On December 15 2009 01:51 inReacH wrote: I think I found a fix, I played all of yesterday with no problems... these are all the things I did, I'm not sure if one or a combination of them was what helped but here goes:
1.Close winamp. 2.Go into NVIDIA control panel and set Starcraft to use only one GPU(I'm using a gtx 295 so if you have a single GPU gfxcard this one won't be necessary) 3.Turn vertical sync off for starcraft in NVIDIA control panel.(doubt this one matters) 4.Go to your Starcraft directory, right click on starcraft.exe, properties, compatibility, check mark all boxes except disable desktop comp and disable display scaling.
5.Open notepad.
copy/paste:
cmd.exe /C start /affinity 1 D:\"SC"\"Launcher"\"Launcher.exe" ping 127.0.0.1 -n 2 taskkill /f /IM explorer.exe ping 127.0.0.1 -n 2 cd C:\SC\StarCraft\ rem cmd.exe /C start /affinity 1 D:\"SC"\"StarCraft.exe" rem Wait for the game to quit, press Enter to continue pause start explorer.exe exit
Replace those paths with what you have for said files, save as .bat file. Now when you wish to play start SC by clicking the file you created, it kills explorer until you stop playing. You can also create a shortcut of the file and make it look like SC so it looks prettier. ---------------------------------------------------------------------------------------------------------------------- I'm about to go play SC all day so if I crash I'll edit this post with a something like 'fuck my life', if this is still here then it's working.
If you need help with any of the steps please post the question here and you might want to pm me.
You should post your own filepaths in the D:\"SC"\"Launcher"\"Launcher.exe" stuff. Good luck hope it helps!
|
So, i've been trying different modes with windows 7. I think it's been more reliable when I don't kill explorer.exe
My batch file right now does the same as everyone else, but it doesn't stop the explorer.exe process. Just played a game (13 mins). Seemed ok...
When I didn't have explorer.exe running, tabbing out sometimes produced a black screen. Maybe the explorer window manager is maintaining some things that are essential. I notice that the new fancy graphics Iccup launcher can't start unless explorer is running.
|
I just can't get this to work. I'm over 10 losses at iccup because of this shitty bug and it's driving me nuts. I tried different compability modes, no winamp / no firefox running in background without any success.
I tried the batfile, but all it does is try to open the ICCUP launcher which 'stops replying' after a couple of seconds, it doesn't even open broodwar. + Show Spoiler + bw.bat
cmd.exe /C start /affinity 1 C:\"Program Files (x86)"\ICCup\Launcher\Launcher.exe ping 127.0.0.1 -n 2 taskkill /f /IM explorer.exe ping 127.0.0.1 -n 2 cd C:\"Program Files (x86)"\StarCraft\ rem cmd.exe /C start /affinity 1 C:\"Program Files (x86)"\StarCraft\StarCraft.exe rem Wait for the game to quit, press Enter to continue pause start explorer.exe exit
How can I fix this??
|
My bat file has + Show Spoiler +taskkill /f /IM explorer.exe > NUL pause start /B explorer.exe
I start starcraft, alt-tab, and run this bat, then when i'm done you just have to go back into the command prompt window and press any key to relaunch explorer.exe
then you can use prio to make affinity changes permant http://www.prnwatch.com/download.html
|
Closing explorer.exe manually and running the game doesn't help either. Only one fast game then it froze as I started the second one. Is my only option to dualboot XP just to play?
|
While looking into this issue myself, I found this thread that supports its a compatibility issue between Windows 7 and old DirectDraw applications. http://social.answers.microsoft.com/Forums/en-US/vistagaming/thread/4e83dac8-8d4d-4dad-9f1d-e08fa2fe1e48 Quoting interesting tidbits
Scouring the web, I have come to the conclusion that this is a Windows 7 issue, and there is no link between hardware, or drivers as it occurs on ATI, Intel and Nvidia chips. Games such as Starcraft may freeze as soon as you hit the first menu screen, or as late as half way through a mission. ... So far i've verified that Affinity does not fix it. Process Priority does not fix it. End tasking or pausing Explorer does not fix it. Selective startup does not fix it. Running without drivers will not fix it (don't even bother suggesting it). This is an issue that doesn't have any correlation to system configuration, The game that gets the most coverage with this issue is Starcraft and though that might get a Patch, its no doubt that the Age of empires games won't. The freeze is not a hardlock, rather its a freeze of the display and input controls. Processes in the background continue running and if you are in a chat on skype or xfire these continue as well according to some users. Someone mentioned a Race issue between Ddraw and WDDM, but i've no idea how to verify that. Specific Starcraft issue is here http://www.sevenforums.com/gaming/11659-starcraft-freezes-after-1-5-minutes-playing.htmlhttp://www.sevenforums.com/gaming/10190-starcraft-system-crash.htmlbut Issues for Age of empires and worms can be found across the internet. theres even on here http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/bde26b63-e8fc-46ac-8541-7f8154c8328dNote: All the fixes known to work on Vista, do not work on Windows 7.
i have done further looking into this with multiple applications which make use of double buffering or triplebuffering (and vsync). The results are that these applications when run in DDraw fail to lock the primary buffer and result in Screen tearing and also the drawing of the windows startmenu orb and flashing taskbar buttons to display on top of the application in fullscreen. Had the primary framebuffer locked, this would NOT occur. That said. This is a windows 7 bug spanning both X32 and x64, and video drivers have no bearing what so ever. The same applications work fine on Vista. The only thing i can think of is these applications are displaying the behavior of an application manifested for Windows 7, rather then older versions and so are unable to lock the primary buffer. more info here http://www.codenamewindows.com/?p=58
As I understand it, DirectDraw assumes it can lock the primary draw buffer, and Windows 7 itself draws to the buffer, since so much of the GUI is now done in 3D e.g. Aero. At some point they both try and draw to the buffer at the same time, resulting in a freeze of the display (both programs are waiting for the buffer to be released, neither lets go, and thus you get a classic deadlock due to the inter-process race condition).
XP Compatibility mode achieves nothing sadly - neither does XP Mode, as Squall mentions, the game can't switch display modes under XP Mode.
I've resorted to Windows XP in VirtualBox.
Anyhow, search for a program called ChaosLauncher. I initially used CL to launch StarCraft in windowed mode because my LCD would auto-stretch to widescreen, but it can also be used to play SC in fullscreen. It appears to take control of DirectDraw or something, I don't know the details, I've only ever dabbled in programming. The important thing is it prevents StarCraft from freezing on me.
here is another way however, it would require keeping starcraft in a window (which does work) and then scaling that window to desktop size.
coupled with warlord_7's colour compatibility reg patch it should work.
|
I've tried pretty much every solution suggested out there and the only thing that works is to dualboot to XP (or at least it is for me )
|
So, just to clear things up:
WINDOW MODE IS THE ONLY SOLUTION ATM
|
Window mode doesn't do it for me. Without mousescrolling and constantly clicking outside the starcraft windows it's impossible to play, hell I can't even watch replays this way.
I'm loosing it here. Do I have to choose between not playing starcraft and reformatting + installing XP - again?!
|
U could always dual boot xp... I understand ur pain playing in window mode... bw runs slow for me too.. also, there is an option to keep the mouse inside the window.... are u using it?
|
Close all applications running except for BW... No winamp, no browsers, no background applications, no nothing. If you close EVERYTHING it will run without freezing.
EDIT: Skype is ok in my experience, it doesn't freeze with skype open. Just make sure the window is closed and skype is only running in the background. Also disable screen popups.. Applications with pop-ups like, messenger, skype, steam etc. will make it freeze.
|
Maybe this thread has some solutions for people still working on getting it to run?
|
I also had this problem I tried everything that's been said in this topic, messed up the settings in Starcraft (Color cycling / CPU throttling), compatiblity modes, killed all unnecessary processes, changed the affinity etc... The only solution I had to play on Win 7 was to play on windowed mode... which sucks because 1x size is very small, and in 2x size I couldn't see both bottom and top part of my screen.
I finally created a virtual machine using Sun Virtual Box running on win XP just to run BW, and I can say it works really well.
|
I'm tired of people saying "Close Everything'' me, and many others have tried literally everything posted in this thread with no success.
I haven't played broodwar in months because of this, I literally stopped caring.
|
I've found a fix for the colors, perhaps this fixes the crashes as well. Could try it.
In Win 7, right click desktop, open screen resolution. Go to advanced settings link. This should open the familiar tabs (adapter monitor graphics, etc.). Play game.
Yes, leave the window open.
|
On July 05 2010 03:56 olof wrote: Window mode doesn't do it for me. Without mousescrolling and constantly clicking outside the starcraft windows it's impossible to play, hell I can't even watch replays this way.
I'm loosing it here. Do I have to choose between not playing starcraft and reformatting + installing XP - again?! click the little mouse cursor button on the top right, it will lock your mouse to within the window.
THE ONLY FIX IS TO USE WINDOW MODE. Closing background programs, setting CPU affinity, restarting/closing explorer.exe, compatability mode. NONE OF THESE WILL SOLVE THE PROBLEM.
|
|
|
|