Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backpack crash report #45

Closed
MoonlightSystem opened this issue Jan 26, 2016 · 2 comments
Closed

Backpack crash report #45

MoonlightSystem opened this issue Jan 26, 2016 · 2 comments

Comments

@MoonlightSystem
Copy link

crash-2016-01-25_18.08.57-client.txt

@copygirl
Copy link

net.minecraftforge.fml.common.LoaderException:
Caused by: java.lang.ClassNotFoundException:
    pl.asie.charset.storage.backpack.TileBackpackRenderer
Caused by: java.lang.ClassNotFoundException:
    net.minecraftforge.client.model.animation.FastTESR

Charset version: 0.2.1
Forge version: 11.15.0.1715

@TheChronomancer Try using latest Forge.

If the cause is what I think it is, these crashes could be fixed by requiring the proper forge version.
(Of course, you also have to remember to actually include / update that requirement as new Forge features are used.)

edit: Looking at the changelog and when FastTESR was added, seems like you need at least 1718.

@asiekierka
Copy link
Member

Yeah. I forgot to set 0.2.1 to require 1718. Sorry!

2016-01-26 5:04 GMT+01:00 copygirl notifications@github.com:

net.minecraftforge.fml.common.LoaderException:
Caused by: java.lang.NoClassDefFoundError: pl/asie/charset/storage/backpack /TileBackpackRenderer
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.model.animation.FastTESR

Charset version: 0.2.1
Forge version: 11.15.0.1715

@TheChronomancer https://github.com/TheChronomancer Try using latest
Forge.

If the cause is what I think it is, these crashes could be fixed by
requiring the proper forge version.
(Of course, you also have to remember to actually include / update that
requirement as new Forge features are used.)


Reply to this email directly or view it on GitHub
#45 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants