FTBTeam / FTB-Modpack-Issues

Any and all FTB Modpack issues are here! Please create a new issue, add to an existing one or maybe even suggest a feature in the discussions
https://feed-the-beast.com/modpack
43 stars 13 forks source link

[Bug]: My world does not load #960

Closed Malavisto closed 2 years ago

Malavisto commented 2 years ago

Modpack

FTB Pixelglass Mountain

Modpack version

1.0.2

Log Files

No response

Describe the bug

My save doesn't want to load after game restart

Steps to reproduce

I do not know how to replicate this issue

Expected behaviour

My world should load

Screenshots

No response

Additional information

I have created other saves and they work fine. The issue is only with one save that I've played on multiple times

Malavisto commented 2 years ago

Extra info : My game gets stuck in an unresponsive state when loading this save

Saereth commented 2 years ago

Extra info : My game gets stuck in an unresponsive state when loading this save

If you can upload your worldsave somewhere for me I'll take a look at it

Malavisto commented 2 years ago

Extra info : My game gets stuck in an unresponsive state when loading this save

If you can upload your worldsave somewhere for me I'll take a look at it

Here is a google drive link : https://drive.google.com/drive/folders/1wXUXVFCJ5r785nWCIfulloI_PqPUtU04?usp=sharing

Saereth commented 2 years ago

@Malavisto can you delete your /save/savename/serverconfig/curious-server.toml file and let it regenerate. It seems the content of that file are mangled and unreadable which is triggering a crash on world load. Let me know if that resolves your issue. If not please post your latest.log

Malavisto commented 2 years ago

I will try that now

Malavisto commented 2 years ago

@Malavisto can you delete your /save/savename/serverconfig/curious-server.toml file and let it regenerate. It seems the content of that file are mangled and unreadable which is triggering a crash on world load. Let me know if that resolves your issue. If not please post your latest.log

@Saereth I can't seem to find that file did you mean the file labelled "curios-server.toml"

Saereth commented 2 years ago

Yes that one

On Wed, Jun 15, 2022, 4:32 PM Malavisto @.***> wrote:

@Malavisto https://github.com/Malavisto can you delete your /save/savename/serverconfig/curious-server.toml file and let it regenerate. It seems the content of that file are mangled and unreadable which is triggering a crash on world load. Let me know if that resolves your issue. If not please post your latest.log

@Saereth https://github.com/Saereth I can't seem to find that file did you mean the file labelled "curios-server.toml"

— Reply to this email directly, view it on GitHub https://github.com/FTBTeam/FTB-Modpack-Issues/issues/960#issuecomment-1156902186, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGGKDIKOMZZDJBFXDILG63VPI4VZANCNFSM5Y2375IA . You are receiving this because you were mentioned.Message ID: @.***>

Malavisto commented 2 years ago

@Saereth My game crashed again and I noticed that most of my serverconfigs are blank

This was my latest log latest.log

Raidobw2 commented 2 years ago

Hi, try this:

Enter your world folder in your saves, inside you'll find the serverconfig folder. Inside will be a lot of ".toml" files. Delete all of them.

Then if you go back to the first folder in the modpack folder, next to config and mods you will find a defaultconfigs folder. Enter it, and copy every .toml file in there.

Then go back into the serverconfig: which is in saves/world/serverconfig, and paste all the .toml files there.

Then start your game and join your save and it should now be fine. If you close your world next time, make sure it's through the Save & Exit button on the escape Menu. If you had a power cut or anything similar that shutdown your computer, this can also be the reason for those files to become corrupted.

Malavisto commented 2 years ago

I figured out the problem and already done this but thanks for the help as I probably won't have discovered the issue by my self