mxgmn / MarkovJunior

Probabilistic language based on pattern matching and constraint propagation, 153 examples
MIT License
7.49k stars 316 forks source link

The .exe file won't run #60

Open shminge opened 1 year ago

shminge commented 1 year ago

Self explanatory, really. Downloaded the relase and it won't start.

mxgmn commented 1 year ago

If you run it from the console, what does it print? What OS do you have?

shminge commented 1 year ago

Running it on Windows 10. Thanks for the tip about running it from the console, it prints:

A fatal error occurred. The required library hostfxr.dll could not be found. If this is a self-contained application, that library should exist in [C:\Users\XXXXX\Documents\MarkovJunior1.01\MarkovJunior]. If this is a framework-dependent application, install the runtime in the global location [C:\Program Files\dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\InstallLocation].

The .NET runtime can be found at:

From that, it does sound like I could fix it myself, but it might be worth fixing for future releases (if there will be any). Thanks for the fast reply

mxgmn commented 1 year ago

I think that this will be solved if you reinstall .NET.