http://bugs.winehq.org/show_bug.cgi?id=25664
Summary: Crash on RegisterDragDrop function Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: pahan@hubbitus.info
Starting iThink application ( http://appdb.winehq.org/objectManager.php?sClass=version&iId=22381&i... ) leads to crash near after start:
Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files\isee systems\iThink 9.1.4 Trial\iThink.exe 0000001b 0 00000009 0 <== 0000000e services.exe 00000016 0 00000015 0 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000017 0 00000013 0 00000012 0 00000019 explorer.exe 0000001a 0 Backtrace: =>0 0x68a08afa CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f860) 1 0x68a06b29 in rpcrt4 (+0x16b28) (0x0032f8e0) 2 0x6891bd44 marshal_object+0x3b3() in ole32 (0x0032f970) 3 0x6891c043 in ole32 (+0x3c042) (0x0032fa10) 4 0x6891cec2 CoMarshalInterface+0x631() in ole32 (0x0032fb00) 5 0x68923555 RegisterDragDrop+0x204() in ole32 (0x0032fb60)
After replace rpcrt4 and ole* dlls by native ones (actually by freely redistributable from installation of Internet Explorer with ies4linux) - iThink start and work (not ideally, but works).
http://bugs.winehq.org/show_bug.cgi?id=25664
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-01-02 04:32:03 CST --- Attach a +ole,+rpc,+tid log as a text file and fill URL field with a download link for that application.
Also your crash snip haven't got debug symbols info, you need to install debug symbols package for wine or better build it yourself with latest sources from git.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #2 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-01-02 08:32:21 CST --- Created an attachment (id=32700) --> (http://bugs.winehq.org/attachment.cgi?id=32700) oledebug.log
(In reply to comment #1)
Attach a +ole,+rpc,+tid log as a text file
Ok, start as $ WINEDEBUG='+ole,+rpc,+tid' wine iThink.exe 2>&1 | tee oledebug.log and this file attached.
and fill URL field with a download link for that application.
It was in application database, but no problem copied here.
Also your crash snip haven't got debug symbols info, you need to install debug symbols package for wine or better build it yourself with latest sources from git.
I have install last 1.3.10 version and debuginfo symbols for it.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2011-01-02 16:11:20 CST --- (In reply to comment #2)
Created an attachment (id=32700)
--> (http://bugs.winehq.org/attachment.cgi?id=32700) [details]
oledebug.log
First start with clean .wine:
PE 65340000-653d2000 Deferred oleaut32
After all there's no debug info in a crash trace:
--- Backtrace: =>0 0x6888f03f stub_manager_new_ifstub+0x8f() in ole32 (0x0032f970) 1 0x68863e9c marshal_object+0x50b() in ole32 (0x0032fa10) 2 0x68864043 in ole32 (+0x44042) (0x0032fb00) 3 0x68864ec2 CoMarshalInterface+0x631() in ole32 (0x0032fb60) 4 0x6886b555 RegisterDragDrop+0x204() in ole32 (0x00000000) ---
Each call should have a file/line number info. Easy wait to get this is to build wine from sources, it's simple.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #4 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-01-03 05:39:58 CST --- Created an attachment (id=32711) --> (http://bugs.winehq.org/attachment.cgi?id=32711) WINEDEBUG='+ole,+rpc,+tid' ~/wine-git/wine iThink.exe 2>&1 | tee oledebug.log
(In reply to comment #3)
(In reply to comment #2) First start with clean .wine:
Ok, full remove of ~/.wine directory and install application.
PE 65340000-653d2000 Deferred oleaut32
After all there's no debug info in a crash trace:
....
Each call should have a file/line number info. Easy wait to get this is to build wine from sources, it's simple.
I've build today git version: $ ~/wine-git/wine --version wine-1.3.10-192-g28bdb8c
But seams it does not help to get debuginfo. Trace file is bigger, but I think it useless information still.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #5 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-01-05 04:15:27 CST --- Please explain more how I can get debug information. What I should do for that, what commands run.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #6 from Austin English austinenglish@gmail.com 2011-01-05 12:48:20 CST --- (In reply to comment #5)
Please explain more how I can get debug information. What I should do for that, what commands run.
See http://wiki.winehq.org/Backtraces, especially the info on the bottom about CFLAGS.
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #7 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-01-06 05:07:49 CST --- Created an attachment (id=32744) --> (http://bugs.winehq.org/attachment.cgi?id=32744) WINEDEBUG='+ole,+rpc,+tid' ~/wine-git/wine iThink.exe 2>&1 | tee oledebug.log
Yes! Now backtrace have such information. Thank you for the link. Now I recompile today git clone of wine with CFLAGS="-g -gdwarf-2 -O0".
Meantime, provided by link instructions to get backtrace via winedbg lead to KDE freeze - after crash almost no user interaction works - keyboard ignored, mouse pointer moved, but by click on any object nothing happened. What more interesting, system work, f.e. notification appeared and other auto windows... Is it some way expected behavior??
I've attach debuglog from run application.
http://bugs.winehq.org/show_bug.cgi?id=25664
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #8 from Jerome Leclanche adys.wh@gmail.com 2011-04-20 18:25:49 CDT --- Is this still an issue on wine-1.3.18 or newer?
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #9 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-04-21 10:42:12 CDT --- (In reply to comment #8)
Is this still an issue on wine-1.3.18 or newer?
Yes, still crashed.
http://bugs.winehq.org/show_bug.cgi?id=25664
wine tester 100megabit@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |100megabit@mail.ru
--- Comment #10 from wine tester 100megabit@mail.ru 2011-05-07 16:02:47 CDT --- $ cd iThink\ 9.0.2/ $ wine --version wine-1.3.18 $ uname -a Linux notebook 2.6.35.12-90.fc14.x86_64 #1 SMP Fri Apr 22 16:01:29 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux $ ls ASIFONT.FON ASIPORT.RSR isee Runtime iThink.rsr Asifont.map Help iThink.exe Tutorials asintppc.dll Intro to Systems Thinking ithink.ini
$ wine iThink.exe fixme:win:WINNLSEnableIME hUnknown1 0x10056 bUnknown2 1: stub! fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. wine: Unhandled page fault on read access to 0x00000000 at address 0x68ae3b1a (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x68ae3b1a). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:68ae3b1a ESP:0032f82c EBP:0032f884 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:68b38e70 ECX:00000000 EDX:00000000 ESI:68a8fe68 EDI:68a8fe68 Stack dump: 0x0032f82c: 68ac2cdc 0032f8e4 0032f884 68ae181e 0x0032f83c: 68a8fe58 0032f8e4 002d0030 7bcace0c 0x0032f84c: 00000000 68a93269 0032f874 7bc562fe 0x0032f85c: 00000068 00300030 00300030 68a8fe58 0x0032f86c: 7bcace0c 00000000 68ae3aeb 68b38e70 0x0032f87c: 68a8fe58 68ac2e10 0032f904 68ae1b49 Backtrace: =>0 0x68ae3b1a CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f884) 1 0x68ae1b49 in rpcrt4 (+0x11b48) (0x0032f904) 2 0x689f6144 marshal_object+0x3b3() in ole32 (0x0032f994) 3 0x689f6443 in ole32 (+0x36442) (0x0032fa34) 4 0x689f72c2 CoMarshalInterface+0x631() in ole32 (0x0032fb24) 5 0x689fd985 RegisterDragDrop+0x204() in ole32 (0x0032fb84) 6 0x004784a8 in ithink (+0x784a7) (0x0032fd68) 7 0x0066407c in ithink (+0x26407b) (0x0032fe90) 8 0x7b858f9c call_process_entry+0xb() in kernel32 (0x0032fea8) 9 0x7b859c81 ExitProcess+0xce0() in kernel32 (0x0032fee8) 10 0x7bc72728 call_thread_func+0xb() in ntdll (0x0032fef8) 11 0x7bc752f1 call_thread_entry_point+0x70() in ntdll (0x0032ffc8) 12 0x7bc4a56b call_dll_entry_point+0x62a() in ntdll (0x0032ffe8) 13 0x7ab9953d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 0x68ae3b1a CStdStubBuffer_Construct+0x3a in rpcrt4: movl 0x0(%edx),%eax Modules: Module Address Debug info Name (70 modules) PE 400000- 6c5000 Export ithink PE 10000000-10163000 Deferred asintppc ELF 3275c000-3278e000 Deferred hhctrl<elf> -PE 32760000-3278e000 \ hhctrl ELF 68000000-6801b000 Deferred libpthread.so.0 ELF 6801b000-681a5000 Deferred libc.so.6 ELF 681a5000-681aa000 Deferred libdl.so.2 ELF 681aa000-681d4000 Deferred libm.so.6 ELF 681d4000-681e1000 Deferred libnss_files.so.2 ELF 681e1000-6827c000 Deferred winmm<elf> -PE 681f0000-6827c000 \ winmm ELF 6827c000-683c3000 Deferred user32<elf> -PE 68290000-683c3000 \ user32 ELF 683c3000-6845f000 Deferred gdi32<elf> -PE 683d0000-6845f000 \ gdi32 ELF 6845f000-6847c000 Deferred libgcc_s.so.1 ELF 6847c000-684de000 Deferred advapi32<elf> -PE 68490000-684de000 \ advapi32 ELF 684de000-684f7000 Deferred version<elf> -PE 684e0000-684f7000 \ version ELF 684f7000-685f7000 Deferred comctl32<elf> -PE 68500000-685f7000 \ comctl32 ELF 685f7000-68630000 Deferred winspool<elf> -PE 68600000-68630000 \ winspool ELF 68630000-68723000 Deferred comdlg32<elf> -PE 68640000-68723000 \ comdlg32 ELF 68723000-68933000 Deferred shell32<elf> -PE 68730000-68933000 \ shell32 ELF 68933000-6899e000 Deferred shlwapi<elf> -PE 68940000-6899e000 \ shlwapi ELF 6899e000-68ac3000 Dwarf ole32<elf> -PE 689c0000-68ac3000 \ ole32 ELF 68ac3000-68b3f000 Dwarf rpcrt4<elf> -PE 68ad0000-68b3f000 \ rpcrt4 ELF 68b3f000-68b64000 Deferred mpr<elf> -PE 68b50000-68b64000 \ mpr ELF 68b64000-68b86000 Deferred imm32<elf> -PE 68b70000-68b86000 \ imm32 ELF 68b86000-68baa000 Deferred libncurses.so.5 ELF 68baa000-68bca000 Deferred libtinfo.so.5 ELF 68bca000-68c5c000 Deferred libfreetype.so.6 ELF 68c5c000-68c91000 Deferred libfontconfig.so.1 ELF 68c91000-68cb9000 Deferred libexpat.so.1 ELF 68cb9000-68cc1000 Deferred libsm.so.6 ELF 68cc1000-68cd2000 Deferred libxext.so.6 ELF 68cd2000-68e09000 Deferred libx11.so.6 ELF 68e09000-68e0e000 Deferred libuuid.so.1 ELF 68e0e000-68e2c000 Deferred libxcb.so.1 ELF 68e2c000-68e31000 Deferred libxxf86vm.so.1 ELF 68e31000-68e3a000 Deferred libxrender.so.1 ELF 68e3a000-68e49000 Deferred libxi.so.6 ELF 68e49000-68e53000 Deferred libxcursor.so.1 ELF 68e53000-68e58000 Deferred libxfixes.so.3 ELF 68e58000-68e6b000 Deferred shfolder<elf> -PE 68e60000-68e6b000 \ shfolder ELF 6969a000-696b9000 Deferred ld-linux.so.2 ELF 6e1c7000-6e1ca000 Deferred libxau.so.6 ELF 700c0000-700f5000 Deferred uxtheme<elf> -PE 700d0000-700f5000 \ uxtheme ELF 71978000-71992000 Deferred libice.so.6 ELF 77a49000-77b4f000 Deferred oleaut32<elf> -PE 77a60000-77b4f000 \ oleaut32 ELF 77ffe000-780b1000 Deferred winex11<elf> -PE 78010000-780b1000 \ winex11 ELF 7ab90000-7acd3000 Dwarf libwine.so.1 ELF 7b800000-7b99f000 Dwarf kernel32<elf> -PE 7b810000-7b99f000 \ kernel32 ELF 7bc00000-7bcc9000 Dwarf ntdll<elf> -PE 7bc10000-7bcc9000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files (x86)\isee systems\iThink 9.0.2\iThink.exe 00000020 0 00000009 0 <== 0000000e services.exe 0000001c 0 00000016 0 00000015 0 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000018 0 00000017 0 00000013 0 00000012 0 00000019 plugplay.exe 0000001d 0 0000001b 0 0000001a 0 0000001e explorer.exe 0000001f 0 Backtrace: =>0 0x68ae3b1a CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f884) 1 0x68ae1b49 in rpcrt4 (+0x11b48) (0x0032f904) 2 0x689f6144 marshal_object+0x3b3() in ole32 (0x0032f994) 3 0x689f6443 in ole32 (+0x36442) (0x0032fa34) 4 0x689f72c2 CoMarshalInterface+0x631() in ole32 (0x0032fb24) 5 0x689fd985 RegisterDragDrop+0x204() in ole32 (0x0032fb84) 6 0x004784a8 in ithink (+0x784a7) (0x0032fd68) 7 0x0066407c in ithink (+0x26407b) (0x0032fe90) 8 0x7b858f9c call_process_entry+0xb() in kernel32 (0x0032fea8) 9 0x7b859c81 ExitProcess+0xce0() in kernel32 (0x0032fee8) 10 0x7bc72728 call_thread_func+0xb() in ntdll (0x0032fef8) 11 0x7bc752f1 call_thread_entry_point+0x70() in ntdll (0x0032ffc8) 12 0x7bc4a56b call_dll_entry_point+0x62a() in ntdll (0x0032ffe8) 13 0x7ab9953d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) fixme:font:WineEngRemoveFontResourceEx (L"C:\Program Files (x86)\isee systems\iThink 9.0.2\ASIFONT.FON", 0, (nil)): stub
http://bugs.winehq.org/show_bug.cgi?id=25664
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |DUPLICATE
--- Comment #11 from Anastasius Focht focht@gmx.net 2011-05-07 16:25:23 CDT --- Hello,
dupe of bug 23861 I tested iThink v9.0.2 with a partially reverted commit and the app starts fine (loading examples works).
$ wine --version wine-1.3.19-203-gf555c2d
$ sha1sum setup.exe de07d37079e9bce20cbedd2383ace806a79699be setup.exe
Regards
*** This bug has been marked as a duplicate of bug 23861 ***
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #12 from Pavel Alexeev aka Pahan-Hubbitus pahan@hubbitus.info 2011-05-08 01:40:39 CDT --- Good news, thank you.
But why you both test on so old iThink version? Does it work on 9.1.4 too?
And what also means "with a partially reverted commit"? Does it intended for stable version of wine? For what version?
http://bugs.winehq.org/show_bug.cgi?id=25664
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.iseesystems.com/ | |community/downloads/ithink/ | |ithinkDemo.aspx Summary|Crash on RegisterDragDrop |iThink 9.x crashes on |function |startup on | |ole32.RegisterDragDrop | |function
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-05-08 04:01:26 CDT --- Hello,
--- quote --- But why you both test on so old iThink version? Does it work on 9.1.4 too? --- quote ---
You know that demo/trial requires account creation/valid email before download mess. That's something I absolutely don't like. Hence I went the quick route and used 9.0.2 like commenter #10 because I found it by quick search elsewhere.
If version 9.0.2 is affected and can be made to work by restoring old behaviour then it counts as valid bug, 9.1.x is probably affected the same way.
--- quote --- And what also means "with a partially reverted commit"? Does it intended for stable version of wine? For what version? --- quote ---
Well, I modified the current 1.3.x development tree (GIT head) to test the hypothesis. I only reverted relevant parts of the offending commit to restore old behaviour.
Regards
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #14 from wine tester 100megabit@mail.ru 2011-05-08 06:00:04 CDT --- [user@linux iThink 9.1.4 Trial]$ wine iThink.exe Could not parse file "/home/user/.local/share/applications/wine-extension-itm.desktop": Key file contains line 'FileVersion' which is not a key-value pair, group, or comment fixme:heap:HeapSetInformation 0x110000 0 0x32fb68 4 Could not parse file "/home/user/.local/share/applications/wine-extension-itt.desktop": Key file contains line 'FileVersion' which is not a key-value pair, group, or comment fixme:heap:HeapSetInformation 0x110000 0 0x32f928 4 fixme:win:WINNLSEnableIME hUnknown1 0x20020 bUnknown2 1: stub! fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. wine: Unhandled page fault on read access to 0x00000000 at address 0x68a21b1a (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x68a21b1a). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:68a21b1a ESP:0032f808 EBP:0032f860 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:68a76e70 ECX:00000000 EDX:00000000 ESI:70e29e68 EDI:70e29e68 Stack dump: 0x0032f808: 70e5ccdc 0032f8c0 0032f860 68a1f81e 0x0032f818: 70e29e58 0032f8c0 002d0030 7bcace0c 0x0032f828: 00000000 70e2d269 0032f850 7bc562fe 0x0032f838: 00000068 00300030 00300030 70e29e58 0x0032f848: 7bcace0c 00000000 68a21aeb 68a76e70 0x0032f858: 70e29e58 70e5ce10 0032f8e0 68a1fb49 Backtrace: =>0 0x68a21b1a CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f860) 1 0x68a1fb49 in rpcrt4 (+0xfb48) (0x0032f8e0) 2 0x70d90144 marshal_object+0x3b3() in ole32 (0x0032f970) 3 0x70d90443 in ole32 (+0x40442) (0x0032fa10) 4 0x70d912c2 CoMarshalInterface+0x631() in ole32 (0x0032fb00) 5 0x70d97985 RegisterDragDrop+0x204() in ole32 (0x0032fb60) 0x68a21b1a CStdStubBuffer_Construct+0x3a in rpcrt4: movl 0x0(%edx),%eax Modules: Module Address Debug info Name (74 modules) PE 400000- 705000 Export ithink PE 10000000-1014a000 Deferred asintppc ELF 20000000-20032000 Deferred hhctrl<elf> -PE 20010000-20032000 \ hhctrl ELF 61d54000-61de4000 Deferred windowscodecs<elf> -PE 61d60000-61de4000 \ windowscodecs ELF 68000000-68143000 Dwarf libwine.so.1 ELF 68143000-682cd000 Deferred libc.so.6 ELF 682cd000-682d2000 Deferred libdl.so.2 ELF 682d2000-682df000 Deferred libnss_files.so.2 ELF 682df000-68426000 Deferred user32<elf> -PE 682f0000-68426000 \ user32 ELF 68426000-684c2000 Deferred gdi32<elf> -PE 68430000-684c2000 \ gdi32 ELF 684c2000-684df000 Deferred libgcc_s.so.1 ELF 684df000-68541000 Deferred advapi32<elf> -PE 684f0000-68541000 \ advapi32 ELF 68541000-6855a000 Deferred version<elf> -PE 68550000-6855a000 \ version ELF 6855a000-6865a000 Deferred comctl32<elf> -PE 68560000-6865a000 \ comctl32 ELF 6865a000-6874d000 Deferred comdlg32<elf> -PE 68660000-6874d000 \ comdlg32 ELF 6874d000-6895d000 Deferred shell32<elf> -PE 68760000-6895d000 \ shell32 ELF 6895d000-689c8000 Deferred shlwapi<elf> -PE 68970000-689c8000 \ shlwapi ELF 689c8000-68a01000 Deferred winspool<elf> -PE 689d0000-68a01000 \ winspool ELF 68a01000-68a7d000 Dwarf rpcrt4<elf> -PE 68a10000-68a7d000 \ rpcrt4 ELF 68a7d000-68b83000 Deferred oleaut32<elf> -PE 68a90000-68b83000 \ oleaut32 ELF 68b83000-68ba5000 Deferred imm32<elf> -PE 68b90000-68ba5000 \ imm32 ELF 68ba5000-68bb8000 Deferred msimg32<elf> -PE 68bb0000-68bb8000 \ msimg32 ELF 68bb8000-68bdc000 Deferred libncurses.so.5 ELF 68bdc000-68bfc000 Deferred libtinfo.so.5 ELF 68bfc000-68c8e000 Deferred libfreetype.so.6 ELF 68c8e000-68cc3000 Deferred libfontconfig.so.1 ELF 68cc3000-68ceb000 Deferred libexpat.so.1 ELF 68ceb000-68cf3000 Deferred libsm.so.6 ELF 68cf3000-68d0d000 Deferred libice.so.6 ELF 68d0d000-68d1e000 Deferred libxext.so.6 ELF 68d1e000-68e55000 Deferred libx11.so.6 ELF 68e55000-68e5a000 Deferred libuuid.so.1 ELF 68e5a000-68e5d000 Deferred libxau.so.6 ELF 68e5d000-68e62000 Deferred libxxf86vm.so.1 ELF 68e62000-68e71000 Deferred libxi.so.6 ELF 68e71000-68e7b000 Deferred libxcursor.so.1 ELF 68e7b000-68e80000 Deferred libxfixes.so.3 ELF 68e80000-68eb5000 Deferred uxtheme<elf> -PE 68e90000-68eb5000 \ uxtheme ELF 68eb5000-68ec8000 Deferred shfolder<elf> -PE 68ec0000-68ec8000 \ shfolder ELF 6d1ca000-6d1d3000 Deferred libxrender.so.1 ELF 6dbfc000-6dcaf000 Deferred winex11<elf> -PE 6dc10000-6dcaf000 \ winex11 ELF 6e1f1000-6e20f000 Deferred libxcb.so.1 ELF 6ef67000-6ef91000 Deferred libm.so.6 ELF 70d38000-70e5d000 Dwarf ole32<elf> -PE 70d50000-70e5d000 \ ole32 ELF 78a9d000-78abc000 Deferred ld-linux.so.2 ELF 7a2a5000-7a2ca000 Deferred mpr<elf> -PE 7a2b0000-7a2ca000 \ mpr ELF 7b360000-7b3fb000 Deferred winmm<elf> -PE 7b370000-7b3fb000 \ winmm ELF 7b800000-7b99f000 Deferred kernel32<elf> -PE 7b810000-7b99f000 \ kernel32 ELF 7b9f2000-7ba0d000 Deferred libpthread.so.0 ELF 7bc00000-7bcc9000 Deferred ntdll<elf> -PE 7bc10000-7bcc9000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files (x86)\isee systems\iThink 9.1.4 Trial\iThink.exe 00000020 0 00000009 0 <== 0000000e services.exe 0000001e 0 00000018 0 00000017 0 00000016 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001a 0 00000019 0 00000015 0 00000012 0 00000013 explorer.exe 00000014 0 0000001b plugplay.exe 0000001f 0 0000001d 0 0000001c 0 Backtrace: =>0 0x68a21b1a CStdStubBuffer_Construct+0x3a() in rpcrt4 (0x0032f860) 1 0x68a1fb49 in rpcrt4 (+0xfb48) (0x0032f8e0) 2 0x70d90144 marshal_object+0x3b3() in ole32 (0x0032f970) 3 0x70d90443 in ole32 (+0x40442) (0x0032fa10) 4 0x70d912c2 CoMarshalInterface+0x631() in ole32 (0x0032fb00) 5 0x70d97985 RegisterDragDrop+0x204() in ole32 (0x0032fb60) fixme:font:WineEngRemoveFontResourceEx (L"C:\Program Files (x86)\isee systems\iThink 9.1.4 Trial\ASIFONT.FON", 0, (nil)): stub
http://bugs.winehq.org/show_bug.cgi?id=25664
--- Comment #15 from Anastasius Focht focht@gmx.net 2011-05-08 06:32:33 CDT --- Hello,
@ #comment 14
good to know that 9.1.4 is affected too (I already suspected this).
BUT - please refrain from pasting complete backtraces into bug reports if you don't know which parts are relevant, attach them as file instead or just say "backtrace looks similar"!
Big red warning signs don't seem to have much value nowadays? I hope you don't do this in real life ... running the red light.
Regards
http://bugs.winehq.org/show_bug.cgi?id=25664
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2011-05-11 07:28:54 CDT --- Closing duplicate.