Hollywood-Window freezing after SendRexxCommand

Report any Hollywood bugs here
Post Reply
User avatar
fingus
Posts: 269
Joined: Fri Sep 16, 2011 9:53 am

Hollywood-Window freezing after SendRexxCommand

Post by fingus »

REPRODUCIBILITY: 100%
OSVERSION: AmigaOS 3.2
OSROMS: Kickstart 3.2
HOLLYWOOD: 10.0
HARDWARE: WINUAE - Amiga1200 - Blizzard 1230IV/50Mhz/32MB (No FPU) - Indivision AGA MK3
UI LANGUAGE: German
WB-SCREENMODE: HIGHGFX: Super-High Res Laced 1024x768 32 colors


DESCRIPTION:
When execute the Arexx-Demo from the GUI or use the SendRexxCommand, the Rexx-Command will be executed but after it Hollywood freezed (no control-c exit possible). Tested in WinUAE. Test on my real A1200 will follow...

Example:

Code: Select all

res$ = sendrexxcommand("WORKBENCH", "MENU WINDOW ROOT INVOKE WORKBENCH.ABOUT")
print(res$)
waitleftmouse()
end

STEPS TO REPRODUCE:
- Use Arexx-Demo of the GUI and perform a Arexx-Command


EXPECTED RESULTS:
- Programm should go further


MODIFICATIONS:
- FBlit 3.79
- AmiTCP 3.0ß2
- AmiSSL 5.13
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood-Window freezing after SendRexxCommand

Post by airsoftsoftwair »

I'm afraid I can't reproduce this one either. Neither with the ARexx demo nor with your MCVE. But I see that you're using 3.2. I don't have a 3.2 test system so maybe it's a bug in 3.2. On OS3.9 everything is working fine here. And many people use this Rexx stuff so I'd be highly surprised if this was really a Hollywood bug. It's very likely to be something in 3.2 or some system patch that's causing the trouble here.
Post Reply