Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading of resources #1520

Open
DerKlosteinRaucher opened this issue Feb 5, 2025 · 2 comments
Open

loading of resources #1520

DerKlosteinRaucher opened this issue Feb 5, 2025 · 2 comments
Labels

Comments

@DerKlosteinRaucher
Copy link

DerKlosteinRaucher commented Feb 5, 2025

Describe the bug
On start IR cant find several resources

How to reproduce
Steps to reproduce the unwanted behavior:

  1. Have IR 1.10 installed
  2. Start the Game
  3. Watch the log

Expected behavior
Following warnings should appear, when you load into the game:

  1. [Worker-ResourceReload-5/WARN]:Unsafe tag access before load, try to avoid this if possible (multiple times)
  2. [Worker-ResourceReload-13/WARN]:Unable to load model: 'immersiverailroading:item_rail_part#inventory' referenced from: immersiverailroading:item_rail_part#inventory: {} (this should appear for several items)
  3. Exception loading blockstate definition: immersiverailroading:blockstates/block_rail_preview.json: java.io.FileNotFoundException: immersiverailroading:blockstates/block_rail_preview.json

System Information
OS: Windows 10

System Memory: 12 GB

Allocated Memory: 6 GB

CPU: AMD Ryzen 7 2700

GPU: Radeon 56, 8 GB HMB2

IR-Version: 1.10_1.16.5

Forge-Version: [e.g. "1.16.5 - 36.2.34

Modlist
Image

latest.log
https://pastebin.com/kXhzqmjA

Additional context
This error doesnt crash minecraft, but it takes ages to load the game.

@km00700
Copy link
Member

km00700 commented Feb 5, 2025

The missing block state error and unable to load model errors are just because MC assumes that they load as standard-rendered blocks/items. There’s nothing actually missing because these renders operate independently of the vanilla block and item rendering pipeline.

As for it taking ages to load, 85% of that time will be UMC pre-caching rolling stock textures.

None of the warnings listed are causing a significantly longer load time.

@Larky2k
Copy link

Larky2k commented Feb 5, 2025

Weird thing is the stuff saying missing I don't have in 1.16.5 but they do In the logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants