Parchment Entrypoint - Crash on Run #1789
Unanswered
Banjomann
asked this question in
Mod Dev Support
Replies: 2 comments
-
Didn't mention, I'm on the latest (#IC-212.5457.46) build of IntelliJ. Seemed to be working fine on eclipse. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your problem is that cottonmc/parchment uses Nashorn (a javascript engine). You need to find a way to put Nashorn back in the classpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! New to the community, and I've been trying to spin up a proper mod for a while. Only big issue I've had thus far is this:
It's during bootup after my mod init, during the entry point for parchment. I figured maybe it was one of my recipes or something but they don't look to be the issue (I had the same set of recipes working before changes). I can't seem to get any farther crash dump or trace to determine where it's actually an issue. I can pull apart the entry point, but I figured I'd come here to ask first.
Crash dump:
parchmentDump.txt
This one's got me scratching my head. Recently installed the Cotton and LibGUI libraries to make stuff easier, seems to be when it started.
Following are my build, properties, and mod.json files. Let me know if I need to upload anything else:
build.gradle.txt
gradle.properties.txt
fabric.mod.json.txt
Beta Was this translation helpful? Give feedback.
All reactions