Xasmedy
Xasmedy
The same bug but threw server side. (Before it crashing) Version: 140.4 OS: Linux 64 JDK: Graalvm 17 ```console [E] java.lang.NullPointerException: Cannot invoke "mindustry.gen.Building.acceptPayload(mindustry.gen.Building, mindustry.world.blocks.payloads.Payload)" because "this.next" is null at...
> > The same bug but threw server side. (Before it crashing) > > ``` > > [E] java.lang.NullPointerException: Cannot invoke "mindustry.gen.Building.acceptPayload(mindustry.gen.Building, mindustry.world.blocks.payloads.Payload)" because "this.next" is null > > at...
> Yes, I was on this server > > I think the problem is in the plugin. When I made the plugin I had a lot of `NullPointerException` not leading...
Same issue from [here](https://github.com/Anuken/Mindustry/issues/8092)
This is the error message when attempting to run a non-modular class: ``` Error: Could not find or load main class com.example.App Caused by: java.lang.ClassNotFoundException: com.example.App ``` And this is...
Without this fix a modular application would not be able to run, and the following error would be returned: `module does not have a ModuleMainClass attribute, use -m /` `ModuleMainClass`...