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

Verifier rejects Windows traditions #173

Closed
SimonN opened this issue Mar 8, 2017 · 5 comments
Closed

Verifier rejects Windows traditions #173

SimonN opened this issue Mar 8, 2017 · 5 comments
Labels

Comments

@SimonN
Copy link
Owner

SimonN commented Mar 8, 2017

Lix 0.6.25 on Windows

Nepster wrote in IRC about the Lix mass replay tester:

  • Directory paths may not contain spaces or underscores.
  • The directory seperator has to be the Linux one "/". The Windows one "\" does not work.
  • The replay tester does never output anything. According to the tast manager, Lix starts and works for several seconds, but I don't get any result messages.
@SimonN SimonN added the 3-bug label Mar 8, 2017
@SimonN
Copy link
Owner Author

SimonN commented Mar 8, 2017

After disucssion in IRC:

  • 1 is not a bug, but a shell feature. Must escape spaces. Underscores work as expected.
  • 2 just works.
  • 3 I will investigate.

IchoTolot: I want to test stuff on a Windows machine. May I invite you noodles with bolognese at your place? I will be a good boy and test NL levels too :3

@SimonN
Copy link
Owner Author

SimonN commented Mar 30, 2017

Tested with Icho 3 weeks ago:

lix --coverage singlefile.txt > a.txt
Works, writes singlefile.txt's result into file a.txt.

lix --coverage dir\subdir > a.txt
Doesn't work, but I forgot to write what "doesn't work" means.

lix --coverage dir\file.txt
Doesn't work, no shell output.

lix
Doesn't start the game, but gives a dialog box: Bad File Descriptor.

@SimonN
Copy link
Owner Author

SimonN commented Mar 31, 2017

Nepster says in IRC:

Second case: lix --coverage "dir\subdir" > a.txt does work on my computer.
Fourth case: I can start lix from the command line without problems using either lix or lix.exe.

@SimonN
Copy link
Owner Author

SimonN commented Feb 4, 2018

Closing this because everything seems to work. If anybody has problems, file a new issue.

@SimonN SimonN closed this as completed Feb 4, 2018
@SimonN
Copy link
Owner Author

SimonN commented Mar 13, 2018

We don't get console output because I link with "lflags-windows": ["-L/subsystem:windows"], and that seems to close stdout. I should tell the Windows command-line users about this in my documentation, and explain how to redirect to file (> a.txt).

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

No branches or pull requests

1 participant