Jump to content

System.OutOfMemoryException


Aravitz90210

Recommended Posts

  • 2 months later...

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
Link to comment
Share on other sites

  • 1 month later...

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

  • 5 years later...

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

  • Recently Browsing   0 members

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