Markemp / Cryengine-Converter

A c# program to convert Crytek files to Collada (XML) format
https://www.heffaypresents.com/GitHub/
GNU General Public License v2.0
208 stars 53 forks source link

Cant use your converter,missed .dll #129

Closed 505fesc closed 1 year ago

505fesc commented 1 year ago

It returns: missed hostfxr.dll

Markemp commented 1 year ago

That isn't one of the dll's used by the project. Can you give some more details about your setup? OS & version, how you are running the exe, etc. Thanks!

Kjasi commented 1 year ago

While not used specifically, it IS a dotNET required DLL.

I recommend reinstalling dotNET.

Markemp commented 1 year ago

Closing this issue. Reinstalling dotnet is probably the right solution.

I'm working on a new version that packages up the framework with the program, but this will significantly increase the size of the app (9MB -> 26MB). Not really sure that is the direction I want to go though, since any automatically updated Windows 10 computer should have the latest dotnet version installed.