powenn / AltServer-LinuxGUI

GUI for AltServerLinux
168 stars 9 forks source link

app opens for a second and closes #20

Open InfernoNova9999 opened 2 years ago

InfernoNova9999 commented 2 years ago

i am running lubuntu. the app opens, does show up in the system tray (no altstore icon visible) and closes.

InfernoNova9999 commented 2 years ago

Ok i did a upgrade and the app shows up in the tray now but when i click install altstore nothing happens

darkhacknet commented 2 years ago

The same error here !

dbouras commented 1 year ago

Try removing files:

libcrypto.so.1
libssl.so.1.1

from /usr/lib/altserver since they most probably interfere with the system installed ones. I ran across this issue under OpenSUSE Leap 15.4 where by they were breaking /usr/bin/curl.

An easy way to gain more visibility in what exactly is happening behind the scenes is to run altserver from the command line (in a sub-shell that starts it from the installation dir) as follows:

% (cd /usr/lib/altserver; ./altserver)

and check the log for errors.