erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Transcripts have extraneous 0x00 bugs after commands #89

Closed andrewschultz closed 7 years ago

andrewschultz commented 7 years ago

I don't know if this is general to all games, but the issue came across at intfic.com so I thought I'd report it. It's obviously pretty low priority.

Use case:

Open in HXD or Notepad++ to see 00 bytes or [NUL] characters. There seem to be (120 - size of command in characters) such bytes.

erkyrath commented 7 years ago

(I assume you're talking about the file generated by SCRIPT ON.)

I don't see this problem on MacOS. Haven't tried on Windows.

I suppose it has to be a ZVM bug, unless you reproduce it on a Glulx game, so I will signal @curiousdannii.

curiousdannii commented 7 years ago

I was sure I had fixed this! I'll look into it.

erkyrath commented 7 years ago

Note to @andrewschultz: you demonstrated this with the latest release, right? (1.2.3 was just a week ago.)

andrewschultz commented 7 years ago

I had the wrong release. I looked back at previous releases and I can verify it's closed now. Sorry for the inconvenience here!