http://bugs.winehq.org/show_bug.cgi?id=6527
Summary: Zoombinis Logical Journey version 2 aborts on startup Product: Wine Version: CVS Platform: Other URL: http://www.learningcompany.com/products/363669.jsp OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Installed by doing cd /media/cdrom wine setup.exe The app installs nicely, but when you try to start it up, it quits quickly, saying "Zoombini CD must be inserted in drive." Slightly before that, one sees warn:file:wine_nt_to_unix_file_name L"Zoombinis Logical Journey(TM)Data\Zoombini.mhk" not found in /home/dank/.wine/dosdevices/c:/Program Files/The Learning Company That file is actually in /media/cdrom/DATA/zoombini.mhk The log shows one other attempt to find the file: trace:file:GetFileAttributesW L"Z:\Data\Zoombini.mhk"
I tried creating a symlink for d: and doing cd ~/.wine/dosdevices/d: wine setup.exe
This produced a different error message: unable to open zoombini.mhk
trace:file:CreateFileW L"D:\Data\zoombini.mhk" GENERIC_READ GENERIC_WRITE creation 3 attributes 0x80 trace:file:wine_nt_to_unix_file_name L"\??\D:\Data\zoombini.mhk" -> "/home/dank/.wine/dosdevices/d:/Data/zoombini.mhk" warn:file:CreateFileW Unable to create file L"D:\Data\zoombini.mhk" (status c00000a2)
Why the app is trying to open it with GENERIC_WRITE, I'll never know. Is that supposed to succeed on cd-roms?