Search found 22 matches
- Sun Nov 09, 2025 4:10 pm
- Forum: RapaGUI
- Topic: RapaGUI Segmentation fault under Linux
- Replies: 1
- Views: 1929
RapaGUI Segmentation fault under Linux
I cannot reproduce exactly when it happens. Mainly because I have no idea how to troubleshoot this kind of error. My code works flawless under windows but under Linux I got several Segmentation faults. In the console I get the following message zsh: segmentation fault (core dumped) ./Interpreter Whe...
- Sat Mar 15, 2025 5:52 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1417
Re: DebugPrint under Linux
Thank you for the Hint. ConsolePrint() works as expected.
- Sun Mar 09, 2025 7:14 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1417
Re: DebugPrint under Linux
Thank you for sharing. Okay that's strange. At least it seems that not I am doing something wrong but my Manjaro Linux is strange. I am done coding for today but next time I will try with other shells than bash. I recently even installed Powershell under Linux. Maybe on of them will behave as expect...
- Sun Mar 09, 2025 4:19 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1417
DebugPrint under Linux
How can I send the output of DebugPrint() in a bash shell under Linux? I start the interpreter in the shell and I already tried thinks like redirecting error console to out console like ./Interpreter hollywood_stript.hws 2> error.txt 1> output.txt or ./Interpreter hollywood_stript.hws 2>1 But none o...
- Sat Jan 11, 2025 5:01 pm
- Forum: Windows IDE
- Topic: Compiling Linux execatable does not work
- Replies: 2
- Views: 22601
Re: Compiling Linux execatable does not work
Thank you this was helpful, lib32-gtk2 was missing. Then trying some RapaGui flavors for my system and some tweaking on uppper-lower-case. It works now also under linux.
- Sun Jan 05, 2025 7:49 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19958
Re: Hollywood key not recognized under Linux
Problem solved
I renamed hollywood.key to Hollywood.key and now it works.
I renamed hollywood.key to Hollywood.key and now it works.
- Sun Jan 05, 2025 6:20 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19958
Re: Hollywood key not recognized under Linux
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.
- Sat Jan 04, 2025 6:05 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19958
Hollywood key not recognized under Linux
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 /Dokumente/Hollywood ls -la insgesamt 61052 drwxr-xr-x 6 yg yg 4096 4. Jan...
- Sat Jan 04, 2025 6:01 pm
- Forum: Windows IDE
- Topic: Compiling Linux execatable does not work
- Replies: 2
- Views: 22601
Compiling Linux execatable does not work
I use the Windows IDE of Hollywood version 9 and compiled a script under 'Compile for single plattform' for Windows. This works fine the program runs as it should. I then compiled a Linux version of it under 'Compile for single plattform' bu this one won't run. I use RapaGUI and the SQLite plugin an...
Re: Pick date
Thank you for sharing this date selector code. I integrated it in a ToDo-List program I am developin, stil lwork in progress. Here some screenshots https://drive.proton.me/urls/KNEZ5ZAGZ0#GJE0wQVNmF7H I added sliders for time selection. I mentioned you in the 'About' window to give you credit. Hope ...