Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not launching #68

Open
ghost opened this issue Jul 19, 2022 · 5 comments
Open

not launching #68

ghost opened this issue Jul 19, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 19, 2022

I formatted my laptop recently and it doesn't open anymore, before formatting it was working correctly, the drivers version is the same, I've done everything that article #66 recommends to do, what can it be? (I already have .NET 4.6 and it still doesn't work)

@ghost
Copy link
Author

ghost commented Aug 8, 2022

I noticed a problem with the name ".NET Runtime" saying "The process was terminated due to an unhandled exception." I tested some solutions and nothing, my framework is in version 4.8, and my windows is 64bit.

Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at color_goggles.Program.Main()

@daniele-salvagni
Copy link
Owner

The problem is not with your .NET version, this happened to many people after formatting. Intel changed a lot of things during the years, and it looks like after reformatting some old stuff which makes this app work doesn't get reinstalled anymore.

It can take a while to reverse-engineer how all this stuff works (there aren't any public APIs with documentation like for Nvidia), so I'm not really sure when I will be able to take a better look at this situation. The underlying problem is the same as the other opened issues, so I'm marking this one as a duplicate too. I'll try to find some more time to look into this.

@daniele-salvagni
Copy link
Owner

daniele-salvagni commented Aug 9, 2022

Would it be possible to know your exact CPU version? Your Intel UHD Graphics driver version could also be helpful, you can find it in Device Manager -> Display Adapters - [ your iGPU model ] -> Right Click (Properties) -> Driver.

In the same window you should also check if you have normal or DCH drivers by doing this: https://www.intel.com/content/www/us/en/support/articles/000058296/graphics.html

@ghost
Copy link
Author

ghost commented Aug 9, 2022

then, my integrated video is an Intel HD 620 and the driver version is 30.0.101.1994 DCH drivers (the most recent I think)

@crystalbajgai
Copy link

Hey, I had also faced the same problem. There is an easy solution to this. Just go down Intel Driver and Support Assistant from here https://www.intel.com/content/www/us/en/support/detect.html install it and update your drivers. After updating and restarting your drivers back in C:\Windows\System32 you can search for igfxDHLib.dll and you should find your own dll. Just copy that and paste in the Color Goggles directory and it should work. Well atleast for me it did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants