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

Crash due to unsafe blockstate property application #158

Open
BiakCeu opened this issue Oct 2, 2024 · 3 comments
Open

Crash due to unsafe blockstate property application #158

BiakCeu opened this issue Oct 2, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@BiakCeu
Copy link

BiakCeu commented Oct 2, 2024

Never had this type of crash before, let alone a crash with this dungeoncrawl.
latest.log

@xyroc xyroc self-assigned this Oct 2, 2024
@xyroc xyroc added the bug Something isn't working label Oct 2, 2024
@xyroc
Copy link
Owner

xyroc commented Oct 2, 2024

It looks like a custom theme might be triggering the problem because of a missing check before applying block state properties.
Is the modpack you are using available somewhere?

@BiakCeu
Copy link
Author

BiakCeu commented Oct 2, 2024

I don't fully understand your question but if you mean if the modpack is public, then no it isn't. Could you elaborate on what you mean by "custom theme"? You mean your themes for every
floor in the dungeons?

@xyroc
Copy link
Owner

xyroc commented Oct 7, 2024

Yes, i mean those themes. What happened with the crash is that the mod tried to place mossy cobblestone stairs which are facing downwards, which is impossible since stairs can only have horizontal directions, not upwards or downwards.
The mod is supposed to check whether a such a block property can be applied before using it, but it clearly did not in your case.
Since i haven't seen this crash before, i am suspecting that some custom theme for a floor of the dungeon was in use, since those decide which blocks will be placed, for example the mossy cobblestone stairs.

Also, i'm wondering if you could give me the debug version of the log you posted (debug.log)? It has more info and could help pinpoint the problem.

@xyroc xyroc changed the title Crash Crash due to unsafe blockstate property application Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants