Windows 8.1 universal app crashes on Windows 10 -


my app published in store, built on windows 8.1 , works on 8.1 (desktop , tablet). crashes on windows 10 after navigate page has webview control (though might not reason). looked @ windows logs (eventvwr.msc) , found out crash has happened in system library.

has faced problems windows 8.1 apps running on windows 10?

update 1: information system's event log
faulting application name: ....
faulting module name: twinapi.appcore.dll, version: 10.0.10240.16397, time stamp: 0x55af0938 exception code: 0xc000027b fault offset: : 0x0001cab9
faulting process id: 0xe30
faulting application start time: 0x01d0daabb7ab6d89
faulting application path: c:\program files\windowsapps.....
faulting module path: c:\windows\system32\twinapi.appcore.dll
faulting package full name: ....
faulting package-relative application id: app

update 2
of article debugging windows 8.1 store app crash dump i've cracked crash dump , found out problem method in code. method has code captures screenshot of web page webview.capturepreviewtostreamasync(memorystream); , saves local file. suspect webview causes crash because core should differ 1 on windows 8.1 (is based on ms edge instead of ie?).


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -