poveden / EliteChroma

A tool to make Razer Chroma devices react to Elite:Dangerous in-game events
MIT License
43 stars 15 forks source link

New Version has missing dependencies #106

Closed jimmyeao closed 3 years ago

jimmyeao commented 3 years ago

Summary

Description: A .NET Core application failed. Application: EliteChroma.exe Path: C:\Program Files\EliteChroma\EliteChroma.exe Message: Error: An assembly specified in the application dependencies manifest (EliteChroma.deps.json) was not found: package: 'Colore', version: '6.0.0' path: 'lib/netstandard2.1/Colore.dll'

Steps to Reproduce

Launch Elite Chroma

Expected Behavior

Chroma should Run (Razer Synapse is installed as are .net runtimes (x64)

Screenshots

Environment

Additional Context

poveden commented 3 years ago

Thanks for reporting. Could you check the %PROGRAMFILES%\EliteChroma directory and confirm that the Colore.dll file is there? The only way I've found to reproduce your issue is to actually remove or delete that file.

jimmyeao commented 3 years ago

Looks to be missing.. image

Doing a repair on the install has put it back there now, thanks for the pointer! It looks like when i installed the new version with the old one present, it didnt replace the file?

poveden commented 3 years ago

Glad that it's working for you now. I'll investigate if the EliteChroma installer is doing something weird while updating. Thanks again!