[ANN] Lagrange - A Beautiful Gemini Client
skyjake
skyjake at dengine.net
Tue Sep 15 05:41:11 BST 2020
On 15. Sep 2020, at 3:52, colecmac at protonmail.com wrote:
>> you could try going to src/ui/window.c:480 and uncomment "#define ENABLE_SWRENDER".
>>
>> Hopefully that helps, but if not, we could try a debug build and run it under gdb to get a stack trace?
>
> This still crashed unfortunately. I was able to build a debug build with
> -DCMAKE_BUILD_TYPE=Debug and launch gdb, but I don't know how to use
> gdb and so I couldn't proceed. Can you explain more?
Once you have the Debug build, start gdb like this:
gdb lagrange
And then when it crashes, type in the gdb prompt:
bt
To print a backtrace. That'll show where the crash occurred.
However, I've already fixed one issue that could cause a crash at startup. It's currently in the "dev" branch, so you could alternatively do a git clone in an empty directory and try building that:
git clone --recursive https://git.skyjake.fi/skyjake/lagrange
--jaakko
More information about the Gemini
mailing list