Anonomys Posted March 30, 2020 Posted March 30, 2020 (edited) Hi, so i literally can't test my mc mod. Like, when i try to load mc the loading bar just keeps looping like it wont load, just over and over and over... And sometimes its also OOOOOO labels... It looks something like this , its just like that in loop, when it gets to the end, it starts over: Edited March 30, 2020 by Anonomys Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 Please post your debug.log, and also it would be helpful if your code were posted as a github repository, it is much easier to read there, plus if someone wants to debug it they can clone/download it and build it Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 (edited) 1 minute ago, Ugdhar said: Please post your debug.log, and also it would be helpful if your code were posted as a github repository, it is much easier to read there, plus if someone wants to debug it they can clone/download it and build it well my code is on github: https://github.com/hoostelstudios/HystelMC go on to 1.15.2 branch Edited March 30, 2020 by Anonomys Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 Just now, Anonomys said: well my code is on github When you post the link to your debug.log, post a link to your github as well Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 Just now, Ugdhar said: When you post the link to your debug.log, post a link to your github as well btw my whole workspace is there, so the debug log is there also... Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 14 minutes ago, Anonomys said: so the debug log is there also... The most recent one is not there, only the archive gzipped ones. Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 1 minute ago, Ugdhar said: The most recent one is not there, only the archive gzipped ones. so do i post debug or latest log ? Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 1 minute ago, Anonomys said: so do i post debug or latest log ? debug.log has much more information, I would post that. Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 Just now, Ugdhar said: debug.log has much more information, I would post that. can i post the file on here, or.... Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 1 minute ago, Anonomys said: can i post the file on here, or.... You can try, just use spoiler tags (eyeball button in the toolbar when you're making a msg), but it might be too long. Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 (edited) so, i cant upload it on pastebin nor here, github doesn't wanna upload it.... What do i do now???? Nevermind, its now on my github... Edited March 30, 2020 by Anonomys Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Ugdhar Posted March 30, 2020 Posted March 30, 2020 Well unfortunately I don't see anything in the logs. The only time I've ever had any issues while loading like that is if I moved/resized the window while it was loading, and I've never had all the buttons have squares like that. Sorry I can't be more help, hopefully someone else will see and have some insight! Quote
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 okay Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Animefan8888 Posted March 30, 2020 Posted March 30, 2020 23 minutes ago, Anonomys said: okay On your github this is in your debug-1.log.gz file. Quote Caused by: java.lang.IllegalArgumentException: Cannot get property DirectionProperty{name=facing, clazz=class net.minecraft.util.Direction, values=[north, south, west, east]} as it does not exist in Block{hm:chairsy} This class I assume is the class for hm:chairsy does not have the facing property in it. And is causing this exception. Maybe fixing this will fix your error as it is the last thing in your debug-1.log.gz file. 1 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.
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 2 minutes ago, Animefan8888 said: On your github this is in your debug-1.log.gz file. This class I assume is the class for hm:chairsy does not have the facing property in it. And is causing this exception. Maybe fixing this will fix your error as it is the last thing in your debug-1.log.gz file. i will try to disable chairsy block and then run it Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
Anonomys Posted March 30, 2020 Author Posted March 30, 2020 Looks like that was the problem! Quote This is my signature. I don't really too much know about java but i try to help and i try to get help from others too. Thank you!
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.