Skip to content
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

Couldn't simplify path error on Linux startup #238

Open
davemoore22 opened this issue Jun 8, 2023 · 1 comment
Open

Couldn't simplify path error on Linux startup #238

davemoore22 opened this issue Jun 8, 2023 · 1 comment

Comments

@davemoore22
Copy link

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.

@ColinPitrat
Copy link
Owner

What do you call a fresh install? Do you use a package? Do you run make install? Do you clone git repo, run make and run cap32 from there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants