Defold Editor 2.0

We in fact had that error last thursday when trying to set up the engine dev env. on a Windows10. Turns out that the identifier for that platform in Eclipse/OSGI is different and mismatches, thereby giving you the list of confused native code libs. The fix was to add “Windows 10”/“Windows 8” as an entry next to “Win32” in a file which defines the libs. But I bet this is pre-build and not configurable in a bundled installation. :confused: For fun, you could search for a file containing one of the “Missing native code match” files in the log above, and see if you can add the entry there. The reason you are seeing this error with a later JRE could be something like this: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7170169 If you don’t feel like investigating more, we will fix this in time.

2 Likes