Jump to content

jredfox_

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jredfox_

  1. guess technic really hates bug reports "pending approval" since tuesday even though I provided them a correct solution for them to even fix it
  2. I forgot to mention it's minecraft 1.5.2 if it wasn't obvious from the Frame Object
  3. LegacyWrapper Version 1.2 Technic version: latest Minecraft Version: 1.5.2 and below Issue: de-awt mods cause minecraft with forge to not load the game and exit with no stacktrace or crash report (my mod dpi-fix mod included) Solution: net.technicpack.legacywrapper.Frame#runGame needs to call these two lines before calling this.minecraft.init(); (aka minecraft's applet init) this.minecraft.setPreferredSize(new Dimension(this.getWidth(), this.getHeight())); this.pack(); Also remove code: this.setDefaultCloseOperation(3);
×
×
  • Create New...