lxkurko

Results 15 comments of lxkurko

I had several crashes with 5.0.0 stable and 5.0.0-75 nightly, both 64-bit versions, on Windows 7. Qt5Core.dll was mentioned as the faulting module. Downgraded to 4.2.0 for now.

Yep, 0.59 seems to scale to fullscreen nicely. 0.58 wants to change the display resolution. I did some experiments and widescreen at 720x405 seems to work quite nicely. It would...

I spotted these errors when using 0.58 rc5. Local network was IPv4 only. ``` n: DNS: resolved server.az2000.de to 88.152.148.24 IPv6 n: DNS: resolved liero.1337.cx to 69.12.73.163 IPv6 [2607:fcd0:100:1903::5da2:f18e] W:...

Yes, with HASBFD off, it works.

Another problem after 0.59 was changed to compile with SDL2. Not hard to solve (install SDL2 development packages) but rather obscure as the initial error message doesn't give any information...

Information about the error with bfd.h: https://stackoverflow.com/questions/11748035/binutils-bfd-h-wants-config-h-now The hack presented there (define PACKAGE and PACKAGE_VERSION before including bfd.h) seems to work.

Update, no problems encountered with `-fstack-protector-all -fPIE -D_FORTIFY_SOURCE=2` added to both C and C++ compiler flags.

It often hangs for a very long time, several minutes at least, but longer than I'm willing to wait anyway. It happens with 0.58 at least. I haven't tested 0.59....

This has been fixed in 0.59, see commit 2a04007