Zinnia Posted January 28, 2011 Share Posted January 28, 2011 So, everything seems to be working fine, but 99% of the time when I am exiting the game, OBSE is hanging up. At least I presume it to be OBSE. Is there anything I can do to avoid the hang-up when exiting? Link to comment Share on other sites More sharing options...
Hickory Posted January 28, 2011 Share Posted January 28, 2011 OBSE can actually help your hang at exit problem, or more correctly these two plugins can:weOCPSFast Exit Link to comment Share on other sites More sharing options...
nosisab Posted January 28, 2011 Share Posted January 28, 2011 (edited) Normally the hang at exit is due to deadlocks most of times caused by changes in the load order against the one the game was saved before. Not always is that the cause but when it's caused by deadlock the reason is often the same, the program is trying to close something that depends on another to be closed first, commonly being reflexive and that second need something from the other to go first. So, it's not an OBSE problem at all. Other than a clear error in one of it's function, rarely is OBSE itself the cause of problems, even when a mod depending on it is the guilt. Although OBSE is a fundamental utility it is not hard to test and grant working flawless because each function is self contained. It doesn't depend on complex logic as a mod may do. I mean, each function is tested to work fine and provide the correct output if the input parameters are correct in type and range and existence. Now is all about the using mod to grant the parameters are correct and the output well used. And in this it's not different from the vanilla functions. Edited January 28, 2011 by nosisab Link to comment Share on other sites More sharing options...
Zinnia Posted January 29, 2011 Author Share Posted January 29, 2011 Oh....okay, so there is something in my load order that is causing that then. I'll have to take a look and see what I can change around. Thanks for the help. Link to comment Share on other sites More sharing options...
Recommended Posts