http://bugs.winehq.org/show_bug.cgi?id=35709
Bug ID: 35709 Summary: PhotoNinja 1.2.3 64bit crashes at startup Product: Wine Version: 1.7.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: jpn_almeida@hotmail.com
The 64 bit version of PhotoNinja crashes at startup, right after loading and showing up the thumbnails (the 32bit version loads successfully).
http://bugs.winehq.org/show_bug.cgi?id=35709
--- Comment #1 from João Almeida jpn_almeida@hotmail.com --- Created attachment 47686 --> http://bugs.winehq.org/attachment.cgi?id=47686 screenshot
http://bugs.winehq.org/show_bug.cgi?id=35709
--- Comment #2 from João Almeida jpn_almeida@hotmail.com --- Created attachment 47687 --> http://bugs.winehq.org/attachment.cgi?id=47687 backtrace
http://bugs.winehq.org/show_bug.cgi?id=35709
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, win64 URL| |http://picturecode.cachefly | |.net/photoninja/downloads/I | |nstall_PhotoNinja64_1.2.2a. | |exe
http://bugs.winehq.org/show_bug.cgi?id=35709
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|kernel32 |msvcrt Resolution|--- |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 35092
The C++ exception is expected to be thrown and handled here.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/PictureCode/PhotoNinja
$ WINEDEBUG=+tid,+seh,+relay,+snoop wine ./PhotoNinja64.exe >>log.txt 2>&1 ... 0026:Call KERNEL32.CreateFileW(6367868a L"C:/users/focht/Local Settings/Application Data/PictureCode/Photo Ninja/browser_cache/.root",c0000000,00000003,0023f330,00000004,00000080,00000000) ret=7f14e345d00e 0026:Ret KERNEL32.CreateFileW() retval=00000138 ret=7f14e345d00e ... 0026:Call msvcp90.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@PEBD@Z(0023f560,63677e98 "Unexpected end of file") ret=1401526f1 ... 0026:Call msvcrt._CxxThrowException(0023f5c8,14081ed78) ret=14013509c 0026:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0023f4f0) ret=7f14e34498ca 0026:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b84a147 ip=7b84a147 tid=0026 0026:trace:seh:raise_exception info[0]=0000000019930520 0026:trace:seh:raise_exception info[1]=000000000023f5c8 0026:trace:seh:raise_exception info[2]=000000014081ed78 0026:trace:seh:raise_exception rax=000000000023f2f0 rbx=0000000000000000 rcx=000000000023f2f0 rdx=000000315734985c 0026:trace:seh:raise_exception rsi=000000000023f508 rdi=000000000023f328 rbp=000000000023f440 rsp=000000000023f2d0 0026:trace:seh:raise_exception r8=0000000000000003 r9=000000000023f4f0 r10=0000000000000000 r11=0000003157380a20 0026:trace:seh:raise_exception r12=0000000000000001 r13=00000000000b9200 r14=0000000000000002 r15=0000000000028000 ... 0026:trace:seh:call_handler calling handler 0x1404f3a90 (rec=0x23f2f0, frame=0x23f650 context=0x23e570, dispatch=0x23ea40) 0026:fixme:seh:__CxxFrameHandler 0x23f2f0 23f650 0x23e570 0x23ea40: not implemented 0026:trace:seh:call_handler handler at 0x1404f3a90 returned 1 ... 0026:Call ntdll.__C_specific_handler(0023f2f0,0023fc40,0023e570,0023ea40) ret=7f14ed829ad1 0026:trace:seh:__C_specific_handler 0x23f2f0 23fc40 0x23e570 0x23ea40 0026:trace:seh:dump_scope_table scope table at 0x1407f1484 0026:trace:seh:dump_scope_table 0: 1404f3da6-1404f3db2 handler 140000001 target 1404f3f84 0026:trace:seh:dump_scope_table 1: 1404f3db2-1404f3f55 handler 1405b8b57 target 1404f3f55 0026:trace:seh:__C_specific_handler calling filter 0x1405b8b57 ptrs 0x23de10 frame 23fc40 0026:Call msvcrt._XcptFilter(e06d7363,0023de10) ret=1405b8b6d 0026:trace:seh:_XcptFilter (e06d7363,0x23de10) 0026:Ret msvcrt._XcptFilter() retval=00000000 ret=1405b8b6d 0026:Ret ntdll.__C_specific_handler() retval=00000001 ret=7f14ed829ad1 ... 0026:Call KERNEL32.UnhandledExceptionFilter(0023df70) ret=7f14ed84c108 wine: Unhandled exception 0xe06d7363 in thread 26 at address 0x7b84a147 (thread 0026), starting debugger... --- snip ---
$ sha1sum Install_PhotoNinja64_1.2.2a.exe f0d7f075ea87267daf0bb9c5c73eab3df14c040c Install_PhotoNinja64_1.2.2a.exe
$ du -sh Install_PhotoNinja64_1.2.2a.exe 14M Install_PhotoNinja64_1.2.2a.exe
$ wine --version wine-1.7.13-118-g0eb6265
Regards
*** This bug has been marked as a duplicate of bug 35092 ***
https://bugs.winehq.org/show_bug.cgi?id=35709
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as duplicate.
https://bugs.winehq.org/show_bug.cgi?id=35709
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://picturecode.cachefly |https://web.archive.org/web |.net/photoninja/downloads/I |/20150903025142/http://pict |nstall_PhotoNinja64_1.2.2a. |urecode.cachefly.net/photon |exe |inja/downloads/Install_Phot | |oNinja64_1.2.4RC.exe