Ultima Failsafe System

Quick rating

Ultima Failsafe System

No reviews yet

The Ultima Failsafe System guards against various types of crashes in runtime, and prevents them from crashing the game.

Performance & Optimization
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.04
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod is a semi advanced mixin project; We specifically target several key crash-origins, and purposefully guard them against crashes in a way that doesnt majorly effect gameplay; After all, all the edits our mod does, can simply be reversed by restarting the game fully, or the server fully, It's all saved to only memory, not disk!

Expected results, since we designed for it, Please contact me personally on discord or such if there are major issues, or if you experience a non Out Of Memory fatal crash with this mod! I want to make this mod the best it can be for you all, So please feel free to reach out!

Server tick crash - Any unhandled exception that would normally kill the server during a game tick is caught and suppressed. The server skips the bad tick and continues running.

Crash report interception - When Minecraft builds a crash report (the first step before showing the crash screen), it's intercepted and discarded. The crash screen never appears.

Entity tick crash - If an entity's tick throws an exception or causes a stack overflow, it's quarantined. Quarantined entities are silently skipped every tick instead of repeatedly crashing the server.

Block entity tick crash - Same as entity protection but for block entities (chests, furnaces, spawners, etc.). A bad block entity is quarantined by position and skipped on future ticks.

Block tick crash - Catches crashes during block state ticks (e.g. sand falling, crop growth, command block execution). The offending block position is quarantined.

Command execution crash - Any crash triggered by running a command, whether from chat, a command block, a function pack, or the console, is caught and aborted without taking the server down.

Out of memory - A 64MB emergency memory reserve is held in reserve. On OOM, it's freed immediately to give the server room to recover. If OOM hits again within 1.5 seconds, it's allowed to propagate (recovery clearly failed, We do not want to corrupt anything!).

Screenshots

Gallery

  • Icon
    Icon We cant really show off a gallery for this type of mod, max we could do would be screenshots of a crash we prevented lol

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works