Git Product home page Git Product logo

Comments (4)

GishReloaded avatar GishReloaded commented on July 17, 2024

Please send me full exception

from gish-code-1.12.2.

Ace8Underscore avatar Ace8Underscore commented on July 17, 2024

here were the lines i got in colsol
[20:11:42] [main/INFO]: [CHAT] §8AceHack§7 §8[§4ERROR§8]§c RuntimeException: onRenderGameOverlay
[20:11:42] [main/INFO]: [CHAT] §8AceHack§7 §8[§4ERROR§8]§c java.lang.NullPointerException
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: java.lang.NullPointerException
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at io.ace.acehack.hack.hacks.Render.ArmourHUD.onRenderGameOverlay(ArmourHUD.java:59)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at io.ace.acehack.managers.HackManager.onRenderGameOverlay(HackManager.java:298)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at io.ace.acehack.EventsHandler.onRenderGameOverlay(EventsHandler.java:191)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_14_EventsHandler_onRenderGameOverlay_Text.invoke(.dynamic)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:713)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:172)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1151)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1207)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.client.Minecraft.run(Minecraft.java:441)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.client.main.Main.main(Main.java:118)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at java.lang.reflect.Method.invoke(Method.java:498)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at java.lang.reflect.Method.invoke(Method.java:498)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
[20:11:42] [main/INFO] [STDERR]: [io.ace.acehack.EventsHandler:onRenderGameOverlay:193]: at GradleStart.main(GradleStart.java:25)

from gish-code-1.12.2.

Ace8Underscore avatar Ace8Underscore commented on July 17, 2024

idk ive been trying to mess with my problem and im still a bit confused. not trying to be a problem but just asking if this could help you understand what i mean. Here is the ArmourHUD.class @ https://pastebin.com/kXKZS5KB
im just completely comfused on how this isnt rendering the item and instead giving me an error
if there is anyway we could get in contact my discord is Ace_#1233 if not its okay.

from gish-code-1.12.2.

GishReloaded avatar GishReloaded commented on July 17, 2024

Error in this code. This is a working version: https://ghostbin.co/paste/wpbek

from gish-code-1.12.2.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.