Mod

VanillaFix

Quick rating

VanillaFix

No reviews yet

Keep playing after a crash | Increase your FPS by up to 3x

No Theme
No Genre
Mod Loaders
Forge
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 Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
VanillaFix 1.0.10-150
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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

VanillaFix is a mod that improves performance and fixes bugs and annoyances in vanilla Minecraft. Tripling FPS is common, try it for yourself if you don't believe it! Also, with VanillaFix installed, Minecraft will no longer fully crash, but rather kick you out to the main menu and offer to upload your report to a paste site so that you can easily send it to others (test it by pressing F3 + C in game)!

Have questions or just want to know what we are up to on the mod? Join our Discord server to do just that! We talk about new and upcoming features regularly and answer any questions you can throw at us. Have a Minecraft bug you think could be fixed? You can also suggest it here!
https://discord.gg/f27hdrM

Screenshots

Keep playing after a crash

 Before (16 FPS, 37.17% of tick used by textures):

2018-05-14_03.05.29.png

 After (50 FPS, 2.42% of tick used by textures, only visible textures ticked):

2018-05-14_03.00.58.png

Current features

Better crashes:

  • Catch crashes, causing them to crash only the current world rather than the whole game
  • Automatic identification of the mod(s) which caused a crash
  • Offer to paste crash reports to https://paste.dimdev.org/ and give you a link to the syntax-highlighted crash report
  • Stack traces get automatically deobfuscated in crash reports
  • Crash reports contain more useful information, such as the NBT of a crashing entity/tile entity
  • Add a warning notification which informs you about possible problems with your mods, which could cause more serious problems later on
  • Disable the F3 + C delay and add Alt + F3 + C to crash the integrated server

Performance improvements:

  • Tick only visible animated textures (huge FPS increase, up to 3x on very large modpacks)
  • Make interdimensional teleportation over 10x faster
  • Make world creation faster on large modpacks

Annoyances/bug fixes:

  • Allow opening GUIs such as the chat window while in nether portal (see MC-2071)
  • Fix MC-129556 (GUI logic is included in the "root.tick.textures" profiler section)
  • Fix MC-129057 (items with NBT are valid in crafting recipes, but are not taken by crafting book)
  • Fix MC-30845 (camera stops at non-solid blocks in third person view)

Debugging tools:

  • Breakdown of the Shift + F3 pie chart and server profiler into more categories such as entity or tile entity type, making finding laggy mods easier
  • Added F3 + S to cycle between client and integrated server profiler when Shift + F3 pie chart is open

Included Mod Fixes

These mods (or mod features) are no longer required after VanillaFix is installed:

  • F5Fix
  • Bed Bugs
  • Bed Patch
  • "Smart Animations" option in Optifine

FAQ

Won't keeping the game alive after a crash cause world corruption?

No, it won't.

Firstly, vanilla Minecraft also supports resuming after an OutOfMemoryError, which can happen on any line in the Minecraft client. All that this mod does is add more types of exceptions that can be caught (see https://paste.dimdev.org/xizukajiqa.java).

Secondly, the whole runGameLoop function is exited after a crash, meaning that all objects created after initialization are destroyed. Since objects created during init should be immutable, the state after a crash should be identical to the state right after initializing Minecraft.

Finally, the only crashes which are likely to cause world corruption are in the integrated server, which is separate from the client and restarted on each world join, meaning that even if the game is left in a broken state, that will probably not cause world corruption.

There have been no reports of this happening despite the mod having gotten tens of thousands of downloads, but if you are still worried, you can make regular backups of your world in case something goes wrong, or decide to not use this feature by closing the game once the crash screen appears. Please report any issues you encounter on the issue tracker.

If you can just keep playing after a crash, players won't report crashes anymore!

With VanillaFix, we try to make reporting crashes as easy as possible: we provide a "Get link" button that automatically pastes the crash report, we plan on adding more debug info such as the last few lines of the log, dumps of tile entities to the crash report, to make them as complete and as helpful as possible, and we plan on providing links to mod issue trackers, and even reporting both crashes and exceptions that don't cause a crash (which are likely to never get reported!) automatically if snooper is enabled. 

Is this mod compatible with other optimization mods, such as FoamFix, BetterFPS, and Optifine?

Yes, we try to make our mod as compatible as possible with other mods. In case of an incompatibility, you are encouraged to report it on our issue tracker.

Why are you using paste.dimdev.org rather than Pastebin or Hastebin?

Haste, the open-source software that runs hastebin.com looks much nicer and is quicker to load than pastebin's ad-filled site. We run our own instance of haste for two reasons: hastebin only keeps pastes for 30 days, which is bad for issue reports, and we don't want to put too much load on Hastebin. We even have custom syntax-highlighting for Minecraft crash reports on our haste instance, making it easier to find important information in a large crash report!

Does this have to be installed both server-side and client-side?

No, some fixes are for the client, and some are for the server. However, the mod can be installed on either the client/server without having to be installed on the server/client.

VanillaFix is a mod that improves performance and fixes bugs and annoyances in vanilla Minecraft. Tripling FPS is common, try it for yourself if you don't believe it! Also, with VanillaFix installed, Minecraft will no longer fully crash, but rather kick you out to the main menu and offer to upload your report to a paste site so that you can easily send it to others (test it by pressing F3 + C in game)!

Have questions or just want to know what we are up to on the mod? Join our Discord server to do just that!

Screenshots

What a crash screen looks like

Example of a crash screen

Before (all textures are ticked, taking 37% of the frame time)

Before

After (only visible textures are ticked, tripling FPS)

After

Screenshots

Gallery

This project has no gallery images yet.

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

30m
Total Downloads
CurseForge
30m
Modrinth
~91,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync