Skip to content
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

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

Open
PhoenixEmik opened this issue Jan 7, 2025 · 4 comments
Assignees

Comments

@PhoenixEmik
Copy link

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.

@rcmaehl
Copy link
Owner

rcmaehl commented Jan 7, 2025

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 rcmaehl self-assigned this Jan 7, 2025
@PhoenixEmik
Copy link
Author

.\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?

@rcmaehl
Copy link
Owner

rcmaehl commented Jan 8, 2025

.\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

@PhoenixEmik
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants