Hollywood 8 and RapaGUI on AmigaOne XE

Discuss GUI programming with the RapaGUI plugin here
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Hollywood 8 and RapaGUI on AmigaOne XE

Post by Pierre55 »

Hi,

I just upgrade to version 8 of Hollywood and I notice that this part on my program make my AmigaOne Freeze completely.

If you have HW8 on thw Amiga platform can you run this script and let me know if you have the same problem.

Thank you.


@REQUIRE "RapaGUI"


hw_format = true
Date$ = Getdate(hw_format)
Date$ = midstr(Date$,7,4)
If Date$ <> "2018"
moai.Request("", "La version de ce logiciel est obsolète, s.v.p. télécharger la nouvelle version!", "OK", "error")
End
EndIf
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by airsoftsoftwair »

Works fine here on OS4 on my Pegasos 2.... is this the complete script?
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by Pierre55 »

Hi,

No this is the part of the program that makes my AmigaOne XE freeze when I click OK.

Thank you.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by airsoftsoftwair »

It's very unlikely that this is the part that's causing problems. Try disabling other things one by one in your script to see if the error goes away.
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by Pierre55 »

The script I sent is making my AmigaOne XE freeze, the rest of the program is not involved since I only run the script I sent. Clicking OK make it freeze but hitting ESCape no.

I notice that sometimes after a fresh reboot there is no problem.

I tried to desactivate most of the program I load at boot time but no success.

Must find a way to have a DEBUG output while I run this script.

Thanks.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by airsoftsoftwair »

Well, if you have a script that shows the issue, just upload it and I'll debug it. The script you posted unfortunately doesn't show any issues on all of my test systems so I think it is something else in your original script that's causing the problems.
AlexC
Posts: 29
Joined: Sat Mar 09, 2019 2:40 am

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by AlexC »

Maybe it has something to do with locale settings since you are trying to get the date.

Would it still freeze if you temporarily set your timezone/locale settings to the default?
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by Pierre55 »

No it's a problem that appear after upgrading to Hollywood 8.

Since it's seems that I'm a unique AmigaOne XE PPC user with Hollywood 8 we never know what's the problem.

This part of the script work very well on all other platform.

Bye!

Pierre.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by airsoftsoftwair »

Maybe it's a hardware bug or a driver bug. It's really unlikely that this is a Hollywood bug...
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Post by Pierre55 »

Hi,

I think you are right because I don't have any crash now with this script... I think the problem get fixed after a MUI update!

Bye!

Pierre.
Post Reply