You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
When attempting to pack Schematica-1.7.10-1.7.6.129-universal.jar I get the following fatal error:
Fatal error: Cannot use object of type stdClass as array in ModCommand.php on line 222
Also, there is no handling for some common, but non-standard mods such as CodeChickenCore which uses a cccmod.info file (for whatever reason). Any others should be added to this thread until its closed then new issues can be opened for other one-off cases which will be evaluated for their legitimacy.
The text was updated successfully, but these errors were encountered:
This happens because on ModCommand.php#L199 we're trying to get the property $modList->modlist but the correct name for the property is $modList->modList for that file.
Yeah; I realized that after spending a few minutes in the code; I'm expanding this issue though and improving the handling of the json decode for various situations.
Indemnity83
changed the title
When packing certain jars, a fatal error is encountered
Improve mod information discovery
Sep 18, 2015
When attempting to pack Schematica-1.7.10-1.7.6.129-universal.jar I get the following fatal error:
Also, there is no handling for some common, but non-standard mods such as CodeChickenCore which uses a cccmod.info file (for whatever reason). Any others should be added to this thread until its closed then new issues can be opened for other one-off cases which will be evaluated for their legitimacy.
The text was updated successfully, but these errors were encountered: