PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

(1.16.4) Textures don't load for some people #109

Closed RegalRuffRaff closed 3 years ago

RegalRuffRaff commented 3 years ago

Just downloaded the 1.16.4 version of the mod, and everything works as it should except the textures, which use the 'texture missing' textures.

GnomTocha commented 3 years ago

2021-01-08_11 27 52 2021-01-08_11 28 09 image

PersonTheCat commented 3 years ago

Thanks. Forgot to regenerate my old resources. I'll get this fixed right away.

PersonTheCat commented 3 years ago

Hey, I did try regenerating these today and mine are all working. Using forge 35.1.36. But I did discover that they're getting stored under the minecraft namespace instead of osv. I'll fix that today, upload here, and if you can help me confirm whether that fixes the issue, that would be awesome!

RegalRuffRaff commented 3 years ago

Alrighty, I'll check it out as soon as the new version is up.

RegalRuffRaff commented 3 years ago

fixed

Apparently it works fine now, without a new version after I downloaded more mods?? Seems to be a slight bug that randomly happens or something when reloading in.

WenXin20 commented 3 years ago

They are still missing textures for me.

RegalRuffRaff commented 3 years ago

Yeah, I started a test world and it seems like the first time or so you load in a world, all of the textures will not work. A second or third time they do.

WenXin20 commented 3 years ago

I've used the same world multiple times already though.

WenXin20 commented 3 years ago

Did you remove any mods from you modpack?

RegalRuffRaff commented 3 years ago

Nope, I did update a few of them though.

GnomTocha commented 3 years ago

See what identical mods you have installed.

RegalRuffRaff commented 3 years ago

I went through the mods I have, and none are identical. It seems to be an issue with the mod itself where it will decide to work, but not load up textures.

PersonTheCat commented 3 years ago

Seems like a lot of people experiencing this issue are using Optifine. Can anyone confirm whether this is involved?

RegalRuffRaff commented 3 years ago

No Optifine on my side, it's incompatible with another mod I have. Which is fpsreducer.

PersonTheCat commented 3 years ago

@KillJestah Any idea which one in particular? If you know a single mod that will guarantee this to not work, I'll try it out in a couple hours.

RegalRuffRaff commented 3 years ago

fpsreducer is the only one I use.

PersonTheCat commented 3 years ago

Cool. I'll give that a shot! Being able to narrow it down like that helps me see where the problem is occurring. I'll take a look at this and try to fix it today. Thanks for your help!

RegalRuffRaff commented 3 years ago

No problem! I think this is a cool mod that should already be a thing in Vanilla, so thanks for the mod!

WenXin20 commented 3 years ago

Hmm, I'm not using fpsreducer though.

WenXin20 commented 3 years ago

And this time I got a JEI crash when it tried to render the ores. Crash Report

PersonTheCat commented 3 years ago

Hey, everybody. Sorry it took me so long, but I actually tried FPS Reducer and still did not experience any issues with my textures. I made two changes to see if that'll help and I'm hoping someone here can help confirm that for me.

Here's what I changed:

Here's the newest file, for anyone who wants to help. You have to unzip it since GitHub doesn't allow jar files. Ore Stone Variants-5.11-1.16.4.zip

PersonTheCat commented 3 years ago

@WenXin20 Was that before or after this new build?

WenXin20 commented 3 years ago

It was before

PersonTheCat commented 3 years ago

That's weird. I tried using JEI with both version 5.10 and 5.11 and did not experience this crash. Everything is 100% working for me still. Let me know if you try this new build and do or do not still experience this issue.

WenXin20 commented 3 years ago

It doesn't seem to happen all the time. And it happened with sandstone that I added to the blockgroup.

PersonTheCat commented 3 years ago

@WenXin20 Which Forge version are you using? I'm on 35.1.36.

WenXin20 commented 3 years ago

I'm using the same

GnomTocha commented 3 years ago

Всем привет. Извините, это заняло у меня так много времени, но я действительно попробовал FPS Reducer и по- прежнему не испытывал никаких проблем с моими текстурами. Я внес два изменения, чтобы посмотреть, поможет ли это, и надеюсь, что кто-то из присутствующих поможет мне это подтвердить.

Вот что я изменил:

  • Обновлены старые сопоставления, которые больше не работали.
  • Исправлено пространство имен текстур с assets/minecraftпо assets/osv.
  • Попытка синхронизировать реестр пакетов текстур на случай, если раньше была проблема с рассинхронизацией.

Вот самый новый файл для всех, кто хочет помочь. Вам необходимо разархивировать его, поскольку GitHub не поддерживает файлы jar. Варианты рудного камня-5.11-1.16.4.zip

image I checked it on my assembly with 203 mods.

WenXin20 commented 3 years ago

My ores are also still missing their textures.

PersonTheCat commented 3 years ago

Do you mind sharing your logs? Either one.

WenXin20 commented 3 years ago

https://gist.github.com/WenXin20/10548168bfd593b16ce7b1f0be9a5ad1

PersonTheCat commented 3 years ago

I see. Looks like TextureStitchEvent is firing because your textures are getting generated, but it's not able to place the models at all because ModelBakeEvent isn't running. No clue why that's just not running. Don't have much control over it.

All I can do is try a few more mods and see what induces it, but until I experience this myself, I cannot fix it.

WenXin20 commented 3 years ago

Yeah, I'm currently working on figuring out which mod might be causing it.

WenXin20 commented 3 years ago

I just ran it with No other mods, and the textures are still missing. Log

PersonTheCat commented 3 years ago

Maybe this is config related. Can you share your config file?

WenXin20 commented 3 years ago

I used a fresh instance, so the configs are the default ones.

GnomTocha commented 3 years ago

Also https://drive.google.com/file/d/1G6JcmEAfLMEdH33zxMz8Eb7Vgr87hGK-/view?usp=sharing

GnomTocha commented 3 years ago

latest.log debug.log

WenXin20 commented 3 years ago

The textures on the ores started working after I reloaded my textures.

GnomTocha commented 3 years ago

hahahahahahah. I solved the problem in a very ridiculous and simple way. I threw the archive in the resources.zip configs into the resource packs.

GnomTocha commented 3 years ago

image

PersonTheCat commented 3 years ago

Yes, this is the mod's resource pack and it is just a regular resource pack, so that should work. The problem is that the events I'm using to setup this resource pack are sometimes not running. I don't have any control over whether they run, which is what makes this such a difficult problem to deal with. I still need to figure out why they aren't for some users.

Again, I still have not experienced this issue even one time.

GnomTocha commented 3 years ago

I disabled it in the resource pack, but the problem did not return.

WenXin20 commented 3 years ago

Pressing F3+T to reload the textures fixes the missing textures for me, but restarting the game reverts it back to missing textures.

WenXin20 commented 3 years ago

Could the issue be java or device specific?

GnomTocha commented 3 years ago

Нажатие F3+Tна перезагрузку текстур исправляет недостающие текстуры для меня, но перезапуск игры возвращает ее обратно к отсутствующим текстурам.

It also helps before restarting. I can upload a folder with all the mods and drop the link.

PersonTheCat commented 3 years ago

I doubt it's a Java issue. I believe Minecraft is bundled with its own Java RE now. Not sure about device-specific, either. Looks like we're all using Windows. I'm on Windows 10.

@WenXin20 I just tried a completely fresh install through Overwatch and still am not experiencing any issues whatsoever. You said there are definitely no other mods? No Optifine? Are there any resource packs installed?

PersonTheCat commented 3 years ago

@GnomTocha I can try this, but I really need to narrow it down as much as possible. The fewer changes it takes to produce this error, the easier it is to fix.

WenXin20 commented 3 years ago

Yeah, definitely no other mods or resource packs were installed. And Windows 10.

GnomTocha commented 3 years ago

Because of the exams, I don't have much time. If possible, I will try to find a conflict myself. Here is a link to mods https://drive.google.com/file/d/16JlRHL91Waz_nmPPl45vHJy-DOKzFKXs/view?usp=sharing