[Bug 19483] New: crash when launching zattoo
http://bugs.winehq.org/show_bug.cgi?id=19483 Summary: crash when launching zattoo Product: Wine Version: unspecified Platform: PC URL: http://zattoo.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: davidmohammed(a)gmail.com Created an attachment (id=22649) --> (http://bugs.winehq.org/attachment.cgi?id=22649) this is a winedebug trace when running the application zattoo crashes with "serious application error" when starting the application wine Zattoo1.exe -- 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=19483 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-07-27 18:19:11 ---
From your attached log: System.NullReferenceException: Object reference not set to an instance of an object. at System.Resources.ResourceManager.GetSatelliteAssembliesFromConfig() at System.Resources.ResourceManager.TryLookingForSatellite(CultureInfo lookForCulture) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryPar ents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
You didn't install .net 2.0 the proper way; use 'winetricks dotnet20' to install the .net framework. Then reistall that zattoo app, and report back plz -- 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=19483 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-27 19:16:55 --- Wine 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=19483 --- Comment #3 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-28 12:03:28 --- Created an attachment (id=22661) --> (http://bugs.winehq.org/attachment.cgi?id=22661) wine error on start of the application -- 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=19483 davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22649|0 |1 is obsolete| | --- Comment #4 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-28 12:29:40 --- Created an attachment (id=22662) --> (http://bugs.winehq.org/attachment.cgi?id=22662) winedebug trace this is the debug trace after installing dotnet20 via winetricks -- 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=19483 davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.26 --- Comment #5 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-28 13:32:17 --- just to confirm version 1.1.26 of wine also rm -rf .wine winecfg winetricks dotnet20.exe as requested wine Zattoo-3.3.4beta.exe to install cd .wine/drive_c/Program Files/Zattoo wine Zattoo.exe to start the application -- 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=19483 --- Comment #6 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-07-28 14:49:50 --- I'm confirming the issue with 1.1.26. It looks like the application tries to retrieve the value of the key HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.Current which does not exist on Wine. Creating the key allows the application to 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=19483 --- Comment #7 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-28 15:44:45 --- thanks for that. Once the application starts there is further problems - however they look like OLE issues such as fixme:shdocvw:ClOleCommandTarget_Exec (0x1b2090)->((null) 29 2 0x33ee30 (nil)) fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x1b2090) fixme:shdocvw:ClientSite_GetContainer (0x1b2090)->(0x33eb4c) fixme:shdocvw:InPlaceFrame_SetStatusText (0x1b2090)->(0xb7edd8f1) fixme:shdocvw:ClOleCommandTarget_Exec (0x1b2090)->((null) 25 2 0x33ea80 (nil)) etc - etc. looks like Zattoo will only work once OLE support in wine is more complete -- 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=19483 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2009-07-29 08:12:36 --- does 'winetricks ie6' help? -- 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=19483 --- Comment #9 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-29 15:10:16 --- thanks Dan I have tried the following rm -rf .wine winecfg and set audio (confirmed Test Sound works ok) sh winetricks ie6 sh winetricks dotnet20 downloaded flash10 from adobe website and installed wine IEXPLORE.exe and confirmed ie was running wine Zattoo-3.3.4Beta.exe to install Application when started produced the error in the image above. Used regedit to create the suggested key. started Zattoo via the menu - application started correctly and can use to swap TV -hooray!!- however no audio - boo.... Interesting observation - starting Zattoo from the command line using exactly the same "menu" properties to launch the application ie. env WINEPREFIX="/home/<username>/.wine" wine "C:\Program Files\Zattoo\Zattoo.exe" crashes X and leaves me at the logon screen. if I start Zattoo using WINEDEBUG=+relay,+seh,+tid wine Zattoo.exe &> output.txt from the commandline then the application does start (but very slowly). I'll resubmit the test data using the above and this time suggest a bronze rating. Probably can go to silver or gold if there was audio! -- 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=19483 --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2009-07-29 15:24:52 --- The minimal recipe might be sh winetricks flash ie6 dotnet20 plus creating the registry key. Does that work for you? -- 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=19483 davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #11 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-07-29 16:02:38 --- thanks Dan, correct - and audio now works! 1. sh winetricks flash ie6 dotnet20 2. winecfg - select audio tab and ensure driver emulation is checked 3. regedit 4. create the key HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.current 5. wine Zattoo-3.3.4beta.exe to install but uncheck "Run Zattoo now" after installation. 6. Navigate to the wine - Programs - Zattoo - Zattoo menu option to run Zattoo. i.e. do not run Zattoo from either the command line or when "Run Zattoo now" on installation because this will crash your X session. -- 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=19483 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-07-29 16:08:32 --- There's still a bug in wine to fix. -- 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=19483 --- Comment #13 from Dan Kegel <dank(a)kegel.com> 2009-07-29 16:10:36 --- Not fixed - shouldn't need "winetricks ie6", and that registry entry should probably be created by wine. Can you file a separate bug for the X crash? It's probably an X driver bug, so the best place is with your distro's bug tracking system. Please add a link to the X crash bug report here when you've done that. Thanks! Also, please add an entry with that recipe to http://appdb.winehq.org -- 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=19483 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2009-08-05 09:51:07 --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=0bbb924db207ddb680d01a... Registry entry is now in wine. -- 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=19483 davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #15 from davidmohammed(a)gmail.com <davidmohammed(a)gmail.com> 2009-12-04 14:34:33 --- Tested with wine 1.33: Can confirm that application can be installed without the need for ie6. Also can confirm the new registry entry is correctly added. -- 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=19483 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2009-12-18 13:07:38 --- Closing bugs fixed in 1.1.35. -- 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