Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting Initial Plane stage #91

Open
kikoferrer opened this issue Dec 26, 2023 · 0 comments
Open

Error starting Initial Plane stage #91

kikoferrer opened this issue Dec 26, 2023 · 0 comments

Comments

@kikoferrer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant