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

After using this mod, I am unable to use replay #59

Open
PathdarX opened this issue Jun 17, 2024 · 11 comments
Open

After using this mod, I am unable to use replay #59

PathdarX opened this issue Jun 17, 2024 · 11 comments

Comments

@PathdarX
Copy link

After using this mod, the chunks may not be fully loaded during replay recording and viewing, only a few scattered chunks can be displayed. After deleting this mod, this problem is resolved。
This is the log when i use replay: https://mclo.gs/SJbC4T3

@PathdarX PathdarX changed the title After using this module, I am unable to use replay After using this mod, I am unable to use replay Jun 17, 2024
@jchung01
Copy link

Are the replays created from worlds that are in REID/JEID format? I would assume if you are viewing old replays of worlds that use the vanilla world format, it would not play back correctly because the simulated world has to be loaded in REID format.

@PathdarX
Copy link
Author

yes,the world is in REID/JEID format,I have tested many times, all of which are replays that only show a few chunks

@jchung01
Copy link

Can you post your debug.log of when this happens?

@PathdarX
Copy link
Author

Sorry, I didn't find debug.log in the logs folder
image

@jchung01
Copy link

jchung01 commented Jun 18, 2024

Then can you run with the java arg -Dforge.logging.console.level=debug and post the latest.log after trying to view the replay? (I think the debug is output to console, not latest.log, can you copy the console output instead?)

@PathdarX
Copy link
Author

Sorry,When i used tihs java arg,I still couldn't find debug.log and didn't see any information output from the console,but i can post you the latest.log
https://mclo.gs/oquRJSEhttps://mclo.gs/oquRJSE

@jchung01
Copy link

Hmm, then can you run with the java arg -Dmixin.debug.export=true, open replay, and then zip and upload the .mixin.out/ folder? The .mixin.out folder should be in the pack instance's folder (the same folder that has the logs/ folder).

@PathdarX
Copy link
Author

Is this the file?
mixin.zip

@jchung01
Copy link

Yes, it looks like REID's mixins are being loaded correctly. I am unable to reproduce the replay issue with REID + Replay mod (and even with Biomes O Plenty), so I would need a minimal list of mods and reproduction steps to investigate further.

@PathdarX
Copy link
Author

image
image
image
image
image
image
image
image
image
image
image
image
image
This is my all mods

@jchung01
Copy link

jchung01 commented Jul 19, 2024

Looking at this again, I believe this has to be an issue of loading an older replay that was not saved in REID format. Are you sure that this issue happens if you make a new recording, from a new world, that is created with REID, and without NEID in your pack? If your recording was saved without the presence of REID while you were recording in the real world, it would make sense that the playback recording would not be viewable correctly upon adding REID.

In other words, replay playback will not work properly with REID if the saved replay was not saved in REID format, and this is not really fixable because of the way packets are handled in replays. It would be like trying to load an MC 1.13 replay in 1.12, it would make no sense for it to work correctly.

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

2 participants