Posted March 30, 20205 yr 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, 20205 yr by Anonomys 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!
March 30, 20205 yr 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
March 30, 20205 yr Author 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, 20205 yr by Anonomys 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!
March 30, 20205 yr 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
March 30, 20205 yr Author 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... 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!
March 30, 20205 yr 14 minutes ago, Anonomys said: so the debug log is there also... The most recent one is not there, only the archive gzipped ones.
March 30, 20205 yr Author 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 ? 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!
March 30, 20205 yr 1 minute ago, Anonomys said: so do i post debug or latest log ? debug.log has much more information, I would post that.
March 30, 20205 yr Author Just now, Ugdhar said: debug.log has much more information, I would post that. can i post the file on here, or.... 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!
March 30, 20205 yr 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.
March 30, 20205 yr Author 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, 20205 yr by Anonomys 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!
March 30, 20205 yr 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!
March 30, 20205 yr Author okay 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!
March 30, 20205 yr 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. 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.
March 30, 20205 yr Author 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 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!
March 30, 20205 yr Author Looks like that was the problem! 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!
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.