11-13-2019 10:06 AM
I'm having an issue opening the result processing menu. I get the following error message: "Image with given name or index ('Report.ico') cannot be found" (see attached image)
I've found that there are several 'report.ico' files in the Components/Icons directory.
I've compared the file structure to a pc that doesn't exhibit this issue, and don't see any appreciable difference. Could a .dll file be corrupted?
Solved! Go to Solution.
11-13-2019 02:24 PM
This feels like your search directories are messed up. Although, I'm surprised anything works if that were the case.
Can you compare search directories on both machines?
11-14-2019 12:09 PM
They're the same. Both of them include the "Components" directory in the search path
11-18-2019 09:55 AM
So your report configuration could be corrupt somehow... seems odd though. I've seen this kind of behavior for plugins I've created when I don't have the proper Icons in the right place. If you go to the TestStand config folder and look in ModelPlugins folder you'll see a file called ResultProcessing.cfg. Rename it to something else and restart TestStand. See if you still get the same issue.
11-18-2019 10:02 AM
Thanks for your reply jiggawax. Not sure how or why this is is the case, but I was able to resolve the issue by copying a report.ico that was located in the icons/offlineresultsprocessing/ up a level directly into the icons/ directory. Not sure why this is the case because the files and directories matched on working and non-working pcs. Could still be because of the .cfg file.
06-02-2021 08:53 PM
I am now seeing a similar error:
I renamed the file ResultProcessing.cfg and restarted, and this still happens.
The ico file mentioned doesn't exist in the program files components or the one in the Public folder.
06-07-2021 11:00 AM
@Jed_Davidow wrote:
I am now seeing a similar error:
I renamed the file ResultProcessing.cfg and restarted, and this still happens.
The ico file mentioned doesn't exist in the program files components or the one in the Public folder.
Make sure you have the systemlink client installed properly with support for TestStand. That plugin is for the SystemLink. If you open the ResultProcessing.cfg file in a text editor and search for TestMonitorClient.ico do you see it in there? If so you didn't rename the right file.
Also, try renaming the Addons.cfg file as well, in the same folder as ResultProcessing.cfg, and restarting TestStand. I want to say SystemLink puts their stuff in the Addons.cfg file.
06-07-2021 02:43 PM
Thank you! I did a quick search in our docs for Systemlink and found the guy who set it up. Turns out he abandoned things and they weren't properly installed.
In the end, I edited the XML to remove the icon and removed the offending entry from the result processing.
01-02-2023 10:39 AM
Many thanks, this works well for me.