Jump to content

Recommended Posts

Posted
  On 12/7/2011 at 3:14 AM, snufflesms99 said:

I also had this problem using OBMM, so I downloaded FOMM and it worked beautifully.

 

Confirmed. FOMM worked for me too.

  • 2 months later...
Posted (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 by fms1
  • 1 month later...
Posted

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 !

  • 5 years later...
Posted
  On 5/1/2012 at 6:02 AM, nakoruko2 said:

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 :(

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...