Page 1 of 1
Using @REQUIRE with an already loaded plugin in an included file, gives an error
Posted: Fri Jan 16, 2026 12:03 pm
by bitRocky
When I use
@REQUIRE "hurl" (f.e) in a file I
@INCLUDE in the main script, Hollywood moans that the plugin is already loaded.
This worked with v9.1
Re: Using @REQUIRE with an already loaded plugin in an included file, gives an error
Posted: Sun Jan 18, 2026 9:32 pm
by airsoftsoftwair
That was a bug in Hollywood 9.1 that has been fixed. Previous Hollywood versions allowed multiple
@REQUIRE statements which then ran the plugin's require code multiple times which could lead to issues so this is no longer allowed.