Actions
Defect/Bug #463
closedHQM Save Corruption
Added by Slind over 9 years ago. Updated almost 8 years ago.
Status:
Closed
Priority:
Normal
Assignee:
Administrator
Category:
-
Target version:
-
Start date:
2015-10-14
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed/Completed
Modpack(s):
Agrarian Skies 2, Crash Landing, Galactic Science, Other, Regrwoth
Node:
Files
example.txt (6 Bytes) example.txt | Server - server freeze on startup, throwing ArrayIndexOutOfBounds | Slind, 2015-10-14 05:02 | |
players.dat.broken10202015 (4.22 MB) players.dat.broken10202015 | AG2 - crash, java.lang.ArrayIndexOutOfBoundsException: 3 | LucidTheStick, 2015-10-20 16:07 | |
players.dat.10222015 (511 KB) players.dat.10222015 | Regrowth - crash, java.lang.ArrayIndexOutOfBoundsException: 3 | Bennyboy1695, 2015-10-22 02:58 | |
players.dat10222015_reset_notopenable (4.53 MB) players.dat10222015_reset_notopenable | Regrowth - Questbooks weren't openable, full reset required to fix | Bennyboy1695, 2015-10-22 03:31 | |
players_10222015_crash.dat (1010 KB) players_10222015_crash.dat | Galactic Science - crash, java.lang.ArrayIndexOutOfBoundsException: 3 | MrWisski, 2015-10-22 20:26 | |
players.dat_startup crash.zip (155 KB) players.dat_startup crash.zip | Galactic Science - crash, java.lang.ArrayIndexOutOfBoundsException: 3 | SirWill, 2015-10-23 17:48 | |
players_164_10242015_crash.dat (181 KB) players_164_10242015_crash.dat | CrashLanding - crash, java.lang.ArrayIndexOutOfBoundsException: 33554431 | MrWisski, 2015-10-24 16:06 | |
players.dat10272015_ISE (3.36 MB) players.dat10272015_ISE | Regrowth - Internal Server Error, packet issues sending to players causing kicks from server | MrWisski, 2015-10-27 22:27 | |
players.dat (601 KB) players.dat | galacticscience - crash java.lang.ArrayIndexOutOfBoundsException: -1 | Slind, 2015-11-05 01:14 |
Updated by LucidTheStick about 9 years ago
- File players.dat.broken10202015 players.dat.broken10202015 added
- Modpack(s) Agrarian Skies 2 added
java.lang.ArrayIndexOutOfBoundsException: 3 at hardcorequesting.Team.loadTeamData(Team.java:908) at hardcorequesting.Team.readTeamData(Team.java:893) at hardcorequesting.Team.loadData(Team.java:815) at hardcorequesting.QuestingData.readAllData(QuestingData.java:491) at hardcorequesting.QuestingData$1.read(QuestingData.java:403) at hardcorequesting.network.FileHelper.loadData(FileHelper.java:102) at hardcorequesting.QuestingData.load(QuestingData.java:432) at hardcorequesting.WorldEventListener.onLoad(WorldEventListener.java:23)
Updated by Bennyboy1695 about 9 years ago
- File players.dat.10222015 players.dat.10222015 added
- Modpack(s) Regrwoth added
Updated by Bennyboy1695 about 9 years ago
Updated by MrWisski about 9 years ago
- File players_10222015_crash.dat players_10222015_crash.dat added
- Modpack(s) Galactic Science added
http://pastebin.com/wjnby94k
Hard crash on startup, rollback to last backup state worked normally.
Updated by SirWill about 9 years ago
Galactic Science
https://gist.github.com/Slind14/e3c9314893a57ddd5a07
Updated by MrWisski about 9 years ago
- File players_164_10242015_crash.dat players_164_10242015_crash.dat added
- Modpack(s) Crash Landing added
1.6.4 - crashlanding
Updated by MrWisski about 9 years ago
- File players.dat10272015_ISE players.dat10272015_ISE added
Multiple internal server errors, players kicked to main menu on (seemingly) any HQM activity. Reports are that all affected players were in a team. Reset of data seems to have corrected the issue.
Crafting/Quest Completion:
http://pastebin.com/EXzCTJ5r
http://pastebin.com/XKWC0rY2
Player death event:
http://pastebin.com/mkdraakW
Updated by Slind about 9 years ago
- File players.dat players.dat added
java.lang.ArrayIndexOutOfBoundsException: -1 at hardcorequesting.network.DataReader.readData(DataReader.java:55) at hardcorequesting.Team.loadData(Team.java:943) at hardcorequesting.QuestingData.readAllData(QuestingData.java:642) at hardcorequesting.QuestingData$1.read(QuestingData.java:469) at hardcorequesting.network.FileHelper.loadData(FileHelper.java:107) at hardcorequesting.QuestingData.load(QuestingData.java:501) at hardcorequesting.WorldEventListener.onLoad(WorldEventListener.java:24) at cpw.mods.fml.common.eventhandler.ASMEventHandler_384_WorldEventListener_onLoad_Load.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:442) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) at java.lang.Thread.run(Thread.java:745)
Updated by Slind almost 8 years ago
- Resolution set to Fixed/Completed
- % Done changed from 0 to 100
- Status changed from Filed to Closed
partially resolved months ago by saving per player and letting it rebuild the teams/main save file
Actions