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?
Launcher doesn't launch on Linux Mint 21
Re: Launcher doesn't launch on Linux Mint 21
Try running it from a terminal to see if it prints out any useful errors. python3 /path/to/rvgl_launcher.py
-
- Posts: 5
Re: Launcher doesn't launch on Linux Mint 21
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'
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'
-
- Posts: 5
Re: Launcher doesn't launch on Linux Mint 21
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.