Linux-Alt1-Toolkit icon indicating copy to clipboard operation
Linux-Alt1-Toolkit copied to clipboard

how to launch?

Open fryt0l opened this issue 6 years ago • 6 comments

any idea why im getting this? [FORMS.PP] ExceptionOccurred Sender=EOSError Exception=An operating system call failed. Stack trace: $00000000004E19EE $00000000004E1901 $000000000082DB12 $0000000000434FE9 TApplication.HandleException An operating system call failed. Stack trace: $00000000004E19EE $00000000004E1901 $000000000082DB12 $0000000000434FE9 Exception at 00000000004E19EE: EOSError: An operating system call failed.

fryt0l avatar Jul 06 '19 19:07 fryt0l

Are you running with the alt1run.sh file? if not retry with the .sh file

nandofw avatar Jul 07 '19 20:07 nandofw

yes i used .sh file chmod +x alt1run.sh then ./alt1run.sh

fryt0l avatar Jul 08 '19 00:07 fryt0l

what system are you using? so i can download and test here.

nandofw avatar Jul 08 '19 15:07 nandofw

xubuntu 18.04. x64

fryt0l avatar Jul 10 '19 19:07 fryt0l

Hi,

Try from command line: 'ldd alt1lunux|grep -i not', if all ok, then try "ldd libcef.so |grep -i not" and if you find absent dependencies, correct them.

good luck.

Von.

VonWernerGH avatar Dec 02 '19 14:12 VonWernerGH

Hi,

Try from command line: 'ldd alt1lunux|grep -i not', if all ok, then try "ldd libcef.so |grep -i not" and if you find absent dependencies, correct them.

good luck.

Von.

Thank you! I was missing "gconf" (libgconf-2.so.4 => not found) Installed that and now runs, but getting the black screen from #9

pekempy avatar May 02 '20 09:05 pekempy