sciter-sdk icon indicating copy to clipboard operation
sciter-sdk copied to clipboard

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

Open 105th opened this issue 5 years ago • 0 comments

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", "")

105th avatar Mar 23 '21 08:03 105th