Reporting Problem: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
Line 22: Line 22:
start tdm, install a mission (for example trainingsmission and quit.  
start tdm, install a mission (for example trainingsmission and quit.  
     tdm.exe +map training_mission +condump mylog2.txt +quit
     tdm.exe +map training_mission +condump mylog2.txt +quit
To create a log with some arguments and loading a mission
    tdm.exe +developer 1 +set logfile 2 +map training_mission

Revision as of 11:06, 20 March 2017

Introduction

Doesnt run TDM on your system, when your start TDM and get errors. There are several ways to analyse these problems.

Creating Logs

one of the ways are creating Logs. TDM places a logfile in his application folder, named darkmod.log. This plaintext textfile can be opened with your favorite texteditor.

To create a log, open your command prompt (terminal, etc) and navigate to your darkmod folder. From there, call your call tdm executable with several arguments.

   tdmexecutable +<argument>

(for the following examples, we use the tdm-executable for windows)

To start tdm, create a log named, mylog.txt, and quit tdm.

   tdm.exe +condump mylog.txt +quit

For videoproblems: start tdm, ask for grapicsinfo, save to log and quit

   tdm.exe +gfxinfo +condump mylog.txt +quit

For starting a mission: start tdm, install a mission (for example trainingsmission and quit.

   tdm.exe +map training_mission +condump mylog2.txt +quit

To create a log with some arguments and loading a mission

   tdm.exe +developer 1 +set logfile 2 +map training_mission