| | 42 | EDIT: sorry, after some more research I've found that MXE-multitarget still uses the old mingw for x86 builds. This means that the big difference between my x64 and x86 builds is that one x86 is built with "old" mingw and x64 is built with mingw-w64. |
| | 43 | I did not realize that these were two different projects, so I'll continue looking into this. |
| | 44 | I am not even using the latest mingw-w64 right now (I'm using 2.0.3 while 2.0.7 is the latest I think). |
| | 45 | I'll try to use mingw-w64 to build a x86 binary and see if the crash still happens. |
| | 46 | I'll also make sure to update to the latest mingw-w64 and deps. |