不够崩溃 (Not Enough Crashes)
当游戏崩溃时,您可以返回标题界面继续游戏,无需重新启动,同时还有其他使崩溃更愉快的功能。
不够崩溃(Not Enough Crashes)是一个Minecraft模组,用于改进Minecraft中的崩溃。
安装
不够崩溃可以独立安装在客户端和服务器上。
功能
- 当游戏崩溃时,您可以返回标题界面继续游戏,无需重新启动。
- 通过特殊的崩溃界面方便地提交语法高亮的崩溃报告。
- 显示崩溃中涉及的模组列表,并可点击转到它们的问题跟踪器。
- 提供更有用的堆栈跟踪,已解混淆并包含额外信息,如用于模组开发者的NBT。
在Discord上讨论不够崩溃:
来自Modrinth
Not Enough Crashes 4.4.9+1.20.1 Forge
notenoughcrashes-4.4.9+1.20.1-forge.jar下载4.4.9+1.20.1-forge#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.20.1-forge
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 11,706
Not Enough Crashes 4.4.9+1.20.1 Fabric
notenoughcrashes-4.4.9+1.20.1-fabric.jar下载4.4.9+1.20.1-fabric#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Release
下载次数: 8,667
Not Enough Crashes 4.4.9+1.21.1 NeoForge
notenoughcrashes-neoforge-4.4.9+1.21.1.jar下载4.4.9+1.21.1-neoforge#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.21.1-neoforge
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 3,206
Not Enough Crashes 4.4.9+1.21.1 Fabric
notenoughcrashes-fabric-4.4.9+1.21.1.jar下载4.4.9+1.21.1-fabric#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.21.1-fabric
支持游戏: 1.21.1
类型: Fabric Quilt
Release
下载次数: 22,017
Not Enough Crashes 4.4.9+1.21.5 NeoForge
notenoughcrashes-neoforge-4.4.9+1.21.5.jar下载4.4.9+1.21.5-neoforge#Release
### 4.4.9
- Added Japanese Translation
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added Japanese Translation
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.21.5-neoforge
支持游戏: 1.21.5
类型: NeoForge
Release
下载次数: 228
Not Enough Crashes 4.4.9+1.21.5 Fabric
notenoughcrashes-fabric-4.4.9+1.21.5.jar下载4.4.9+1.21.5-fabric#Release
### 4.4.9
- Added Japanese Translation
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added Japanese Translation
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.9+1.21.5-fabric
支持游戏: 1.21.5
类型: Fabric Quilt
Release
下载次数: 6,146
Not Enough Crashes 4.4.8+1.21.5 Fabric
notenoughcrashes-fabric-4.4.8+1.21.5.jar下载4.4.8+1.21.5-fabric#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21.5-fabric
支持游戏: 1.21.5
类型: Fabric Quilt
Release
下载次数: 15,595
Not Enough Crashes 4.4.8+1.21.5 NeoForge
notenoughcrashes-neoforge-4.4.8+1.21.5.jar下载4.4.8+1.21.5-neoforge#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21.5-neoforge
支持游戏: 1.21.5
类型: NeoForge
Release
下载次数: 612
Not Enough Crashes 4.4.8+1.21.1 NeoForge
notenoughcrashes-neoforge-4.4.8+1.21.1.jar下载4.4.8+1.21.1-neoforge#Beta
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21.1-neoforge
支持游戏: 1.21.1
类型: NeoForge
Beta
下载次数: 20,572
Not Enough Crashes 4.4.8+1.21.4 Fabric
notenoughcrashes-fabric-4.4.8+1.21.4.jar下载4.4.8+1.21.4-fabric#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21.4-fabric
支持游戏: 1.21.4
类型: Fabric Quilt
Release
下载次数: 55,646
Not Enough Crashes 4.4.8+1.21.4 NeoForge
notenoughcrashes-neoforge-4.4.8+1.21.4.jar下载4.4.8+1.21.4-neoforge#Beta
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21.4-neoforge
支持游戏: 1.21.4
类型: NeoForge
Beta
下载次数: 1,266
Not Enough Crashes 4.4.8+1.21 NeoForge
notenoughcrashes-neoforge-4.4.8+1.21.jar下载4.4.8+1.21-neoforge#Beta
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21-neoforge
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 368
Not Enough Crashes 4.4.7+1.20.6 NeoForge
notenoughcrashes-neoforge-4.4.7+1.20.6.jar下载4.4.7+1.20.6-neoforge#Beta
# Minecraft 1.20.6
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Starting from Minecraft 1.20.6, NEC supports **only** NeoForge, and not Forge.
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.6-neoforge
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 120
Not Enough Crashes 4.4.8+1.21 Fabric
notenoughcrashes-4.4.8+1.21-fabric.jar下载4.4.8+1.21-fabric#Release
### 4.4.8
- Removed a fringe feature that was eating away at the computer's memory
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Removed a fringe feature that was eating away at the computer's memory
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.8+1.21-fabric
支持游戏: 1.21
类型: Fabric Quilt
Release
下载次数: 287,566
Not Enough Crashes 4.4.7+1.21 Fabric
notenoughcrashes-4.4.7+1.21-fabric.jar下载4.4.7+1.21-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.21-fabric
支持游戏: 1.21
类型: Fabric Quilt
Release
下载次数: 4,372
Not Enough Crashes 4.4.7+1.20.6 Fabric
notenoughcrashes-4.4.7+1.20.6-fabric.jar下载4.4.7+1.20.6-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.6-fabric
支持游戏: 1.20.6
类型: Fabric Quilt
Release
下载次数: 31,415
Not Enough Crashes 4.4.7+1.20.4 Fabric
notenoughcrashes-4.4.7+1.20.4-fabric.jar下载4.4.7+1.20.4-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.4-fabric
支持游戏: 1.20.4
类型: Fabric Quilt
Release
下载次数: 137,325
Not Enough Crashes 4.4.7+1.20.4 Forge
notenoughcrashes-4.4.7+1.20.4-forge.jar下载4.4.7+1.20.4-forge#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.4-forge
支持游戏: 1.20.4
类型: Forge
Release
下载次数: 2,765
Not Enough Crashes 4.4.7+1.20.1 Forge
notenoughcrashes-4.4.7+1.20.1-forge.jar下载4.4.7+1.20.1-forge#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.1-forge
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 589,025
Not Enough Crashes 4.4.7+1.20.1 Fabric
notenoughcrashes-4.4.7+1.20.1-fabric.jar下载4.4.7+1.20.1-fabric#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Release
下载次数: 839,498
Not Enough Crashes 4.4.7+1.20.2 Forge
notenoughcrashes-4.4.7+1.20.2-forge.jar下载4.4.7+1.20.2-forge#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.2-forge
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 5,273
Not Enough Crashes 4.4.7+1.20.2 Fabric
notenoughcrashes-4.4.7+1.20.2-fabric.jar下载4.4.7+1.20.2-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.2-fabric
支持游戏: 1.20.2
类型: Fabric Quilt
Release
下载次数: 29,466
Not Enough Crashes 4.4.7+1.20.2 Fabric
notenoughcrashes-4.4.7+1.20.2-fabric.jar下载4.4.7+1.20.2-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.7+1.20.2-fabric
支持游戏: 1.20.2
类型: Fabric Quilt
Release
下载次数: 148
Not Enough Crashes 4.4.6+1.20.2 Forge
notenoughcrashes-4.4.6+1.20.2-forge.jar下载4.4.6+1.20.2-forge#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.2-forge
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 368
Not Enough Crashes 4.4.6+1.20.2 Fabric
notenoughcrashes-4.4.6+1.20.2-fabric.jar下载4.4.6+1.20.2-fabric#Release
### 4.4.7
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed crash in certain cases
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.2-fabric
支持游戏: 1.20.2
类型: Fabric Quilt
Release
下载次数: 130
Not Enough Crashes 5.0.0+1.19.2 Forge
notenoughcrashes-5.0.0+1.19.2-forge.jar下载5.0.0+1.19.2-forge#Release
### 5.0.0
- Support for Fabric Loader 1.5.0. Note that this version will no longer debfuscate crash logs.
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Support for Fabric Loader 1.5.0. Note that this version will no longer debfuscate crash logs.
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 5.0.0+1.19.2-forge
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 60,858
Not Enough Crashes 5.0.0+1.19.2 Fabric
notenoughcrashes-5.0.0+1.19.2-fabric.jar下载5.0.0+1.19.2-fabric#Release
### 5.0.0
- Support for Fabric Loader 1.5.0. Note that this version will no longer debfuscate crash logs.
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Support for Fabric Loader 1.5.0. Note that this version will no longer debfuscate crash logs.
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 5.0.0+1.19.2-fabric
支持游戏: 1.19.2
类型: Fabric Quilt
Release
下载次数: 42,907
Not Enough Crashes 4.4.6+1.20.2 Forge
notenoughcrashes-4.4.6+1.20.2-forge.jar下载4.4.6+1.20.2-forge#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.2-forge
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 334,997
Not Enough Crashes 4.4.6+1.20.2 Fabric
notenoughcrashes-4.4.6+1.20.2-fabric.jar下载4.4.6+1.20.2-fabric#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.2-fabric
支持游戏: 1.20.2
类型: Fabric Quilt
Release
下载次数: 23,569
Not Enough Crashes 4.4.6+1.20.1 Forge
notenoughcrashes-4.4.6+1.20.1-forge.jar下载4.4.6+1.20.1-forge#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.1-forge
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 87,222
Not Enough Crashes 4.4.6+1.20.1 Fabric
notenoughcrashes-4.4.6+1.20.1-fabric.jar下载4.4.6+1.20.1-fabric#Release
### 4.4.6
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed quit button not have the correct text in some cases.
- Crash initialization screen is now disabled when Sodium is installed.
### 4.4.5
- Fixed a crash in Fabric with certain mods.
### 4.4.4
- Cleaned up some more things when the game crashes.
### 4.4.3
- Updated Chinese translations
### 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.6+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Release
下载次数: 122,996
Not Enough Crashes 4.4.5+1.20.1 Forge
notenoughcrashes-4.4.5+1.20.1-forge.jar下载4.4.5+1.20.1-forge#Beta
## 4.4.5
- Fixed a crash in Fabric with certain mods
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed a crash in Fabric with certain mods
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.5+1.20.1-forge
支持游戏: 1.20.1
类型: Forge
Beta
下载次数: 1,083
Not Enough Crashes 4.4.5+1.20.1 Fabric
notenoughcrashes-4.4.5+1.20.1-fabric.jar下载4.4.5+1.20.1-fabric#Beta
## 4.4.5
- Fixed a crash in Fabric with certain mods
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed a crash in Fabric with certain mods
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.5+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Beta
下载次数: 3,176
Not Enough Crashes 4.4.4+1.20.1 Forge
notenoughcrashes-4.4.4+1.20.1-forge.jar下载4.4.4+1.20.1-forge#Beta
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.4+1.20.1-forge
支持游戏: 1.20.1
类型: Forge
Beta
下载次数: 29,137
Not Enough Crashes 4.4.4+1.20.1 Fabric
notenoughcrashes-4.4.4+1.20.1-fabric.jar下载4.4.4+1.20.1-fabric#Beta
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.4+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Beta
下载次数: 5,303
Not Enough Crashes 4.4.4+1.20.1 Fabric
notenoughcrashes-4.4.4+1.20.1-fabric.jar下载4.4.4+1.20.1-fabric#Beta
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.4+1.20.1-fabric
支持游戏: 1.20.1
类型: Fabric Quilt
Beta
下载次数: 481
Not Enough Crashes 4.4.4+1.20 Forge
notenoughcrashes-4.4.4+1.20-forge.jar下载4.4.4+1.20-forge#Beta
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.4+1.20-forge
支持游戏: 1.20
类型: Forge
Beta
下载次数: 2,104
Not Enough Crashes 4.4.4+1.20 Fabric
notenoughcrashes-4.4.4+1.20-fabric.jar下载4.4.4+1.20-fabric#Beta
## 4.4.4
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Cleaned up some more things when the game crashes.
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.4+1.20-fabric
支持游戏: 1.20
类型: Fabric Quilt
Beta
下载次数: 7,935
Not Enough Crashes 4.4.3+1.20 Forge
notenoughcrashes-4.4.3+1.20-forge.jar下载4.4.3+1.20-forge#Release
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.3+1.20-forge
支持游戏: 1.20
类型: Forge
Release
下载次数: 526
Not Enough Crashes 4.4.3+1.20 Fabric
notenoughcrashes-4.4.3+1.20-fabric.jar下载4.4.3+1.20-fabric#Release
## 4.4.3
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated Chinese translations
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.3+1.20-fabric
支持游戏: 1.20
类型: Fabric Quilt
Release
下载次数: 2,729
Not Enough Crashes 4.4.1+1.19.4 Forge
notenoughcrashes-4.4.1+1.19.4-forge.jar下载4.4.1+1.19.4-forge#Release
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.1+1.19.4-forge
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 6,907
Not Enough Crashes 4.4.1+1.19.4 Fabric
notenoughcrashes-4.4.1+1.19.4-fabric.jar下载4.4.1+1.19.4-fabric#Release
## 4.4.1
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed gibrish text sometimes showing in the crash screen.
- Added Ukrainian translations (thanks @PetroTornados!).
- Fixed incorrect tab ordering in the config screen.
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.1+1.19.4-fabric
支持游戏: 1.19.4
类型: Fabric Quilt
Release
下载次数: 10,870
Not Enough Crashes 4.4.0+1.19.4 Forge
notenoughcrashes-4.4.0+1.19.4-forge.jar下载4.4.0+1.19.4-forge#Release
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.0+1.19.4-forge
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 938
Not Enough Crashes 4.4.0+1.19.4 Fabric
notenoughcrashes-4.4.0+1.19.4-fabric.jar下载4.4.0+1.19.4-fabric#Release
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.0+1.19.4-fabric
支持游戏: 1.19.4
类型: Fabric Quilt
Release
下载次数: 14,873
Not Enough Crashes 4.4.0+1.19.3 Forge
notenoughcrashes-4.4.0+1.19.3-forge.jar下载4.4.0+1.19.3-forge#Release
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.0+1.19.3-forge
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 1,084
Not Enough Crashes 4.4.0+1.19.3 Fabric
notenoughcrashes-4.4.0+1.19.3-fabric.jar下载4.4.0+1.19.3-fabric#Release
## 4.4.0
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Brand new GUI configuration screen for Not Enough Crashes. Accessible through ModMenu in Fabric and through the regular Forge mod menu.
- crashlogUpload, deobfuscateStackTrace and forceCrashScreen config options are deprecated and will no longer work.
## 4.3.0
- Updated internals to better support Crashy 1.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.4.0+1.19.3-fabric
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 5,704
Not Enough Crashes 4.3.0+1.19.3 Forge
notenoughcrashes-4.3.0+1.19.3-forge.jar下载4.3.0+1.19.3-forge#Release
## 4.3.0
- Updated internals to better support Crashy 2.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated internals to better support Crashy 2.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.3.0+1.19.3-forge
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 271
Not Enough Crashes 4.3.0+1.19.3 Fabric
notenoughcrashes-4.3.0+1.19.3-fabric.jar下载4.3.0+1.19.3-fabric#Release
## 4.3.0
- Updated internals to better support Crashy 2.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated internals to better support Crashy 2.0 (older versions of NEC will still work with Crashy)
- Will no longer deobfuscate stack traces in any way. This feature is now supported exceptionally well by [Crashy 1.0](https://crashy.net/).
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.3.0+1.19.3-fabric
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 3,251
Not Enough Crashes 4.2.0+1.19.3 Forge
notenoughcrashes-4.2.0+1.19.3-forge.jar下载4.2.0+1.19.3-forge#Release
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.19.3-forge
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 355
Not Enough Crashes 4.2.0+1.19.3 Fabric
notenoughcrashes-4.2.0+1.19.3-fabric.jar下载4.2.0+1.19.3-fabric#Release
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.19.3-fabric
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 4,385
Not Enough Crashes 4.2.1+1.19.2 Forge
notenoughcrashes-4.2.1+1.19.2-forge.jar下载4.2.1+1.19.2-forge#Release
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.1+1.19.2-forge
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 32,992
Not Enough Crashes 4.2.1+1.19.2 Fabric
notenoughcrashes-4.2.1+1.19.2-fabric.jar下载4.2.1+1.19.2-fabric#Release
### 4.2.1
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added missing Chinese translation.
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.1+1.19.2-fabric
支持游戏: 1.19.2
类型: Fabric Quilt
Release
下载次数: 39,040
Not Enough Crashes 4.2.0+1.18.2 Forge
notenoughcrashes-4.2.0+1.18.2-forge.jar下载4.2.0+1.18.2-forge#Release
### 4.2.0
- Added Mixin blaming
- Added Chinese translation
- Fixed crashes not being caught in Forge in certain cases (1.18 bug)
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added Mixin blaming
- Added Chinese translation
- Fixed crashes not being caught in Forge in certain cases (1.18 bug)
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.18.2-forge
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 60,297
Not Enough Crashes 4.2.0+1.18.2 Fabric
notenoughcrashes-4.2.0+1.18.2-fabric.jar下载4.2.0+1.18.2-fabric#Release
### 4.2.0
- Added Mixin blaming
- Added Chinese translation
- Fixed crashes not being caught in Forge in certain cases (1.18 bug)
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added Mixin blaming
- Added Chinese translation
- Fixed crashes not being caught in Forge in certain cases (1.18 bug)
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.18.2-fabric
支持游戏: 1.18.2
类型: Fabric Quilt
Release
下载次数: 11,626
Not Enough Crashes 4.2.0+1.19.2 Forge
notenoughcrashes-4.2.0+1.19.2-forge.jar下载4.2.0+1.19.2-forge#Release
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.19.2-forge
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 854
Not Enough Crashes 4.2.0+1.19.2 Fabric
notenoughcrashes-4.2.0+1.19.2-fabric.jar下载4.2.0+1.19.2-fabric#Release
### 4.2.0
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Now identifies mods that applied mixins to a crash stack trace, which means that more mods will be identified as a potential cause for a crash. (Thanks sschr15!)
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.2.0+1.19.2-fabric
支持游戏: 1.19.2
类型: Fabric Quilt
Release
下载次数: 24,890
Not Enough Crashes 4.1.8+1.19.2 Fabric
notenoughcrashes-4.1.8+1.19.2-fabric.jar下载4.1.8#Release
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
展开
版本: 4.1.8
支持游戏: 1.19.2
类型: Fabric Quilt
Release
下载次数: 21,024
Not Enough Crashes 4.1.8+1.19.2 Forge
notenoughcrashes-4.1.8+1.19.2-forge.jar下载4.1.8+1.19.2-forge#Release
### 4.1.8
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added and fixed Chinese translations (thanks SolidBlock-cn!).
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.8+1.19.2-forge
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 2,204
Not Enough Crashes 4.1.8+1.19.1 Forge
notenoughcrashes-4.1.8+1.19.1-forge.jar下载4.1.8+1.19.1-forge#Release
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.8+1.19.1-forge
支持游戏: 1.19.1
类型: Forge
Release
下载次数: 386
Not Enough Crashes 4.1.8+1.19 Forge
notenoughcrashes-4.1.8+1.19-forge.jar下载4.1.8+1.19-forge#Release
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.8+1.19-forge
支持游戏: 1.19
类型: Forge
Release
下载次数: 20,790
Not Enough Crashes 4.1.7+1.19 Forge
notenoughcrashes-4.1.7+1.19-forge.jar下载4.1.7+1.19-forge#Release
### 4.1.7
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the mod claiming it must be installed on the server on Forge.
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.7+1.19-forge
支持游戏: 1.19
类型: Forge
Release
下载次数: 468
Not Enough Crashes 4.1.6+1.19 Forge
notenoughcrashes-4.1.6+1.19-forge.jar下载4.1.6+1.19-forge#Release
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.6+1.19-forge
支持游戏: 1.19
类型: Forge
Release
下载次数: 1,448
Not Enough Crashes 4.1.6+1.19 Fabric
notenoughcrashes-4.1.6+1.19-fabric.jar下载4.1.6+1.19-fabric#Release
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.6+1.19-fabric
支持游戏: 1.19, 1.19.1
类型: Fabric Quilt
Release
下载次数: 67,383
Not Enough Crashes 4.1.6+1.18.2 Fabric
notenoughcrashes-4.1.6+1.18.2-fabric.jar下载4.1.6+1.18.2-fabric#Release
### 4.1.6
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Updated to support Quilt hashed mappings.
### 4.1.5
- Fixed not working on Quilt.
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.6+1.18.2-fabric
支持游戏: 1.18.2
类型: Fabric Quilt
Release
下载次数: 33,450
Not Enough Crashes 4.1.4+1.18.2 Forge
notenoughcrashes-4.1.4+1.18.2-forge.jar下载4.1.4+1.18.2-forge#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.18.2-forge
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 9,170
Not Enough Crashes 4.1.4+1.18.2 Fabric
notenoughcrashes-4.1.4+1.18.2-fabric.jar下载4.1.4+1.18.2-fabric#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.18.2-fabric
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 2,579
Not Enough Crashes 4.1.4+1.16.5 Forge
notenoughcrashes-4.1.4+1.16.5-forge.jar下载4.1.4+1.16.5-forge#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.16.5-forge
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 41,072
Not Enough Crashes 4.1.4+1.16.5 Fabric
notenoughcrashes-4.1.4+1.16.5-fabric.jar下载4.1.4+1.16.5-fabric#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.16.5-fabric
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 11,187
Not Enough Crashes 4.1.4+1.17.1 Forge
notenoughcrashes-4.1.4+1.17.1-forge.jar下载4.1.4+1.17.1-forge#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.17.1-forge
支持游戏: 1.17.1
类型: Forge
Release
下载次数: 901
Not Enough Crashes 4.1.4+1.17.1 Fabric
notenoughcrashes-4.1.4+1.17.1-fabric.jar下载4.1.4+1.17.1-fabric#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.17.1-fabric
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 3,151
Not Enough Crashes 4.1.4+1.18.1 Forge
notenoughcrashes-4.1.4+1.18.1-forge.jar下载4.1.4+1.18.1-forge#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.18.1-forge
支持游戏: 1.18.1
类型: Forge
Release
下载次数: 802
Not Enough Crashes 4.1.4+1.18.1 Fabric
notenoughcrashes-4.1.4+1.18.1-fabric.jar下载4.1.4+1.18.1-fabric#Release
### 4.1.4
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the text of the crash screen sometimes being broken
- Fixed not being able to use custom assets for the mod. Note: this will still not work in Fabric if Fabric API is not installed.
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.4+1.18.1-fabric
支持游戏: 1.18.1
类型: Fabric
Release
下载次数: 2,097
Not Enough Crashes 4.1.3+1.18.1 Forge
notenoughcrashes-4.1.3+1.18.1-forge.jar下载4.1.3+1.18.1-forge#Release
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.3+1.18.1-forge
支持游戏: 1.18.1
类型: Forge
Release
下载次数: 434
Not Enough Crashes 4.1.3+1.18.1 Fabric
notenoughcrashes-4.1.3+1.18.1-fabric.jar下载4.1.3+1.18.1-fabric#Release
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.3+1.18.1-fabric
支持游戏: 1.18.1
类型: Fabric
Release
下载次数: 815
Not Enough Crashes 4.1.3+1.18 Forge
notenoughcrashes-4.1.3+1.18-forge.jar下载4.1.3+1.18-forge#Release
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.3+1.18-forge
支持游戏: 1.18
类型: Forge
Release
下载次数: 809
Not Enough Crashes 4.1.3+1.18 Fabric
notenoughcrashes-4.1.3+1.18-fabric.jar下载4.1.3+1.18-fabric#Release
### 4.1.3
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed mixin errors being printed to the log on startup.
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.3+1.18-fabric
支持游戏: 1.18
类型: Fabric
Release
下载次数: 1,245
Not Enough Crashes 4.1.2+1.18-rc3 Fabric
notenoughcrashes-4.1.2+1.18-rc3-fabric.jar下载4.1.2+1.18-rc3-fabric#Release
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.2+1.18-rc3-fabric
支持游戏: 1.18-rc3
类型: Fabric
Release
下载次数: 201
Not Enough Crashes 4.1.2+1.17.1 Forge
notenoughcrashes-4.1.2+1.17.1-forge.jar下载4.1.2+1.17.1-forge#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.2+1.17.1-forge
支持游戏: 1.17.1
类型: Forge
Release
下载次数: 229
Not Enough Crashes 4.1.2+1.17.1 Fabric
notenoughcrashes-4.1.2+1.17.1-fabric.jar下载4.1.2+1.17.1-fabric#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.2+1.17.1-fabric
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 397
Not Enough Crashes 4.1.2+1.16.5 Forge
notenoughcrashes-4.1.2+1.16.5-forge.jar下载4.1.2+1.16.5-forge#Release
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.2+1.16.5-forge
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 180,738
Not Enough Crashes 4.1.2+1.16.5 Fabric
notenoughcrashes-4.1.2+1.16.5-fabric.jar下载4.1.2+1.16.5-fabric#Release
### 4.1.2
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash screen not working in Forge.
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.2+1.16.5-fabric
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 293
Not Enough Crashes 4.1.1+1.18-pre5 Fabric
notenoughcrashes-4.1.1+1.18-pre5-fabric.jar下载4.1.1+1.18-pre5-fabric#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.1+1.18-pre5-fabric
支持游戏: 1.18-pre5
类型: Fabric
Release
下载次数: 92
Not Enough Crashes 4.1.1+1.16.5 Forge
notenoughcrashes-4.1.1+1.16.5-forge.jar下载4.1.1+1.16.5-forge#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.1+1.16.5-forge
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 208
Not Enough Crashes 4.1.1+1.16.5 Fabric
notenoughcrashes-4.1.1+1.16.5-fabric.jar下载4.1.1+1.16.5-fabric#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.1+1.16.5-fabric
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 138
Not Enough Crashes 4.1.1+1.17.1 Forge
notenoughcrashes-4.1.1+1.17.1-forge.jar下载4.1.1+1.17.1-forge#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.1+1.17.1-forge
支持游戏: 1.17.1
类型: Forge
Release
下载次数: 98
Not Enough Crashes 4.1.1+1.17.1 Fabric
notenoughcrashes-4.1.1+1.17.1-fabric.jar下载4.1.1+1.17.1-fabric#Release
### 4.1.1
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed the crash report being printed to the log twice on integrated server crashes.
- Fixed the crash report txt file missing information on integrated server crashes.
- Fixed Not Enough Crashes being blamed for any crash after the first one in a single game session.
- Fixed mods being blamed incorrectly when the minecraft instance path contains spaces.
- Fixed integrated server crashes not being caught in Forge.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.1+1.17.1-fabric
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 174
Not Enough Crashes 4.0.0+1.17.1 Forge
notenoughcrashes-4.0.0+1.17.1-forge.jar下载4.0.0+1.17.1-forge#Release
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.0.0+1.17.1-forge
支持游戏: 1.17.1
类型: Forge
Release
下载次数: 108
Not Enough Crashes 4.0.0+1.17.1 Fabric
notenoughcrashes-4.0.0+1.17.1-fabric.jar下载4.0.0+1.17.1-fabric#Release
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.0.0+1.17.1-fabric
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 121
Not Enough Crashes 4.1.0+1.16.5 Fabric
notenoughcrashes-4.1.0+1.16.5-fabric.jar下载4.1.0+1.16.5#Release
## 4.1.0
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
[Crashy](https://crashy.net/) is now supported in 1.16.5.
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.1.0+1.16.5
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 147
Not Enough Crashes 4.0.0+1.17.1 Fabric
notenoughcrashes-4.0.0+1.17.1-fabric.jar下载4.0.0+1.17.1#Release
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.0.0+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 254
Not Enough Crashes 3.7.2+1.17.1 Fabric
notenoughcrashes-3.7.2+1.17.1-fabric.jar下载3.7.2+1.17.1#Release
### 3.7.2
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
This will now be validated by Fabric Loader.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.7.2+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 77
Not Enough Crashes 4.0.0+1.16.5 Fabric
notenoughcrashes-4.0.0+1.16.5-fabric.jar下载4.0.0+1.16.5#Release
# 4.0.0
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- **All version from 4.0.0 onwards only support Fabric Loader 0.12.0 and above**.
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 4.0.0+1.16.5
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 173
Not Enough Crashes 3.7.2+1.16.5 Fabric
notenoughcrashes-3.7.2+1.16.5-fabric.jar下载3.7.2+1.16.5#Release
### 3.7.2
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- All version from 2.0.0 to 3.7.2 only support Fabric Loader versions from 0.9.0 to 0.11.7.
- This will now be validated by Fabric Loader.
- Crashy uploading is currently not supported in 1.16.5.
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.7.2+1.16.5
支持游戏: 1.16.5
类型: Fabric
Release
下载次数: 2,961
Not Enough Crashes 3.7.1+1.17.1 Fabric
notenoughcrashes-3.7.1+1.17.1-fabric.jar下载3.7.1+1.17.1#Release
### 3.7.1
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed ['Exiting world while F3+L profiling is active crashes recursively.'](https://github.com/natanfudge/Not-Enough-Crashes/issues/83).
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.7.1+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 345
Not Enough Crashes 3.7.0+1.17.1 Fabric
notenoughcrashes-3.7.0+1.17.1-fabric.jar下载3.7.0+1.17.1#Release
## 3.7.0
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Introducing: [Crashy](https://crashy.net/)! Crashy is a crash hosting site designed specifically for Not Enough Crashes and Minecraft crashes in general.
It shows crashes in an organized GUI that is easily readable, and has some other nice features. [Example](https://crashy.net/2c2vAe5oUVgiNck3NfXU).
There is now a button for uploading directly to crashy in the crash screen.
- Fixed UTF-specific characters turning into '?' when uploading crash logs.
- Fixed 'Continuing the game after crashing will cause a crash report to be logged later when the game exits normally'.
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.7.0+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 441
Not Enough Crashes 3.6.5+1.17.1 Fabric
notenoughcrashes-3.6.5+1.17.1-fabric.jar下载3.6.5+1.17.1#Release
### 3.6.5
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Forge for 1.17.1! As this is the first Forge version in a while it may have some issues, so comment if you've encountered anything (or better, open a Github issue).
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.5+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 379
Not Enough Crashes 3.6.4+1.17.1 Fabric
notenoughcrashes-3.6.4+1.17.1-fabric.jar下载3.6.4+1.17.1#Release
### 3.6.4
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added some Quilt-specific features, courtesy of @Siuolthepic!
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.4+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 158
Not Enough Crashes 3.6.3+1.17.1 Fabric
notenoughcrashes-3.6.3+1.17.1-fabric.jar下载3.6.3+1.17.1#Release
### 3.6.3
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Quilt now absolutely, officially, works, just as well as Fabric does.
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.3+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 144
Not Enough Crashes 3.6.2+1.17.1 Fabric
notenoughcrashes-3.6.2+1.17.1-fabric.jar下载3.6.2+1.17.1#Release
### 3.6.2
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed text not being localized to English when the translation is not available for the chosen language.
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.2+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 191
Not Enough Crashes 3.6.1+1.17.1 Fabric
notenoughcrashes-3.6.1+1.17.1-fabric.jar下载3.6.1+1.17.1#Release
### 3.6.1
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Should now work with the Quilt mod loader, with `deobfuscateStackTrace` set to false in the config.
Currently, catching initialization errors and deobfuscation is not supported in Quilt.
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.1+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 72
Not Enough Crashes 3.6.0+1.17.1 Fabric
notenoughcrashes-3.6.0+1.17.1-fabric.jar下载3.6.0+1.17.1#Release
## 3.6.0
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- ~~Should now work with the Quilt mod loader~~ not yet
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.0+1.17.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 71
Not Enough Crashes 3.6.0+1.17 Fabric
notenoughcrashes-3.6.0+1.17-fabric.jar下载3.6.0+1.17#Release
## 3.6.0
- Should now work with the Quilt mod loader
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Should now work with the Quilt mod loader
- Fixed Jar-in-jar mods not being blamed for crashes
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.6.0+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 238
Not Enough Crashes 3.5.0+1.17 Fabric
notenoughcrashes-3.5.0+1.17-fabric.jar下载3.5.0+1.17#Release
## 3.5.0
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- No longer depends on Fabric API for localization to work properly.
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.5.0+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 91
Not Enough Crashes 3.4.5+1.17 Fabric
notenoughcrashes-3.4.5+1.17-fabric.jar下载3.4.5+1.17#Release
### 3.4.5
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed some regressions in cleaning up after crash. This fixes not being disconnected from servers.
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.4.5+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 62
Not Enough Crashes 3.4.4+1.17 Fabric
notenoughcrashes-3.4.4+1.17-fabric.jar下载3.4.4+1.17#Release
### 3.4.4
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed integrated server crashes not being caught.
- Fixed state sometimes not being cleaned up properly which could cause the game to infinitely crash.
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.4.4+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 482
Not Enough Crashes 3.4.3+1.17 Fabric
notenoughcrashes-3.4.3+1.17-fabric.jar下载3.4.3+1.17#Release
### 3.4.3
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Fixed deobfuscation not working in dedicated servers, courtesy of @Fourmisain!
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.4.3+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 112
Not Enough Crashes 3.4.2+1.17 Fabric
notenoughcrashes-3.4.2+1.17-fabric.jar下载3.4.2+1.17#Release
### 3.4.2
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Prevented extreme cases where the crash log could become incredibly large.
- Fixed the crash screen not showing suspected mods in cases where adding them to the crash log was prevented by conflicting mods.
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.4.2+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 90
Not Enough Crashes 3.4.1+1.17 Fabric
notenoughcrashes-3.4.1+1.17-fabric.jar下载3.4.1+1.17#Release
### 3.4.1
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Improved internal error message.
## 3.4.0
- Provided many configuration options for uploading the crash logs, see NecConfig.java, thanks to The456Gamer!
- The config format for uploading crash logs has changed, refer to NecConfig.java for the new format.
## 3.3.1
- Fixed mod identification not working.
- Fixed deobfuscation sometimes not working.
- Promoted to Release!
## 3.3.0
- Updated to Minecraft 1.17, Java 16.
- Currently buggy, this is a minimum viable alpha release.
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.4.1+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 70
Not Enough Crashes 3.4.0+1.17 Fabric
notenoughcrashes-3.4.0+1.17-fabric.jar下载3.4.0+1.17#Release
C:\Users\natan\Desktop\Not-Enough-Crashes\changelog.md
展开
版本: 3.4.0+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 371
3.3.1+1.17
notenoughcrashes-3.3.1+1.17-fabric.jar下载3.3.1+1.17#Release
C:\Users\natan\Desktop\Not-Enough-Crashes\changelog.md
展开
版本: 3.3.1+1.17
支持游戏: 1.17
类型: Fabric
Release
下载次数: 449
Not Enough Crashes 3.2.0+1.16.5 Forge
notenoughcrashes-3.2.0-forge.jar下载3.2.0+1.16.5#Release
## 3.2.0
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
- Added a new option `forceCrashScreen` that will prevent cases in which the game closes with no crash log. Instead, the game will crash normally.
### 3.1.9
- Fixed additional crash stack traces appearing when debugModIdentification is false.
### 3.1.8
- The 1.16.5 Fabric version will no longer deliberately crash in 1.17 snapshots. This means that it may work if nothing broke the mod in a snapshot.
### 3.1.7
- Added a new config option: debugModIdentification, that will hopefully help in discovering mods in more cases.
### 3.1.6
- (Forge) Fixed being unable to identify crashing mods that have multiple authors.
### 3.1.5
- Made it so the Curseforge page can be reached through the Mod Menu entry.
### 3.1.4
- Fixed Forge version not working at all.
### 3.1.3
- Made NEC more compatible with other mods, specifically with [Structure Gel API](https://www.curseforge.com/minecraft/mc-mods/structure-gel-api).
### 3.1.1
- Fixed mod not loading.
## 3.1.0
- Added extra info for feature/structure crashes to make it much easier to find the problematic mod, courtesy of TelepathicGrunt!.
# 3.0.0
- Now supports Forge!
## 2.2.0
- Removed 'feature' that would instantly crash the game when pressing F3+C instead of after 6 seconds, since that hotkey is used to copy location information.
- Added a proper mod icon.
### 2.1.4
- Improved Simplified Chinese localization, courtesy of @WuzgXY!
### 2.1.3
- Fixed "upload crashlog" not working :) .
### 2.1.1
- Fixed "upload crashlog" not working.
## 2.1.0
- Added Estonian localization, courtesy of @Madis0!
# 2.0.0
- Fixed the mod not working in Fabric Loader 0.9.0+, however, this and the following versions will only work for the 0.9.0+ Fabric Loader versions.
### 1.2.4
- Will no longer blame jumploader for errors all the time
### 1.2.3
- Fixed an incompatibility with LambdaControls (mostly just a mistake, not really an incompatibility).
- Crash logs will now be uploaded as gists instead of to the dimdev haste. This can be reverted by setting `uploadCrashLogTo` to `DIMDEV_HASTE` in the config.
- Fixed some GUI bugs in the crash scree
### 1.2.1
- Compatibility with [Multiconnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect/files).
Note: Informed Load has yet to publish the compatible version.
## 1.2.0
- Compatibility with [Informed Load](https://www.curseforge.com/minecraft/mc-mods/informed-load).
### 1.1.5
- Fixed a rare error.
### 1.1.4
- Fixed the window not closing when pre-initialization errors occur.
### 1.1.3
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
- The init error screen will now display in more disaster cases.
### 1.1.2
- Fixed the entry point catcher not being enabled...
### 1.1.1
- Forgot a debug flag
## 1.1.0
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
### 1.0.11
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
### 1.0.10
- Fixed an exception while starting game.
# 1.0.9
Released
展开
版本: 3.2.0+1.16.5
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 938
收录