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

hex edit crash: hexBinary needs to be even-length #21

Open
marcin212 opened this issue Aug 20, 2018 · 0 comments
Open

hex edit crash: hexBinary needs to be even-length #21

marcin212 opened this issue Aug 20, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@marcin212
Copy link
Collaborator

Reported exception thrown!
net.minecraft.util.ReportedException: Updating screen events
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1771)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalArgumentException: hexBinary needs to be even-length: https://img.bymarcin.com/2018-08-20_23-24-46_cnf5XgL11R5aXtsG.jpg
	at javax.xml.bind.DatatypeConverterImpl.parseHexBinary(DatatypeConverterImpl.java:442)
	at javax.xml.bind.DatatypeConverter.parseHexBinary(DatatypeConverter.java:357)
	at me.matrix89.complexlogic.gui.HexEditorComponent.handledMovement(HexEditorComponent.java:241)
	at me.matrix89.complexlogic.gui.HexEditorComponent.keyTyped(HexEditorComponent.java:94)
	at me.matrix89.complexlogic.gui.HexEditorGUI.func_73869_a(HexEditorGUI.java:128)
	at net.minecraft.client.gui.GuiScreen.func_146282_l(GuiScreen.java:558)
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1758)
	... 9 more
@marcin212 marcin212 added the bug Something isn't working label Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants