I'm trying to run the game "Dr Kawashima - Brain stimulation" from my Ubuntu system. This game is "self-hosted" on a CD-ROM : it does not need to install it.
So I've created an ISO file from the original CD-ROM, as my new computer has no CD drive, and installed almost all fonts, as well as vcrun2012 and ffshow from Winetricks.
So I've mounted the iso to the folder /mnt/iso.
But when I go into /mnt/iso and run
Code: Select all
wine Brain.exe
Code: Select all
wine Brain.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:wineusb:add_usb_device Interface 1 has 7 alternate settings; using the first one.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
0108:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0108:err:rpc:I_RpcGetBuffer no binding
[color=#FF0000]wine: Read access denied for device L"\\??\\z:\\", FS volume label and serial are not available.[/color]
0108:fixme:seh:EnumPageFilesA (02AD2B10, 036676E4) stub
0108:fixme:seh:EnumPageFilesA (02AD2B10, 03632000) stub
wine: Read access denied for device L"\\??\\z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\z:\\", FS volume label and serial are not available.
0138:fixme:imm:ImeSetActiveContext (0007005A, 1): stub
0138:fixme:imm:ImmReleaseContext (0001006A, 0007005A): stub
0138:fixme:win:NtUserFlashWindowEx 0x71bdd9c - semi-stub
008c:fixme:imm:ImeSetActiveContext (00010026, 0): stub
008c:fixme:imm:ImmReleaseContext (00010020, 00010026): stub
The z-volume was not mapped to my iso folder.
So, as a last attempt, I tried, from winecfg, to set the z-drive to /mnt/iso.
But this time the error is quite different :
Code: Select all
wine Brain.exe
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:wineusb:add_usb_device Interface 1 has 7 alternate settings; using the first one.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
Application could not be started, or no application associated with the specifie
d file.
ShellExecuteEx failed: File not found.