BobWost Posted May 7, 2020 Share Posted May 7, 2020 Hi New vegas won't stop crashing when I have mods active, which is really fun for me. Would someone advise if it could be conflicting mods based on the linked image (If image to small see link https://imgur.com/a/7G5mkc9 Thanks Link to comment Share on other sites More sharing options...
dubiousintent Posted May 7, 2020 Share Posted May 7, 2020 Anytime the game "Crashes to the Desktop" (CTD) it's typically going to generate an error message in the Windows Eventlog. Please see the "Windows Error Messages" section of the wiki "How to read most Bethesda game error logs" article."NVAC - New Vegas AntiCrash" error log entries are described on the "Description" page. This an important log for "in-game" errors. Some are intended to assist mod authors; while others are there to help "you, the player" trying to resolve a problem. You are interested in the entries which are NOT automatically handled successfully by NVAC. Key entries to look for are the following "letter codes":* "e" entries are Exceptions handled specifically by NVAC's targeted code changes* "h" entries are exceptions identified Heuristically by NVAC's "global" exception handler, sometimes handled unsuccessfully.* "m" entries are "Middle of nowhere" exceptions, sometimes handled unsuccessfully.* "ñ" entries are Null instruction exceptions, sometimes handled unsuccessfully.* "n" entries are Null pointer call exceptions, sometimes handled unsuccessfully.* "o" entries are stack Overflow exceptions, usually handled unsuccessfully.* "q" entries are program self-termination information; these are effectively crashes.* "u" entries are Unhandled exceptions reported from the Unhandled Exception Filter; these are crashes (and the NVAC author wants to hear about them).* "v" entries are unhandled exceptions reported by NVAC's "global" exception handler; these are crashes.* "w" entries are informative, relaying exception information as it passes through New Vegas's final exception handler.* "x" entries are critical errors in Windows exception data; these entries should never occur.* ":" entries are output from OutputDebugString calls.* ";" entries are output from the game's own error checking.Other codes may be of interest, but are not things the player is likely to be able to resolve, They are useful for informing the author of the mod to aid them in fixing their plugin. In particular, pass along the* "_" entries are informative, relaying that NVAC was loaded and the base address of various DLLs* "!" entries are informative, relaying human-readable text for the user entries.Any error codes found in the log but not listed on the mod "Description" page should be reported to the NVAC comments page. If you are not using NVAC, then I recommend you read the entire "FNV General Mod Use Advice" article to understand the differences between this game and others you may have experience with; especially if this is your first attempt to play a modded FNV or it's been more than a year since you last did so. It is designed for someone who has never played a modded PC game before, so it tries to avoid making any assumptions, is kept "up-to-date", and covers years of "lessons learned".-Dubious- Link to comment Share on other sites More sharing options...
Recommended Posts