Hello,
I'm trying to get this game working under POL, following the advice from here and here. Namely, I installed a 6.0-staging version of Wine, created a virtual drive and installed the GOG game in there.
Then, I installed d3d9 and iccvid.dll through the libraries tab of Configure Wine.
All of that didn't help and I get the Windows NT warning. Then, I get this (in full screen mode):
Continue game?
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0024:fixme:xrandr:xrandr10_set_current_mode Non-primary adapters are unsupported.
0024:err:system:ChangeDisplaySettingsExW Changing L"\\\\.\\DISPLAY1" display settings returned -2.
Unable to get screen mode 640x480x8
error=16385
The game will be terminated.
0024:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0024:fixme:xrandr:xrandr10_set_current_mode Non-primary adapters are unsupported.
0024:err:system:ChangeDisplaySettingsExW Changing L"\\\\.\\DISPLAY1" display settings returned -2.
ABNORMAL TERMINATION
Or this (in windowed mode):
Continue game?
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0016E8E0, flags 0x1, event 00000000 stub!
0024:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.
0024:fixme:iccvid:ICCVID_DriverProc Unknown message: 401e 21299448 21299496
0024:err:iccvid:decode_cinepak CVID: corruption 29700 (QT/AVI) != 13158 (CV)
wine: Unhandled page fault on write access to 0D8A8070 at address 6AD411BC (thread 0024), starting debugger...
Backtrace:
=>0 0x6ad411bc cvid_v1_24+0x4c(stride=<is not available>) [Z:\root\wine-git\wine32-build\..\dlls\iccvid\iccvid.c:219] in iccvid (0x0031f728)
1 0x6ad42356 decode_cinepak+0x985(cvinfo=<is not available>, buf=<is not available>, size=<is not available>, output=<is not available>, out_width=<is not available>, out_height=<is not available>, 2 0x6ad42d49 ICCVID_DriverProc+0x408() [Z:\root\wine-git\wine32-build\..\dlls\iccvid\iccvid.c:932] in iccvid (0x0031f858)
...
Unable to access file 'Z:\root\wine-git\wine32-build\..\dlls\iccvid\iccvid.c'
So, it seems, the problem with the dll isn't solved.
Any help would be much appreciated