Erik Scholz
Erik Scholz
> SDL2 seems to work well with the engine it seems nice, good to know > but that doesn't really mean the issue should be closed IMO yes. this seems...
see #261
mingw only builds executables for windows.
got the same crash ``` #0 0x00007ffff6e6d5a6 in () at /lib/x86_64-linux-gnu/libcrypto.so.1.1 #1 0x0000555555895c75 in CryptStateOCB2::ocb_decrypt(unsigned char const*, unsigned char*, unsigned int, unsigned char const*, unsigned char*) (this=this@entry=0x7fffa002a8e0, encrypted=encrypted@entry=0x7fffa7ffd634 "...", len=606,...
> If std::vector links; is inside your draw function it should be static otherwise the link would be drawn for only one frame. I will reword this for you @Wynter-del....
I think @EssenWorkbench is referencing the example code. This is not a library bug and likely a flaw in the example code.
... or it is? which version(commit) are you running? I am running a multiple months old commit with out issues (c63f347f06f16f78249bdd0914b1bc04dabc4f0a) .
dumb question: Have you tried middle mouse button? edit: this might be related/a workaround: `ImNodes::GetIO().EmulateThreeButtonMouse.Modifier = &ImGui::GetIO().KeyAlt;`
Make sure you understand ImGui drag n drop, before applying it to ImNodes
> The newest release doesn't work with wine or proton. It just shows a black screen and plays that loud startup noise on a loop. whats your setup? bc it...