Open Dwiib opened 4 months ago
I think I can do the check in a different way, but I'm focusing on a Steamodded 1.0.0 port of Reverie and won't update the 0.9.8 version. I'll remove the assertions in the 1.0.0 version as they are not necessary anymore
Thank you for the report though! 😀
I guess this is a bug in lovely, but I'm unfamiliar with the ecosystem. The value of mod.path is actually a malformed full path as of current Proton Experimental, verified by simply changing the assertion message to mod.path at https://github.com/dvrp0/reverie/blob/855b064a307ef7f43fdaae06030bd67463b9011c/Reverie.lua#L62C4-L62C72.
Note that mod.path is mixed Windows and Linux style.
Disregard that this crash dump is from beta5, the same behavior happens on beta6, I downgraded to see if that was the issue because I read the crash dump wrong.
Additionally, I believe that the folder would be named Reverie-main when the archive is downloaded via downloading the git repo as a zip instead of the release, which might trip some users up.