Cannot launch Computer Graphics Demonstration Tape demo

Questions about Wine on Linux
Locked
shished
Level 1
Level 1
Posts: 6
Joined: Sun Feb 22, 2015 9:42 am

Cannot launch Computer Graphics Demonstration Tape demo

Post by shished »

Demo crashes before startup. Here is terminal log:
$ wine ./thevoid.exe
(C) HACKERS 1985
documentation: --windowed --maximized --nosound --display [n]

fixme:win:EnumDisplayDevicesW ((null),0,0x33f690,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33f690,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33f2b0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",1,0x33f690,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f690,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f690,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f690,0x00000000), stub!
displays:
-> 0: (0,0) (1280,1024)
trying to open window (0,0) (1280,1024)
fixme:win:RegisterTouchWindow (0x10044 00000003): stub
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:imm:ImmReleaseContext (0x10044, 0x63920): stub
fixme:ole:CoCreateInstance no instance created for interface {3e90ade3-7594-4cb0-bb58-69628f5f458c} of class {529a9e6b-6587-4f23-ab9e-9c7d683e3c50}, hres is 0x80004002
fixme:imm:NotifyIME NI_CLOSECANDIDATE
Renderer: GeForce GTX 660/PCIe/SSE2
OpenGL version supported 4.5.0 NVIDIA 346.47
sound: 2 channels, 44100 samples/sec
sound: Predicted memory needed: 214020 (209924 + 4096)
Couldn't open audio: Audio target 'pulse' not available
fixme:imm:NotifyIME NI_CLOSECANDIDATE
I tried wine 1.7.38 and wine-staging 1.7.38. I'm using openSUSE Tumbleweed x86_64.
Link to the demo: https://www.pouet.net/prod.php?which=64972
shished
Level 1
Level 1
Posts: 6
Joined: Sun Feb 22, 2015 9:42 am

Re: Cannot launch Computer Graphics Demonstration Tape demo

Post by shished »

I've found the solution.
http://wiki.winehq.org/Sound "SDL applications"
Locked