WhyNotWin11 icon indicating copy to clipboard operation
WhyNotWin11 copied to clipboard

Extra data appears to be cut off in txt output when execute with two or more /extras options

Open PhoenixEmik opened this issue 10 months ago • 4 comments

Describe the bug
Some extra data appears to be cut off in txt output when there are two or more /extras options. If there is only one /extras option, the extra data output is correct.

To Reproduce
Steps to reproduce the behavior:

  1. Execute .\WhyNotWin11.exe /export txt /extras OS /extras BUILD /silent
  2. Find output file
  3. Execute .\WhyNotWin11.exe /export txt /extras OS /silent for comparing

Expected behavior
The expected output should be Operating System: WIN_11

Screenshots
Wrong output screenshot image

Desktop (please complete the following information):

  • Version 2.6.1.1

Additional context
Add any other context about the problem here.

PhoenixEmik avatar Jan 07 '25 03:01 PhoenixEmik

Try .\WhyNotWin11.exe /export txt /extras OS,BUILD /silent and let me know if the bug still occurs (or if you get an error)

rcmaehl avatar Jan 07 '25 19:01 rcmaehl

.\WhyNotWin11.exe /export txt /extras OS,BUILD /silent works well without any bugs. The output is correct. Does it suppose to use only one /extras option?

PhoenixEmik avatar Jan 08 '25 01:01 PhoenixEmik

.\WhyNotWin11.exe /export txt /extras OS,BUILD /silent works well without any bugs. The output is correct. Does it suppose to use only one /extras option?

Correct, but the bug exists for multiple. I'll get it fixed for future releases

rcmaehl avatar Jan 08 '25 01:01 rcmaehl

Thanks for your response! I'll keep the issue open for your further reference.

PhoenixEmik avatar Jan 08 '25 01:01 PhoenixEmik

Fixed in next release

rcmaehl avatar Aug 28 '25 15:08 rcmaehl