https://conchaos.synchro.net/media/printfile-example-4.png
I think this definitely points to something server-side.
Will try that upgrade now, just wanted to try from as many wildly different clients as possible first.
Cool. I did some file compares and don't see any changes to the underlying printfile() and putmsg() C++ functions between git-sha 3bcec4b69 and the sbbs321e release. So I wouldn't be surprised if the problem persists after you update to either v3.21e or the current development version (3.22a), but do please let me know.
Also, to simplify matters, can you test using a general text file section or by just invoking console.printf() directly (e.g. via the ;eval sysop command)? That way we're testing the same way. I've not been able to reproduce the symptom you describe/demonstrate using those methods.
Re: console.printfile displaying unexpected data
By: Digital Man to Codefenix on Wed Apr 29 2026 05:39 pm
Cool. I did some file compares and don't see any changes to the underlying printfile() and putmsg() C++ functions between git-sha 3bcec4b69 and the sbbs321e release. So I wouldn't be surprised if the problem persists after you update to either v3.21e or the current development version (3.22a), but do please let me know.
Issue indeed persists after the upgrade.
Also, to simplify matters, can you test using a general text file section or by just invoking console.printf() directly (e.g. via the ;eval sysop command)? That way we're testing the same way. I've not been able to reproduce the symptom you describe/demonstrate using those methods.
Sure thing, I added the files to general text files and played them there. Same thing happens.
The problem is intermittent, so it may take several tries before the hallucinations begin. :) I used AnsiView in my initial demonstration since it optionally slows down animations, but I was able to see the unexpected characters appear when played through the general text file area as well.
I haven't been able to reproduce the problem myself. Could you experiment with a couple of things to help me narrow it down?
1. Add 'mode = P_OPENCLOSE' to the first line of your data/text/*.ini file (for the general text file section you're using to display these .vt files).
Re: console.printfile displaying unexpected data
By: Digital Man to Codefenix on Thu Apr 30 2026 11:15 am
I haven't been able to reproduce the problem myself. Could you experiment with a couple of things to help me narrow it down?
1. Add 'mode = P_OPENCLOSE' to the first line of your data/text/*.ini file (for the general text file section you're using to display these .vt files).
Seems fixed by adding P_OPENCLOSE. Tried spamming both files multiple times in succession with this mode on, and haven't yet seen any weird data appear.
Then I turned it back off and saw it reappear on the first try.
I also tried adding P_OPENCLOSE to the console.printfile calls, and it similarly seems to have fixed it.
I'll report back if I see it resurface.
Well I'd like to fix the P_OPENCLOSE mode bug. If you disable the P_OPENCLOSE mode, but increase the PRINTFILE_MAX_LINE_LEN value in prinfile.cpp (e.g. to values bigger than your largest .vt file) and recompile, does that similarly make the problem go away?
| Sysop: | Tetrazocine |
|---|---|
| Location: | Melbourne, VIC, Australia |
| Users: | 12 |
| Nodes: | 8 (0 / 8) |
| Uptime: | 213:22:12 |
| Calls: | 220 |
| Files: | 21,513 |
| Messages: | 83,675 |