ext-vanillagenerator icon indicating copy to clipboard operation
ext-vanillagenerator copied to clipboard

segmentation fault

Open gcasdfkjs opened this issue 1 year ago • 1 comments

"zsh: segmentation fault (core dumped)" after initializing a class instance. Static method works.

gcasdfkjs avatar Feb 26 '24 15:02 gcasdfkjs

Before class initialization be made, a static method to register blocks beforehand needs to be called first. You can refer to this function here for more details: https://github.com/NetherGamesMC/VanillaGenerator/blob/NG/src/muqsit/vanillagenerator/Loader.php#L43-L81

larryTheCoder avatar Mar 27 '24 00:03 larryTheCoder