https://bugs.winehq.org/show_bug.cgi?id=40538
Bug ID: 40538 Summary: You Don't Know Jack 2: Installer crashes Product: Wine Version: 1.9.8 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jason.haury@gmail.com
Created attachment 54368 --> https://bugs.winehq.org/attachment.cgi?id=54368 backtrace
Old AppDB data shows You Don't Know Jack Volume 2 working with Wine 1.2: https://appdb.winehq.org/objectManager.php?sClass=version&iId=21089
However, with both Wine 1.8 and 1.9.4, the installer crashes with the attached backtrace.
I have an ISO of the game which I mount using Finder. The ISO has multiple partitions as it is from a dual mode CD. Finder mounts the Mac partition. Thus, I also mount the Windows partition using:
$ hdiutil attach -nomount path/to/image.iso
/dev/disk3 Apple_partition_scheme /dev/disk3s1 Apple_partition_map /dev/disk3s2 Apple_HFS
$ mkdir /tmp/mountpoint $ mount -t cd9660 /dev/disk3 /tmp/mountpoint
I can then run `wine /tmp/mountpoint/AUTORUN.EXE` to begin installation. The Installer will crash during this initialization if I did _not_ mount the ISO via Finder above. By mounting the mac ISO partition via Finder, the installer lets me choose an installation directory, but then crashes immediately after starting to install.
Using this same method allowed installing You Don't Know Jack volume 1 just fine.