Andrew Frost

Results 646 comments of Andrew Frost

Actually one thing that it may be worth doing: if you can download the AIR SDK for Windows, and extract that onto the Windows 11 machine, can you then go...

Okay thanks .. so basically then, the AIR DLL has got a dependency upon a function within one of those libraries, but the library no longer has that function available....

Hi You can likely ignore all those, they're finding odd dependencies that we don't actually have. The Dependency Walker didn't find any issues though (assuming that the loaded information that...

Okay so we now have a utility that goes through all the dependent DLLs and checks that they have the right functions where we load them by name (and that...

Thank you! So there's the culprit: despite having the DLL in your Windows system folder: ``` ERROR: could not load DLL -> dsound.dll ``` The good news is that it...

Sounds like this may be a known issue (or at least, there are others experiencing the same problem). Reading up on the Windows 11 compatibility promise, all they say is...

So to get it to work with the test.exe, I'm not 100% sure what that's doing - the icon suggests it's a self-extracting zip so it would have the same...

@MariusDuP it's currently going through our QA processes, should be finished by Friday and then I need to get the web team to upload it.. thanks

@radubirsan this has just gone live... thanks

The shared AIR runtime can be found at: https://airsdk.harman.com/runtime or direct link for Windows: https://airsdk.harman.com/assets/downloads/AdobeAIR.exe thanks