Search found 273 matches

by fingus
Mon Feb 09, 2026 3:56 pm
Forum: Hollywood bugs
Topic: Linux: ShowNotification ignores always title$ for title-line
Replies: 2
Views: 7834

Linux: ShowNotification ignores always title$ for title-line

On Linux Manjaro here, ShowNotification ignores always title$-tag for title-line and takes only @APPTITLE for title-line-output: ; ShowNotification ignores the Title-Tag on Linux @APPTITLE "Apptitle" ShowNotification("OtherTitle", "Bodytext") Result: [title line] Apptit...
by fingus
Thu Jul 17, 2025 1:29 pm
Forum: Hollywood bugs
Topic: Setpanning always both Channels on Linux
Replies: 3
Views: 11748

Re: Setpanning always both Channels on Linux

airsoftsoftwair wrote: Sun Jun 22, 2025 5:25 pm

Code: Select all

- Fix [Linux]: Setting a custom panning for samples using SetPanning() or the "Panning" tag of Hollywood's
  PlaySample() command didn't work; the panning was always centered
Thank you for fixing this.
by fingus
Thu Jan 23, 2025 2:25 pm
Forum: Wishlist
Topic: Compile for Linux ARM 64Bit target
Replies: 1
Views: 15509

Compile for Linux ARM 64Bit target

Today, I updated our Monitor-Test-Raspi-Unit from Model 1 to 4B to test 4K Screens. The Compiled Hollywood-Testtool seems to be compiled for Linux ARM 32Bit only, as it doesn't start on the latest Raspbian, which is based on 64-bit architecture. Therefore, I would like to request an additional Linux...
by fingus
Thu Mar 07, 2024 3:10 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 10601

Re: Hurl2.0 - Error initializing cURL!

So the Problem still remains on AmigaOS3.2.
by fingus
Thu Mar 07, 2024 3:09 pm
Forum: Hollywood bugs
Topic: Setpanning always both Channels on Linux
Replies: 3
Views: 11748

Setpanning always both Channels on Linux

Setpanning doesn't work on Linux and always produces stereo output. This issue was tested on multiple Linux distributions including Linux Mint, Manjaro, and Ubuntu. Both the 'Setpanning' standalone command and the table tag of 'PlaySample' or 'PlayMusic' were tested, yielding the same result. Howeve...
by fingus
Tue Feb 27, 2024 3:21 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 10601

Re: Hurl2.0 - Error initializing cURL!

airsoftsoftwair wrote: Mon Feb 26, 2024 9:34 pm Ok, this could explain the problem but I'm wondering why Fingus reported that the problem exists on WinUAE as well. WinUAE should have a v4 bsdsocket.library...
Go offline, start Winuae, test again
by fingus
Wed Jan 31, 2024 10:16 am
Forum: Hollywood bugs
Topic: Plananarama 2.2 - Sprites are not Displayed until Screendrag or Screen-Switch
Replies: 5
Views: 5143

Re: Plananarama 2.2 - Sprites are not Displayed until Screendrag or Screen-Switch

Maybe it's related to 3.2 since I cannot reproduce this on any system. Can you test it on OS3.1 or OS3.9? I don't have a 3.2 system here. Thats possible. Or its result of my tests with guigfx.library and render.library, I had problems with my FPU-less Blizzard1230IV, we discuss it here in the Forum...
by fingus
Mon Jan 22, 2024 3:12 pm
Forum: Hollywood bugs
Topic: Plananarama 2.2 - Compiled Sprite-Demo gives "This Applet needs at least Hollywood 10.0"
Replies: 3
Views: 4847

Re: Plananarama 2.2 - Compiled Sprite-Demo gives "This Applet needs at least Hollywood 10.0"

airsoftsoftwair wrote: Sat Jan 20, 2024 11:26 pm Are you sure you have the Hollywood.sys that comes with Hollywood 10 in Hollywood:System?
I always use the Installer of then downloaded Hollywood10-Archive, so the Hollywood.sys should be always correct.
by fingus
Mon Jan 22, 2024 3:04 pm
Forum: Hollywood bugs
Topic: Hollywood10 Linux - Error when SaveBrush to ILBM
Replies: 9
Views: 10745

Re: Hollywood10 Linux - Error when SaveBrush to ILBM

airsoftsoftwair wrote: Sat Dec 23, 2023 9:49 pm
fingus wrote: Sat Dec 16, 2023 8:35 pm rclone mount webdav resource
Ah ok, not a Hollywood bug. The ILBM writer requires seeking so you should add --vfs-cache-mode=writes when you mount the WebDAV share. Then it should work.
That Fixed it, thanks four your Help again, Andreas!