EgoEngineModding / Ego-Engine-Modding

Applications for modding Codemasters' Ego Engine games.
MIT License
41 stars 13 forks source link

Le logicile ne lance pas #39

Open Doxunder opened 4 years ago

Doxunder commented 4 years ago

Je arrive pas a lancé le logicielle erp archiver car il demande de installer le fiche net 3.1 sauf que je l'ai deja installer je bien savoir comment bonne jourée

ptasev commented 4 years ago

See https://github.com/ptasev/Ego-Engine-Modding/issues/45#issuecomment-689877615

179WestASU commented 3 years ago

I've already seen #45, but I still can't get the archiver to recognize my .NET Core installation. This is very infuriating, as I've tried all versions of .NET 3.1 up till this point, and none of the versions stick.

ptasev commented 3 years ago

Can you run the command dotnet --info in PowerShell or Command Prompt and paste the output here?

179WestASU commented 3 years ago

Yeah, it pulled up an error message: image And here's proof for 3.1.0 being installed: image

ptasev commented 3 years ago

That's a strange error I haven't seen that before. My guess is that the installation of the .NET Core runtime is broken somehow. It looks like you have the right one installed. I wonder if repairing it would work. If not, maybe this is a issue that you can ask in one of the dotnet repos on github.

Only thing I can think of is to check the dependencies of .NET Core. It seems support only starts from a specific Windows version: https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=netcore31#dependencies

179WestASU commented 3 years ago

My copy of Win10 is fully updated, so the dependency issue shouldn't be the problem.

Update: I solved the problem by adding C:/Program Files/dotnet to my system PATH variables, then by installing both the 5.0.2 and 3.1.13 SDKs. The archiver starts up just fine now. Thanks for your help!