Skip to content

NoClassDefFoundError on 1.12.2 #17

Description

@cyruscook

Hi, I'm not sure if you're interested in maintaining this project, however at the moment when packaging this with for 1.12.2 I'm getting a java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException error at org.darkstorm.minecraft.gui.theme.simple.SimpleTheme.(SimpleTheme.java:14).

I'm pretty sure it's to do with this code at UnicodeFontRenderer.java (Line 25)

try {
	font.loadGlyphs();
} catch(SlickException exception) {
	throw new RuntimeException(exception);
}

I'd appreciate any help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions