Results 1 to 1 of 1

Thread: Enabling Trace in the Crashlog; for detailed reporting of crashes and bugs to modders.

  1. #1

    Icon11 Enabling Trace in the Crashlog; for detailed reporting of crashes and bugs to modders.

    This is a constant question I get asked and see asked all the time, and many do not even know of its existence so I am posting this here to link to.

    Enabling Trace in the Log
    Open the "whatever.cfg" file (using a text editor like Notepad or Notepad++, all of them are free programs) in your mod folder (in "\SEGA\Medieval II Total War\mods" folder) and change the entry;


    Code:
    [log]
    to = logs/system.log.txt
    ;level = * trace
    level = * error
    to

    Code:
    [log]
    to = logs/system.log.txt
    level = * trace
    ;level = * error

    You are just swapping the ";" and saving the file. You only have to do this once. Uploading the whole log is best if you get a crash, but posting the last 50-100 lines of the log is usually good enough. If the file is very large compress (zip/rar) it before uploading.
    Last edited by alreadyded; August 09, 2015 at 08:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •