Alexey Trifonov
Alexey Trifonov
Commit ee8e8ffd97f6c0c60f5350f3bf6a2b3a9fc4fdcb, still crashes. How i reproduce the crash: - Open catatonia.gox - Erase some voxels with laser - Undo (Ctrl+Z) - Save (Ctrl+S) - Crash, always.
Goxel worked fine before, so i bisected it: ``` b404ba2fa3ae313a6cbe05895253f4dcf944ff35 is the first bad commit commit b404ba2fa3ae313a6cbe05895253f4dcf944ff35 Author: Guillaume Chereau Date: Tue Jul 16 13:51:06 2019 +0800 Always save the...
@guillaumechereau , you can install [EndaevourOS](https://endeavouros.com/), it is almost Arch, also you can try [this](https://sourceforge.net/projects/revenge-installer/) or [this](https://anarchyinstaller.org/)
@guillaumechereau > I'll need to find some KVX loader I can run on linux though, or it will be tedious for me to test it out. GZDoom ? EDuke32 ?
I just tried to build current "dev-0.14" branch and got this error: `/home/redneck/programs/Imogen/src/EvaluationContext.cpp:26:10: fatal error: SDL.h: No such file or directory` ` #include ` though i have such file (`/usr/include/SDL/SDL.h`)....
Trying to compile dev-0.14 branch: `/home/redneck/programs/Imogen/src/Platform.h:101:2: error: #error unknown platform` ` #error unknown platform`
@CedricGuillemet Arch Linux as before, GCC 8.3.0
@nafergo any plans for compile from sources first, the rest later.
Now it compiles but crashes: ``` Imogen: /home/redneck/programs/Imogen/ext/imgui_draw.cpp:1623: ImFont* ImFontAtlas::AddFontFromFileTTF(const char*, float, const ImFontConfig*, const ImWchar*): Assertion `0' failed. ```
Thank You, it works!