Topic category: Troubleshooting, bugs, and solutions
i have an incredibly large procedure that relates to room generation
when rapidly changing the structure to spawn via a procedure and saving mcreator froze up, and i closed it with intent to restart it (bad idea).
now it cannot open the procedure, or run client (build error). attempting to open it says that the procedure "doesnt have saved instance, is corrupted, or incompatible", and opening via code editor won't do anything at all. is there any way to recover this? (backups don't work)
looking at the .java file in my workspace folder shows it does not seem to have any issues. I do not know what on earth could be causing this but this mod is nearly half a year in constant development and this procedure is vital. if needed i will send the procedure .java, hell even the workspace, anything that is necessary to fix the issue. I am, for lack of a better word, utterly desperate to get the mod working again.
other notes
-procedure is too big to remake from scratch. absolutely so
-2024.2 w geckolib plugin
the error the console describes is 'error: reached end of file while parsing '
Maybe the procedure is too big and MCreator can't read the file
I have the same issue for a mod I have been working on for over a year, but instead of one large procedure, it is about 100 of my small and medium-sized procedures and I will not be able to remember how I wrote them, nor do I want to spend another 3 weeks making them again. Is there a way to salvage the files so I don't have to remake them?
We are working on changing the webview engine to fix this. You can join testing at https://github.com/MCreator/MCreator/pull/5981