After the Felgo 2.12 update my application crashed (C++ runtime error while running on desktop)…
After some investigations to find where and why, I found this…
Impugned QML code in AppMap (it doesn’t crash when I remove this part of code) :
plugin: Plugin {
id: mapPlugin
name: “here”
parameters: [ PluginParameter { name: “here.app_id”; value: “…” },
PluginParameter { name: “here.token”; value: “…” } ]
}
…
}
AND the crash happenned only with “Desktop Qt 5.9.0. MinGW 32” bit in debug mode but not in release mode !!!
Everything is working perfectly with the other compilers…
Also, I’ve ran some tests with MabBox plugin instead of Here and the bug is the same !
Any ideas ?