http://bugs.winehq.org/show_bug.cgi?id=17959
Summary: SplashID crashes with fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented Product: Wine Version: 1.1.18 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: winehq@askneil.com
Created an attachment (id=20306) --> (http://bugs.winehq.org/attachment.cgi?id=20306) full output from wine app crash
I was trying to get splashid working with wine. Splashid installer is available from:
http://www.splashdata.com/splashid/download/standalone.htm
The installation worked fine. I tried to import data from an existing splashid instance. As the import was happening I got this error:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented wine: Unhandled page fault on read access to 0x00000022 at address 0x412bae (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000022 in 32-bit code (0x00412bae). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:00412bae ESP:0033cb9c EBP:00000000 EFLAGS:00010246( - 00 -RIZP1) EAX:00a77e48 EBX:00000000 ECX:00000000 EDX:00000000 ESI:00000000 EDI:00a77f4c
(I've added the full trace as an attachment)
I am running wine-1.1.18, linux 2.6.27, gcc 4.3.3, on a gentoo box.
Splashid had an identical crash when trying to restore as it did while importing.