[Bug 16630] New: Paint.NET 3.36 installer does not show any content in window with Mono 2.0
http://bugs.winehq.org/show_bug.cgi?id=16630 Summary: Paint.NET 3.36 installer does not show any content in window with Mono 2.0 Product: Wine Version: 1.1.11 Platform: Other OS/Version: other Status: NEW Keywords: download, Installer Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: scott(a)open-vote.org Using winetricks to install Mono 2.0, and then attempting to install Paint.Net results in a blank window with just a title bar. These 3 fixmes are printed once in the console: fixme:gdiplus:GdipSetStringFormatFlags format (0x11bcc10) flags (4096) fixme:gdiplus:GdipGetImagePaletteSize 0x1237d20 0x60f7f8 fixme:gdiplus:GdipSetStringFormatFlags format (0x124ba08) flags (8192) Download here: http://www.getpaint.net/download.html -- 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=16630 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-12-26 13:16:14 --- (In reply to comment #0)
Using winetricks to install Mono 2.0, and then attempting to install Paint.Net results in a blank window with just a title bar. These 3 fixmes are printed once in the console:
fixme:gdiplus:GdipSetStringFormatFlags format (0x11bcc10) flags (4096) fixme:gdiplus:GdipGetImagePaletteSize 0x1237d20 0x60f7f8 fixme:gdiplus:GdipSetStringFormatFlags format (0x124ba08) flags (8192)
Download here: http://www.getpaint.net/download.html
Does installing gdiplus using winetricks solve this? -- 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=16630 --- Comment #2 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-01-20 03:15:18 --- Installing native gdiplus allows the window to be shown normally when running the Paint .NET installer on Mono 2.2. -- 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=16630 --- Comment #3 from Vincent Povirk <madewokherd(a)gmail.com> 2009-12-06 19:31:19 --- I can't reproduce this, but I also can't get the installer to run properly. Can someone get a +gdiplus log? -- 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=16630 --- Comment #4 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-12-06 20:09:12 --- Created an attachment (id=25098) --> (http://bugs.winehq.org/attachment.cgi?id=25098) Paint.NET 3.36 installer +gdiplus log This +gdiplus run was generated with wine-1.1.34, Mono 2.4, and Paint.NET 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.
http://bugs.winehq.org/show_bug.cgi?id=16630 --- Comment #5 from Vincent Povirk <madewokherd(a)gmail.com> 2009-12-17 17:35:16 --- I've added some (stub) palette support. Can you get a new log from git master? -- 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=16630 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25098|0 |1 is obsolete| | --- Comment #6 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-12-17 22:52:13 --- Created an attachment (id=25246) --> (http://bugs.winehq.org/attachment.cgi?id=25246) Paint.NET 3.36 installer +gdiplus log (wine-1.1.34-588-g6b78e24) There were no standard error messages emitted, so I have simply traced +gdiplus when running the Paint.NET 3.36 installer on wine-1.1.34-588-g6b78e24. -- 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=16630 --- Comment #7 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-12-17 23:06:52 --- Judging from the relay log: 0020:Call gdiplus.GdipSetImageAttributesColorMatrix(01433580,00000000,00000001,014a14d8,00000000,00000000) ret=00b14451 0020:Ret gdiplus.GdipSetImageAttributesColorMatrix() retval=00000002 ret=00b14451 It looks like GdipSetImageAttributesColorMatrix may be rejecting parameters which would be valid in native, and it probably needs to be implemented anyway. -- 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=16630 --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2009-12-17 23:15:36 --- Yeah, it showed up as a .NET exception in the +gdiplus log later. I think I'm going to spend some time working on the debug logging in gdiplus. It's pretty terrible. -- 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=16630 --- Comment #9 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-12-21 18:07:52 --- With wine-1.1.35-56-g13a9c03, the Paint.NET installer window running under Mono 2.4 is displayed, so this bug is fixed. I'll open additional bugs for other problems. -- 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=16630 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-12-21 18:20:27 --- Fixed. -- 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=16630 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:50:27 --- Closing bugs fixed in 1.1.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.
https://bugs.winehq.org/show_bug.cgi?id=16630 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20200715165738/https://fil | |ehippo.com/download_paint-n | |et/3.36.3158.38068.0/post_d | |ownload/ OS|other |Linux Hardware|Other |x86 CC| |focht(a)gmx.net -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16630 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead(a)gmail.com | -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla