MitchB Posted February 25, 2017 Posted February 25, 2017 Hi there, I got back into modding... yesterday? and thus far I've been unable to get around an error I'm encountering while trying to run the client in debug mode through eclipse. The same happens using gradlew runClient and occurs still on a fresh install. Error: http://pastebin.com/7muU4v5c I'm using 1.11 recommended forge version and latest java version. Does anyone have any potential fixes/workarounds for this? It's not a huge issue as I can simply build the project and run it in a regular forge environment but it would be a lot more convenient to get the run configurations working. Quote
Leomelonseeds Posted February 26, 2017 Posted February 26, 2017 (edited) Can you run it in normal mode, not debug? Also, does serverside work? Edited February 26, 2017 by Leomelonseeds Quote Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
MitchB Posted February 26, 2017 Author Posted February 26, 2017 Serverside works, can't run at all, no. Quote
Leomelonseeds Posted February 26, 2017 Posted February 26, 2017 And its the exact same log when you try GradleStart? Quote Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
MitchB Posted February 26, 2017 Author Posted February 26, 2017 Always the same error, no matter what method I use. Quote
Animefan8888 Posted February 26, 2017 Posted February 26, 2017 Post the eclipse version of the log and not the gradle version please. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
MitchB Posted February 26, 2017 Author Posted February 26, 2017 Eclipse version: http://pastebin.com/Nfsw020t Quote
Leomelonseeds Posted February 26, 2017 Posted February 26, 2017 Why is your minecraft deobfuscated? Did you run gradlew setupDecompWorkspace and gradlew Eclipse correctly? Quote Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
MitchB Posted February 26, 2017 Author Posted February 26, 2017 I didn't receive any errors on either, so I presume so. Quote
Draco18s Posted February 26, 2017 Posted February 26, 2017 Compiling outputs multiple files (on obfuscated, one non), are you sure you grabbed the right one? Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
MitchB Posted February 26, 2017 Author Posted February 26, 2017 Just now, Draco18s said: Compiling outputs multiple files (on obfuscated, one non), are you sure you grabbed the right one? Grabbed the right what? Quote
Draco18s Posted February 26, 2017 Posted February 26, 2017 .....er, sorry, I misread something twice. Not all awake. Ignore that. 1 Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
MitchB Posted February 27, 2017 Author Posted February 27, 2017 Still having this issue, does anyone have a solution? Quote
MCenderdragon Posted February 27, 2017 Posted February 27, 2017 (edited) This is a wide guess but have you tried to update you grafic drivers ? Edited February 27, 2017 by MCenderdragon Quote catch(Exception e) { } Yay, Pokémon exception handling, gotta catch 'em all (and then do nothing with 'em).
Kokkie Posted February 27, 2017 Posted February 27, 2017 Wasn't that already fixed? Quote Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
MitchB Posted February 27, 2017 Author Posted February 27, 2017 2 minutes ago, Kokkie said: Wasn't that already fixed? Wasn't what already fixed? Quote
Guest Posted February 27, 2017 Posted February 27, 2017 6 minutes ago, MitchB said: Wasn't what already fixed? I think they are referring to the Nvidia driver issue. Quote
MitchB Posted February 27, 2017 Author Posted February 27, 2017 Regardless, updating drivers didn't seem to work either. Thanks for the suggestion, though. Quote
MitchB Posted March 22, 2017 Author Posted March 22, 2017 Just encase anyone stumbles upon this later, I downloaded lwgl 2.9.4 (Same version that's in the build path for my project) and extracted it to a 'lwgl' folder in my project. I then added -Djava.library.path=/path/to/extracted/zip to my run configurations, and it's now working as intended. I must have another version of LWGL somewhere it found/was using. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.