Search found 5919 matches

by airsoftsoftwair
Sun Mar 08, 2026 4:29 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 5
Views: 9559

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: 13458

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: 6927

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...
by airsoftsoftwair
Sun Mar 08, 2026 4:23 pm
Forum: RapaGUI
Topic: CopyFile and Progressbar
Replies: 4
Views: 7227

Re: CopyFile and Progressbar

On Manjaro with Gnome 3 your example doesn't work. It starts the copy of the file and the progress bar remains empty It fills to the 100% when the copy is finished. Which is exactly what my code does as well. You must use RunCallback() to make this work everywhere. Even if plouf's version works cor...
by airsoftsoftwair
Thu Mar 05, 2026 8:45 pm
Forum: Announcements
Topic: Forum slowness and downtimes
Replies: 2
Views: 13203

Re: Forum slowness and downtimes

Unfortunately, the bots seem to be back so expect some downtime again until this is fixed. Maybe the forum needs to be shielded by Cloudflare again.
by airsoftsoftwair
Sun Mar 01, 2026 6:15 pm
Forum: General plugin questions
Topic: ZIP plugin OpenArchive on VirtualFile
Replies: 2
Views: 26243

Re: ZIP plugin OpenArchive on VirtualFile

Code: Select all

- Fix: Using zip.OpenArchive() with #MODE_READWRITE or #MODE_WRITE didn't work with virtual files
by airsoftsoftwair
Sun Mar 01, 2026 6:15 pm
Forum: General plugin questions
Topic: Zip plugin doesn't create a new file on MorphOS
Replies: 2
Views: 20035

Re: Zip plugin doesn't create a new file on MorphOS

Code: Select all

- Fix [MorphOS]: zip.OpenArchive() with #MODE_WRITE didn't work if the target file didn't exist
by airsoftsoftwair
Sun Mar 01, 2026 6:14 pm
Forum: Newbie questions
Topic: The best programming environment on a new Mac.
Replies: 3
Views: 8246

Re: The best programming environment on a new Mac.

SciTE has support for Hollywood and is available for macOS so this could be a good choice.
by airsoftsoftwair
Sun Mar 01, 2026 6:13 pm
Forum: APK Compiler
Topic: Compiled APK Not Installing as Update
Replies: 1
Views: 8523

Re: Compiled APK Not Installing as Update

PEB wrote: Sun Mar 01, 2026 5:07 am Is there a way to collect debug output from an app that crashes immediately?
Yes, LogCat should give you more info on the crash.
by airsoftsoftwair
Sun Mar 01, 2026 6:13 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 5
Views: 9559

Re: What's wrong here?

What Gradle version are you using?