-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlusVersion sometimes returns --short output even when not specified #593
Comments
I'm specifically using the 64-bit PlusApp stable 2.8.0 package from the website. The 32-bit PlusApp package takes a while for PlusVersion.exe to output probably because of the additional built-in devices. |
Interesting. I've ran the python script a couple of times with 1000 iterations, but I haven't experienced this behavior yet. Edit: I am also using the Plus 2.8.0-64 bit package. |
hmm weird that you didn't encounter it. Here's my output when running 1000 iterations.
|
Occasionally I have noticed that calling PlusVersion.exe will result in the "Supported Devices" output being missing as though I specified the "--short" command line argument.
Does the initialization method have something to do with this? I never accidentally get "--help" output.
PlusLib/src/PlusDataCollection/Tools/PlusVersion.cxx
Lines 13 to 14 in 8c791d1
I also only get this error only when using Plus packages downloaded from the Plus website. I can't replicate using my personal PlusBuild. Maybe related to build tools that were used? I used Visual Studio 2019 with the v140 toolset. Testing on Windows 10.
Here's a test script that I've been using with my system python 3. Sometimes I have to run this a few times when set to 100 iterations.
The text was updated successfully, but these errors were encountered: