#Adventure mode crashing upon launch from main menu.
1 messages · Page 1 of 1 (latest)
Looks like a missing file. Please try a fresh download / extract.
Had to rebuild twice with Maven to get around the first part, now encountering the same as a few others in the threads.
New dump:
this is when it gets to Generating world and just hangs.
That's the exact same error as https://discord.com/channels/267367946135928833/1154608577584058428, but if you're compiling this from source I don't see why those files wouldn't be present.
un-sure but I do have to use an older version of maven and java since it won't build in above java 12
the only difference also is that I've customised the install location with profile properities as well, will give it a raz with a reinstall.
Interesting. I'm wondering if the custom install location has anything to do with it, because now that I look at it a little closer I suspect the file is present, it's just not being looked for in the right place.
I just did a couple tests
it looks to be that it doesn't like the custom location
works exactly fine when its save data and location data are in appdata
soon as I shift it in forge.properties, it cracks the shits
Are you set up with a dev environment, or are you just compiling because of something environmental related?
compiling outside of a dev enviroment
I use the old method of GIT pulling latest revision, compling it with Maven directly
think the page that had the initial instructions for it has since long been removed
Okay, I'll see about reproducing this with a changed location.
I should set up a dev enviro but I am rather... lazy hahaha