tuarua / WebViewANE

WebView Adobe Air Native Extension for macOS 10.10+, Windows Desktop, iOS 9.0+ and Android 19+. This ANE provides access to a more modern webview from AIR.
Apache License 2.0
183 stars 53 forks source link

App crash when try to "init" the ANE (Windows 8.1 x86) #278

Closed lwmirkk closed 3 years ago

lwmirkk commented 3 years ago

Answer the below. DO NOT DELETE!!

Crash details in Windows: `Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: DesktopApp.exe Problem Signature 02: missing Problem Signature 03: 5bfef07c Problem Signature 04: FreSharp Problem Signature 05: 2.5.0.0 Problem Signature 06: 5f8b820f Problem Signature 07: 88 Problem Signature 08: 0 Problem Signature 09: System.MissingMethodException OS Version: 6.3.9600.2.0.0.768.101 Locale ID: 1033 Additional Information 1: 5861 Additional Information 2: 5861822e1919d7c014bbb064c64908b2 Additional Information 3: f0d1 Additional Information 4: f0d1dbd1567564468dabe2f29efc18be

Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=280262

If the online privacy statement is not available, please read our privacy statement offline: C:\WINDOWS\system32\en-US\erofflps.txt `

lwmirkk commented 3 years ago

I figured out: The Inno setup installer is failing to check if the dotNet 4.6.2 is installed in Windows 8.1. In Windows 7 and 10 is everything OK with Inno Setup.

With Windows 8.1, it is prompty only to install C++ 2015 and not dotNet 4.6.2. So, I installed manually the dotNet 4.6.2 and it is working. I will try to check whats wrong with the Inno Setup example script, but if someone know whats the problem with inno setup demo failing to check the dotNet 4.6.2 in Windows 8.1...

Now it is related to Inno Setup check (I'm using the demo installer in this ANE).

But, why its working with ANE 2.8.0?

The 2.8.0 version requires different dotNet version?

lwmirkk commented 3 years ago

Oh, ANE 2.8.0 required dot Net 4.5.0. My installer is dotnetfx46(50), the current one is dotnetfx46(62).

So, if someone encounter this problem, not only update the ANE, check the inno setup installer again if everything its correct, Because maybe the installer have updated too.