Why my games fail now?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
heillos
Level 1
Level 1
Posts: 6
Joined: Sun Aug 24, 2008 12:27 pm

Why my games fail now?

Post by heillos »

Hi,

today my Kubuntu was updated and now there is wine 1.1.3~winehq0~ubuntu~8.04 and my games don't work :(

Code: Select all

$ env WINEPREFIX="/home/heillos/.wine" wine "C:\Sierra\Zeus - Pan Olimpu\Zeus.exe"
fixme:ntoskrnl:KeInitializeSpinLock 0x4577a4
fixme:win:EnumDisplayDevicesW ((null),0,0x32f774,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag right now.
err:ddraw:IDirectDrawSurfaceImpl_IsLost  (0x142cc8) Implementation was changed from 2 to 0
err:ddraw:IDirectDrawSurfaceImpl_QueryInterface No interface
err:d3d:IWineD3DDeviceImpl_CreateSurface Unknown requested surface implementation 0!
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1409bc (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e1409bc).
Why? In prevoius version all was OK.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Why my games fails now?

Post by austin987 »

On Sun, Aug 24, 2008 at 12:31 PM, heillos <wineforum-user@winehq.org> wrote:
Hi,

today my Kubuntu was updated and now there is wine 1.1.3~winehq0~ubuntu~8.04 and my games don't work :(


Code:

$ env WINEPREFIX="/home/heillos/.wine" wine "C:\Sierra\Zeus - Pan Olimpu\Zeus.exe"
fixme:ntoskrnl:KeInitializeSpinLock 0x4577a4
fixme:win:EnumDisplayDevicesW ((null),0,0x32f774,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag right now.
err:ddraw:IDirectDrawSurfaceImpl_IsLost (0x142cc8) Implementation was changed from 2 to 0
err:ddraw:IDirectDrawSurfaceImpl_QueryInterface No interface
err:d3d:IWineD3DDeviceImpl_CreateSurface Unknown requested surface implementation 0!
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1409bc (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e1409bc).



Why? In prevoius version all was OK.





Please run a regression test:
http://wiki.winehq.org/RegressionTesting
heillos
Level 1
Level 1
Posts: 6
Joined: Sun Aug 24, 2008 12:27 pm

Post by heillos »

Sorry, I'm to big lama to understand this. I affraid to crash my system. But I've installed 1.1.2 back, and all is OK, except system says that there is wine to upgrade.
Locked