I wanted to see the ore veins displayed on the map.
Xen0n123123 opened this issue ยท 14 comments
Your GTNH Discord Username
xen0n4ik
Your Pack Version
2.7.2
Your Server
SP
Java Version
Java 8
Type of Server
Don't know
Your Expectation
I wanted to see the ore veins displayed on the map. This man has a similar problem, but what helped him didn't help me. #11555
The Reality
as a result, the map stopped opening to full screen at all, then I click on the Action Button on Visual Prospecting in contols and the map starts working again, but the ores are still not displayed and everything is in a circle.
Your Proposal
i dont now
Final Checklist
- I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
- I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
I've had a crash like that before as well. you might be able to just remove the config file where all the keybindings are set or just change that specific keybinding. it worked for me so hopefully it works with your problem as well
[Client thread/ERROR] [journeymap/]: Unexpected exception in jm.fullscreen.drawScreen(): java.lang.NoClassDefFoundError: Could not initialize class com.sinthoras.visualprospecting.integration.model.locations.OreVeinLocation
at com.sinthoras.visualprospecting.integration.model.layers.OreVeinLayerManager.generateLocation(OreVeinLayerManager.java:61)
at com.gtnewhorizons.navigator.api.model.layers.LayerManager.getOrCreateLocation(LayerManager.java:103)
at com.gtnewhorizons.navigator.api.model.layers.LayerManager.recacheVisibleElements(LayerManager.java:229)
at com.gtnewhorizons.navigator.api.model.layers.LayerManager.recacheFullscreenMap(LayerManager.java:190)
at journeymap.client.ui.fullscreen.Fullscreen.handler$boo000$navigator$onBeforeDrawJourneyMapWaypoints(Fullscreen.java:2296)
at journeymap.client.ui.fullscreen.Fullscreen.drawMap(Fullscreen.java:920)
at journeymap.client.ui.fullscreen.Fullscreen.func_73863_a(Fullscreen.java:149)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:6110)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
that sounds like you either dont have the visualprospecting mod or the modfile is corrupted. though a full log would be clearer.
if thats the case you should reinstall.
looks like there is an earlier error with your keys that trips up VP. after that it cant properly recover
Caused by: java.lang.ArrayIndexOutOfBoundsException: -100
at org.lwjgl.input.Keyboard.getKeyName(Keyboard.java:429)
at com.sinthoras.visualprospecting.integration.model.locations.OreVeinLocation.<clinit>(OreVeinLocation.java:24)```