Skip to content

Instantly share code, notes, and snippets.

@mrexcessive
Created March 28, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrexcessive/ce5be92d9d970b8149d82d3d4ed25aad to your computer and use it in GitHub Desktop.
Save mrexcessive/ce5be92d9d970b8149d82d3d4ed25aad to your computer and use it in GitHub Desktop.
C:\mrexcessive\games>java -jar Equilinox_0_30_Windows.jar
No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!No uniform variable called fadeOutPeriod found!No uniform variable called refractionTexture found!No uniform variable called worldCenter found!No uniform variable called worldRadius found!No uniform variable called fadeOutPeriod found!No uniform variable called worldCenter found!java.io.EOFException
at java.io.DataInputStream.readFully(Unknown Source)
at java.io.DataInputStream.readLong(Unknown Source)
at utils.BinaryReader.readLong(BinaryReader.java:38)
at saves.SaveSlotInfo.load(SaveSlotInfo.java:52)
at saves.SaveSlot.loadInfo(SaveSlot.java:98)
at saves.SaveSlot.<init>(SaveSlot.java:28)
at saves.Saves.<init>(Saves.java:27)
at session.SessionManager.<init>(SessionManager.java:18)
at gameManaging.GameManager.<clinit>(GameManager.java:29)
at main.FirstScreenUi.checkFinishedLoading(FirstScreenUi.java:156)
at main.FirstScreenUi.updateSelf(FirstScreenUi.java:118)
at guis.GuiComponent.update(GuiComponent.java:487)
at guis.GuiComponent.update(GuiComponent.java:494)
at guis.GuiMaster.updateGuis(GuiMaster.java:25)
at main.MainApp.main(MainApp.java:41)
Couldn't load save slot info
Loading /res/sounds/song.wav
java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at utils.BinaryReader.readInt(BinaryReader.java:22)
at gameManaging.UserConfigs.loadConfigs(UserConfigs.java:21)
at gameManaging.GameManager.init(GameManager.java:43)
at main.MainApp.main(MainApp.java:46)
Error loading user configs.
Loading /res/sounds/kerching.wav
Loading /res/sounds/click1.wav
Loading /res/sounds/click3.wav
Loading /res/sounds/button1.wav
Loading /res/sounds/click2.wav
Loading /res/sounds/deleteSave.wav
Loading /res/sounds/click4.wav
Loading /res/sounds/negative.wav
Loading /res/sounds/selected.wav
Loading /res/sounds/notify.wav
Loading /res/sounds/sheepBaa2.wav
Loading /res/sounds/birds.wav
Loading /res/sounds/wind2.wav
Loading /res/sounds/jungle.wav
Loading /res/sounds/swamp.wav
Loading /res/sounds/birds2.wav
Loading /res/sounds/tropical.wav
Loading /res/sounds/sheepBaa.wav
Loading /res/sounds/thud.wav
Loading /res/sounds/grassPlace.wav
Loading /res/sounds/splash.wav
Loading /res/sounds/gPig0.wav
Loading /res/sounds/gPig1.wav
Loading /res/sounds/gPig2.wav
Loading /res/sounds/gPig3.wav
Loading /res/sounds/bees2.wav
Loading /res/sounds/bearPlace.wav
Loading /res/sounds/bearRoar.wav
java.io.EOFException
at java.io.DataInputStream.readFully(Unknown Source)
at java.io.DataInputStream.readLong(Unknown Source)
at utils.BinaryReader.readLong(BinaryReader.java:38)
at saves.SaveSlotInfo.load(SaveSlotInfo.java:52)
at saves.SaveSlot.getReader(SaveSlot.java:54)
at session.Session.loadSession(Session.java:139)
at session.Session.access$1(Session.java:138)
at session.Session$2.doResourceRequest(Session.java:129)
at resourceProcessing.RequestProcessor.run(RequestProcessor.java:21)
Splash Screen mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment