[Bug 15048] New: BabasChess requires gdiplus.dll.GdipCreateAdjustableArrowCap implementation
http://bugs.winehq.org/show_bug.cgi?id=15048 Summary: BabasChess requires gdiplus.dll.GdipCreateAdjustableArrowCap implementation Product: Wine Version: 1.1.3 Platform: PC URL: http://www.babaschess.net/download/SetupBabasChess_4_0_X P.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: nodisgod(a)yahoo.com Created an attachment (id=15704) --> (http://bugs.winehq.org/attachment.cgi?id=15704) BabasChess standard error messages While trying to determine the status of bug 12285, I encountered an unimplemented gdiplus function while trying to start the application: wine: Call from 0x7b844e40 to unimplemented function gdiplus.dll.GdipCreateAdjustableArrowCap, aborting -- 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=15048 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |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=15048 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-08-28 08:10:22 --- To work around the bug, you can use winetricks 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=15048 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-09-04 08:48:17 --- To scguy318: all AdjustableArrowCap calls stubbed in current git. They're pure stubs so no drawing will be made for this type of line cap, but maybe it isn't critical for this application, I don't know. So please test it again and post results here. -- 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=15048 --- Comment #3 from scguy318 <nodisgod(a)yahoo.com> 2008-09-05 17:19:12 --- I just tested with Wine 1.1.4, the application fails later on with: wine: Call from 0x7b844f90 to unimplemented function gdiplus.dll.GdipCreateHatchBrush, aborting -- 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=15048 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|BabasChess requires |BabasChess requires |gdiplus.dll.GdipCreateAdjust|GdipCreateHatchBrush |ableArrowCap implementation | -- 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=15048 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-12-20 05:54:38 --- Also affects Microsoft Image Composite Editor, http://research.microsoft.com/en-us/um/redmond/groups/ivm/ICE/ (To install that app, you first have to do 'winetricks wmp10'). -- 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=15048 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-13 07:43:23 --- (In reply to comment #3)
I just tested with Wine 1.1.4, the application fails later on with:
wine: Call from 0x7b844f90 to unimplemented function gdiplus.dll.GdipCreateHatchBrush, aborting
It's with us since http://source.winehq.org/git/wine.git/?a=commit;h=a2a94a49bc2f433890aba98193... Another test run needed. -- 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=15048 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-13 08:11:12 --- Created an attachment (id=18678) --> (http://bugs.winehq.org/attachment.cgi?id=18678) Trace with wine-1.1.12-485-g8cf8e2c Now it crashes with err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch 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=15048 --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2009-01-13 08:22:56 --- Can you attach the file log.txt.gz produced by WINEDEBUG=+relay,+seh wine YOURAPP.EXE > log.txt 2>&1 gzip log.txt (replace YOURAPP.EXE with the name of your app) -- 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=15048 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-13 08:53:37 --- (In reply to comment #7)
Can you attach the file log.txt.gz produced by WINEDEBUG=+relay,+seh wine YOURAPP.EXE > log.txt 2>&1 gzip log.txt (replace YOURAPP.EXE with the name of your app)
It produced a 8 MB gzipped log which I can't attach directly due size limitations. I can tell that it starts up fine now with debug channel enabled. App windows show up without any crashes. Main menu responds. I didn't try it to much but a crash definitely disappeared using debug output. -- 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=15048 drachu(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |drachu(a)gmail.com --- Comment #9 from drachu(a)gmail.com 2009-07-06 17:20:29 --- Hi, I've downloaded: BabasChess v4.0 (the latest version for Windows XP/Vista) [5.4Mb]
From site:
http://www.babaschess.net/download.asp After that i've installed and run this application. Application at current state (wine 1.24) does not crash. There are some major issues with rendering objects on the board (they are invisible), but application works for me. I was observing some 3rd party games and playing alone. -- 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=15048 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Vincent Povirk <madewokherd(a)gmail.com> 2009-07-24 16:44:46 --- The program no longer crashes so this bug is solved. Please file a new bug for the rendering issues. -- 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=15048 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-07 12:28:18 --- Closing bugs fixed in 1.1.27. -- 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