alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
42 stars 33 forks source link

Crash when dead #87

Closed Dev001L closed 1 year ago

Dev001L commented 2 years ago

My game is crashing when i get the death screen, when i crash my world corrupts entirely and i can't load it anymore, making all of my maps like hardcore.

I tried to reload all my mods one by one and i got to discover that this mod is having some sort of incompatibility with one of my mods. I have a lot of mods so idk

The crash report says that my map or even my game have incompatibility with ALL OF MY MODS

If you want the crash report text, i can send it.

alRex-U commented 2 years ago

I am sorry for this inconvenience. I received some similar crash(#59,#84)(one suggested mod which have incompatibility is First Person Model mod) but I have never received a report that the game cannot be loaded.

Could you show me the crash report? I apologize for my lateness.

faddanicolo commented 2 years ago

I'm having the same problem, it only happens when I have shaders (oculus mod) turned on, here's the log 2022-07-28-1.log

edit: My world doesn't become corrupt, I can just disable the shaders and respawn normally

alRex-U commented 2 years ago

I came up with one of the causes being able to be thought.

This mod operate rendering matrix stack. Then if other mods canceled the event where parcool push the stack, and this only pop it, your crash report could occur.

faddanicolo commented 2 years ago

Is there anything I can do/help with to solve the issue?

Edit: I found the cause of the issue, it was an option within my shader (Complementary Shaders) called "ENTITY_SHADOWS", which I had turned off to increase performance, turning it back on solves the issue and everything works as expected, not sure it this has anything to do with Dev001L's issue tho.

alRex-U commented 1 year ago

I updated this mod with more safe methods. If this bug reproduced, please re-open an issue.