Menu

#2032 empty print.dump produced on running vice

v3.x
closed-fixed
gpz
None
2024-06-01
2024-05-12
No

Running x64sc -default, and then closing will produce an empty print.dump file in the current directory.

r45156 (running under Ubuntu 20.04)

Discussion

  • compyx

    compyx - 2024-05-13

    Same here, I blame r45153. The drv_foo_open() functions indirectly call output_[text|graphics]_open(), which opens the "printer.dump" file.

    In this case it'll probably be drv_ascii_open() indirectly calling output_text_open(), which is confirmed by adding a simple printf() as seen in this snippet of the log when running x64sc- default:

    VSP Bug: safe channels are: 7. Emulation of memory corruption is disabled.
    Loading system file `/usr/local/share/vice/PRINTER/mps803-D7811G-111-U32053A.bin'.
    output_text_open(): called with prnr 3
    
     
  • gpz

    gpz - 2024-05-13

    should be fixed in r45160 - please test

     
  • Daniel Kahlin

    Daniel Kahlin - 2024-05-13

    Tested. Seems to work correcly, thanks!

     
  • gpz

    gpz - 2024-06-01
    • status: open --> closed-fixed
    • assigned_to: gpz
     

Log in to post a comment.