[Bug 20214] New: AutoCAD 2009: Selecting drawing causes Unhandeled exception
http://bugs.winehq.org/show_bug.cgi?id=20214 Summary: AutoCAD 2009: Selecting drawing causes Unhandeled exception Product: Wine Version: 1.1.30 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=23841) --> (http://bugs.winehq.org/attachment.cgi?id=23841) Unhandeled exception I'm using Wine-1.1.30 on Fedora 11 32 bit. Steps to reproduce: 1) start AutoCAD 2009 2) draw e.g. triangle 3) select triangle with selecting window (it doesn't matter green or blue) 4) get Unhandeled exception window This happens only when you do that first time. To repeat that I must start AutoCAD 2009 again. Translation for window in attachment: Wyjątek w poleceniu -> Exception in command Nieobsłużony wyjątek -> Unhandeled exception pod adresem -> at address -- 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=20214 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-09-29 15:44:19 --- Created an attachment (id=23842) --> (http://bugs.winehq.org/attachment.cgi?id=23842) Terminal output Wine 1.1.30 -- 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=20214 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-09-29 16:09:35 --- (In reply to comment #1)
Created an attachment (id=23842) --> (http://bugs.winehq.org/attachment.cgi?id=23842) [details] Terminal output Wine 1.1.30
wine: Call from 0x7b8402c2 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting What happens if you set windowscodecs.dll to native? Is the crash still there? -- 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=20214 --- Comment #3 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-09-29 16:26:12 --- (In reply to comment #2)
(In reply to comment #1)
Created an attachment (id=23842) --> (http://bugs.winehq.org/attachment.cgi?id=23842) [details] [details] Terminal output Wine 1.1.30
wine: Call from 0x7b8402c2 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
What happens if you set windowscodecs.dll to native? Is the crash still there?
If i set windowscodecs.dll to native then wine: Call from 0x7b8402c2 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting disappears but window with Unhandeled exception still appears. BTW. I forgot to say that my wine is latest git (wine-1.1.30-115-gf8ec47d) -- 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=20214 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2009-09-29 18:45:11 --- Odd that it's using builtin windowscodecs to begin with. .NET 3.0 should include the native version, and that should be preferred by default. A backtrace with either configuration would be interesting: http://wiki.winehq.org/Backtraces -- 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=20214 --- Comment #5 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-09-30 02:32:16 --- (In reply to comment #4)
A backtrace with either configuration would be interesting: http://wiki.winehq.org/Backtraces
There is no backtrace. AutoCAD isn't crashing at all, it just displays this warning window, I click ok and use it as I did before. I don't know how and if I should report another bug because of wine: Call from 0x7b8402c2 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting I don't know if above call causes this warning window to appear at all. -- 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=20214 --- Comment #6 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-10-01 10:38:11 --- *** Bug 20220 has been marked as a duplicate of this bug. *** -- 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=20214 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|AutoCAD 2009: Selecting |Unimplemented function |drawing causes Unhandeled |windowscodecs.dll.WICCreate |exception |ImagingFactory_Proxy Ever Confirmed|0 |1 Severity|trivial |minor --- Comment #7 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-10-01 10:40:04 --- Confirming unimplemented function. http://source.winehq.org/source/dlls/windowscodecs/windowscodecs.spec#L109 -- 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=20214 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-01 20:22:25 --- *** Bug 20220 has been marked as a duplicate of this bug. *** -- 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=20214 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unimplemented function |AutoCAD 2009: Selecting |windowscodecs.dll.WICCreate |triangle causes Unhandled |ImagingFactory_Proxy |exception -- 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=20214 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|AutoCAD 2009: Selecting |AutoCAD 2009: Selecting |triangle causes Unhandled |triangle causes Unhandled |exception |exception (needs WIC Stub | |and Proxy functions) -- 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=20214 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|AutoCAD 2009: Selecting |AutoCAD 2009: Selecting |triangle causes Unhandled |triangle causes Unhandled |exception (needs WIC Stub |exception |and Proxy functions) | --- Comment #9 from Vincent Povirk <madewokherd(a)gmail.com> 2009-12-11 17:40:11 --- Gah, even I'm being confused by this. No, Vincent, this is not related to WIC. -- 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=20214 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-01 16:47:58 CDT --- This is your friendly reminder that there has been no bug activity for 1 year. Is this still an issue in current (1.3.29 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=20214 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht(a)gmx.net Resolution| |ABANDONED --- Comment #11 from Anastasius Focht <focht(a)gmx.net> 2012-07-03 09:00:36 CDT --- Hello, long time no answer, marking abandoned. Reopen if still a problem with _recent_ Wine. Regards -- 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=20214 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-07-19 07:43:59 CDT --- Closing -- 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