-
Notifications
You must be signed in to change notification settings - Fork 29
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
NWN_GFF Assert Defects with gff output in stdout [Windows] #93
Comments
in the same vein, trying to pipe in a gff also fails
This traces back to these lines. - Again occurred in my nwnt test and then replicates with nwn_gff. |
|
Using the downloaded win32 i386 build,
Using the linux build, via WSL (don't have a linux box)
Happy to accept that outputting gff to terminal (as in 1) is not actually useful, but would expect windows to act as linux for 2) and 3). I'm also a windows scrub though, so maybe I'm misunderstanding piping somewhere. |
Running self-built neverwinter 1.6.3 (core-master/d1a3a5, nim 2.0.0) on Windows 11.
Attempting to output to stdout fails, as below:
(Notice it succeed at outputting the result of lines 698 and 699 before failing)
Trying to direct output to a file results in similar but different failure
Attempting the reverse (
nwn_gff -i module.ifo -k json
) operates as expected.Identified trying to accommodate stdin/stdout for @nwnt, which utilities the same
write
function. I've not tried stdout before to know if this is new.The text was updated successfully, but these errors were encountered: