Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
As I mentioned it then says access denied
just in case you can't open it:
"Windows encountered a problem installing the drivers for your device"
"Windows found drivers for your device but encountered an error while attempting to install them.
"Sound BlasterX Katana"
"Access is denied"
"If you know the manufacturer of your device, you can visit their website and check the support section for drivers"
But yeah, as you know going to the site of creative gives me the connect apps which don't work cuz windows doesn't name it Katana.
Did you ever find a fix for this I'm currently having the same issue and at a loss here?
Before anyone tries to apply the 'take ownership of the x folder' solution(s) for access denied floating around on the net, I do not think this is a permissions problem, since Program Data is NOT a read only folder, but rather that the target file is in use and thus cannot be copied over (either that or the tmp file does not actually exist), causing the driver installation to abort.
Connect v1 already recognizes the device when installed, but because the Katana is now using a Generic USB Audio driver there are no options for 7.1 sound, only Stereo.
No luck resolving the problem thus far, I'll keep looking for a solution.
For anyone suffering from this problem who manages to find this post:
The problem seems to be entirely on Creative's side for failing to update their drivers for proper operation on the latest versions of Windows 10 (and on Microsoft for keep changing stuff). The driver install tries to copy INI configuration files to C:\ProgramData and that causes a permissions error. Creative should use another folder as a 'scratch pad'.
So, even though it is indeed a ownership problem, you cannot (temporarily) take ownership of the ProgramData folder to solve the issue because it is locked by several applications. Can't change the ProgramData folder used in the info files inside the DriverStore cache either, even after taking ownership, as this changes the hash value of the INF file (actually nice security feature).
So, in the end here is what you need to do and what solved my problem:
First open
C:\Windows\INF\setupapi.dev.log
Go to the end of the file and locate the error point in the install script. It will say something like this:
flq: Copying 'C:\WINDOWS\System32\DriverStore\FileRepository\ksusbaud.inf_amd64_dddc3ba93d08f0d8\cfSB1580.ini' to 'C:\ProgramData\cfSB1580.ini'.
! flq: MoveFile: 'C:\ProgramData\SETDA64.tmp' to 'C:\ProgramData\cfSB1580.ini' FAILED
! flq: Error 5: Access is denied.
! flq: Shuffle-MoveFile: 'C:\ProgramData\SETDA64.tmp' to 'C:\ProgramData\cfSB1580.ini' FAILED
The important part is locating the source folder of the driver's file inside the DriverStore cache. In my case it was
C:\WINDOWS\System32\DriverStore\FileRepository\ksusbaud.inf_amd64_dddc3ba93d08f0d8\
So, go to this folder and copy *all* the INI and CFG files there to the root of C:\ProgramData\
Because the copied files will have the current user's permissions, the installer will now be able to overwrite the files instead of failing due to a permissions problem trying to create new ones.
With a copy of the config files inside C:\ProgramData\, go to Device Manager, open the Sound, Video and game Controllers node, Double click on the Katana entry (which is still using the Microsoft generic USB audio driver), go to the Driver tab, and select Update Driver.
The Creative driver should now install without errors. You can verify this by looking at the Driver Provider label in the Driver tab, it will now say 'Creative Labs' instead of 'Microsoft'. If you go to the Katana Speakers entry in the Sounds applet in the Windows Control Panel, you should see that 5.1 Surround and 7.1 Surround are now options also available to you (not just Stereo).
Good luck!
You are an absolute legend. This solves everything. Thank you SO MUCH!
Only thing for me - I couldn't locate that path, I just copy and pasted from the same path you listed and then pasted it in program data.
FYI for those wondering, you need to enable hidden folders in order to see program data in C://
Anyway, glad this solved it for you too - the more, the merrier. :)
It's silly such a simple thing which takes probably 1 finger movement of the developers to fix.
Too bad can't give points here otherwise you have 100+ from me.
It works! thanks for saving tons of my time!