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

Incompatibility with ItemsAdder #556

Open
5 tasks done
PhanaticD opened this issue Jan 1, 2025 · 0 comments
Open
5 tasks done

Incompatibility with ItemsAdder #556

PhanaticD opened this issue Jan 1, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@PhanaticD
Copy link

Agreements

  • I am using an official build of Nova.
  • I am running the latest version of Nova.
  • I am using a server software supported by Nova
  • I am running the latest version of my server software.
  • I have checked for similar issues.

Check for plugin incompatibilites

This issue is about a specific plugin incompatibility.

Plugin Version, Server Software, Server Version

Current Purpur Version: 1.21.4-2376-4bf1b98 (MC: 1.21.4)

Nova Addons and Versions

https://github.com/xenondevs/Nova-Addons/releases/tag/32

Expected behavior

Nova and ItemsAdder to work together

Observed/Actual behavior

Resource packs fail to load

Steps to reproduce

Join server with the two plugins. They both each work independently, however trying to merge the itemsadder pack using Nova results in the client error and failure of resource pack

I have followed the steps here: https://docs.xen.cx/nova/admin/compatibility/itemsadder/
and here: https://docs.xen.cx/nova/admin/setup/#__tabbed_4_1

Server log

https://mclo.gs/eBNW2kb

Errors

[15:43:12] [Render thread/INFO]: Reloading ResourceManager: vanilla, server/00000004/6b425f2a-7ea3-4fc6-912d-b356ddc1f84d
[15:43:12] [Worker-Main-15/INFO]: Found unifont_all_no_pua-16.0.01.hex, loading
[15:43:12] [Worker-Main-15/INFO]: Found unifont_jp_patch-16.0.01.hex, loading
[15:43:13] [Render thread/WARN]: Unable to play unknown soundEvent: minecraft:internal.block.stone.step
[15:43:14] [Worker-Main-1/WARN]: Missing texture references in model nova:gui/canvas#inventory:
    particle
[15:43:14] [Worker-Main-1/WARN]: Missing texture references in model machines:model/cobblestone_generator/water#inventory:
    particle
[15:43:14] [Worker-Main-1/WARN]: Missing texture references in model machines:model/cobblestone_generator/lava#inventory:
    particle
[15:43:14] [Worker-Main-1/WARN]: Missing texture references in model logistics:fluid_tank/water#inventory:
    particle
[15:43:14] [Worker-Main-1/WARN]: Missing texture references in model logistics:fluid_tank/lava#inventory:
    particle
[15:43:14] [Render thread/INFO]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to load required shader programs:
 - minecraft:core/rendertype_entity_translucent (VertexFormat[Position, Color, UV0, UV1, UV2, Normal]): Could not find shader: minecraft:rendertype_entity_translucent (VERTEX)
 - minecraft:core/rendertype_text (VertexFormat[Position, Color, UV0, UV2]): Could not find shader: minecraft:rendertype_text (VERTEX)
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:722) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
	at auv.a(SourceFile:68) ~[1.21.4.jar:?]
	at bra.d(SourceFile:164) ~[1.21.4.jar:?]
	at bre.d(SourceFile:23) ~[1.21.4.jar:?]
	at bra.B(SourceFile:138) ~[1.21.4.jar:?]
	at bra.bA(SourceFile:123) ~[1.21.4.jar:?]
	at flk.c(SourceFile:1296) [1.21.4.jar:?]
	at flk.f(SourceFile:922) [1.21.4.jar:?]
	at net.minecraft.client.main.Main.main(SourceFile:267) [1.21.4.jar:?]
Caused by: java.lang.RuntimeException: Failed to load required shader programs:
 - minecraft:core/rendertype_entity_translucent (VertexFormat[Position, Color, UV0, UV1, UV2, Normal]): Could not find shader: minecraft:rendertype_entity_translucent (VERTEX)
 - minecraft:core/rendertype_text (VertexFormat[Position, Color, UV0, UV2]): Could not find shader: minecraft:rendertype_text (VERTEX)
	at gmq.a(SourceFile:182) ~[1.21.4.jar:?]
	at gmq.a(SourceFile:38) ~[1.21.4.jar:?]
	at auu.a(SourceFile:14) ~[1.21.4.jar:?]
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
	... 9 more
[15:43:14] [Render thread/INFO]: Reloading ResourceManager: vanilla
[15:43:14] [Worker-Main-1/INFO]: Found unifont_all_no_pua-16.0.01.hex, loading
[15:43:14] [Worker-Main-20/INFO]: Found unifont_jp_patch-16.0.01.hex, loading
[15:43:14] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Speakers (Realtek USB Audio)
[15:43:14] [Render thread/INFO]: Sound engine started
[15:43:14] [Render thread/WARN]: Unable to play unknown soundEvent: minecraft:internal.block.stone.step
[15:43:14] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/blocks.png-atlas
[15:43:14] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[15:43:14] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[15:43:14] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[15:43:14] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[15:43:14] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[15:43:14] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[15:43:14] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[15:43:14] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[15:46:42] [Render thread/WARN]: Unable to play unknown soundEvent: minecraft:internal.block.wood.step


### Additional context

_No response_
@PhanaticD PhanaticD added the type: bug Something isn't working label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant