core icon indicating copy to clipboard operation
core copied to clipboard

crash log path should decode spaces ?

Open gedw99 opened this issue 1 year ago • 3 comments

Describe the bug

----- END OF STACK TRACE -----
2024/05/19 12:15:03 SAVED CRASH LOG TO /Users/apple/Library/Plot View/crash-logs/crash_2024-05-19_12-15-03

The actual path needs tube "escaped" to allow for the way spaces are done for folders in MAC OS, and perhaps other OS too. Correct output is:

/Users/apple/Library/Plot\ View/crash-logs/crash_2024-05-19_12-15-03

How to reproduce

I got this running the Plotview demo.

Example code

No response

Relevant output

No response

Platform

macOS

gedw99 avatar May 19 '24 02:05 gedw99

Yep, I will work on implementing this soon. Thanks for reporting this!

kkoreilly avatar May 19 '24 05:05 kkoreilly

Also, I am in the middle of a major rewrite of our widget configuration structure (see the tree branch), so it may take a little longer than usual for this to be fixed on the main branch.

kkoreilly avatar May 19 '24 06:05 kkoreilly

Apologies for the delayed fix; I just finished (almost all of) the major refactoring I was working on. It should be working now; please let me know if you have any other issues.

kkoreilly avatar Jun 14 '24 01:06 kkoreilly