CelestialCartographers / Loenn

A Visual Map Maker and Level Editor for the game Celeste but better than the other one
MIT License
160 stars 22 forks source link

Crash on start #48

Closed MelloBoo44 closed 1 year ago

MelloBoo44 commented 1 year ago

tried to use olympus & manually installing for win10 and it gives this when loading - cant really figure out how to use .love so i havent tried it

Error

[love "boot.lua"]:276: error loading module 'nfd' from file '.\nfd.dll': The specified module could not be found.

Traceback

[love "callbacks.lua"]:228: in function 'handler' [C]: in function 'error' [C]: in function 'xpcall' [C]: in function 'xpcall'

Cruor commented 1 year ago

Did you unzip the entire release zip before running it?

MelloBoo44 commented 1 year ago

Yes - looking in the olympus/loenn folder there arent any zips, i unzipped everything manually w/o olympus in another folder aswell and no luck- edit:typo

Cruor commented 1 year ago

And you can have nfd.dll in the folders? 🤔

MelloBoo44 commented 1 year ago

Yes - sorry for not making that clear. It's in the root of the folder (same folder the .exe is in)

Terria-K commented 1 year ago

same issue right here, it's on the root folder as well

Cruor commented 1 year ago

Forgot to get back to this, installing vcredist (https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) should do the trick, I guess you didn't install a random steam game that pulls down 40 versions of it 😅

MelloBoo44 commented 1 year ago

it works! thanks