Actions
Defect/Bug #463
closedHQM Save Corruption
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
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