-
-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Answer the below. DO NOT DELETE!!
Have you read the Wiki carefully?
yes
What version of the product are you using?
2.30 WebViewANE
2.5.0 FreSharp
On what operating system?
win 10
**If Windows is the AIR app 32bit or 64bit?
64bit
Which IDE are you using?
VS Code
Which version of AIR are you using?
51.2.1
We are using WebViewANE.ane downloaded on June 24, 2025 and FreSharp.ane downloaded on July 3, 2025.
The Harman SDK locates the ANE modules inside the "" with the following:
<path-element>src/libs/WebViewANE.ane</path-element>
<path-element>src/libs/FreSharp.ane</path-element>
When we run the application we get the following errors:
Exception Info: System.IO.FileNotFoundException
at <Module>.FreSharpBridge.InitController()
at <Module>.TRWV_contextInitializer(Void*, Byte*, Void*, UInt32*, FRENamedFunction_**)
When I look under the install folder ...
"C:\Program Files\Maretron N2KExtractor 4.0.8\META-INF\AIR\extensions\com.tuarua.FreSharp\META-INF\ANE"
... It looks like only the x86 files are there, not the x64 (or x86-64) dlls.
$ ls -l "C:/Program Files/Maretron N2KExtractor 4.0.8/META-INF/AIR/extensions/com.tuarua.FreSharp\META-INF/ANE"
total 8
drwxr-xr-x 1 rnmixon 197121 0 Aug 25 16:51 Windows-x86/
-rw-r--r-- 1 rnmixon 197121 1051 Aug 18 16:37 extension.xml
$ ls -l "C:/Program Files/Maretron N2KExtractor 4.0.8/META-INF/AIR/extensions/com.tuarua.FreSharp\META-INF/ANE/Windows-x86"
total 212
-rwxr-xr-x 1 rnmixon 197121 33280 Aug 18 16:37 FreSharp.dll*
-rwxr-xr-x 1 rnmixon 197121 33280 Aug 18 16:37 FreSharpANE.dll*
-rwxr-xr-x 1 rnmixon 197121 139264 Aug 18 16:37 FreSharpCore.dll*
-rw-r--r-- 1 rnmixon 197121 1083 Aug 18 16:37 library.swf
What am I missing?