ThaVenom23 Posted December 23, 2014 Share Posted December 23, 2014 Hey there! As you can see, I'm having a problem. My textures work perfectly fine when I run it in Eclipse, but when I build it with Gradle, it decides to not want to run. What I find weird is that there is an assets/textures folder within the .jar with the textures in it. The en_US.lang file I use is within the assets/lang folder and it is working perfectly fine. Does anybody have any clue on what may be causing this? Thanks, any ideas would be helpful. Quote Link to comment Share on other sites More sharing options...
Draco18s Posted December 23, 2014 Share Posted December 23, 2014 It might Have Something to do With The capitalization Of your Texture files and Folders. Does the Case that you Used in your Code match, EXACTLY, the case Used in your file Structure? Windows doesn't give two shits if its a T or a t, but once it's archived into a JAR or ZIP file, it does. 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. Link to comment Share on other sites More sharing options...
ThaVenom23 Posted December 24, 2014 Author Share Posted December 24, 2014 Yeah it does. I did however capitalize my texture files. The code matches with the files. Example.png is an example of what I named it. Should I rename it to make a lower case? However, my file structures are all lowercase as to please Java Quote Link to comment Share on other sites More sharing options...
TheGreyGhost Posted December 24, 2014 Share Posted December 24, 2014 Hi Is your mod name (ID) also all lower case? If not, it needs to be. Otherwise, pls show the console error message you get (eg 'using missing texture') and a screenshot of the assets/textures folder in the jar? -TGG Quote Link to comment Share on other sites More sharing options...
ThaVenom23 Posted December 24, 2014 Author Share Posted December 24, 2014 Yeah my mod ID is lowercase. When I run it in Eclipse it works fine. It is just when I compile it with Gradle it doesn't like to. If you need to see a screenshot of something I would be happy to oblige. Quote Link to comment Share on other sites More sharing options...
ThaVenom23 Posted December 24, 2014 Author Share Posted December 24, 2014 Also, if you want to take a look at my code for any ideas on what may be the problem, I built a GitHub repository here: https://github.com/ThaVenom23/ScientificExploration Quote Link to comment Share on other sites More sharing options...
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.