Games Install but crashes follow

View: New views
16 Messages — Rating Filter:   Alert me  

Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I Can install games but when I go to play they, they crash and say they need to close.

I've installed Assassin's Creed and it loads the intro movie then crashes.

I also installed Empire Earth, same thing happens and it crashes.

"This may be caused by a problem in the program or a deficiency in Wine."  Thats what the error says.

And when I try run either of they in terminal, it says :charkoal@Compaqv3000:~/Desktop$ wine "Assassins Creed.exe"
wine: could not load L"C:\\windows\\system32\\Assassins Creed.exe": Module not found

charkoal@Compaqv3000:~/Desktop$ wine "Empire Earth.exe"wine: could not load L"C:\\windows\\system32\\Empire Earth.exe": Module not found






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well are the files there?  That is, are these files present:?

"~/.wine/drive_c/windows/system32/Assassins Creed.exe"
"~/.wine/drive_c/windows/system32/Empire Earth.exe"






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
> I've installed Assassin's Creed and it loads the intro movie then crashes.
> I also installed Empire Earth, same thing happens and it crashes.

What Wine version, video card and drivers?


Charkoal wrote:
> And when I try run either of they in terminal, it says :charkoal@Compaqv3000:~/Desktop$ wine "Assassins Creed.exe"
> wine: could not load L"C:\\windows\\system32\\Assassins Creed.exe": Module not found

http://wiki.winehq.org/FAQ#run_from_terminal






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


KenJackson wrote:
> Well are the files there?  That is, are these files present:?
>
> "~/.wine/drive_c/windows/system32/Assassins Creed.exe"
> "~/.wine/drive_c/windows/system32/Empire Earth.exe"


No they files aren't in there, how do I put they there ?






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have the latest wine version. And I have the specs req for the games because I used to have Empire Earth installed when i was on windows.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
>
> KenJackson wrote:
> > Well are the files there?  That is, are these files present:?
> >
> > "~/.wine/drive_c/windows/system32/Assassins Creed.exe"
> > "~/.wine/drive_c/windows/system32/Empire Earth.exe"
>
>
> No they files aren't in there, how do I put they there ?

They shouldn't be in system32. That's just the last path Wine looks for the file if it can't find it in your current directory, the one given, or ~/.wine/drive_c/windows/. In other words, you're trying to run the exe from a place where the exe doesn't exist. cd to the proper directory first.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok heres what happened when I run it in terminal:

charkoal@Compaqv3000:~$ cd "/home/charkoal/.wine/drive_c/Program Files/Ubisoft/Assassin's Creed"
charkoal@Compaqv3000:~/.wine/drive_c/Program Files/Ubisoft/Assassin's Creed$ wine AssassinsCreed_game.exe
fixme:system:SetProcessDPIAware stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f618,0x00000000), stub!
fixme:dxgi:dxgi_adapter_GetDesc iface 0x14ee00, desc 0x5817cc stub!
fixme:dxgi:DXGID3D10CreateDevice Ignoring adapter type
fixme:win:EnumDisplayDevicesW ((null),0,0x32f494,0x00000000), stub!
fixme:dxgi:dxgi_output_GetDesc iface 0x14ee20, desc 0x581a8c stub!
fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x14ee20, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0, mode_count 0x32f970, desc 0x587650 stub!
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
charkoal@Compaqv3000:~/.wine/drive_c/Program Files/Ubisoft/Assassin's Creed$ err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x189170,0x1898e0): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x2c5e44c,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 1112945234 (as fourcc: R2VB) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1112945234) in the format lookup table
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Wed, 06-Nov-2109 14:06:02 GMT; path=/")
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Wed, 06-Nov-2109 14:06:02 GMT; path=/d, 06-Nov-2109 14:06:02 GMT; path=/")
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=20480, mixpos=19724/37888 (19724/37888), primary_mixpos=928, writepos=45984, mixlen=0
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
err:d3d:resource_init Out of adapter memory
wine: Unhandled page fault on read access to 0x00000000 at address 0xaa4ae9 (thread 0084), starting debugger...
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 75 requests (75 known processed) with 1 events remaining.


And it froze with white screen after the intro movie.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
> err:d3d:resource_init Out of adapter memory

Set amount of your card's video memory in registry. See VideoMemorySize here: http://wiki.winehq.org/UsefulRegistryKeys

You can set the video memory size with this command (all one line):

Code:

echo -e "[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]\n\"VideoMemorySize\"=\"512\"" | wine regedit -









Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks that code got it to work up to the game menu, now when I click on new game to play it goes to loading screen then freezes with white screen.

This is the terminal output:

fixme:d3d_surface:surface_load_ds_location (0x45acdc0) Not supported with fixed up depth stencil






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And this is the second game i tried to run:

charkoal@Compaqv3000:~$ cd "/home/charkoal/.wine/drive_c/Sierra/Empire Earth"
charkoal@Compaqv3000:~/.wine/drive_c/Sierra/Empire Earth$ wine "Empire Earth.exe"
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f30c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f30c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f24c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f24c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f324,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETOPENSTATUS
fixme:imm:ImmReleaseContext (0x70036, 0xa910c08): stub
err:ntdll:RtlpWaitForCriticalSection section 0x7e51ff80 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 001a, blocked by 0009, retrying (60 sec)
wine: Critical section 7e51ff80 wait failed at address 0x7bc34e6f (thread 001a), starting debugger...
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 70 requests (70 known processed) with 0 events remaining.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Empire Earth is a lower required specs game and I used to have it on windows, so I know the problem isn't with my computer.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
> Empire Earth is a lower required specs game and I used to have it on windows, so I know the problem isn't with my computer.

What video card and drivers do you have? Don't forget Linux drivers are totally different from Windows drivers and things might not work the same.






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Where do I click to find out?






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
> Where do I click to find out?


Code:
lspci | grep VGA
glxinfo | grep version








Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

charkoal@Compaqv3000:~$ lspci | grep VGA
00:12.0 VGA compatible controller: nVidia Corporation GeForce 7150M (rev a2)
charkoal@Compaqv3000:~$ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.3
OpenGL version string: 2.1.2 NVIDIA 169.12






Re: Games Install but crashes follow

by Davvvve :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Charkoal wrote:
> charkoal@Compaqv3000:~$ lspci | grep VGA
> 00:12.0 VGA compatible controller: nVidia Corporation GeForce 7150M (rev a2)
> charkoal@Compaqv3000:~$ glxinfo | grep version
> server glx version string: 1.4
> client glx version string: 1.4
> GLX version: 1.3
> OpenGL version string: 2.1.2 NVIDIA 169.12


I don't think those are the most up-to-date modules (I use the 190 BETA)...

Do you have 3D effects enabled (Compiz-Fusion/XGL?)
Does 3D work fine in native applications? (Example: glxinfo | grep "direct rendering" outputs "Yes" and glxgears runs smoothly?)

Cheers,

Jorl17