EddieBT wrote:I eventually resolved it by looking at the main.log file under,
C:\Users\<userid>\AppData\Roaming\IK Product Manager\logs.
I noted the following error "Error: Command failed: wmic logicaldisk get size ..."
This error occurred because the wmic execution file was not registered in the environmental variables path.
If you find this to be your issue, open CMD as administrator and enter
"SET PATH=C:\Windows\SysWOW64\wbem\;%PATH%;"
Then enter "where wmic", and if the registration is successful you should see the full path to the wmic execution file.
IK Prod manager should behave after this.
C:\Windows\System32>SET PATH=C:\Windows\SysWOW64\wbem\;%PATH%;
C:\Windows\System32>where wmic
INFO: Could not find files for the given pattern(s).
C:\Windows\System32>
EddieBT wrote:Try replacing SysWOW64 with System32. So:
"SET PATH=C:\Windows\System32\wbem\;%PATH%;
INFO: Could not find files for the given pattern(s).
EddieBT wrote:Please do, and let me know what Windows version you're using.
[2024-04-04 13:11:43.094] [info] app - ready
[2024-04-04 13:12:29.433] [info] e:FREE_DISK_SPACE
[2024-04-04 13:12:29.434] [info] {
FOLDER: 'C:\\Users\\<userid>\\Documents\\IK Multimedia\\IK Product Manager'
}
[2024-04-04 13:12:29.447] [error] Error: Command failed: wmic logicaldisk get size,freespace,caption
'wmic' is not recognized as an internal or external command,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:312:12)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
[2024-04-04 13:19:27.747] [info] e:CHOOSE_DIALOG
[2024-04-04 13:19:27.748] [info] { TYPE: 'folder', TITLE: 'Choose a folder', LABEL: 'Select' }
[2024-04-04 13:20:41.956] [info] e:FREE_DISK_SPACE
[2024-04-04 13:20:41.956] [info] { FOLDER: 'D:\\Downloads\\IK Product Manager' }
[2024-04-04 13:20:41.968] [error] Error: Command failed: wmic logicaldisk get size,freespace,caption
'wmic' is not recognized as an internal or external command,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:312:12)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
[2024-04-04 13:20:56.612] [info] e:FREE_DISK_SPACE
[2024-04-04 13:20:56.613] [info] { FOLDER: 'D:\\Downloads\\IK Product Manager' }
[2024-04-04 13:20:56.623] [error] Error: Command failed: wmic logicaldisk get size,freespace,caption
'wmic' is not recognized as an internal or external command,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:312:12)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
EddieBT wrote:Okay, and did you check to see if you have under your Windows directory either a SysWOW64/wbem/ or System32/wbem directory or both.
INFO: Could not find files for the given pattern(s).
Thanks for the heads-up on that.EddieBT wrote:There was no need to run the SET PATH statement once you set it in the Enivornment Variables.
OK, I've just done that and got this:EddieBT wrote:You might want to run a Command Prompt "sfc /scannow" to check your system files are okay.
I found the CBS.log file, but I couldn't make much sense of the entries which relate to the system files check, and I'm not sure what "log file provided by the /OFFLOGFILE flag" means.Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
Yes, but it's still not working.EddieBT wrote:Have you tried running the IK Multimedia Product Manager to see if it's behaving?
So, after reading this, I searched for it on my System drive and found nothing.ColibriX037 wrote:...It's using wmic.exe for the installation...
Just to confirm, the MK Product Manager error was:EddieBT wrote:Lastly, what exactly is the error the IK Multimedia Product Manager is showing?
APPLICATION ERROR
The download path
D:\Downloads\IK Product Manager
you've selected does not exist, you do not have permissions to write to this location, or there is insufficient space in the current download path. Please close this window to select a new path or clear up some space. (code: 108)