Problem
When trying to run Visualize, users may encounter a System Requirements Error message: "Your system does not meet the minimum memory requirements. The application will now quit".
If the system has plenty of Video Memory that is higher or equivalent to the requirement listed, the error is due to Windows not being able to read the system information. One sign is that opening System Information just shows the text ‘Can't Collect Information...’ instead of the actual system information.
Solution 1: Check Windows Management Instrumentation
The first thing to try is to make sure the Windows Management Instrumentation (WMI) Service is started and running.
- Go to the Windows Search Bar
-
Type "Services" to open the Services Application
-
Navigate to the WMI Service to check its status
- If it is stopped, right-click on it and click "Start"
- Once it is running, attempt to launch Visualize again
- If the issue persists, continue to Solution 2
Solution 2: Recreate Windows CFG File
- Open Windows File Explorer
- Navigate to the folder: %SystemRoot%\System32\Wbem\Repository
- Delete or rename the "$WinMgmt.CFG" file in the folder
- If the file does not exist, continue to Solution 3 below
- Ensure the Windows Management Instrumentation Service is running, following Solution 1 above
- Restart the computer to rebuild the CFG file
- Attempt to launch Visualize again
- If the issue persists, continue to Solution 3
Solution 3: Repair Windows Management Instrumentation
-
First, confirm that the Windows Management Instrumentation (WMI) is damaged by using Run (Win+R) and entering "wmimgmt.msc"
-
Once WMI is open, right-click on "WMI Control (Local)" and select "Properties"
-
If WMI is damaged, we should see "Failed to initialize all required WMI classes" in the General tab
-
Now that we have confirmed the damage, open Command Prompt with Administrative Permissions. In the Windows Start Menu, type "cmd" without quotation marks into the Windows search field, and right-click on the Command Prompt application to select "Run as administrator".
-
Use the CD command to change directories and step into C:\windows\system32\wbem. The full command is: CD C:\windows\system32\wbem
- Copy the text from the attached "Commands to repair WMI.txt" or copy the commands listed below into Notepad, then cut them from Notepad (this will remove formatting that may prevent the commands from working correctly) and paste into Command Prompt:
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
regsvr32 cimwin32.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
regsvr32 wmisvc.dll
wmiprvse /regserver -
We may get a couple of pop-ups confirming DLL registration; click ok in those. When done, go back and confirm the WMI properties now show "Successfully Connected to" in the General tab
- Restart the machine
- Launch Visualize to retest the issue
For additional support, existing customers can submit a ticket or new customers can contact Hawk Ridge Systems.
Comments
Article is closed for comments.