-
Notifications
You must be signed in to change notification settings - Fork 18
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] Crash when "Enable Damage" is off; no functionality at all #39
Comments
stamina is not meant to work in a meaningful way when playing in a creative world, but i agree that it should not crash, and perhaps sprinting should work. |
@twity1337 just double checking, did you remove these lines from the mod so that it'd load when Lines 1 to 4 in 1a6e893
|
actually, the biggest problem here is that the player is using a very old copy of stamina mod, which is what's in the content DB. can someone update that? |
I can confirm that I downloaded the version from contentDB (it is release "13133").
No, I didn't change any of the files. There might have been a warning showing up. However, a warning does not prevent the game from crashing. I think, a adequate fix would include:
|
Someone created a new release on ContentDB 7-8 days ago. Does that fix the issue? |
The mod is not working with "Enable damage" turned off in the game settings.
Either sprinting is not possible, nor consuming of items works.
Furthermore, when an item is consumed, the game crashes with the stacktraces shown below.
The reason for the crashes seem to be the missing stamina hud bar.
A solution would be to display the hud even with "Enable damage" turned off, and just don't reduce the health on starvation. With "Enable damage" turned off, it might be enough to just prevent the player from sprinting with an empty stamina.
Eating normal item:
Eating poisened item:
The text was updated successfully, but these errors were encountered: