Sinytra / ConnectorExtras

Integrating Connector with third-party APIs
https://modrinth.com/mod/connector-extras
MIT License
19 stars 7 forks source link

AzureLib was initialized too early crash game on startup with Mythic Mobs 1.20.1 #42

Open coffeeslurper69 opened 5 months ago

coffeeslurper69 commented 5 months ago

Describe the bug

Connector is crashing on startup with Mythic Mobs saying AzureLibv was initialized too early, i have many fabric mods and never seemed to face this issue. i seen there was another bug issue like this with an eldrich mod and it was marked as solved, unfortunately mine is not and im not sure how to fix it. the exacr msg is " Caused by: mod.azure.azurelib.AzureLibException: AzureLib was initialized too early! at mod.azure.azurelib.cache.AzureLibCache.registerReloadListener(AzureLibCache.java:65) ~[azurelib-neo-1.20.1-2.0.20.jar%23279!/:2.0.20] {re:classloading} at mod.azure.azurelib.platform.NeoForgeAzureLibInitializer.initialize(NeoForgeAzureLibInitializer.java:13) ~[azurelib-neo-1.20.1-2.0.20.jar%23279!/:2.0.20] {re:classloading} at mod.azure.azurelib.AzureLib.initialize(AzureLib.java:25) ~[azurelib-neo-1.20.1-2.0.20.jar%23279!/:2.0.20] {re:classloading} at net.pixeldream.mythicmobs.MythicMobs.onInitialize(MythicMobs.java:21) ~[mythicmobs-1.20.1-fabric-1.4.5%20(2)_mapped_srg_1.20.1.jar%23699!/:?] {re:classloading} at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:129) ~[Connector-1.0.0-beta.40+1.20.1.jar%23257!/:1.0.0-beta.40+1.20.1] {} at dev.su5ed.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:44) ~[Connector-1.0.0-beta.40+1.20.1-mod.jar%23264!/:1.0.0-beta.40+1.20.1] {re:mixin,re:classloading}"

Steps to reproduce

  1. install mythic mobs 1.20.1 forge port (i also attempted this with fabric and it does the same azurelib crash)
  2. install connector 3.run ? (im so sorry i have never used github idk whatrt im doing ...

Logs

https://pastebin.com/2kkRDi2d

Additional context

No response