[Bug 37988] New: Jeskola Buzz (Build 1499) fails to run
https://bugs.winehq.org/show_bug.cgi?id=37988 Bug ID: 37988 Summary: Jeskola Buzz (Build 1499) fails to run Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs(a)winehq.org Reporter: gimmeapill(a)gmail.com Distribution: --- Created attachment 50618 --> https://bugs.winehq.org/attachment.cgi?id=50618 backtrace On a fresh 32 bit prefix with dotnet40 installed (via winetricks, as I didn't find any other way), the newest build of Jeskola Buzz tracker installs successfully but fail to run. Steps to reproduce: WINEARCH=win32 WINEPREFIX=~/.wine winecfg winetricksmsxml3 winetricks dotnet40 winetricks vcrun2010 Buzz build (x86) on which the test was run (latest at the time of writing) http://jeskola.net/buzz/beta/files/setup/BuzzSetup1499.exe Installation succeeds, but Buzz fails to start with error: ... Unhandled Exception: System.Runtime.InteropServices.COMException: Unknown authentication service. (Exception from HRESULT: 0x800706D3) at System.Windows.Media.MediaSystem.ConnectTransport() at System.Windows.Media.MediaSystem.Startup(MediaContext mc) at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher) at System.Windows.Media.MediaContext.From(Dispatcher dispatcher) at System.Windows.Media.MediaContext.get_CurrentMediaContext() at BuzzGUI.CBuzzGUI.CreateToolBar(CBuzzGUI* , HWND__* parent) wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b83aadc (thread 0009), starting debugger... ... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 --- Comment #1 from Gimmeapill <gimmeapill(a)gmail.com> --- Created attachment 50619 --> https://bugs.winehq.org/attachment.cgi?id=50619 wine log -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Gimmeapill <gimmeapill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Gimmeapill <gimmeapill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Gimmeapill <gimmeapill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet URL| |http://jeskola.net/buzz/ CC| |gimmeapill(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Component|kernel32 |-unknown Resolution|--- |INVALID Summary|Jeskola Buzz (Build 1499) |Jeskola Buzz Build 1499 |fails to run |(.NET 4.0 app) fails to run --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, it seems you have a missing dependency: --- snip --- err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available. err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10 --- snip --- You need to install Samba/Winbind otherwise it won't work. See also my appdb entry for .NET Frameworks: https://appdb.winehq.org/objectManager.php?sClass=version&iId=17886 You also seem to miss other 32-bit prerequisites: --- snip --- err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory --- snip --- If you don't know how to install them, please seek help in WineHQ user forums. Bugzilla is not meant for end user support. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 --- Comment #3 from Gimmeapill <gimmeapill(a)gmail.com> --- Hi Anastasius, Thanks for the hints and sorry for filing an invalid report. I may however open another one as soon as I sort out this winbind issue (nobody so far from the Buzz community report any success so far). But I'll make sure I'll go through the user forums before this time ;-) BR, LX -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello Gimmeapill, --- quote --- I may however open another one as soon as I sort out this winbind issue (nobody so far from the Buzz community report any success so far). But I'll make sure I'll go through the user forums before this time ;-) --- quote --- I've already taken the liberty to do that. See bug 37997 (especially notes on follow-up bugs) This app seems to suffer from a couple of known bugs, so no need to report further. I'll add references to this app though since it's a good test case (small download, only .NET 4.0 needed). Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 --- Comment #5 from Gimmeapill <gimmeapill(a)gmail.com> --- Thanks for tackling this Anastasius, after sorting out the deps I was still getting stuck with this msvcp100.dll error. BR, LX -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Jeskola Buzz Build 1499 |Jeskola Buzz Build 1499 |(.NET 4.0 app) fails to run |(.NET 4.0 app) fails to run | |(samba/winbind package not | |installed with distro) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #6 from André H. <nerv(a)dawncrow.de> --- closing invalid -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37988 Ben <wine(a)bemasc.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine(a)bemasc.net --- Comment #7 from Ben <wine(a)bemasc.net> --- *** Bug 44224 has been marked as a duplicate of this bug. *** -- 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