In general we were really happy how well the distribution of the ALPHA went. Around 1.200 people have downloaded the ALPHA 1 so far and keep testing it.
Unfortunately we had two major oversights which created an unpleasant experience:
First was missing code signing which leads to an ugly dialog which evaluates the installer as an untrusted application. We promise it is a trustworthy application and we just have missed the timelines on applying for the certificates necessary.
The second oversight was the Visual Studio C++ Redistributable which is a framework by Microsoft our application needs in order to run. This is a programming package which is usually bundled with the installer but since we all work development machines with this already installed, we have not noticed it.
We are updating the installer in order to fix these two major issues.
Testing and reports
Our ALPHA testers have filed almost 5.000 reports including crashes and general reports which is amazing. It is unusual to be this excited about bugreports and crashes but we needed this amount of information to find the causes for certain issues and crashes.
With your help we could identify three major causes for the crashes which are:
- WebGPU which is our render engine
- OMM - Memory leaks
- CEF - User interface pipeline related
In addition to that our testers have created almost 200 reports which we will sort by hand to address them in our development cycle.
Next steps
This week the whole development team goes into full analysis and investigate solutions for the issues found. After that we take the results and prioritise those solutions because we expect to find dependencies between those so we can fix multiple issues at once.
We will release a first update in November which will include code signing, the Visual Studio C++ Redistributable and the first bug fixes.
Since we don’t yet have an auto updater you will need to download and install the update manually with . We will notify you through our usual channels and also the application itself will display a prominent update section.
One last thing: We are asking you to keep up your brilliant support by reporting bugs and issues.