Malorolam / LootBags

Other
21 stars 31 forks source link

Lootbags Causes Advanced Rocketry to Have Missing textures #101

Closed HorizonsMC closed 6 years ago

HorizonsMC commented 6 years ago

If you use this mod it causes Libvulpes and Advanced Rocketry textures to glitch out.

Malorolam commented 6 years ago

Taking a look at it, it appears that Libvulpes/Advance Rocketry is doing some wonky stuff with their rendering code, case in point:

[13:17:56] [main/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [13:17:56] [main/WARN]: Offender: zmaster587/advancedRocketry/client/render/entity/RenderPlanetUIEntity.()V [13:17:56] [main/WARN]: Use FMLCommonHandler.exitJava instead

[13:17:57] [main/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [13:17:57] [main/WARN]: Offender: zmaster587/advancedRocketry/client/render/entity/RenderElevatorCapsule.()V [13:17:57] [main/WARN]: Use FMLCommonHandler.exitJava instead

or

[13:18:07] [main/WARN]: Texture advancedrocketry:textures/items/sawbladeassembly.png with size 274x274 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.

or

[13:18:11] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=north,occupied=true,part=head net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=north,occupied=true,part=head with loader VariantLoader.INSTANCE, skipping

all from the log of running without Lootbags. With Lootbags, it throws this as well:

[13:20:14] [main/ERROR] [FML]: Exception loading model for variant advancedrocketry:oxygenfluid#inventory for item "lootbags:itemlootbag", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:item/oxygenfluid with loader VanillaLoader.INSTANCE, skipping

which is what I think is breaking the textures. I doubt I could fix it on my end without breaking how I'm setting up my bag model and texture files and since this is clearly breaking every texture in Advanced Rocketry (and the vanilla bed for some reason), it's something they need to handle. Looking at their issue tracker, this is clearly not a problem isolated to me either, there are several open issues with similar problems, all opened before I even released the 1.12.2 version.

Malorolam commented 6 years ago

Potentially resolved on my end in 2.5.4