Missing textures in 1.16.5 in Fabric
ZestyBlaze opened this issue · 14 comments
Describe the bug
I've got the latest version of AE2 available on Curseforge for Fabric 1.16.5 and there are a bunch of items missing their textures
To Reproduce
- Create a Fabric Instance with Fabric 0.11.6 and install the following mods
- Load up the pack and check the AE2 creative tab and there should be some textures missing
Expected behavior
Quite a few items in the mod page will be missing textures
Additional context
The photo that shows the missing textures
can you add a forced crashlog? or do a binary search to thin out that list?
sodium was known in the past to casue such issues, but since you did not list it a few more details or less mods to reproduce would be helpfull
9 out of 10 times, this is caused by some rendering mod.
Do you have something in your logs about fabric renderer?
This is related to the Spational Anchor, added in one of the latest betas
but for some reason, it's asset file isn't present in the fabric version due to the asset folder structure being different from forge
Spatial Anchor is not supported on Fabric due to lack of chunkloading infrastructure
This is related to the Spational Anchor, added in one of the latest betas
but for some reason, it's asset file isn't present in the fabric version due to the asset folder structure being different from forge
but the spatial anchor is just one item without texture
the screenshot shows more textures missing than that
This is related to the Spational Anchor, added in one of the latest betas
but for some reason, it's asset file isn't present in the fabric version due to the asset folder structure being different from forgebut the spatial anchor is just one item without texture
the screenshot shows more textures missing than that
yeah, it's missing the Quartz Wall and some other items
anyone of you with this issue, can PLEASE add a crashlog? (hold F3+C while ingame) .... because saying "me too" is not helping at all!
And please put it behind a pastebin link or similar!!!
Yes that might be legit a different issue. I added the walls relatively late on Forge and the datagen doesnt work on Fabric... Meaning the models are probably missing
anyone of you with this issue, can PLEASE add a crashlog? (hold F3+C while ingame) .... because saying "me too" is not helping at all!
And please put it behind a pastebin link or similar!!!
Launcher Multimc
Manually triggered debug crash
MC version: 1.16.5
Java: 16 and 11
Fabric loader 0.11.6
Mods:
- Fabric API (fabric-api-0.37.2+1.16)
- Applied Energistics 2 (appliedenergistics2-fabric-8.4.0-alpha.2)
extra: Exception Wall on game startup
===
Launcher Multimc
Manually triggered debug crash
MC version: 1.16.5
Java: 16 and 11
Fabric loader 0.11.6
Mods:
- Fabric API (fabric-api-0.37.2+1.16)
- Applied Energistics 2 (appliedenergistics2-fabric-8.4.0-alpha.2)
- Sodium (sodium-fabric-mc1.16.3-0.1.0)
@embeddedt i didn't realize that after looking into it you are right i need to install indium, and get a newer version of sodium off their github. Thanks.
crash-2021-08-20_10.59.55-client.txt
Here is a forced crash without sodium. Sodium exacerbates the issue causing cables, and various objects to stop having textures, but even without sodium installed there are still some, albeit less, items missing textures. I will go ahead, and check and see if the sodium devs are aware of these issues, and if not let them know, but there does seem to be something else going on here than just a conflict with sodium.
@Kinsypoo Do you have Indium installed as well? Sodium by itself does not implement the Fabric rendering APIs so I believe incompatibilities with mods are expected and known already.