http://bugs.winehq.org/show_bug.cgi?id=15425
Summary: Error when running Synthmaker Product: Wine Version: 1.1.5 Platform: PC URL: http://www.synthmaker.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kunitoki@gmail.com
Created an attachment (id=16291) --> (http://bugs.winehq.org/attachment.cgi?id=16291) starting the program
You will need to copy mfc71.dll and msvcrt71.dll inside the Synthmaker directory after install. It doesn't work, probably beacuse the application uses a mixed OpneGL / Bitmap implementation. If this is going to work, a lot of other trouble applications will work (i think).
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-09-26 20:22:39 --- What is the problem with your application?
http://bugs.winehq.org/show_bug.cgi?id=15425
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-27 01:20:38 --- i tried the trial, i get A bit different output then you, but it crashes as well. Before the crash there's some calls to some gdiplus functions
Lucio, could you try the following:
'wget http://kegel.com/wine/winetricks && sh winetricks gdiplus'
Then restart the application, and see if things have changed. thx
http://bugs.winehq.org/show_bug.cgi?id=15425
Lucio Asnaghi kunitoki@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #3 from Lucio Asnaghi kunitoki@gmail.com 2008-09-27 08:48:55 --- Hi, doing 'wget http://kegel.com/wine/winetricks && sh winetricks gdiplus' did the trick, thanx !!!
http://bugs.winehq.org/show_bug.cgi?id=15425
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Component|-unknown |gdiplus Resolution|WORKSFORME |
--- Comment #4 from James Hawkins truiken@gmail.com 2008-09-27 09:07:31 --- Using winetricks does not mean the bug is fixed or resolved.
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2008-09-28 04:39:53 --- Created an attachment (id=16322) --> (http://bugs.winehq.org/attachment.cgi?id=16322) +gdiplus log
http://bugs.winehq.org/show_bug.cgi?id=15425
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=15425
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14536 Summary|Error when running |Error when running |Synthmaker |Synthmaker. (need | |GdipCreateCachedBitmap)
--- Comment #6 from Lei Zhang thestig@google.com 2008-09-29 17:56:21 --- My patch from bug 14536 fixes the first crash. Next problem is:
wine: Call from 0x7b841000 to unimplemented function gdiplus.dll.GdipCreateCachedBitmap, aborting
http://bugs.winehq.org/show_bug.cgi?id=15425
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Lei Zhang thestig@google.com 2008-09-29 17:56:36 --- confirming.
http://bugs.winehq.org/show_bug.cgi?id=15425
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2009-03-03 16:20:07 --- As of wine-1.1.16-108-g566cb8c, it crashes disposing an image that it apparently got from a failed attempt to create a bitmap.
Sent a patch that gets this slightly further: http://www.winehq.org/pipermail/wine-patches/2009-March/070184.html
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2009-03-07 12:11:41 --- If I stub GdipCloneBitmapAreaI, it gets a little further before crashing in non-Wine code.
From the log, I saw that it was failing to load an image from a stream because
the stream was (apparently) empty, except that it clearly wasn't. I found that I can make the load succeed by seeking the stream to 0 in GdipLoadImageFromStream. I don't know if the proper fix for this is in gdiplus or ole32, or if the real failure is even earlier.
With the seek to 0, it STILL crashes just after GdipCloneBitmapAreaI, probably because that function isn't implemented.
http://bugs.winehq.org/show_bug.cgi?id=15425
Bug 15425 depends on bug 14536, which changed state.
Bug 14536 Summary: FLSynthmaker crashes FL Studio http://bugs.winehq.org/show_bug.cgi?id=14536
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2009-12-06 20:13:48 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2009-December/082337.html
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #11 from Vincent Povirk madewokherd@gmail.com 2010-08-30 16:45:32 CDT --- Can someone please retest this and get a new +gdiplus log if it still fails?
http://bugs.winehq.org/show_bug.cgi?id=15425
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #12 from Niko Sandschneider nsandschn@gmx.de 2010-08-31 14:30:34 CDT --- It doesn't crash anymore in wine-1.3.1-368-g2c08a3f. The GUI is not drawn completely though (some parts of the background can still be seen), but that is probably a different bug.
http://bugs.winehq.org/show_bug.cgi?id=15425
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #13 from Jerome Leclanche adys.wh@gmail.com 2010-08-31 14:38:11 CDT --- Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=15425
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #14 from Vincent Povirk madewokherd@gmail.com 2010-08-31 14:50:36 CDT --- Hooray. New bugs please.
http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #15 from Niko Sandschneider nsandschn@gmx.de 2010-09-01 15:37:52 CDT --- I filed bug 24236 for the next problem.
http://bugs.winehq.org/show_bug.cgi?id=15425
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2010-09-03 14:05:26 CDT --- Closing bugs fixed in 1.3.2.