NewHorizonMod icon indicating copy to clipboard operation
NewHorizonMod copied to clipboard

Error starting Initial Plane stage

Open kikoferrer opened this issue 1 year ago • 0 comments

Describe the bug Error appears when I launch at Initial Plane

To Reproduce Error appears when I launch at Initial Plane

Version

  • Game Version bleeding-edge build 24671
  • MOD Version 0.4.8

Expected behavior Enter the stage

Crash Log

Mindustry has crashed. How unfortunate.
Version: bleeding-edge build 24671
OS: Linux x64 (amd64)
Java Version: 11.0.21
Runtime Available Memory: 8010mb
Cores: 8
Mods: new-horizon:0.4.8, time-control:0.2

mindustry.io.SaveIO$SaveException: java.io.IOException: Error reading region "entities".
	at mindustry.io.SaveIO.load(SaveIO.java:157)
	at mindustry.maps.generators.FileMapGenerator.generate(FileMapGenerator.java:47)
	at mindustry.core.World.lambda$loadSector$2(World.java:266)
	at mindustry.core.World.loadGenerator(World.java:251)
	at mindustry.core.World.loadSector(World.java:264)
	at mindustry.core.World.loadSector(World.java:257)
	at mindustry.core.Control.playNewSector(Control.java:522)
	at mindustry.core.Control.lambda$playSector$33(Control.java:515)
	at mindustry.core.UI.lambda$loadAnd$10(UI.java:272)
	at arc.util.Timer$1.run(Timer.java:88)
	at arc.util.TaskQueue.run(TaskQueue.java:17)
	at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:194)
	at arc.backend.sdl.SdlApplication.<init>(SdlApplication.java:54)
	at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:39)
Caused by: java.io.IOException: Error reading region "entities".
	at mindustry.io.SaveFileReader.region(SaveFileReader.java:98)
	at mindustry.io.SaveVersion.read(SaveVersion.java:79)
	at mindustry.io.SaveIO.load(SaveIO.java:172)
	at mindustry.io.SaveIO.load(SaveIO.java:150)
	... 13 more
Caused by: java.lang.AbstractMethodError: Receiver class newhorizon.expand.eventsys.AutoEventTrigger does not define or inherit an implementation of the resolved method 'abstract void afterAllRead()' of interface mindustry.gen.Entityc.
	at mindustry.io.SaveVersion.readWorldEntities(SaveVersion.java:463)
	at mindustry.io.SaveVersion.readEntities(SaveVersion.java:484)
	at mindustry.io.SaveFileReader.readChunk(SaveFileReader.java:164)
	at mindustry.io.SaveFileReader.readChunk(SaveFileReader.java:157)
	at mindustry.io.SaveFileReader.region(SaveFileReader.java:96)
	... 16 more

OS (please complete the following information): Linux Mint 21.2

kikoferrer avatar Dec 26 '23 08:12 kikoferrer