trying to use rapagui on linux... executable won't start

Find quick help here to get you started with Hollywood
Post Reply
MarisaG1967
Posts: 24
Joined: Sat Jun 22, 2024 4:15 am
Location: South San Francisco, CA
Contact:

trying to use rapagui on linux... executable won't start

Post by MarisaG1967 »

I'm on Ubuntu and trying to write a game that uses rapagui, and when compiling it it says it is successful and in the log I see it is saying it was able to find rapagui.hwp. But when I run the executable it pops a window saying that rapagui.hwp is required.

What did I do wrong? As I said it says it found and loaded rapagui.hwp at compile time and in HollywoodGUI it lists the rapagui examples etc.

Thanks!
--- https://amigacity.xyz - Website for all things related to the Amiga
--- https://hollywood.retro-os.live - Fan site for the Hollywood programming environment
--- https://discord.gg/ExmkwrV8ZA - Discord for Hollywood fans
Flinx
Posts: 342
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Re: trying to use rapagui on linux... executable won't start

Post by Flinx »

Did you place RapaGUI in the directory of the executable? If so, is it really the correct version (32-bit or 64-bit must match too)?
You can also link a plugin to the executable, but this may cause licensing issues. Please read the Linking plugins section in the manual.
MarisaG1967
Posts: 24
Joined: Sat Jun 22, 2024 4:15 am
Location: South San Francisco, CA
Contact:

Re: trying to use rapagui on linux... executable won't start

Post by MarisaG1967 »

Flinx wrote: Tue Aug 12, 2025 2:12 pm Did you place RapaGUI in the directory of the executable? If so, is it really the correct version (32-bit or 64-bit must match too)?
You can also link a plugin to the executable, but this may cause licensing issues. Please read the Linking plugins section in the manual.
Yes I belive I placed it in there. As I said it loads the plugin when compiling my game, and thos is the only plugin I am using so licensing should not be a issue. I read that link before but from what I could see there is only one folder for Linux, not all of the linux platforms supported in Hollywood.
--- https://amigacity.xyz - Website for all things related to the Amiga
--- https://hollywood.retro-os.live - Fan site for the Hollywood programming environment
--- https://discord.gg/ExmkwrV8ZA - Discord for Hollywood fans
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: trying to use rapagui on linux... executable won't start

Post by airsoftsoftwair »

RapaGUI on Linux is a bit more complicated because there are four different builds (GTK2, GTK2+webview, GTK3, GTK3+webview). My guess is that you've linked a webview build of RapaGUI to the executable but gtk-webview isn't installed on your system. To see why RapaGUI fails loading, you have to install Hollywood and RapaGUI on your Linux system and start it from a terminal. If it fails to load RapaGUI, it will print some info on why it couldn't be loaded to the console, typically because some components are missing on the Linux system.
Post Reply