[Bug 18264] New: AutoCAD 2008: QuickCalc doesn't show up
http://bugs.winehq.org/show_bug.cgi?id=18264 Summary: AutoCAD 2008: QuickCalc doesn't show up Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=20789) --> (http://bugs.winehq.org/attachment.cgi?id=20789) How should it looks like I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386. I've got installed corefonts dotnet20 gdiplus gecko msxml3 vcrun2003 through winetricks. The problem is with "QuickCalc" in AutoCAD 2008. It doesn't show up. It does hang AutoCAD when i try to run it from toolbar but doesn't hang AutoCAD when i run it from popup menu. In terminal there were: err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-29 01:07:12 --- Created an attachment (id=20806) --> (http://bugs.winehq.org/attachment.cgi?id=20806) WINEDEBUG=+relay,+ole,+listview Wine-1.1.20 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-29 02:28:37 --- (In reply to comment #0)
In terminal there were: err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000
Looks like some app defined message. Does winetricks cc580 help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #3 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-29 02:59:32 --- (In reply to comment #2)
Looks like some app defined message. Does winetricks cc580 help?
No it doesn't help. But there is no more: err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000 and everytime i choose QuicCalc from popup following is added to output: fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface {b196b283-bab4-101a-b69c-00aa00341d07} fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface {00000003-0000-0000-c000-000000000046} fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface {00000144-0000-0000-c000-000000000046} -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-29 03:15:13 --- (In reply to comment #3)
(In reply to comment #2)
Looks like some app defined message. Does winetricks cc580 help?
No it doesn't help. But there is no more:
err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000
Sorry, I was wrong: these messages are CCM_[G,S]ETVERSION - are not implemented indeed. I'll post some patches for that here soon. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-29 03:39:31 --- Created an attachment (id=20808) --> (http://bugs.winehq.org/attachment.cgi?id=20808) CCM_[G,S]ETVERSION for ListView Try builtin comctl32 again with this patch applied. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #6 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-29 04:07:04 --- (In reply to comment #5)
Try builtin comctl32 again with this patch applied.
No err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000 with applied patch and QuickCalc doesn't show up. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-29 04:13:52 --- (In reply to comment #6)
(In reply to comment #5)
Try builtin comctl32 again with this patch applied.
No err:listview:LISTVIEW_WindowProc unknown msg 2008 wp=00000000 lp=00000000 with applied patch and QuickCalc doesn't show up.
Ok, is it available as a separate download? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #8 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-29 04:22:04 --- (In reply to comment #7)
Ok, is it available as a separate download?
Separate QuickCalc is not available as a separate download but there is AutoCAD 2008 Trial at "http://www.brothersoft.com/autocad-download-51230.html" which should also have got QuickCalc inside. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:26:45 --- Is this still an issue in current (1.1.32 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-11-11 06:25:03 --- (In reply to comment #9) It's fixed on wine-1.1.32-499-gffb2cfc -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18264 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2009-11-13 12:43:50 --- Closing bugs fixed in 1.1.33. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org