Hey, there is a problem over the last weeks, preventing wine to work with StarCitizen. When using it, we get an error message like this: 0024:err:environ:run_wineboot failed to start wineboot c00000e5

Its about compilation modes and a stack alignment issue with 32/64 bit SSE registers.

Searching for the issue, brings us to WineHQ, were a bug is already filed here:

Multiple applications fail to run if Wine is compiled with CFLAGS=“-march=znver4”

In the end, it turned out to be a gcc bug. Zeb has filed a bugreport at the gcc bugzilla, to follow up, because it seems, we can not build wine with standard compilation modes anymore, until this is solved. Watch it here:

[12/13/14 Regression] i686-w64-mingw32 with -mavx512f generates AVX instructions without stack alignment

Just to let you know, when you run into the c00000e5 issue, it may be this.

Cheers, raw^^