c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

view.selectFile(#open, "All Files (*.*)|*.*", "") crashes with an error #201

Open 105th opened 3 years ago

105th commented 3 years ago

If we call view.selectFile(#open, "All Files (*.*)|*.*", ""), then we received an crash in Go-backend

fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x7fff6778b678]

If we change extension to any else, it will work, e.x. view.selectFile(#open, "All Files (*.*)|*.txt", "") or view.selectFile(#open, "All Files (*.*)|*.zip", "")