Page 1 of 1

Launcher doesn't launch on Linux Mint 21

Posted: Fri Dec 02, 2022 4:44 am
by [CISN] Neigdoig
Here's a doozy for you, so please bear with me:

I essentially cannot launch the RVGL Launcher, despite the fact that I have all the necessary packages for Debian/Ubuntu distributions, especially the ones for Ubuntu 22.04. I might be able to launch the game via Lutris just fine, but I want the ability to update the packages inside of my RVGL folder. Is there a problem with 22.04, or am I missing something?

Re: Launcher doesn't launch on Linux Mint 21

Posted: Fri Dec 02, 2022 8:46 pm
by Gotolei
Try running it from a terminal to see if it prints out any useful errors. python3 /path/to/rvgl_launcher.py

Re: Launcher doesn't launch on Linux Mint 21

Posted: Sun Dec 04, 2022 1:13 am
by [CISN] Neigdoig
This is the result after running:
Traceback (most recent call last):
File "/home/neigdoig/rvgl_launcher_linux/rvgl_launcher.py", line 3, in <module>
from rv_launcher.rvl_gui import main_app
File "/home/neigdoig/rvgl_launcher_linux/rv_launcher/rvl_gui/main_app.py", line 3, in <module>
import wx
ModuleNotFoundError: No module named 'wx'

Re: Launcher doesn't launch on Linux Mint 21

Posted: Tue Dec 13, 2022 4:09 am
by [CISN] Neigdoig
It looks like I had to install WxGlade, and the launcher works as intended. I was being an idiot, it seems. In the future, let's do something about letting Mint users know that the wxglade package is a dependency.