GAFBlizzard / chatpad-super-driver

Automatically exported from code.google.com/p/chatpad-super-driver
Other
27 stars 6 forks source link

Error installing to windows 10 #78

Open shadowlightwolf89 opened 8 years ago

shadowlightwolf89 commented 8 years ago

Error code = Failed to update chatpad filter driver: 0xe00022f System = Windows 10 Evaluation Copy build 10547 Steps to reproduce = Run the chatpad_installer_amd64.exe Details = When I run the installer executable, it does the above error code, click ok to bring up the ' installer complete' dialogue, then it closes. Nothing added to drivers.

ghost commented 8 years ago

yep me too

patrick-vieira commented 8 years ago

same here

hulu-lu commented 7 years ago

2017 now same problem

cougarten commented 6 years ago

At the very least we need to modify the chatpad_filter.inf for windows 10. I do not own a chatpad (yet), so I don't know if not having one plugged in is my problem now.

The manufacturer section in chatpad_filter.inf should be something like this: (added NTamd64.7 at 2 points)

; ========== Manufacturer/Models sections ===========

[Manufacturer]
%ProviderName%=Standard, NTia64.6.1, NTamd64.6.1, NTx86.6.1, NTamd64.7

[Standard.NTia64.6.1]
%ControllerDeviceName%=ChatpadFilter, USB\VID_045E&PID_028E

[Standard.NTamd64.6.1]
%ControllerDeviceName%=ChatpadFilter, USB\VID_045E&PID_028E

[Standard.NTx86.6.1]
%ControllerDeviceName%=ChatpadFilter, USB\VID_045E&PID_028E

[Standard.NTamd64.7]
%ControllerDeviceName%=ChatpadFilter, USB\VID_045E&PID_028E

The same should be done in the other two inf files. Maybe someone with a chatpad wants to try it (no warranties!!!)?

Here are my modified files: chatpaddriver_inf_files.zip (unzip and override the old ones)

MasterXehanort commented 6 years ago

I'm having a lot a trouble with this, I keep getting the same error code even after I tried your modified files