SASPlanet.exe is no longer working

Questions about Wine on Linux
Locked
rechtem
Newbie
Newbie
Posts: 1
Joined: Fri Jun 07, 2019 12:59 am

SASPlanet.exe is no longer working

Post by rechtem »

Hello,

Since a few updates of wine (on ArchLinux distro), SASPlanet.exe stopped working with the following errors:

Code: Select all

$ wine SASPlanet.exe 
002d:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
002d:err:winediag:gnutls_initialize failed to load libgnutls, no support for pfx import/export
002d:err:module:load_builtin_dll failed to load .so lib for builtin L"l3codeca.acm": libmpg123.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
002d:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
002d:fixme:thread:GetThreadUILanguage : stub, returning default language.
002d:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x34d95c, (nil) 0x34d984
002d:fixme:nls:get_dummy_preferred_ui_language (0x38 0x34d95c (nil) 0x34d984) returning a dummy value (current locale)
002d:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x34d95c, 0x14b19b0 0x34d984
002d:fixme:nls:get_dummy_preferred_ui_language (0x38 0x34d95c 0x14b19b0 0x34d984) returning a dummy value (current locale)
002d:fixme:wtsapi:WTSRegisterSessionNotification Stub 0x200ca 0x00000000
002d:fixme:uxtheme:BufferedPaintInit Stub ()
wine: Unhandled exception 0xc0000264 in thread 2d at address 0x0000:0x7bc61799 (thread 002d), starting debugger...
0036:fixme:dbghelp:elf_search_auxv can't find symbol in module
0036:fixme:dbghelp:elf_search_auxv can't find symbol in module
...
0036:fixme:dbghelp:elf_search_auxv can't find symbol in module
0036:fixme:dbghelp:elf_search_auxv can't find symbol in module
002d:err:seh:setup_exception_record stack overflow 860 bytes in thread 002d eip 7bca50f8 esp 00250fd4 stack 0x250000-0x251000-0x350000
Any idea ?

Thanks
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: SASPlanet.exe is no longer working

Post by Bob Wya »

rechtem wrote:...

Code: Select all

$ wine SASPlanet.exe 
002d:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
002d:err:winediag:gnutls_initialize failed to load libgnutls, no support for pfx import/export
002d:err:module:load_builtin_dll failed to load .so lib for builtin L"l3codeca.acm": libmpg123.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
002d:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
...
...
Hiya rechtem,

You'd probably want to start by fixing those missing (native Linux) library dependencies.
Certainly libgnutls is pretty critical (since a lot of networking uses TLS these days).

Bob
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: SASPlanet.exe is no longer working

Post by DarkShadow44 »

What Bob said.

Afterwards you could try an older wine version.
On Arch you can easily downgrade. Does going back to an old wine version help?
Locked