Launcher doesn't launch on Linux Mint 21

Report issues or bugs in RVGL or ask for help regarding any Re-Volt topic.
[CISN] Neigdoig
Posts: 5

Launcher doesn't launch on Linux Mint 21

Unread post by [CISN] Neigdoig » Fri Dec 02, 2022 4:44 am

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?
User avatar
Gotolei
Moderator
Posts: 52
From: The New Are

Re: Launcher doesn't launch on Linux Mint 21

Unread post by Gotolei » Fri Dec 02, 2022 8:46 pm

Try running it from a terminal to see if it prints out any useful errors. python3 /path/to/rvgl_launcher.py
Image
[CISN] Neigdoig
Posts: 5

Re: Launcher doesn't launch on Linux Mint 21

Unread post by [CISN] Neigdoig » Sun Dec 04, 2022 1:13 am

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'
[CISN] Neigdoig
Posts: 5

Re: Launcher doesn't launch on Linux Mint 21

Unread post by [CISN] Neigdoig » Tue Dec 13, 2022 4:09 am

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.
Post Reply