My LCD configuration has been working great, but this Windows 10 anniversary update seems to have broken something.
When the program loads, it shows the error "Failed to open device: DLL Initialize error: no USB2LCD-Device found"
The configuration appears to be the same, and I reloaded the LCD2USB driver, but it's still not working.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Driver error after Windows 10 update.
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Posts: 5
- Joined: December 16th, 2010, 4:49 am
Re: Driver error after Windows 10 update.
I got it to work by uninstalling USB2LCD, completely removing the driver, recompiling it, then rebooting in Advanced Startup mode with Allow Unsigned Drivers, and installing it again.
-
- Posts: 3
- Joined: May 12th, 2011, 7:24 pm
Re: Driver error after Windows 10 update.
You alter the "LCDSmartie.exe.config" or what did you do ? I am kinda new to this program.
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>