Jump to content

Another Damn Ticking Memory Connection Error - Crashes When I load World


STAT1S

Recommended Posts

FnafAddon is made with MCreator and is broken. You should delete it.

 

Oh and 1.12 is no longer supported on these forums. Please update to a modern version of Minecraft to receive support.

Edited by DavidM
  • Confused 1

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

3 hours ago, STAT1S said:

DAVIDM, I found the mod It was Railcraft.

 

I made FNAFAddon, and it is not the problem. May I ask what is wrong with mcreator as I have seen a lot of hate.

Please read the log. FNAFAddon is the problem.

Railcraft just happened to trigger the broken part of FNAFAddon, and removing it might solve the problem temporarily, but the crash will happen again as soon as another mod access the same thing. You can try removing your mod instead of Railcraft, and the crash would no longer persist.

Railcraft is trying to access the block state from a stack (which is normal and will be done by many mods), however MCreator screwed up the block state on the block, effectively causing the crash due to not initializing properly.

 

MCreator creates problematic code that 1) has terrible performance 2) cause random crashes due to bad initializations (I.e. static initializations with registry objects) 3) does not have proper sided code and therefore will crash on server 4) cluster up the mod jar with unnecessary code 5) bad coding style. It also claims to be the owner of whatever the user creates according to the license.

 

If you want to make a mod, please learn Java and make a real mod.

Edited by DavidM

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.