Hollywood key not recognized under Linux

Discuss any general programming issues here
Post Reply
Yvan_Amiga
Posts: 21
Joined: Mon Mar 14, 2022 5:05 pm

Hollywood key not recognized under Linux

Post by Yvan_Amiga »

I use Hollywood 9 and just installed it under Manjaro Linux (x64). I extracted the hollywood folder from hw90_linux_x64.tar.gz and then copied the Hollywood.key file to the same folder.

Here a listing from my Hollywood folder

Code: Select all

/Dokumente/Hollywood ls -la                                                            
insgesamt 61052
drwxr-xr-x  6 yg yg     4096  4. Jan 17:30 .
drwxr-xr-x  6 yg yg     4096  4. Jan 17:30 ..
drwxr-xr-x  3 yg yg     4096  4. Jan 17:29 Docs
drwxr-xr-x  4 yg yg     4096  4. Jan 17:29 Examples
-rw-r--r--  1 yg yg      152  4. Jan 17:33 GUI.ini
-rwxr-xr-x  1 yg yg   206648 20. Mär 2021  Hollywood
-rw-r--r--  1 yg yg     6781 27. Dez 2021  hollywood.key
-rw-r--r--  1 yg yg 58515930 20. Mär 2021  Hollywood.sys
-rwxr-xr-x  1 yg yg  3745360 20. Mär 2021  Interpreter
drwxr-xr-x 20 yg yg     4096  4. Jan 17:29 LinkerPlugins
drwxr-xr-x  2 yg yg     4096  4. Jan 17:30 Plugins
When I start Hollywood only the trial version is running.

What am I doing wrong?
User avatar
Juan Carlos
Posts: 932
Joined: Mon Sep 06, 2010 1:02 pm

Re: Hollywood key not recognized under Linux

Post by Juan Carlos »

I have installed on Linux LiteOS without problemas.
Yvan_Amiga
Posts: 21
Joined: Mon Mar 14, 2022 5:05 pm

Re: Hollywood key not recognized under Linux

Post by Yvan_Amiga »

I tried something but didn't help. I thought that Hollywood maybe doesn't find the file Hollywood.key because it is not in the path and I added

PATH=/home/yg/Dokumente/Hollywood:$PATH
export PATH

Hollywood is installed in /home/yg/Dokumente/Hollywood

But same behavior. Only the trial version starts.
Yvan_Amiga
Posts: 21
Joined: Mon Mar 14, 2022 5:05 pm

Re: Hollywood key not recognized under Linux

Post by Yvan_Amiga »

Problem solved
I renamed hollywood.key to Hollywood.key and now it works.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood key not recognized under Linux

Post by airsoftsoftwair »

Yes, remember that Linux is case sensitive.
Post Reply