Jump to content
  • 0

LegacyWrapper Causes Forge to not Load with De-AWT Mods


Question

Posted (edited)

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);

Edited by jredfox_

3 answers to this question

Recommended Posts

  • 0
Posted

guess technic really hates bug reports "pending approval" since tuesday even though I provided them a correct solution for them to even fix it

  • 0
  • Forum Administrators
Posted
On 10/19/2024 at 2:19 AM, jredfox_ said:

guess technic really hates bug reports "pending approval" since tuesday even though I provided them a correct solution for them to even fix it

I thought I had approved it, but apparently not.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...