Jump to content

superbas11

Members
  • Posts

    43
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    The Hague, The Netherlands
  • Personal Text
    I am new!

superbas11's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. OK will do. Thanks for your help!
  2. Wat do you mean?
  3. Should I make a new bug report?
  4. Mod Download: https://minecraft.curseforge.com/projects/menumobs/files/2329105
  5. Log: http://pastebin.com/djpgRtmi Action to trigger crash: MainMenu -> mods -> fml -> config -> Sample arrays -> random entry -> crash
  6. I got a bug report on my github so I tested it and I happens on old and new instances of forge
  7. It works fine in my dev env but f***s up in Minecraft. I build it in 2066 and run it in 2066 so that should be the problem right?
  8. since my 1.10 mod version, minecraft crashes when you open a config arrayentry gui. Error : java.lang.IllegalAccessError: tried to access field net.minecraft.client.gui.GuiSlot.field_148161_k from class net.minecraftforge.fml.client.config.GuiEditArrayEntries$BaseEntry I don't know why it crashes because its in forges code. log: http://pastebin.com/B3jXjK0v best regards Bas.
  9. Problem solved! used drawModalRectWithCustomSizedTexture() to make custom sized texture.
  10. code: Subscribed to the game tick with some checks to prevent executing when it's not needed:
  11. got this: I want something like this: don't mind the graph, its some old test code.
  12. thanks that worked! One last question: How to set the scale of the image? got this: this.mc.getTextureManager().bindTexture(Texturelocation); drawTexturedModalRect(150, 50, 0, 0, 600, 600); Now it renders the image small and multiple times on the screen but I want it to render on a big part of the screen, ones.
  13. this does not work: Dynamic.deleteGlTexture(); Dynamic = null; Dynamic = new DynamicTexture(Image); Texturelocation = this.mc.getTextureManager().getDynamicTextureLocation("ModControl.Graph",Dynamic); How should the texture be discarded?
  14. The image is 600 X 600 px. It crashes in about 10 seconds after the gui was opened. crash:
  15. How can I edit the texture and update the dynamic texture? When I reinitialized the texture with getDynamicTextureLocation() in drawscreen() of my gui I get an memory overflow error.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.