Page 1 of 1

Possible bug in hURL plugin

Posted: Sun Jan 31, 2021 9:55 pm
by mrupp
Hi there

I think I just found a bug using the hURL plugin. I made a nice little GUI using RapaGUI, but as soon as I add
@REQUIRE "hurl"
to my code, an additional black Hollywood window opens besides my GUI.

That's not supposed to happen, is it?

I'm using the Windows IDE and Hollywood 8, RapaGUI 1.2, hURL 1.1. These are all the latest version available at the time of writing.
The bug occurs when running the script straight away and also when running a compiled exe.

Cheers,
Michael

Re: Possible bug in hURL plugin

Posted: Tue Feb 02, 2021 9:21 pm
by airsoftsoftwair
This should be fixed as well already, see here for details and a workaround: viewtopic.php?f=10&t=2057

Re: Possible bug in hURL plugin

Posted: Tue Feb 02, 2021 10:12 pm
by mrupp
Yes, placing @REQUIRE "RapaGUI" as the last requirement fixes the issue.
THANKS and sorry for reporting bugs that have already been fixed.