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

ReplayMod stuck in a loop while loading replays #7

Open
zipstie opened this issue Jun 19, 2021 · 5 comments
Open

ReplayMod stuck in a loop while loading replays #7

zipstie opened this issue Jun 19, 2021 · 5 comments

Comments

@zipstie
Copy link

zipstie commented Jun 19, 2021

So when I try to load my replay, it gets stuck looping between the "Loading Terrain" screen and a blank screen. When looking at the log you can tell it's stuck in a loop, however, I'm not sure which mod is causing this. The game never crashes, so there's no crash log.
latest.txt

@unhappychoice
Copy link
Owner

unhappychoice commented Jun 21, 2021

Try create another replay record and view it.
And if you still have the problem, paste the entire lastest.log including recording sequence

@zipstie
Copy link
Author

zipstie commented Jun 30, 2021

Sorry, I forgot about this.
So for this log, I joined the server, recorded for about 5 minutes, stoped/saved the recording, and tried to load it. Again when I tried to load it, it got stuck in the same loop of "Loading Terrain" and a black screen.
latest.log

@unhappychoice unhappychoice reopened this Jul 1, 2021
@unhappychoice
Copy link
Owner

unhappychoice commented Jul 1, 2021

The lastest release may help https://github.com/unhappychoice/ReplayMod/releases/tag/1.0.0
But I may need investigate and fix this issue

@zipstie
Copy link
Author

zipstie commented Jul 2, 2021

Downloaded the new version and reinstalled JEI. When I create a single-player world, I can record and load the replay. However, when I join the server and try to load the replay, it gets stuck in the loop. When I uninstall JEI, join the server, and try to load the replay it still gets stuck in the loop

@BaronDuScotch
Copy link

BaronDuScotch commented Sep 1, 2022

it seems this issue was not fixed yet. I have exactly the same thing: in solo everything works just fine, but when i record on a server and try to open the file in the editor, it gets stuck in a loading loop, but it doesn't crash...
this the error in the game output before it start looping:
15:34:51.497
[15:34:51] [Thread-24/ERROR] [co.re.re.ReplayModReplay/]: Could not load Replay File 2022_08_31_23_33_18.mcpr
15:34:51.497
java.util.zip.ZipException: error in opening zip file
15:34:51.497
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_51] {}
15:34:51.497
at java.util.zip.ZipFile.(ZipFile.java:220) ~[?:1.8.0_51] {}
15:34:51.497
at java.util.zip.ZipFile.(ZipFile.java:150) ~[?:1.8.0_51] {}
15:34:51.497
at java.util.zip.ZipFile.(ZipFile.java:164) ~[?:1.8.0_51] {}
15:34:51.497
at com.replaymod.replaystudio.replay.ZipReplayFile.(ZipReplayFile.java:102) ~[?:?] {re:classloading}
15:34:51.498
at com.replaymod.core.ReplayMod.openReplay(ReplayMod.java:407) ~[?:?] {re:mixin,re:classloading}
15:34:51.498
at com.replaymod.core.ReplayMod.openReplay(ReplayMod.java:399) ~[?:?] {re:mixin,re:classloading}
15:34:51.498
at com.replaymod.replay.gui.screen.GuiReplayViewer$GuiReplayList.lambda$new$3(GuiReplayViewer.java:358) [?:?] {re:classloading}
15:34:51.498
at com.replaymod.replay.gui.screen.GuiReplayViewer$GuiReplayList$$Lambda$22218/1114508498.consume(Unknown Source) [?:?] {}
15:34:51.498
at com.replaymod.gui.element.advanced.AbstractGuiResourceLoadingList$1.run(AbstractGuiResourceLoadingList.java:114) [?:?] {re:classloading}
15:34:51.498
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

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

4 participants
@unhappychoice @zipstie @BaronDuScotch and others