[Bug 19150] New: FlashDevelop 3.0.1 RTM (others?) Crashes on start
http://bugs.winehq.org/show_bug.cgi?id=19150 Summary: FlashDevelop 3.0.1 RTM (others?) Crashes on start Product: Wine Version: 1.1.24 Platform: PC-x86-64 URL: http://www.flashdevelop.org/downloads/releases/FlashDe velop-3.0.1-RTM.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: roothorick(a)new.rr.com Created an attachment (id=22134) --> (http://bugs.winehq.org/attachment.cgi?id=22134) wine output After you install it, upon trying to run it the program churns for a while without displaying anything, and then the standard "encountered a serious problem and needs to close" dialog appears. Even after clicking through the dialog, the wine process hangs and I have to manually ^C it. -- 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=19150 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-01 19:31:34 --- Attach a +gdiplus trace please with debug symbols installed. Also try 'winetricks gdiplus' to be sure about a module. -- 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=19150 --- Comment #2 from Ben Anderson <roothorick(a)new.rr.com> 2009-07-01 19:41:52 --- Created an attachment (id=22135) --> (http://bugs.winehq.org/attachment.cgi?id=22135) console output with WINEDEBUG=+gdiplus -- 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=19150 --- Comment #3 from Ben Anderson <roothorick(a)new.rr.com> 2009-07-01 19:47:47 --- Created an attachment (id=22136) --> (http://bugs.winehq.org/attachment.cgi?id=22136) wine output with native gdiplus "winetricks gdiplus" changed the console output slightly, but the outward behavior is the same. Log attached. -- 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=19150 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-01 19:49:07 --- (In reply to comment #2)
Created an attachment (id=22135) --> (http://bugs.winehq.org/attachment.cgi?id=22135) [details] console output with WINEDEBUG=+gdiplus
Sorry for that. Missed this first time. You're already using native gdiplus.dll: --- PE 70d00000-70e91000 Export gdiplus --- Try to set it to builtin only using winecfg. -- 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=19150 --- Comment #5 from Ben Anderson <roothorick(a)new.rr.com> 2009-07-01 19:57:47 --- Created an attachment (id=22137) --> (http://bugs.winehq.org/attachment.cgi?id=22137) wine console output with builtin gdiplus That changes it slightly. Still the same outward behavior, but I don't have to ^C it anymore. Also the console output is VERY different (attached). Still using WINEDEBUG=+gdiplus. -- 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=19150 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-01 20:15:06 --- (In reply to comment #5)
Created an attachment (id=22137) --> (http://bugs.winehq.org/attachment.cgi?id=22137) [details] wine console output with builtin gdiplus
That changes it slightly. Still the same outward behavior, but I don't have to ^C it anymore. Also the console output is VERY different (attached). Still using WINEDEBUG=+gdiplus.
Thanks. It crashes after that: --- fixme:gdiplus:GdipSetImageAttributesColorKeys not implemented --- This call is a pure stub now and dotnet wrappers aren't very happy when NotImplemented status returned. Now it's definitely a gdiplus bug (currently we prefer native one on loading, that's why you have to override this to builtin). -- 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=19150 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-07-01 23:27:36 --- How did you install dotnet20? Does 'winetricks fontfix' 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=19150 --- Comment #8 from Ben Anderson <roothorick(a)new.rr.com> 2009-07-02 18:30:44 --- I installed dotnet using winetricks, what else? winetricks fontfix had no effect. -- 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=19150 --- Comment #9 from Vincent Povirk <madewokherd(a)gmail.com> 2009-08-27 17:57:27 --- GdipSetImageAttributesColorKeys is implemented now. Does builtin show different behavior? -- 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=19150 --- Comment #10 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-11-12 23:04:22 --- Created an attachment (id=24715) --> (http://bugs.winehq.org/attachment.cgi?id=24715) FlashDevelop 3.0.1 standard error with wine-1.1.32-595-g459a0c4 With wine-1.1.32-595-g459a0c4, running FlashDevelop 3.0.1 with builtin gdiplus yields: Not implemented. at System.Drawing.Bitmap.GetHicon() at PluginCore.Utilities.ImageKonverter.ImageToIcon(Image image) with a large slew of gdiplus fixmes: fixme:gdiplus:GdipImageGetFrameDimensionsCount stub fixme:gdiplus:GdipImageForceValidation 0x1b2f78 ... fixme:gdiplus:GdipCreateHICONFromBitmap (0x1bc2a0, 0x32f21c) fixme:gdiplus:GdipImageGetFrameDimensionsCount stub fixme:gdiplus:GdipCreateHalftonePalette ... Of course, FlashDevelop 3.0.1 starts just fine with native gdiplus, provided there aren't any "bad" fonts. -- 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=19150 --- Comment #11 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-08 16:03:45 --- GdipCreateHICONFromBitmap is implemented now. Please retest. -- 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=19150 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- 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=19150 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Fixed by SHA1| |2dbc3980efc227d9efafa09442b | |5c2246c114c49 Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Resolution| |FIXED Summary|FlashDevelop 3.0.1 RTM |FlashDevelop 3.0.1 RTM |(others?) Crashes on start |crashes on startup --- Comment #12 from Anastasius Focht <focht(a)gmx.net> 2011-12-20 04:50:02 CST --- Hello, it seems the gdiplus crash is fixed. Though the app suffers from bug 12458 (RichEdit ITextDocument_fnRange stub). $ sha1sum FlashDevelop-3.0.1-RTM.exe 805539c8c57e69b036274a7248d633fbfb985051 FlashDevelop-3.0.1-RTM.exe $ wine --version wine-1.3.35-43-gd9d4a06 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=19150 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2011-12-30 12:56:51 CST --- Closing bugs fixed in 1.3.36. -- 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