When attempting to export in B99, you receive an error "Can't Properly Export the Game."
If using one of the online exports, it also says to check your internet connection.
If using the local Manual export, no additional details are given outside than the above error.
Local HTML5 export works.
Steps to reproduce the behavior:
A user on the discord reported this on Solus Linux (and reconfirmed on Arch and OpenSUSE), here's a screenshot from there:

While I couldn't reproduce it with local export on my first attempt, it did occur on my second attempt (Windows 10 Pro 64 bit):


Some users also reporting this on the forums:
https://forum.gdevelop-app.com/t/error-while-exporting-the-game/27269
This issue is only on _Windows/MacOS/Linux_ online and _Windows/MacOS/Linux_ local exports.
Btw the both exports work fine with the current master branch and their API keys...
Fixed in 23d64aa676eaf789ce31d5176b23f212f3b8031d and released an emergency bugfix release :) Thanks for reporting this!
We've been especially unlucky because it would not happen in development, because the crash in the export happened when the dummy example extensions were not loaded (these example extensions are not loaded, and because currently there is no other extensions using the "npm dependencies" feature, this resulted in a crash in the code handling them) and I only ran an Android export before pressing the button to publish the release :)
Anyway, should be good in beta 100!
Thanks
Most helpful comment
Fixed in 23d64aa676eaf789ce31d5176b23f212f3b8031d and released an emergency bugfix release :) Thanks for reporting this!
We've been especially unlucky because it would not happen in development, because the crash in the export happened when the dummy example extensions were not loaded (these example extensions are not loaded, and because currently there is no other extensions using the "npm dependencies" feature, this resulted in a crash in the code handling them) and I only ran an Android export before pressing the button to publish the release :)
Anyway, should be good in beta 100!