Jump to content
The Dark Mod Forums

DavyJones

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation

2 Neutral

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am not sure is my issue a really bug, but... I post it any way: after git pull and compiling still get 3.8.0.... in About menu however git pulling (and git log) show me switching to 3.9.0 ver in include/version.h: #ifdef HAVE_CONFIG_H #include <config.h> #define RADIANT_VERSION PACKAGE_VERSION #else #define RADIANT_VERSION "3.9.0" #endif but config.h have 3.8.0... which take versions from @CMAKE_PROJECT_VERSION@ which was set to 3.8.0 in CMakeLists.txt so it's looks like CMakeLists.txt was forgotten to update Again! sorry if its false alarm 0:-) P.S. I am on linux
  2. Yeah, all seems work now, thx! I start several times and all looks pretty good
  3. As for me: If I start mission and do nothing and even dont touch a mouse - crash after 1.5 sec. If I do something, for example just rolling a mouse or walk back/forward - all seems ok
  4. Well, it all very weird! first attempt: I launch DM under gdb (dgb ./thedarkmod.x64) and... its works like a charm I leave start tunnels, quicksave and relaunch without gdb - all good second attempt: I launch all the same under gdb and now it fail but backtrace say nothing helpful: But! I notice that on the first attempt game show me text message (suppose my current location in term of this mission) and I found this in log: So I believe that this issue fire when game try to show this first start message
  5. I also confirm. Same on my linux x64 and DM 2.11... about 1.5 sec and segfault
×
×
  • Create New...