Code: Select all
sudo ~/Downloads/LiveCodeInstaller-9_6_9-Linux.x64
Any ideas on how to troubleshoot? Is there a log file that can be looked at? Are there required libraries that I need to make sure are present?
Thanks.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
sudo ~/Downloads/LiveCodeInstaller-9_6_9-Linux.x64
I guess you missed the part of my post where I said that I made it executable. I wish it was that simple.FourthWorld wrote: ↑Thu May 18, 2023 10:08 pmDownloading usually clears the executable bit. chmod 755 to make it runnable.
You guessed correctly. I help with support across four forums. I may miss a detail now and then. I appreciate your patience.tetsuo29 wrote: ↑Thu May 18, 2023 10:23 pmI guess you missed the part of my post where I said that I made it executable.FourthWorld wrote: ↑Thu May 18, 2023 10:08 pmDownloading usually clears the executable bit. chmod 755 to make it runnable.
I your Kubuntu is stock, does double-clicking the exe not launch it?I wish it would spit out some text complaining about why it can't run.
Code: Select all
sudo ~/Downloads/LiveCodeInstaller-9_6_9-Linux.x64 -ui -log /PATH_TO_LOG/installer_log
Thank you! Your advice helped me hit pay dirt on this.wsamples wrote: ↑Fri May 19, 2023 4:37 amtetsuo, try adding the -ui flag to your command. I can't use the installer the "GUI" way any more but it runs and installs properly using the -ui flag. The installers launch for me but get stuck, so we don't have exactly the same behavior, but even if it doesn't result in a successful installation, you might get a little more useful information since output will hopefully be displayed in the terminal. You should create a log but if the installer aborts this early it won't write anything to the log. Your command will look something like this:
Good luck!Code: Select all
sudo ~/Downloads/LiveCodeInstaller-9_6_9-Linux.x64 -ui -log /PATH_TO_LOG/installer_log
Code: Select all
russ@REM-UX31E:~/Downloads$ sudo ./LiveCodeInstaller-9_6_9-Linux.x64 -log ~/livecodeinstall.log
[sudo] password for russ:
(LiveCodeInstaller-9_6_9-Linux.x64:22742): Gtk-WARNING **: 10:51:40.763: Unable to locate theme engine in module_path: "adwaita",
Code: Select all
russ@REM-UX31E:~/Downloads$ sudo ./LiveCodeInstaller-9_6_9-Linux.x64 -log
(LiveCodeInstaller-9_6_9-Linux.x64:22816): Gtk-WARNING **: 10:54:02.400: Unable to locate theme engine in module_path: "adwaita",
Thank you for that background, Warren. It sounds similar to some of the issues I was seeing on the RPi back in the day, where the installer was dying but the IDE (often) ran fine.wsamples wrote: ↑Fri May 19, 2023 5:58 amHi, Richard. It's an Arch spin (EndeavourOS) with Openbox. This has been happening for some months now and even installers which previously had worked now get stuck after selecting the installation location and starting the actual installation process. It shows a dialog complaining about conflicting apps. Strace shows an endless string of "resource temporarily unavailable" messages. Someone else reported this same issue some time ago although I can't find the post. Once installed, the IDE seems unaffected by whatever causes the problem for the installer and seems to work just fine.
I'm happy to learn you resolved the issue of the failing installer! That's the most important thing.