https://bugs.winehq.org/show_bug.cgi?id=37988
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED CC| |focht@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@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