Games Crash to Desktop after initial splash screen is shown

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gibsongirl
Level 1
Level 1
Posts: 5
Joined: Tue Jan 27, 2009 11:33 am

Games Crash to Desktop after initial splash screen is shown

Post by gibsongirl »

I have wine 1.0 installed. On my Dell dimension b110. I have installed Civilization 3 and when I attempt to run it, I see the civ3 splash screen and it crashes to desktop. Likewise with CityofHeroes. I get the initial splash screen and the game crashes to desktop. Today I tried running Civ via terminal and I got : "jennifer@SuperCoolness:~$ wine start civ3.exe
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found

jennifer@SuperCoolness:~$"

I would appreciate all help I can get. Thank you. Sincerely, Gibsongirl
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Games Crash to Desktop after initial splash screen is sh

Post by vitamin »

gibsongirl wrote:wine start civ3.exe
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found
Looks like your Wine configuration is busted. Remove/rename ~/.wine directory and try again.
gibsongirl
Level 1
Level 1
Posts: 5
Joined: Tue Jan 27, 2009 11:33 am

Post by gibsongirl »

And yet I can now load the city of heroes updater. the bottom of the updater is cut off. Since I can't figure out how to attach a screenshot,I am just going to describe the problem to you. The COH updater is a box and at the bottom of the updater on the right hand side are two buttons one above the other. Verify all Files and just below that OK. Since the bottom of the window is cut off, I can't click ok to check to see how well the game runs. so I guess my problem is more that:

I cannot make the wine window any larger.

I just go into synaptic and remove my wine install? When I reinstall wine won't it go to the same place?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

gibsongirl wrote: I just go into synaptic and remove my wine install? When I reinstall wine won't it go to the same place?
It's not Wine you were told to remove and reinstall, it's your Wine configuration settings.

Code: Select all

rm -rf ~/.wine
Note that this will remove everything you've installed in that wineprefix, so if there's something you want to save, rename it instead of deleting it.

After that, run the installer for your app again. A new ~/.wine will automatically be created.
Locked