Page 1 of 1

Springlobby x64 builds

Posted: 22 Oct 2020, 22:31
by abma
first development version: https://springlobby.springrts.com/dl/de ... -win32.zip


i know, the -win32 prefix is wrong, in real win64 is included.


can anybody please test with windows? i only can test with wine...

Re: The end of the maintenance branch

Posted: 23 Oct 2020, 20:05
by Beherith
Throws this error for me on win 8.1 x64

Re: The end of the maintenance branch

Posted: 24 Oct 2020, 12:23
by abma
@Beherith:

i guess this is a missing dll. Can you please check springlobby.exe if a dll is missing with Dependency Walker and report back at https://github.com/springlobby/springlobby/issues/977?

@ivand:

very likely you have to compile the depending libs yourself: https://github.com/spring/spring-lxc/bl ... ic_libs.sh or add the missing libs to the linking command. Using pkgconfig for finding linking flags could fix that problem in a more generic way. For a small executable compiling the libs with no or few dependencies is better i guess.