http://bugs.winehq.org/show_bug.cgi?id=19792
Summary: program "Antik Virtual set-top-box" crashes at startup Product: Wine Version: 1.1.27 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: puk007@gmail.com
Created an attachment (id=23185) --> (http://bugs.winehq.org/attachment.cgi?id=23185) log
when trying to install application Antik Virtualny set-top-box (multimedia application of my Internet provider called Antik for watching digital TV/cameras/listen to radios on my PC) I got error which prevented it from running. In fact install worked but it crashed during startup. Log (see log attachment) + steps to reproduce (see start attachment) script will be attached to this bug.
Any help would be appreciated.
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #1 from puk007@gmail.com 2009-08-19 17:15:10 --- Created an attachment (id=23186) --> (http://bugs.winehq.org/attachment.cgi?id=23186) start script (steps to reproduce problem)
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2009-08-19 17:35:10 --- Not blocker.
Does 'winetricks gdiplus' work around the problem?
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23185|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23186|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|program "Antik Virtual |GdipCreateRegionHrgn does |set-top-box" crashes at |not support complex regions |startup |
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #3 from puk007@gmail.com 2009-08-20 05:38:15 --- hi,
thanks for fast reply.
I don't understand your question, sorry. What do you mean?
as you can see in the attached log: Unhandled Exception: System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented]
seems like something more needs to be implemented in wine internally befor I can use this app.
I don't know about any workaround here. Application doesn't start at all.
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-20 08:19:16 --- (In reply to comment #3)
I don't understand your question, sorry. What do you mean?
http://wiki.winehq.org/winetricks
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #5 from puk007@gmail.com 2009-08-26 14:04:58 --- ok, understood now.
I installed gdiplus via winetricks (also corefonts and corefonts) and got different stacktrace:
wine AntikVirtualSTB.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:win:EnumDisplayDevicesW ((null),0,0x60df2c,0x00000000), stub! fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10034 0x00000000 Stacktrace:
at (wrapper managed-to-native) System.Drawing.GDIPlus.GdipCreateFontFamilyFromName (string,intptr,intptr&) <0x00004> at (wrapper managed-to-native) System.Drawing.GDIPlus.GdipCreateFontFamilyFromName (string,intptr,intptr&) <0xffffffff> at System.Drawing.FontFamily..ctor (string,System.Drawing.Text.FontCollection) <0x0003e> at System.Drawing.FontFamily..ctor (string) <0x0000f> at (wrapper remoting-invoke-with-check) System.Drawing.FontFamily..ctor (string) <0xffffffff> at System.Drawing.Font.CreateFont (string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte,bool) <0x0002c> at System.Drawing.Font..ctor (string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte,bool) <0x00039> at System.Drawing.Font..ctor (string,single,string) <0x0001e> at (wrapper remoting-invoke-with-check) System.Drawing.Font..ctor (string,single,string) <0xffffffff> at System.Drawing.SystemFonts.get_DefaultFont () <0x0002e> at System.Windows.Forms.Theme..ctor () <0x00026> at System.Windows.Forms.ThemeWin32Classic..ctor () <0x00011> at System.Windows.Forms.ThemeEngine..cctor () <0x0009a> at (wrapper runtime-invoke) System.Object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () <0xffffffff> at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () <0x0000b> at System.Windows.Forms.Control..ctor () <0x0017d> at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control..ctor () <0xffffffff> at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () <0x0001b> at (wrapper runtime-invoke) System.Object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> at System.Windows.Forms.Control..ctor () <0xffffffff> at System.Windows.Forms.Control..ctor () <0x00022> at System.Windows.Forms.ScrollableControl..ctor () <0x00011> at System.Windows.Forms.ContainerControl..ctor () <0x0001e> at System.Windows.Forms.Form..ctor () <0x0003b> at Updater2.Form1..ctor () <0x001c7> at (wrapper remoting-invoke-with-check) Updater2.Form1..ctor () <0xffffffff> at Updater2.Program.Main () <0x00025> at (wrapper runtime-invoke) System.Object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
any idea how to proceed? thanks.
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #6 from puk007@gmail.com 2009-08-26 14:06:40 --- in my previous comment I ment that I installed via winetricks: gdiplus corefonts fontfix
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|GdipCreateRegionHrgn does |program "Antik Virtual |not support complex regions |set-top-box" crashes at | |startup
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2009-08-26 14:45:39 --- I'm changing the summary back. I probably should've left it as it was.
It probably expects a font that you don't have installed. A +font log may give an indication of which one.
GdipCreateRegionHrgn is fixed now so builtin gdiplus should get further than it did before.
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #8 from puk007@gmail.com 2009-08-28 14:42:41 --- Created an attachment (id=23312) --> (http://bugs.winehq.org/attachment.cgi?id=23312) output with +font debug option
thanks for hint. see attached output of: WINEDEBUG="+font" wine AntikVirtualSTB.exe
in file: fonts_log.log
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
Michal Seliga selmi@centrum.sk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |selmi@centrum.sk
--- Comment #9 from Michal Seliga selmi@centrum.sk 2009-12-07 16:37:23 --- i tried with current version of wine and current version of AntikVirtualSTB.exe i installed mono, gdiplus, corefonts and fontfix using winetricks
now crash is:
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) Serial number of failed request: 1060 Current serial number in output stream: 1060
however, when i tried to do log with WINEDEBUG=trace+x11drv i got different error at the end: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
someone please write me what to do to post something useful. WINEDEBUG trace+all is 650MB long (8MB packet with 7zip) so i am not posting it here
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #10 from puk007@gmail.com 2010-01-30 15:09:49 --- hi,
when tried with wine 1.1.37 I got following in console;
fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:win:EnumDisplayDevicesW ((null),0,0x60dec4,0x00000000), stub!
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at Updater2.Form1.Form1_Shown (System.Object sender, System.EventArgs e) [0x00000] at System.Windows.Forms.Form.OnShown (System.EventArgs e) [0x00000] at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] at System.Windows.Forms.Control.Show () [0x00000] at Updater2.Form1..ctor () [0x00000] at (wrapper remoting-invoke-with-check) Updater2.Form1:.ctor () at Updater2.Program.Main () [0x00000]
could anyone advice me how to proceed? thanks
pb
http://bugs.winehq.org/show_bug.cgi?id=19792
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #11 from Anastasius Focht focht@gmx.net 2010-01-30 15:59:14 --- Hello,
--- quote --- could anyone advice me how to proceed? --- quote ---
you could try with .NET Framework from Microsoft. Although Wine suggests "install MONO to run .NET executables", I would advise/prefer the use of original Microsoft .NET Framework any time over MONO.
Start over with fresh WINEPREFIX and use winetricks steps (adapted from your start script):
$ sh winetricks -q dotnet20 jet40 mdac28 corefonts
If the app requires .NET 2.0 SP1 you can work around by faking the SP number, e.g.:
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727] "SP"=dword:00000001
Regards
http://bugs.winehq.org/show_bug.cgi?id=19792
puk007@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23185|0 |1 is obsolete| | Attachment #23186|0 |1 is obsolete| | Attachment #23312|0 |1 is obsolete| |
--- Comment #12 from puk007@gmail.com 2010-01-31 10:41:46 --- Created an attachment (id=25983) --> (http://bugs.winehq.org/attachment.cgi?id=25983) console_20100131.txt
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #13 from puk007@gmail.com 2010-01-31 10:42:03 --- thanks a lot for this idea of .net framework install suggested in previous post.
I got much further than anytime before.
I even had some very 1.st anouncement that is program related, but while starting up I got error in console attached as: console_20100131.txt
and gui didn't start and seems to be like frozen.
any idea?
thanks
Peter B.
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #14 from Anastasius Focht focht@gmx.net 2010-01-31 12:00:45 --- Hello,
try native msvcrt, e.g.
$ sh winetricks vcrun6
Regards
http://bugs.winehq.org/show_bug.cgi?id=19792
puk007@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #15 from puk007@gmail.com 2010-02-04 14:21:23 --- hi,
thanks to all for usefull tips, I finally got it running.
I'd say, that interface is really buggy, but what I was able to achieve is watch selected TV channel.
In fact it was worse quality but for this issue, I should probably open new bug and close this one because, it's summary is not valid any more.
the way it works for me: 1. install dependences via winetricks ./winetricks -q winxp dotnet20 jet40 mdac28 corefonts gdiplus fontfix vcrun6
2. change via regedit .NET version to pretend SP1 is installed [HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727] "SP"=dword:00000001
3. install program itself and run it then
What I've tested is TV watching, in fact to watch TV, I had to minimize GUI and then I saw in lower left part of screen some rectangle I had to click on and channel list appeared then. After selecting one, playback started.
thanks again to all who contributed to get this one started!
http://bugs.winehq.org/show_bug.cgi?id=19792
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2010-02-04 14:24:17 --- Not fixed.
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #17 from Michal Seliga selmi@centrum.sk 2010-02-11 17:34:04 --- i can confirm that using install steps from Comment #15 i made it work somehow. there are many issues with font quality (letters look very bad), some crashes, some screen redraw issues but it mostly works
i think that most of issues now can be related to various used components - dotnet20 support probably causes problems in user interface, vlc player which is used to playback video may be responsible for playback problems...
http://bugs.winehq.org/show_bug.cgi?id=19792
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #18 from Vincent Povirk madewokherd@gmail.com 2010-05-08 15:47:56 --- Could someone retest this with builtin gdiplus?
http://bugs.winehq.org/show_bug.cgi?id=19792
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://vstb.iptvmaster.anti | |k.sk/install/AntikVSTB.exe
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #19 from puk007@gmail.com 2010-05-24 00:40:04 --- bad news, with official update of program, it doesn't even start up any more :(
I used the same steps as in comment #15, and as the update is forced, application is again not usable at all.
But as requested in comment #18 I tried with (see attachment console_20100522_with_gdiplus.txt) as well as without (console_20100522_no_gdiplus.txt) gdiplus installed via winetricks.
Attached are both cases console outputs.
Any idea what should be done to have it running again? thanks.
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #20 from puk007@gmail.com 2010-05-24 00:40:41 --- Created an attachment (id=28222) --> (http://bugs.winehq.org/attachment.cgi?id=28222) without gdiplus installed
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #21 from puk007@gmail.com 2010-05-24 00:41:06 --- Created an attachment (id=28223) --> (http://bugs.winehq.org/attachment.cgi?id=28223) with gdiplus installed
http://bugs.winehq.org/show_bug.cgi?id=19792
puk007@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25983|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #22 from puk007@gmail.com 2010-05-24 00:43:33 --- one more info to this, from visual point of view, with and without gdiplus installed after startup does application partially displayed gui look the same.
http://bugs.winehq.org/show_bug.cgi?id=19792
Peter B. puk007@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #23 from Peter B. puk007@gmail.com 2010-10-18 00:08:25 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #24 from butraxz@gmail.com 2013-06-27 12:28:33 CDT --- This ticket has not been updated for over 900 days.
Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=19792
--- Comment #25 from Vincent Povirk madewokherd@gmail.com 2013-07-09 12:39:20 CDT --- This has a download, so it's not in danger of being abandoned.
http://bugs.winehq.org/show_bug.cgi?id=19792
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #26 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce the startup crash and the current issues are definitely not 'gdiplus' related. Recycling bugs over and over again should be avoided.
Resolving 'fixed'.
$ sha1sum AntikVSTB.exe 87a6cab8a134f946a5bbcd982a6571798a6f6548 AntikVSTB.exe
$ du -sh AntikVSTB.exe 7.6M AntikVSTB.exe
$ wine --version wine-1.7.20
Regards
https://bugs.winehq.org/show_bug.cgi?id=19792
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #27 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.21.