[Bug 10903] New: Fail to run Visere
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(a)winehq.org ReportedBy: hovh03(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.dmmd.net/ Severity|major |normal Keywords| |download --- Comment #1 from Lei Zhang <thestig(a)google.com> 2007-12-27 14:28:39 --- Did you set the reported version field to 0.9.4 by mistake? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903 Nan Null <hovh03(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.4. |0.9.44. --- Comment #2 from Nan Null <hovh03(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2007-12-27 15:19:14 --- Confirming in wine 0.9.51, ubuntu feisty. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903 --- Comment #4 from Lei Zhang <thestig(a)google.com> 2007-12-27 16:47:42 --- Does the stub implementation from bug 10449 help? http://bugs.winehq.org/attachment.cgi?id=9160 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903 --- Comment #5 from Austin English <austinenglish(a)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 -- 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=10903 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #6 from Dan Kegel <dank(a)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 -- 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=10903 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #7 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-05-18 02:33:23 --- Created an attachment (id=13144) --> (http://bugs.winehq.org/attachment.cgi?id=13144) patch + some tests -- 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=10903 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-05-18 17:01:30 --- I tried to test, but their site is down. Anyone have an archived copy? -- 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=10903 --- Comment #10 from Nikolay Sivov <bunglehead(a)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.. -- 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=10903 --- Comment #11 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 --- Comment #12 from Dan Kegel <dank(a)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 -- 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=10903 --- Comment #13 from Nikolay Sivov <bunglehead(a)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.. -- 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=10903 --- Comment #14 from Nikolay Sivov <bunglehead(a)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 -- 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=10903 --- Comment #15 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 --- Comment #16 from Austin English <austinenglish(a)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. -- 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=10903 --- Comment #17 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 --- Comment #18 from Nikolay Sivov <bunglehead(a)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 -- 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=10903 --- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-08-05 18:44:09 --- Created an attachment (id=15309) --> (http://bugs.winehq.org/attachment.cgi?id=15309) GdipResetWorldTransform 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=10903 --- Comment #20 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15309|0 |1 is obsolete| | --- Comment #21 from Nikolay Sivov <bunglehead(a)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. -- 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=10903 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=10903 --- Comment #22 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-08-26 07:57:42 --- GdipResetWorldTransform and GdipGetDC/GdipReleaseDC committed now. -- 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=10903 --- Comment #23 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-09-02 09:30:47 --- GdipCreateTexture committed today. Test it again please. -- 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=10903 --- Comment #24 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-10-02 07:30:19 --- Test again with current git version. All requested calls are implemented now. -- 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=10903 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15317|0 |1 is obsolete| | --- Comment #25 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-10-02 07:31:37 --- (From update of attachment 15317) Patches committed -- 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=10903 ricardo filipe <ricardo_barbano(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano(a)hotmail.com --- Comment #26 from ricardo filipe <ricardo_barbano(a)hotmail.com> 2008-12-07 16:50:39 --- i was trying to test this but i get: riclas(a)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... -- 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=10903 --- Comment #27 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-12-07 17:00:47 --- (In reply to comment #26)
i was trying to test this but i get: riclas(a)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. -- 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=10903 --- Comment #28 from ricardo filipe <ricardo_barbano(a)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... -- 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=10903 --- Comment #29 from Austin English <austinenglish(a)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. -- 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=10903 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |-unknown --- Comment #30 from Vincent Povirk <madewokherd(a)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. -- 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=10903 --- Comment #31 from Luca Bennati <lucak3(a)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? -- 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=10903 Niko Sandschneider <nsandschn(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn(a)gmx.de --- Comment #32 from Niko Sandschneider <nsandschn(a)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. -- 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=10903 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #33 from Austin English <austinenglish(a)gmail.com> 2010-07-21 15:45:43 --- 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=10903 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #34 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-30 12:54:55 --- Closing bugs fixed in 1.3.0. -- 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