c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

105th opened this issue · 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", "")