Next Car Game - Possible Sound Issue

Questions about Wine on macOS.
Locked
petrarch
Newbie
Newbie
Posts: 1
Joined: Sat Apr 26, 2014 1:51 am

Next Car Game - Possible Sound Issue

Post by petrarch »

I'm trying to run Next Car Game using Wine. An opening screen turns up, but the game crashes when just after the sound starts. The run log is:

fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x8086 device_id=0xa26 for driver_model=3
fixme:win:EnumDisplayDevicesW ((null),0,0x480d33c,0x00000000), stub!
fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x8086 device_id=0xa26 for driver_model=3
fixme:win:EnumDisplayDevicesW ((null),0,0x480d43c,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:xinput:XInputGetCapabilities (0 1 0x1fa7925c)
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:xinput:XInputGetState (0 0x20a7f2ec)
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
wine: Unhandled page fault on read access to 0x0000000c at address 0x473df95b (thread 0028), starting debugger...
/Users/Mitchell/Applications/Wineskin/CarGame.app/Contents/Frameworks/wswine.bundle/bin/wine: line 2: 36865 Terminated: 15 "$(dirname "$0")/CarGame983668634Wine" "$@"
couldn't load main module (2)
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
0000001d 0
0000001c 0
00000016 0
00000014 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001b 0
00000018 0
00000017 0
00000013 0
00000019 plugplay.exe
0000001f 0
0000001e 0
0000001a 0
00000022 explorer.exe
00000023 0
winedbg: Internal crash at 0x405c20bc
Locked