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

[Issue] 1.20.1 JAMD Crash on dim load #21

Closed
3 tasks done
Zelioth opened this issue Oct 8, 2023 · 9 comments
Closed
3 tasks done

[Issue] 1.20.1 JAMD Crash on dim load #21

Zelioth opened this issue Oct 8, 2023 · 9 comments

Comments

@Zelioth
Copy link

Zelioth commented Oct 8, 2023

Minecraft Version

1.20.1

Modloader

47.2.1

Mod version

3.3.3

Latest version?

  • Yes

Repeatable?

  • Yes

Link to log files

https://gist.github.com/Zelioth/c038ee95b9db27482559d7f827000d05

Steps to reproduce the issue

  1. Install JAMD
  2. Go to JAMD
  3. Crash

Description of the issue you are having

I couldn't include the log. This is happening on the server environment and there is no way I could find in the log where this happened. It happened when someone visited the JAMD. It does seem to happen every time.

If you have any questions Our mod pack is Friends United 2.0
https://www.curseforge.com/minecraft/modpacks/friends-united-2-0

Information

  • I have provided as much information as possible
@lubitzd
Copy link

lubitzd commented Oct 19, 2023

I'm having a similar issue and have isolated the issue to the Aethersteel mod. Unsure if this is caused by the same mod as your issue. I'm also using the same versions of MC, Forge, and JAMD.
I have also written an issue on Aethersteel's Github here as I am not sure which mod is responsible.
crash-2023-10-19_18.04.43-server.txt

@UnRealDinnerbone
Copy link
Member

You need to blacklist Aethersteel (I working a rewrite that should be out in the next day for two that will fix the issue)

@lubitzd
Copy link

lubitzd commented Oct 19, 2023

Thanks for the quick response! How would I go about doing that?

@UnRealDinnerbone
Copy link
Member

config/jamd.json

added aethersteel:.* to the blacklist

@lubitzd
Copy link

lubitzd commented Oct 19, 2023

Rad, that works. Thanks again; I can close the issue on the Aethersteel Github then.

@Zelioth
Copy link
Author

Zelioth commented Oct 20, 2023

wait, I don't have a mod named AetherSteel. I have the Aether mod. could that be the issue? Adding that line above to the config causes a crash on startup for me

@UnRealDinnerbone
Copy link
Member

A bit busy this week, I try and get the updated version out next week

@Auvrae
Copy link

Auvrae commented Nov 3, 2023

wait, I don't have a mod named AetherSteel. I have the Aether mod. could that be the issue? Adding that line above to the config causes a crash on startup for me

In a JSON Array you need to have a comma after each item so it would look like this
"item", "item2", "aethersteel:.*"

In my case it was supreme_mining_dimension:.* that was causing the issue for me. You should just remove everything and slowly add mods until it breaks, to figure out which mod is causing the issue.

The last item doesn't need a comma.
Hope that helps until UnReal finishes the update!

@UnRealDinnerbone
Copy link
Member

All Crashes should be fixed in 3.4.0
Configs have moved to jamd/dimtype.json and should load in 'most' mods ores by default. If a mod does not get loaded in by default, you can add it your self and or open an issue, so I can add mod support.

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