BiscuitDevelopment / SkyblockAddons

A Minecraft Forge mod with helpful Hypixel skyblock features!
Other
477 stars 234 forks source link

Game crashes on start #259

Closed leonbcode closed 4 years ago

leonbcode commented 4 years ago

When I start Minecraft (MultiMc launcher) with the newest build of Sba (I built it from the current sourcecode on Github on my own) the game crashes.

Crashreport: crash-2020-02-22_16.47.20-client.txt

I am also using a lot of other mods:

Mods:
  [✔️] [1.8.9] fncompassmod-1.0
  [✔️] [1.8.9] GlintColorizer - 1.0
  [✔️] [1.8.9] Perspective Mod-3.0
  [✔️] [1.8.9] Sidebar Mod Revamp
  [✔️] Auto.MyPosition-2.0
  [✔️] AutoGG-2.0.4 (1.8.9)
  [✔️] BetterTab-v1.0
  [✔️] Compact Chat-1.2 (1.8.9)
  [✔️] fragfix-1.0
  [✔️] Hypixel Autocomplete-1.0 (1.8.9)
  [✔️] killeffects-0.0.2
  [✔️] Levelhead-7.0.2 (1.8.9)
  [✔️] LobbySounds-1.0 (1.8.9)
  [✔️] MouseDelayFix-1.0
  [✔️] OptiFine 1.8.9 HD U I7
  [✔️] Popup Events-1.2.2 (1.8.9)
  [✔️] Scrollable Tooltips-1.1 (1.8.9)
  [✔️] SkyblockAddons-1.5.0-b4-for-MC-1.8.9
  [✔️] The.5zig.Mod.v3.12.5.for.Minecraft.1.8.9
  [✔️] TimeChanger 1.8
  [📁] togglechat (folder)
  [✔️] ToggleChat-2.1.0-SNAPSHOT
  [✔️] Winter Weather-1.0 (1.8.9)
  [✔️] Xaeros_Minimap_20.4.0_Forge_1.8.9

Maybe the bug is caused by me lol, cause I maybe compiled the mod in a wrong way. But I only cloned the repo, opend it as Intellij project(gradle project) and run the gradle task jar

leonbcode commented 4 years ago

I did a bit more testing and with the full release 1.4.2 the Game also crashes, but a bit later and with another error. So I think it is likely caused by the other mods I'm using xD lol crash-2020-02-22_17.07.24-client.txt

leonbcode commented 4 years ago

After a bit more testing, it seems to happen with all versions of SbA.

leonbcode commented 4 years ago

Lol after I disabled all mods, it is still crashing

leonbcode commented 4 years ago

After I deleted also all the mods it is still not working

leonbcode commented 4 years ago

Also in a new Instance of Multimc it keeps crashing.

leonbcode commented 4 years ago

The releas version 1.4.2 (and the older versions) are working fine in an empty instance of multimc, so there is an error with the latest source code and multimc and also an error with some of the other mods I use

leonbcode commented 4 years ago

So now I've got Sba 1.4.2 work with all the other mods. I only deleted the file "skyblockaddons.cfg" and "skyblockaddons_persistent.cfg"

Berisan commented 4 years ago

To compile the mod you need to use the build Gradle task.

leonbcode commented 4 years ago

Right, that should fix the issue, I'm so stupid lol It's been a long time since I was used to programm mods. xD