I'm getting Error #3702: Context3D not available.
when I compile for flash (for example trying the ploing demo).
I'm on win7 with an old GPU (Intel(R) HD Graphics (Core i3)), and have tested with the haxelib version of kha.
I've also tried fiddling with requestContext3D()
parameters in the Starter
class, but the error is either the one mentioned above, or Error #3725: The requested AGAL version (2) is not valid under the Context3D profile. For example AGAL version 2 requires standard profile.
(even when using software rendermode).
Do you have any ideas if it's fixable?