Search found 5926 matches

by airsoftsoftwair
Sun Mar 15, 2026 11:44 am
Forum: Wishlist
Topic: Wishlist: Physics Engine
Replies: 2
Views: 379

Re: Wishlist: Physics Engine

Maybe the Box2D library could be ported as a Hollywood plugin.
by airsoftsoftwair
Sun Mar 15, 2026 11:43 am
Forum: Newbie questions
Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
Replies: 3
Views: 115

Re: Miniwood .. Library "dos.hwl" cannot be loaded!

gerograph wrote: Sun Mar 15, 2026 11:40 am Indeed, it was the virus scanner....putting dos.hwl into Quarantine
WTF! :roll: Those virus scanners become more and more malware themselves.
by airsoftsoftwair
Sun Mar 15, 2026 11:42 am
Forum: Hollywood bugs
Topic: IsMusic() PNG problem
Replies: 8
Views: 19143

Re: IsMusic() PNG problem

Code: Select all

- Fix: In rare cases MP3s weren't identified correctly
by airsoftsoftwair
Sun Mar 15, 2026 11:40 am
Forum: General plugin questions
Topic: AVCodec.hwp crash when mp4 video doesn't have audio stream
Replies: 4
Views: 19911

Re: AVCodec.hwp crash when mp4 video doesn't have audio stream

- Fix [Windows]: Videos without an audio stream caused a crash on PlayVideo() when using the non-native video player Btw, I've seen in the OP that you experienced a freeze with the native player with some videos. That also shouldn't happen. The native player should exit cleanly in case it can't pla...
by airsoftsoftwair
Sun Mar 15, 2026 11:37 am
Forum: RapaGUI
Topic: Can (not) set window position on Ubuntu Linux
Replies: 1
Views: 2116

Re: Can (not) set window position on Ubuntu Linux

djg wrote: Sun Mar 08, 2026 6:16 pm Is there a way to get it to work using this Wayland thing as well?
The next version of RapaGUI will use a more recent version of wxWidgets so maybe this can fix things. If you post an MCVE, I can check if it works with the latest wxWidgets when I get back to working on RapaGUI.
by airsoftsoftwair
Sun Mar 15, 2026 11:36 am
Forum: Hollywood bugs
Topic: (avcodec) FLAC and SeekMusic(id,0)
Replies: 1
Views: 235

Re: (avcodec) FLAC and SeekMusic(id,0)

Code: Select all

- Fix: Seeking FLAC files back to 0 didn't work correctly
by airsoftsoftwair
Sun Mar 15, 2026 11:35 am
Forum: General programming
Topic: Overlay support for AmigaOS4 (Radeon R100/R200)
Replies: 18
Views: 28968

Re: Overlay support for AmigaOS4 (Radeon R100/R200)

samo79 wrote: Sat Mar 14, 2026 4:53 am Just for fun i've asked ChatGPT and here is the answer:
Thanks, but that doesn't help. It's just repeating what I already know but doesn't change the fact that the current APIs don't work correctly.
by airsoftsoftwair
Sun Mar 08, 2026 4:29 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11625

Re: What's wrong here?

Is there any reason why you don't use the latest APK Compiler 5.0? APK Compiler 4.4 is 3 years old and the Android build chain and Gradle load lots of additional components needed for building from servers so it could be that something in the build chain is broken. The easiest way to solve this is p...
by airsoftsoftwair
Sun Mar 08, 2026 4:27 pm
Forum: Newbie questions
Topic: Connecting to the radio stream
Replies: 5
Views: 16474

Re: Connecting to the radio stream

Bohun wrote: Mon Mar 02, 2026 6:18 pm Thank you. The other useful plugin without mac arm64 version is Polybios.
Yes, there'll be an update for this soon as well.
by airsoftsoftwair
Sun Mar 08, 2026 4:26 pm
Forum: Hollywood bugs
Topic: Minor bug with SeekMusic
Replies: 9
Views: 9092

Re: Minor bug with SeekMusic

AvCodec seems to fix the issue. Compariosn between using SeekMusic with AvCodec on and without it, result in SeekMusic jumping to completely different locations, several seconds apart when jumping to location at about 2 minutes. This isn't a Hollywood bug but a DirectShow issue. Keep in mind that o...