Jump to content

how do you read ksp.log files?


Recommended Posts

i have so many mods installed that they are crashing daily, for example in my latest failure AVP stopped working entirely and i would like to know what is wrong with it, do in that case what are you looking for? if a random crash were to occur what would you look for?

Link to comment
Share on other sites

You literally are just scanning the log for entries regarding errors.

Any given heavily modded instally is probably riddled with minor errors, the trick is in trying to distinguish between game crashing errors and the minor ones.

Link to comment
Share on other sites


In most cases,

$ grep -v \\\[LOG\  KSP/KSP.log | less

to filter out the worst of the noise.

This leaves mostly [WRN warnings, [ERR errors, and [EXC exceptions and helps quickly find the most serious issues. Only if that doesn't yield any results do I read the [LOG messages. Or out of pure curiosity.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...