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

Crash when configuring Resources MC 1.20.1 Puzzle ver 1.5.2 #73

Open
RainPhelps opened this issue Sep 14, 2023 · 11 comments
Open

Crash when configuring Resources MC 1.20.1 Puzzle ver 1.5.2 #73

RainPhelps opened this issue Sep 14, 2023 · 11 comments

Comments

@RainPhelps
Copy link

During configuration, scrolling to the bottom of the screen under resources. The game will crash as soon as I try to scroll past Entity Model Features. When GUI is set to 1, game will crash as soon as I select the resource tab.

crash-2023-09-13_17.04.07-client.txt

@hound22
Copy link

hound22 commented Sep 14, 2023

Yes! It is replicable and happens when going past entity model features.
(Game version 1.20.1 with puzzle ver 1.5.2 too.)

@Motschen
Copy link
Member

This is caused by a recent EMF update. I'll release an updated version when I'm less busy.

@SettingDust
Copy link

Another crash

java.lang.NoSuchFieldError: emissiveRenderMode
	at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$78(PuzzleClient.java:249)
	at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19)
	at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78)
	at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227)
	at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91)
	at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
	at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945)
	at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
	at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
	at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
	at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)

@N1zle
Copy link

N1zle commented Nov 12, 2023

Also replicable in 1.18.2 with puzzle ver 1.4.1, so not a new thing. https://mclo.gs/dBUeW48 log here

@ModxVoldHunter
Copy link

ModxVoldHunter commented Nov 14, 2023

**N1zle ** commented

[20:32:07] [ForkJoinPool-1-worker-1/WARN]: Mod ears uses the version 1.4.5_01 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '5_01'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version

160 | [20:32:07] [main/WARN]: Warnings were found!
161 | - Mod 'Colormatic' (colormatic) 3.1.2-pre.fix+mc.1.18.2 recommends any version of quilt_loader, which is missing!
162 | - You should install any version of quilt_loader for the optimal experience.
163 | - Mod 'More Culling' (moreculling) 1.18.2-0.8.2 recommends any version of memoryleakfix, which is missing!
164 | - You should install any version of memoryleakfix for the optimal experience.

some mods are compatible and some need updated.

@ModxVoldHunter
Copy link

Another crash

java.lang.NoSuchFieldError: emissiveRenderMode
	at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$78(PuzzleClient.java:249)
	at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19)
	at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78)
	at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447)
	at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227)
	at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91)
	at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
	at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945)
	at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
	at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
	at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
	at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)

full crash log?

@ModxVoldHunter
Copy link

ModxVoldHunter commented Nov 14, 2023

During configuration, scrolling to the bottom of the screen under resources. The game will crash as soon as I try to scroll past Entity Model Features. When GUI is set to 1, game will crash as soon as I select the resource tab.

crash-2023-09-13_17.04.07-client.txt

java.lang.NoSuchFieldError: attemptToCopyVanillaModelIntoMissingModelPart at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$84(PuzzleClient.java:266) at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19) at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78) at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87) at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462) at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447) at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227) at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91) at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110) at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945) at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219) at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

ive never seen puzzle scream errors like this

@RADICALAdrift
Copy link

RADICALAdrift commented Nov 22, 2023

Any fix released for 1.20.1 or would i have to update to 1.20.2?

I am also having the same issue where i select the resource tab the game crashes and closes

@Tempest-5ky
Copy link

Getting the same issue!

https://mclo.gs/yWDvotf

image

@ElRokur
Copy link

ElRokur commented Feb 25, 2024

Having the crash too... It happens with ETF on ver MC 1.20.1

[ETF] Entity Texture Features 5.2.3
Puzzle 1.5.2 - 1.20

I saw Puzzle version 1.6.0 changelog says : Update EMF integration, but it is 1.20.2,
Could it be possible to add a fix for 1.20.1?

@Atomiiku
Copy link

anotha one,,, https://paste.ee/p/zq4nS also with ETF

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

No branches or pull requests

10 participants