Open C0rn3j opened 6 years ago
Did you happen to stumble upon a solution? I'm seeing the same with Proton 5.
I'm assuming that the moduleBase
calculation turns up with a non-sensical value for some reason, given that allocation for the "branch trampoline" works which is just before that. Unfortunately, as far as I can see there is no good way to compile this project without having a Window with a full-blown Visual Studio available, which I don't. So I can't really test it.
Unfortunately, as far as I can see there is no good way to compile this project without having a Window with a full-blown Visual Studio available
It's not too hard to grab the W10 ISO, install in trial mode on a VM with trial VS if you wanted to.
I did not find a solution, I just didn't use the mod iirc.
Before I forget again, this is an oddity in how Windows handles the memory of the game/a dll which is not reproduced in WINE. Patches are being discussed.
i've discovered a fix for the dreaded couldn't allocate trampoline, no free space before image error. To fix it you need to move SkyrimUncapper.dll from SKSE/Plugins to DLLPlugins.
i've discovered a fix for the dreaded couldn't allocate trampoline, no free space before image error. To fix it you need to move SkyrimUncapper.dll from SKSE/Plugins to DLLPlugins.
Are you sure? I can't preproduce this. Moving the plugin to that other directory means it is not loaded anymore by SKSE, at least I can't see anything in the log regarding that. I tried the following:
Skyrim
|-Data
| \-SKSE
| |-DLLPlugins
| | \-SkyrimUncapper.dll
| \-Plugins
| \-other plugin DLLs
\-skse64_loader.exe
And
Skyrim
|-Data
| |-DLLPlugins
| | \-SkyrimUncapper.dll
| \-SKSE
| \-Plugins
| \-other plugin DLLs
\-skse64_loader.exe
But in neither case it seems that SKSE is loading Uncapper at all, at least there's not info the logs.
Ya, skse isn't loading it, the dll loader is. (you need a dll loader, like the one that comes with SSE engine fixes).
On Tue, Nov 9, 2021, 11:11 PM RobertZenz @.***> wrote:
i've discovered a fix for the dreaded couldn't allocate trampoline, no free space before image error. To fix it you need to move SkyrimUncapper.dll from SKSE/Plugins to DLLPlugins.
Are you sure? I can't preproduce this. Moving the plugin to that other directory means it is not loaded anymore by SKSE, at least I can't see anything in the log regarding that. I tried the following:
Skyrim |-Data | -SKSE | |-DLLPlugins | | -SkyrimUncapper.dll | -Plugins | -other plugin DLLs -skse64_loader.exe
And
Skyrim |-Data | |-DLLPlugins | | -SkyrimUncapper.dll | -SKSE | -Plugins | -other plugin DLLs -skse64_loader.exe
But in neither case it seems that SKSE is loading Uncapper at all, at least there's not info the logs.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kassent/SkyrimUncapper/issues/1#issuecomment-964547329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXHJKWSPU6M4OWYMMMMLSTULGFA7ANCNFSM4F3LM7YQ .
I've also discovered a few more things: Use the fixed version from nexus, it loads more often than the regular version does. Make sure to have a copy of your ini in both DLLPlugins and skse/Plugins, cause it seems to read from one and write to the other.
On Tue, Nov 9, 2021, 11:30 PM Mony Armenchev @.***> wrote:
Ya, skse isn't loading it, the dll loader is. (you need a dll loader, like the one that comes with SSE engine fixes).
On Tue, Nov 9, 2021, 11:11 PM RobertZenz @.***> wrote:
i've discovered a fix for the dreaded couldn't allocate trampoline, no free space before image error. To fix it you need to move SkyrimUncapper.dll from SKSE/Plugins to DLLPlugins.
Are you sure? I can't preproduce this. Moving the plugin to that other directory means it is not loaded anymore by SKSE, at least I can't see anything in the log regarding that. I tried the following:
Skyrim |-Data | -SKSE | |-DLLPlugins | | -SkyrimUncapper.dll | -Plugins | -other plugin DLLs -skse64_loader.exe
And
Skyrim |-Data | |-DLLPlugins | | -SkyrimUncapper.dll | -SKSE | -Plugins | -other plugin DLLs -skse64_loader.exe
But in neither case it seems that SKSE is loading Uncapper at all, at least there's not info the logs.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kassent/SkyrimUncapper/issues/1#issuecomment-964547329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXHJKWSPU6M4OWYMMMMLSTULGFA7ANCNFSM4F3LM7YQ .
Using wine-staging-git (3.18 atm), DXVK (0.81 I believe), and Skyrim SE version of the mod, I can't get it running. (I tried by giving myself AdvSkill and max I could get is skill lvl 100 despite having the Ordinator preset installed)
I found a log from the mod:
I wonder if this issue is on WINE's side?