1 Attachment(s)
[Mac] Using Chinese names on Mac will cause QVideoWidget to crash
Version 6.5.3 and Version 6.10 beta2, Mac Qt, when I set OUTPUT_NAME in cmake to Chinese, QVideoWidget crashes, unpromoting QVideoWidget and keeping Chinese, it does not crash,I have done a minimal test, adding a qvideowidget in the middle of a widget, and the problem still exists
Re: [Mac] Using Chinese names on Mac will cause QVideoWidget to crash
What happens if you build with the chinese name and then rename the executable to something latin based and execute it? Does it still crash?
Re: [Mac] Using Chinese names on Mac will cause QVideoWidget to crash
Quote:
Originally Posted by
wysota
What happens if you build with the chinese name and then rename the executable to something latin based and execute it? Does it still crash?
It doesn't crash on my Mac OS 14.6 version. I have no idea what has been updated in Mac OS 15.
Added after 59 minutes:
Quote:
Originally Posted by
wysota
What happens if you build with the chinese name and then rename the executable to something latin based and execute it? Does it still crash?
So, can you reproduce the items in the attachment? I'm not sure about any compatibility issues that might arise between Mac OS 14 and Mac OS 15.
Re: [Mac] Using Chinese names on Mac will cause QVideoWidget to crash
I don't have a Mac, so I could only build your project on Linux. But I think your problem was unrelated to Chinese characters in the file name.