Safe_Universal_Exception not working #1

Closed
opened 2023-11-02 15:31:00 +01:00 by 0mpus · 4 comments

Hi,
I wanted to play mc so my mc crashes every time I take damage and I found your mod. Sadly Safe_Universal_Exception which is supposed to only crash mc doesn't work, I tested with death and death+damage aswell. I also tested Broken_Universal_ExitCode and when I took damage, it worked. I played on 1.20.1 version

Edit: I just tested with mobs, and it works with mobs such as zombie, but not fall damage, or berry bush.

Hi, I wanted to play mc so my mc crashes every time I take damage and I found your mod. Sadly Safe_Universal_Exception which is supposed to only crash mc doesn't work, I tested with death and death+damage aswell. I also tested Broken_Universal_ExitCode and when I took damage, it worked. I played on 1.20.1 version Edit: I just tested with mobs, and it works with mobs such as zombie, but not fall damage, or berry bush.
Owner

This is expected.
Exceptions in these methods will be caught by the game in some cases, especially in combination with other mods. This is to prevent crashes. That is why this method is labeled as "Broken".

This is expected. Exceptions in these methods will be caught by the game in some cases, especially in combination with other mods. This is to prevent crashes. That is why this method is labeled as "Broken".
Owner

Wait I got confused there for a second.

Wait I got confused there for a second.
Johannes reopened this issue 2023-11-02 17:08:55 +01:00
Owner

This obviously depends on other mods you have installed, but ExitCode tends to only exit the server thread, leaving the game thread running but unable to interact with the world or quit, which is why I marked it as broken.
Exception can be caught by other mods or vanilla to prevent crashes, which causes it to do nothing

This obviously depends on other mods you have installed, but ExitCode tends to only exit the server thread, leaving the game thread running but unable to interact with the world or quit, which is why I marked it as broken. Exception can be caught by other mods or vanilla to prevent crashes, which causes it to do nothing
Owner

I switched the default to the Segfault provider. That should work.

I switched the default to the Segfault provider. That should work.
Comment
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JfMods/BreakMe#1
No description provided.