http://bugs.winehq.org/show_bug.cgi?id=10903
Summary: Fail to run Visere Product: Wine Version: 0.9.4. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: hovh03@yahoo.com
Created an attachment (id=9818) --> (http://bugs.winehq.org/attachment.cgi?id=9818) The output when run the program above
After download and install Visere at http://www.dmmd.net/ using the command line:
wine msiexec /i Visere_3.1.2.msi
I run the program:
wine Visere.exe, the following error was generated:
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {a1f4e726-8cf1-11d1-bf92-0060081ed811} could be created for context 0x17 wine: Call from 0x7b8447d0 to unimplemented function gdiplus.dll.GdipCreateHBITMAPFromBitmap, aborting
Please see the attachment for the full error log.
http://bugs.winehq.org/show_bug.cgi?id=10903
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.dmmd.net/ Severity|major |normal Keywords| |download
--- Comment #1 from Lei Zhang thestig@google.com 2007-12-27 14:28:39 --- Did you set the reported version field to 0.9.4 by mistake?
http://bugs.winehq.org/show_bug.cgi?id=10903
Nan Null hovh03@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.4. |0.9.44.
--- Comment #2 from Nan Null hovh03@yahoo.com 2007-12-27 14:39:02 ---
The version is 0.9.44 actually. I'll see if the latest version show this problem.
http://bugs.winehq.org/show_bug.cgi?id=10903
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Austin English austinenglish@gmail.com 2007-12-27 15:19:14 --- Confirming in wine 0.9.51, ubuntu feisty.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #4 from Lei Zhang thestig@google.com 2007-12-27 16:47:42 --- Does the stub implementation from bug 10449 help?
http://bugs.winehq.org/attachment.cgi?id=9160
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #5 from Austin English austinenglish@gmail.com 2008-02-06 15:47:39 --- (In reply to comment #4)
Does the stub implementation from bug 10449 help?
Didn't notice that comment, sorry Lei. In wine 0.9.54, it gets past that (the stub patch was committed, but now fails with:
wine: Call from 0x7b840b24 to unimplemented function gdiplus.dll.GdipGetDC, aborting
http://bugs.winehq.org/show_bug.cgi?id=10903
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #6 from Dan Kegel dank@kegel.com 2008-05-06 10:50:13 --- According to Susan, Dragon Naturally Speaking 9.0 installer also fails with
wine: Call from 0x7b8446d0 to unimplemented function gdiplus.dll.GdipGetDC, aborting
http://bugs.winehq.org/show_bug.cgi?id=10903
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 02:32:52 --- These calls are stubbed in current git (wine-1.0-rc1-g2470b0b). Please test it again with patch provided: it doesn't implement locking on Graphics methods after GetDC() but it copies GetDC()/ReleaseDC() calls behaviour.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 02:33:23 --- Created an attachment (id=13144) --> (http://bugs.winehq.org/attachment.cgi?id=13144) patch + some tests
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #9 from Austin English austinenglish@gmail.com 2008-05-18 17:01:30 --- I tried to test, but their site is down. Anyone have an archived copy?
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 18:26:21 --- (In reply to comment #9)
I tried to test, but their site is down. Anyone have an archived copy?
I have it. Site is now working but could mail you an archive..I've tested it just now. It's strange but I'm not able to load it at all with current git)). I've got:
--- wine: could not load L"Z:\home\mrlarch\.wine\drive_c\Program Files\DMMD\Visere\Visere.exe": Bad EXE format for ---
and that's all..
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 19:04:00 --- I've compare main executable binary (visere.exe) after Wine installation with native. There's a lot of differences. So I think it's a wine msi problem.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #12 from Dan Kegel dank@kegel.com 2008-05-18 19:20:25 --- You may be running into the bug that this patch fixes: http://winehq.org/pipermail/wine-patches/2008-May/054915.html
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 19:43:07 --- (In reply to comment #12)
You may be running into the bug that this patch fixes: http://winehq.org/pipermail/wine-patches/2008-May/054915.html
Your were right. Forgot about it.
Know it crashes on entry point gdiplus.dll.GdipAddPathCurve..
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2008-05-18 19:44:25 --- Created an attachment (id=13162) --> (http://bugs.winehq.org/attachment.cgi?id=13162) output after mine GdipGetDC/GdipReleaseDC patch
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 16:10:57 ---
Know it crashes on entry point gdiplus.dll.GdipAddPathCurve..
Last time I tested it crashed on GdipAddPathCurve. This call is implemented now so please test it again, I don't have enough time now.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #16 from Austin English austinenglish@gmail.com 2008-08-05 17:24:54 --- (In reply to comment #15)
Know it crashes on entry point gdiplus.dll.GdipAddPathCurve..
Last time I tested it crashed on GdipAddPathCurve. This call is implemented now so please test it again, I don't have enough time now.
I downloaded 4.1.7627 from their site today, but it fails to launch. I'll file a bug, but if you get a chance, test an older version.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 17:43:08 ---
I downloaded 4.1.7627 from their site today, but it fails to launch. I'll file a bug, but if you get a chance, test an older version.
I accidentally found version 3.1.2 on my VM. Now it makes some GdipGetDC/GdipReleaseDC calls and crashes on unimplemented GdipResetWorldTransform.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 17:45:35 --- Created an attachment (id=15307) --> (http://bugs.winehq.org/attachment.cgi?id=15307) backtrace on wine-1.1.2-g520ab5c
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 18:44:09 --- Created an attachment (id=15309) --> (http://bugs.winehq.org/attachment.cgi?id=15309) GdipResetWorldTransform implementation
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 18:55:23 --- After my patch from comment 19 I was able to run it, interface is almost usable, I was even able to load BMP file which displays (I'm not sure properly or not by meaning our problem with upside down rendering).
Now it crashes on unimplemented GdipCreateTexture: ------ fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:xrender:X11DRV_AlphaBlend not a dibsection fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't know how to handle 32 bpp wine: Call from 0x7ee21f40 to unimplemented function gdiplus.dll.GdipCreateTexture, aborting fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set fixme:win:LockWindowUpdate ((nil)), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! ------ So I'll try to start with TextureBrush maybe.
http://bugs.winehq.org/show_bug.cgi?id=10903
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #15309|0 |1 is obsolete| |
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com 2008-08-06 10:16:25 --- Created an attachment (id=15317) --> (http://bugs.winehq.org/attachment.cgi?id=15317) GdipResetWorldTransform + GdipCreateTexture
For me this is enough for load and start to use this program (version 3.1.2). I've tried some menu commands, filters etc. and at this brief look it didn't crash (but interface looks pretty ugly actually)). So more testing is necessary.
http://bugs.winehq.org/show_bug.cgi?id=10903
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #22 from Nikolay Sivov bunglehead@gmail.com 2008-08-26 07:57:42 --- GdipResetWorldTransform and GdipGetDC/GdipReleaseDC committed now.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com 2008-09-02 09:30:47 --- GdipCreateTexture committed today. Test it again please.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #24 from Nikolay Sivov bunglehead@gmail.com 2008-10-02 07:30:19 --- Test again with current git version. All requested calls are implemented now.
http://bugs.winehq.org/show_bug.cgi?id=10903
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #15317|0 |1 is obsolete| |
--- Comment #25 from Nikolay Sivov bunglehead@gmail.com 2008-10-02 07:31:37 --- (From update of attachment 15317) Patches committed
http://bugs.winehq.org/show_bug.cgi?id=10903
ricardo filipe ricardo_barbano@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano@hotmail.com
--- Comment #26 from ricardo filipe ricardo_barbano@hotmail.com 2008-12-07 16:50:39 --- i was trying to test this but i get: riclas@riclas-desktop:~/.wine/drive_c/Program Files/DMMD/Visere$ wine Visere.exe fixme:heap:HeapSetInformation 0x110000 0 0x32fe30 4 err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x139358 next block has PREV_FREE flag err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc45754
doesn't even start...
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #27 from Nikolay Sivov bunglehead@gmail.com 2008-12-07 17:00:47 --- (In reply to comment #26)
i was trying to test this but i get: riclas@riclas-desktop:~/.wine/drive_c/Program Files/DMMD/Visere$ wine Visere.exe fixme:heap:HeapSetInformation 0x110000 0 0x32fe30 4 err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x139358 next block has PREV_FREE flag err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc45754
doesn't even start...
Is a native library (gdiplus.dll) a workaround for this? If you'll get a similar crash with native please open another bug for it.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #28 from ricardo filipe ricardo_barbano@hotmail.com 2008-12-26 19:16:03 --- nope. native gdiplus does nothing here. i guess this can be closed and a new one opened with the exception...
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #29 from Austin English austinenglish@gmail.com 2008-12-27 01:21:04 --- (In reply to comment #28)
nope. native gdiplus does nothing here. i guess this can be closed and a new one opened with the exception...
Don't close this one unless you're sure it's fixed. Open a new one and set it to blocking this one.
http://bugs.winehq.org/show_bug.cgi?id=10903
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |-unknown
--- Comment #30 from Vincent Povirk madewokherd@gmail.com 2009-05-20 15:12:58 --- I'm seeing the same thing as ricardo filipe with wine-1.1.21-290-gd4e1d88.
The failure no longer seems related to gdiplus. Changing component.
http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #31 from Luca Bennati lucak3@gmail.com 2009-08-13 03:23:56 --- With wine-1.1.27-126-gc92bb27 it actually fails to install, would someone file a bug if he can verify this?
http://bugs.winehq.org/show_bug.cgi?id=10903
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #32 from Niko Sandschneider nsandschn@gmx.de 2010-07-21 12:49:09 --- This is fixed in wine-1.2-245-g17bc7be. Visere installs and runs fine. The menu bar is partly drawn over some icons but that is another issue.
http://bugs.winehq.org/show_bug.cgi?id=10903
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #33 from Austin English austinenglish@gmail.com 2010-07-21 15:45:43 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=10903
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #34 from Alexandre Julliard julliard@winehq.org 2010-07-30 12:54:55 --- Closing bugs fixed in 1.3.0.