Open filux opened 8 years ago
on 5366 d1d5780 possible to reproduce but a bit harder, few minutes to crash even during changing options
on 5409 d6dbb18 possible to reproduce, in the console new is this:
** #2 Socket peek error for sock = -1 err = -1 lastSocketError = 54 mustGetData = 0
** Disconnecting sock = -1
54 is connection reset by peer
perhaps try this with --verbose and capture all console then paste the console + log contents
Crash was very fast, looks like even before that ** #2 Socket peek error ...
, on eye end of the logs are odd, but they are really full (checked number of lines).
$ ./megaglest --verbose 2>&1 > verbose.log
Illegal instruction: 4
4634 lines:
and again classic "crash report" which fits to those logs:
./megaglest --headless-server-mode=vps,exit --verbose 2>&1 > verbose.log
Illegal instruction: 4
2902 lines:
headless.log:
=========================================
Headless Server Current Game information:
=========================================
Total Slot Count: 0
=========================================
5311 6eb7a1e In the console "very useful" ;) information:
Illegal instruction: 4
When I choose host and not touch anything then crash is after few minutes, but when I try change player settings e.g. set CPU opponents then crash is just after starting doing this.