Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Queue

Uploaded by

Queued

Virus scan

Some manually verified files

About this mod

Simple mechanism to apply Sheson`s memory allocation enlargement patch.

Requirements
Permissions and credits
Changelogs
Donations
Yes, a handful of anti-viruses flip out over version 1.6.0.0/1.7.0.0/1.8.0.0 and claim there's detection of something bad; there's no virus, just incompetent anti-viruses. Reporting to your faulty anti-virus company about said false positive can help them improve their product.
You can track anti-virus competence at:
https://www.virustotal.com/en/file/8bcfe4f27e4a13a03bb3873e6ec6c18826ffcd375806494ac01e195ae52bbae3/analysis/

See the following links for more details about Sheson's memory allocation patch:
http://enbseries.enbdev.com/forum/viewtopic.php?f=13&t=2729
http://forums.bethsoft.com/topic/1484719-psa-a-new-memory-fix-ilsctd-alternative-to-safety-load/
http://forums.bethsoft.com/topic/1485263-shesons-memory-fix-ctdils-thread-2/
http://www.nexusmods.com/skyrim/mods/50471/?

SKSE now has support to adjust these memory allocation parameters:
http://skse.silverlock.org/

This implements Sheson's memory allocation patch. If you're using one of the unofficial modified SKSE DLL files, you need to revert back to the official SKSE files otherwise SSME won't do anything. If you're using the new build of SKSE that has support for changing the memory allocation values, you don't need SSME.

Simply put d3dx9_42.dll and ssme.ini in your Skyrim folder (the same place TESV.exe is located).

If it loads, it will create ssme.log in your Skyrim folder.

If it works, ssme.log will contain:
SSME v. 01080000
parsing INI file
address 004BD832 patched from 6086290F to 6086110F
address 00687E89 patched from 00000200 to 00000300
address 00A4E6BF validated as 10000000
parsing finished

Thanks to MongoMonk for helping me test this and to Sheson for making his find public.

Frequently Asked Questions:

Q: What does this do?
A: Sheson discovered that if you make Skyrim allocate more memory initially, it prevents crashes that occur later when that first allocated chunk runs out and Skyrim allocates a second chunk. SSME aims to be a very simple way to patch Skyrim so it allocates more memory.

Q: What is GiveFirstBornToSheson=1 in ssme.ini?
A: Me paying homage to Sheson, as should you. He's the reason Skyrim's stability is improved. Technically that setting does absolutely nothing.

Q: I have X amount of RAM, will this help me?
A: The short answer is: yes.
The long answer is: how much RAM you have isn't a factor; Windows uses a paged virtual memory system.

Q: Does this conflict with d3d9.dll-based mods (like ENB)?
A: No. While the file names look similar, d3dx9_42.dll is not d3d9.dll.

Q: I'm still crashing.
A: SSME is simply increasing the size of the first large memory allocation Skyrim makes (well, and changing an aligned mov instruction to an unaligned mov); there are plenty of other problems that can make Skyrim crash than the one that SSME affects.

Q: I get the following Windows error message when trying to launch Skyrim after installing SSME:
The procedure entry point D3DX9_43.#148 could not be located in the dynamic link library d3dx9_42.dll.
A: Somehow you don't have the final version of DirectX 9 installed. It doesn't matter if you have DirectX 11 (or 10); they're independent of each other. Get the DirectX 9 installer from Microsoft here:
http://www.microsoft.com/en-us/download/details.aspx?id=8109

Q: I'm getting the following error message in ssme.log:
address 00687E89 unexpectedly 00000300, aborting
A: That means Sheson's memory patch is already being applied by something other than SSME, and SSME is simply aborting. Note that 00000300 could be some other number.

Q: I'm getting the following error message in ssme.log:
address 004BD832 unexpectedly 6086110F, aborting
A: That means Sheson's memory patch is already being applied by something other than SSME, and SSME is simply aborting.

Q: I'm getting the following error message in ssme.log:
address 004BD832 unexpectedly 50246C3B, aborting
A: That means you ran Skyrim's Creation Kit more recently than Skyrim. While the Creation Kit also loads d3dx9_42.dll, SSME aborts patching because it's not the right program. Run Skyrim then check ssme.log.

Q: Why does this set off some anti-viruses?
A: Someone who decides anti-virus detection heuristics decided that a DLL that forwards more than ~200 exports was suspicious. Not every anti-virus uses this heuristic, but a handful of them do. In theory, SSME could have its forwarded exports chopped down to only exactly what Skyrim (and the Creation Kit) needs to work, but seeing as d3dx9_42.dll has 329 exports, and it's hard to know exactly which of them Skyrim uses (beyond the 18 that Skyrim directly imports in its IAT), I'm not jumping at the chance to introduce problems into SSME. The actual solution is people need to report the flaw in the AV heuristic to the AV company so the AV company can fix it.

Q: How do I uninstall SSME?
A: Delete d3dx9_42.dll, ssme.ini and ssme.log from your Skyrim folder.

Changelog:

1.8.0.0
- Fixed an erroneous log entry.
- Added more examples and clearer instructions to ssme.ini.
- Improved log output.

1.7.0.1
- Minor change to default ssme.ini. If 1.7.0.0 works for you, no need to re-download.

1.7.0.0
- Slight change to patch mechanism; the original wasn't working for some users.

1.6.0.0
- Added all 329 d3dx9 imports. This fixes a RaceMenu bug, but makes anti-viruses flip out.

1.5.0.0
- More verbose logging output.

1.4.0.0
- Initial public release.