http://bugs.winehq.org/show_bug.cgi?id=13598
--- Comment #18 from Dmitry Timoshkov dmitry@codeweavers.com 2009-03-23 02:44:36 --- (In reply to comment #17)
Unhandled exception: page fault on read access to 0x00000024 in 32-bit code (0x0040b313). According winioctl.h this is #define FILE_DEVICE_VIRTUAL_DISK 0x00000024
That's a NULL pointer dereference, 0x00000024 being an offset from NULL.