AntiCope / meteor-rejects

An addon to Meteor Client with features that won't be added to Meteor. Because they were either rejected or are ports from other clients.
GNU General Public License v3.0
359 stars 86 forks source link

[Bug] Minecraft crashes when initializing meteor addons #195

Open nbedless opened 1 year ago

nbedless commented 1 year ago

Describe the bug

Using meteor addons causes minecarft to crash during initialising phase

Crashlog

[14:12:18] [main/INFO]: Loading Minecraft 1.19.3 with Fabric Loader 0.14.12 [14:12:18] [ForkJoinPool-1-worker-3/WARN]: Mod com_seedfinding_mc_seed uses the version 5518e3ba3ee567fb0b51c15958967f70a6a19e02 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '5518e3ba3ee567fb0b51c15958967f70a6a19e02'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-1/WARN]: Mod com_seedfinding_mc_noise uses the version a6ab8e6c688491829f8d2adf845392da22ef8e9c which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'a6ab8e6c688491829f8d2adf845392da22ef8e9c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-3/WARN]: Mod com_seedfinding_mc_math uses the version 0eb505174da8a92550f8ec6efe254e0fa936cc0d which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0eb505174da8a92550f8ec6efe254e0fa936cc0d'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-3/WARN]: Mod com_seedfinding_mc_terrain uses the version 9e937ddb838e28e79423c287fa18b1ce66f061d7 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '9e937ddb838e28e79423c287fa18b1ce66f061d7'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-7/WARN]: Mod com_seedfinding_mc_reversal uses the version ca64c0890c106f1a2207623c316fce86f250b918 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'ca64c0890c106f1a2207623c316fce86f250b918'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-1/WARN]: Mod com_seedfinding_mc_core uses the version d685a37f0a466d4bf800e7f285daf9ef73c81678 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'd685a37f0a466d4bf800e7f285daf9ef73c81678'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-2/WARN]: Mod com_seedfinding_mc_biome uses the version b2271807a047bb43ac60c8c20ad47e315f19b9a6 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'b2271807a047bb43ac60c8c20ad47e315f19b9a6'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [ForkJoinPool-1-worker-5/WARN]: Mod com_seedfinding_mc_feature uses the version c29fd1fcd746e14c1bcdb127da3113ba273db1fd which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'c29fd1fcd746e14c1bcdb127da3113ba273db1fd'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:12:19] [main/INFO]: Loading 73 mods:

Steps to reproduce

  1. launch frabic loader 1.19.3
  2. Use (meteor latest dev version, sodium, lithium and phosphor 3.launch game ...

Operating System

Windows

Addon Version

No response

Meteor Version

dev build 0.5.2

Minecraft Version

1.19.3

Other mods

1.Sodium
2.Lithium
3.Phosphor
...
C10udburst commented 1 year ago

this log doesnt contain anything about a crash

C10udburst commented 1 year ago

It looks like you are running Minecraft with the Fabric Mod Loader and some mods installed. The log file you provided contains a list of resource packs that could not be loaded due to various issues, such as missing metadata or invalid file structure. It also shows that there are some problems with invalid escape sequences in the pack descriptions of some resource packs.

If you are experiencing issues with your resource packs or mods, you might try removing any packs that are causing problems and ensure that your mods are up to date and compatible with your version of Minecraft and the Fabric Mod Loader. You may also want to try resetting your Minecraft configuration files to their default state, as this can sometimes resolve issues with mods and resource packs.