expanse icon indicating copy to clipboard operation
expanse copied to clipboard

Issue with managed workers

Open TheCodedOne opened this issue 6 years ago • 1 comments

    exit status 1
Exception in thread "main"
net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
        at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
        at java.lang.SecurityManager.checkExit(Unknown Source)
        at java.lang.Runtime.exit(Unknown Source)
        at java.lang.System.exit(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        at com.hrznstudio.spatial.SpatialLaunchWrapper.main(SpatialLaunchWrapper.java:17)```

TheCodedOne avatar Feb 07 '19 22:02 TheCodedOne