c-smile / sciter-sdk

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

scapp 32-bit crash when using <video> in windows 64-bit #129

Closed MaherFa closed 5 years ago

MaherFa commented 5 years ago

using scapp 32-bit "bin\32\scapp.exe" version 4.3.0.10, on Windows 10 x64

<video src='video.wmv' />

scapp will close (crash?) with no error messages

using same project with scapp 64-bit "bin\64\scapp.exe" will work as expected same results all samples from "samples\video"

c-smile commented 5 years ago

Thanks for the catch, fixed here already. Will appear in the next build.

MaherFa commented 5 years ago

Sadly the issue is still present for me in build# 4.3.0.12. can I do anything do help debug the issue?

c-smile commented 5 years ago

I've just updated it again: https://github.com/c-smile/sciter-sdk/commit/6caeaa1c8417e0eebcdebf1d2f4eb507a3ab5168

Could you try?

MaherFa commented 5 years ago

Sorry for the late reply, different time zone.

Yes! the issue is fixed, Thank you so much.