caprice32 icon indicating copy to clipboard operation
caprice32 copied to clipboard

Couldn't simplify path error on Linux startup

Open davemoore22 opened this issue 1 year ago • 1 comments

Hello! Downloading and compiling a fresh install on Linux (Ubuntu 22.04 LTS/Xfce) gives an error on startup, though this error is ignored and everything else seems to start up ok:

./cap32
Using configuration file: /home/dave/Development/cpc/caprice32/cap32.cfg
INFO    src/psg.cpp:731 - Timing: CPC.speed: 4 - freq: 44100
INFO    src/psg.cpp:732 - Timing: z80 cycles per sample: 90.7029 - LoopCountInit: 2.83447
ERROR   src/gui/src/CapriceLoadSave.cpp:286 - Couldn't simplify path '/home/dave/Development/cpc/caprice32/disk/': No such file or directory
ERROR   src/gui/src/CapriceLoadSave.cpp:286 - Couldn't simplify path '/home/dave/Development/cpc/caprice32/disk/': No such file or directory

Creating the disk directory at the top level (this is not created by the makefile btw) ensures everything is ticketyboo and no error occurs on startup.

davemoore22 avatar Jun 08 '23 20:06 davemoore22