Search found 74 matches

by midwan
Wed Dec 06, 2023 5:30 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

Rookie mistake, I didn't update the plugin in Hollywood:LinkerPlugins indeed, so that explains my situation. I've released an updated binary with this workaround for now, for those that faced the issue. Hopefully we'll see RapaGUI fixed as well, so we won't need the workaround of Plananarama eventua...
by midwan
Sun Dec 03, 2023 7:53 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

@plouf:
Your compiled example seems to work, both under native and RTG modes.
Perhaps this is an issue with Hollywood 9.1 then, if that's the only difference? Is that possible?
by midwan
Sun Dec 03, 2023 7:50 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

plouf wrote: Sun Dec 03, 2023 7:17 pm are you sure you have update plananarama to 2.2 and not just 2.1 ?

i have create this executable difference is plananarama 2.2 / hollywood 10 /
https://file.io/5whDnxq7uasZ
Yeap, double checked now - v2.2 (26.11.2023) is installed
by midwan
Sun Dec 03, 2023 6:51 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

I'm not sure what @plouf tried and said it's working. It's this short test. Can you check if that MCVE is working for you? Yes, testing with that MCVE also shows the same exact problem I'm having with my app as well. But to make things equal in the test, I added Plananarama in there as well: @IF #H...
by midwan
Sun Dec 03, 2023 10:57 am
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

I am using RapaGUI however. But that still has the bug so without Plananarama it won't work correctly on non-RTG screens until I'll release an update to RapaGUI but this will take some time because RapaGUI is a different beast with all the different platforms involved. If you need a quick fix, Plan...
by midwan
Sat Dec 02, 2023 11:05 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

I did not, as I am not using the plugin if I can avoid it (the only reason I added it in the first place, was to try an make a single executable work on both native and RTG screens). Since we found that removing the DISPLAY and BGPIC statements from the code, also removed the requirement for Planana...
by midwan
Tue Nov 21, 2023 12:01 am
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

Thanks for the assist, plouf!

Indeed, it seems like a bug in newer RapaGUI versions (I'm compiling with the latest available). Testing with an older one like plouf mentioned, seems to work.

Any chance we can get this plugin fixed also?
by midwan
Sun Nov 19, 2023 2:37 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

Yes, this example works for me as well.
I'm not sure what is triggering the behavior with my code, exactly.
by midwan
Sun Nov 19, 2023 2:20 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

Sorry, forgot to change that in the source I compiled. :-/ Now that I've fixed that, it does start up in both scenarios as expected. However, there is still a problem when the application opens a secondary window (a settings window in this case). When that happens, we still have the same behavior as...
by midwan
Sun Nov 19, 2023 1:35 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37174

Re: App not responding with Plananarama

Thanks for the update. I compiled a fresh version using the new plugin, but it still seems problematic on non-RTG modes: - on HighRes Laced mode, I get an error on startup: "Cannot set adapter!" - switching to RTG mode, the app starts up normally. The plugin was added like this to the code...