Drekavak Posted December 17, 2011 Share Posted December 17, 2011 I also had this problem using OBMM, so I downloaded FOMM and it worked beautifully. Confirmed. FOMM worked for me too. Link to comment Share on other sites More sharing options...
Daerchador Posted March 5, 2012 Share Posted March 5, 2012 and what about those of us that don't have Fallout 3/NV ? Link to comment Share on other sites More sharing options...
fms1 Posted March 5, 2012 Share Posted March 5, 2012 (edited) All the utilities listed you are supposed to have a hex code thingy with them also, but the FOMM is supposed to do it standalone, if that doesn't work try copying to somewhere like C:BSA or something with a very short file path. I have not unpacked any bsa's, but have seen this mentioned about FOMM, and had issues when unpacking 7zip files with long file paths in somewhere like "my documents". EDIT: Ninja'd Edited March 5, 2012 by fms1 Link to comment Share on other sites More sharing options...
nakoruko2 Posted May 1, 2012 Share Posted May 1, 2012 Try this: :thumbsup: You can try to fix this file:%WINDIR%\Microsoft.NET\Framework\v2.0.50727\Aspnet.config (If you're NET 1.1 user, %WINDIR%\Microsoft.NET\Framework\v1.1.4322\Aspnet.config ): Aspnet.config original like this : <?xml version="1.0" encoding="UTF-8" ?><configuration> <runtime> <legacyUnhandledExceptionPolicy enabled="false" /> <legacyImpersonationPolicy enabled="true"/> <alwaysFlowImpersonationPolicy enabled="false"/> <SymbolReadingPolicy enabled="1" /> </runtime></configuration> OK,what you have to do is add this line <gcServer enabled="false"/> It looks like: <?xml version="1.0" encoding="UTF-8" ?><configuration> <runtime> <gcServer enabled="false" /> <legacyUnhandledExceptionPolicy enabled="false" /> <legacyImpersonationPolicy enabled="true"/> <alwaysFlowImpersonationPolicy enabled="false"/> <SymbolReadingPolicy enabled="1" /> </runtime></configuration> Have a happy time ! Link to comment Share on other sites More sharing options...
taliessin Posted January 16, 2018 Share Posted January 16, 2018 Try this: http://forums.nexusmods.com/public/style_emoticons/dark/thumbsup.gif You can try to fix this file:%WINDIR%\Microsoft.NET\Framework\v2.0.50727\Aspnet.config(If you're NET 1.1 user, %WINDIR%\Microsoft.NET\Framework\v1.1.4322\Aspnet.config ): Aspnet.config original like this : <?xml version="1.0" encoding="UTF-8" ?><configuration><runtime><legacyUnhandledExceptionPolicy enabled="false" /><legacyImpersonationPolicy enabled="true"/><alwaysFlowImpersonationPolicy enabled="false"/><SymbolReadingPolicy enabled="1" /></runtime></configuration> OK,what you have to do is add this line <gcServer enabled="false"/> It looks like: <?xml version="1.0" encoding="UTF-8" ?><configuration><runtime><gcServer enabled="false" /><legacyUnhandledExceptionPolicy enabled="false" /><legacyImpersonationPolicy enabled="true"/><alwaysFlowImpersonationPolicy enabled="false"/><SymbolReadingPolicy enabled="1" /></runtime></configuration> Have a happy time !it does not work :( Link to comment Share on other sites More sharing options...
Recommended Posts