Giter Site home page Giter Site logo

Comments (8)

timfel avatar timfel commented on June 4, 2024

(by zaphands2002)
Both sides were running Windows 7.
We also tried setting compatibility mode to winXP SP3 and SP2 which made only the host crash on the instant the player joined.

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by pali)
Can you include backtrace or something useful about crash?

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by zaphands2002)
Sure. Can you tell me how to extract it?

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by martin-gerhardy)
you have to run it in a debugger

run via:
$gdb
(gdb) run
play, after crash alt+tab to the gdb command window (cmd.exe) and type
(gdb) bt full
This will generate a backtrace that you should attach here.

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by zaphands2002)
When running "gdb wargus.exe" it says: "Program exited normally", and there's no stack even while the game is still running.
When running "gdb stratagus.exe" gdb crashes. I'm using mingw's gdb version 7.1.

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by pali)
wargus.exe only start stratagus (using exec) with correct params. But on Windows function exec does not replace current process image (like on POSIX systems), but start new process. So start directly stratagus with params:

"<path_to_gdb>\gdb.exe" --args "<path_to_stratagus>\stratagus.exe" -W -v 1 -d "<path_to_wargus>"

If you have still problem, contact me on email.

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by zaphands2002)
Correction: I meant that both players use the 2.2.5.3 32-bit version.

from stratagus.

timfel avatar timfel commented on June 4, 2024

(by pali)
Confirmed, on Ubuntu amd64 same problem, crashed too.

from stratagus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.