Linux and the Constant problems
- Juan Carlos
- Posts: 974
- Joined: Mon Sep 06, 2010 1:02 pm
Linux and the Constant problems
Yes, now with the Constant #SNDFMT_MP3 also gives problem, I could see that Linux Mint and the Hollywood constant are one problem.
- airsoftsoftwair
- Posts: 5967
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Linux and the Constant problems
As already said here, you need to tell us the exact version of Linux Mint you're using. Otherwise it's impossible to help you. If the constant isn't there, then the plugin probably doesn't load at all. But it's only possible to examine this issue if you post your exact Linux Mint version.
- Juan Carlos
- Posts: 974
- Joined: Mon Sep 06, 2010 1:02 pm
Re: Linux and the Constant problems
I apologize, but sometimes with so much talk about MCVE, I don't take you seriously anymore, so I'm asking in case any other user has had a similar problem and found a solution.airsoftsoftwair wrote: ↑Sun May 10, 2026 6:37 pm As already said here, you need to tell us the exact version of Linux Mint you're using. Otherwise it's impossible to help you. If the constant isn't there, then the plugin probably doesn't load at all. But it's only possible to examine this issue if you post your exact Linux Mint version.
But the Linux Mint that current I use is:
22.3 Cinnamon 64 bit with Linux core 6.17.0-23 and desktop environment Cinnamon 6.6.7
- airsoftsoftwair
- Posts: 5967
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Linux and the Constant problems
Ok, so I've tried it with this image from a USB stick and it works fine. Here's the MCVE I used:Juan Carlos wrote: ↑Mon May 11, 2026 11:21 am But the Linux Mint that current I use is:
22.3 Cinnamon 64 bit with Linux core 6.17.0-23 and desktop environment Cinnamon 6.6.7
Code: Select all
@REQUIRE "mp3enc"
DebugPrint(#SNDFMT_MP3)
End
Code: Select all
./Hollywood test.hws
- Juan Carlos
- Posts: 974
- Joined: Mon Sep 06, 2010 1:02 pm
Re: Linux and the Constant problems
Well the results is that compiling your MCVE gives the error of: Loading plugin mp3enc...failedairsoftsoftwair wrote: ↑Sun May 17, 2026 9:44 pmOk, so I've tried it with this image from a USB stick and it works fine. Here's the MCVE I used:Juan Carlos wrote: ↑Mon May 11, 2026 11:21 am But the Linux Mint that current I use is:
22.3 Cinnamon 64 bit with Linux core 6.17.0-23 and desktop environment Cinnamon 6.6.7
Can you save the MCVE I posted above as a file named "test.hws" and then run Hollywood from a console like this:Code: Select all
@REQUIRE "mp3enc" DebugPrint(#SNDFMT_MP3) End
And then post Hollywood's output here please...Code: Select all
./Hollywood test.hws
the plugin is the correct version of Linux x64 and with other plugins there aren't this problem only with mp3 and ogg encoders.
I can't make the test with command line prompt, but making the executable the problem showed. And compiling for other Linux like x86 too.
Re: Linux and the Constant problems
Hello.
I just tried running the MCVE both as a script and compiled for Debian x64 and in both cases I got the same debugprint: 2134734247
I just tried running the MCVE both as a script and compiled for Debian x64 and in both cases I got the same debugprint: 2134734247
PowerBook 5.8 MorphOS 3.18
Mac Mini MorphOS 3.18
Mac Mini MorphOS 3.18
- Juan Carlos
- Posts: 974
- Joined: Mon Sep 06, 2010 1:02 pm
Re: Linux and the Constant problems
Remember that if you compile the script, you need to enable debug output, which is disabled by default when compiling. Otherwise, when you execute the compiled MCVE, you'll only get the black display briefly and nothing else.
PowerBook 5.8 MorphOS 3.18
Mac Mini MorphOS 3.18
Mac Mini MorphOS 3.18