B4J Question Given key was not present in the dictionary on Win 10 ARM in Qemu on M1 Mac

RussellM72

Member
Licensed User
Just curious as to what this error means and why it's happening. I know I'm pushing a few limits by trying to use B4J on Win 10 ARM (running in a Qemu VM on an M1/AS Mac) as any non ARM code has to be executed by the X86 translation layer that Microsoft has put into Win 10 for ARM.

Oddly, the Hello World template that is generated when you select a new B4XPages project opens, compiles, and runs just fine but, my other project that is now around 400 lines of code produces this error when I try to open it. If I open it on Win 10 on an Intel processor (also not running in a VM) it opens without the error- so I don't think my project files have become corrupted.

I also, just as an experiment, tried switching to Open JDK AArch64 and that produced an error that javaswingfx (I might be mangling that name) was not present.
 
Top