MachineMuse / MachineMusePowersuits

Minecraft mod, take 2
236 stars 105 forks source link

Lux capacitor - no texture #814

Closed stanedav closed 5 years ago

stanedav commented 7 years ago

Hello, at first thank you very much for this fantastic mod and support of new versions.

I have problem with lux capacitor with version 1.10.2 with mod version ModularPowersuits-1.10.2-1.2.124. When I launch lux capacitor it places square but it looks like texture is missing (pink/black texture) and it doesnt have installed color. 2017-07-22_12 22 58

Thank you for help :)

lehjr commented 7 years ago

The file is there, logs should give an indication of why it isn't showing.

stanedav commented 7 years ago

Hi, sorry for not uploading log file, here it is - I found mention about powersuits:

[20:51:30] [Client thread/ERROR]:   DOMAIN powersuits
[20:51:30] [Client thread/ERROR]: --------------------------------------------------
[20:51:30] [Client thread/ERROR]:   domain powersuits is missing 1 texture
[20:51:30] [Client thread/ERROR]:     domain powersuits has 2 locations:
[20:51:30] [Client thread/ERROR]:       mod numina resources at C:\Users\stane\AppData\Roaming\.minecraft\mods\ModularPowersuits-1.10.2-1.2.124.jar
[20:51:30] [Client thread/ERROR]:       mod powersuits resources at C:\Users\stane\AppData\Roaming\.minecraft\mods\ModularPowersuits-1.10.2-1.2.124.jar
[20:51:30] [Client thread/ERROR]: -------------------------
[20:51:30] [Client thread/ERROR]:     The missing resources for domain powersuits are:
[20:51:30] [Client thread/ERROR]:       textures/modules/coalgen.png
[20:51:30] [Client thread/ERROR]: -------------------------

latest.txt

lehjr commented 7 years ago

Nothing in that was about the missing texture for the lux capacitor. That's for the unfinished coal generator module.

TextureTurtle commented 6 years ago

"textures/modules/coalgen.png" coalgen = Coal Generator

lehjr commented 6 years ago

@700blue that's the unfinished coal generator texture. It probably shouldn't be enabled in the icon loader for texture stitching, but the coal generator module itself is not enabled in the code. This is most likely an issue with the way the model loader was implemented to run twice, once to get the textures for the stitch event, and once to get the models for the bake event. There are a couple mods that disable this.