We have a Steam curator now. You should be following it. https://store.steampowered.com/curator/44994899-RPGHQ/
Chat client updated, if you have issues using chat press CTRL + SHIFT + R to force a hard refresh.

Wabbajack UNLOCKED 4.0 β€” Modding Tools

Looking for the download?
This mod's files are on ModHQ.
Go to mod page
Share things you've made or found for games here.

Moderator: Mod Janitor

Ignore Topic
User avatar
Tqrnished
Posts: 4
Joined: Oct 4, '25

Geolocation

Post by Tqrnished »

Can you send your full wabbajack log file?
[/quote]
https://drive.google.com/file/d/1UsHv5U ... sp=sharing
here, i first got this error when downloading NEFARAM, it was a pretty big modlist, so i tried the smallest modlist in wabbajack but the same error accrued. I also tried changing the repack version (previously it was from fitgirl) but alas i got the same problem all the same. (i also got banned from Nefaram's discord server because i mentioned i have a cracked version xD)
User avatar
Rocco_101
Posts: 21
Joined: Sep 10, '25

Geolocation

Post by Rocco_101 »

loregamer wrote: ↑ October 3rd, 2025, 20:52
Rocco_101 wrote: ↑ October 3rd, 2025, 19:25
Hey, would it be possible to have the tool that Nolvus uses unlocked?
It seems that's already been made, I think. Check out this repo and report back, soldier
https://github.com/Benehiko/nolvus-automagic-downloader
I have a similar error to the one reported here on GitHub, it seems that it is not usable for now. https://postimg.cc/Cn8vRVzg
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

Wabbajack devs stalking this forum and getting forks taken down I think LOL

I guess they want more visibility on the forum than on Github. That's ok
Jingle Jangle Jingle
User avatar
Havitner
Posts: 504
Joined: Sep 20, '23
Location: Bugbear from Clover Hill

Geolocation

Post by Havitner »

loregamer wrote: ↑ October 3rd, 2025, 20:52
Rocco_101 wrote: ↑ October 3rd, 2025, 19:25
Hey, would it be possible to have the tool that Nolvus uses unlocked?
It seems that's already been made, I think. Check out this repo and report back, soldier
https://github.com/Benehiko/nolvus-automagic-downloader
Screenshot from 2025-09-17 16-21-14.png
You do not have the required permissions to view the files attached to this post.
User avatar
ElliotMogger
Posts: 3
Joined: Oct 8, '25

Geolocation

Post by ElliotMogger »

was this version supposed to work on cracked skyrim? because it doesn't for me
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

ElliotMogger wrote: ↑ October 8th, 2025, 19:20
was this version supposed to work on cracked skyrim? because it doesn't for me
What didn't work?
Last edited by loregamer on October 8th, 2025, 20:55, edited 1 time in total.
Jingle Jangle Jingle
User avatar
WatermelonBro
Posts: 2
Joined: Oct 10, '25

Geolocation

Post by WatermelonBro »

Hello, your version wabbajack crashed on mod download timeot (at least i think so). Haven't seen same problem with regukar wabba.
Here is an error:

Code: Select all

06:24:53.199 [ERROR] (Wabbajack.Installer.StandardInstaller) Download error for file Nocturnal Noir MAIN 3BA 2K-97756-1-2-1691659042.zip|System.NullReferenceException: Object reference not set to an instance of an object.
   at Wabbajack.Common.HttpExtensions.ToHttpRequestMessage(BrowserDownloadState browserState)
   at Wabbajack.Downloaders.NexusDownloader.DownloadManually(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.NexusDownloader.Download(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, Job`1 job, CancellationToken token, Nullable`1 useProxy)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, CancellationToken token, Nullable`1 proxy)
   at Wabbajack.Downloaders.DownloadDispatcher.DownloadWithPossibleUpgrade(Archive archive, AbsolutePath destination, CancellationToken token)
   at Wabbajack.Installer.AInstaller`1.DownloadArchive(Archive archive, Boolean download, CancellationToken token, Nullable`1 destination)
06:24:53.680 [ERROR] (Wabbajack.MainWindow) Uncaught error|System.Exception: Navigation error to https://www.nexusmods.com/skyrimspecialedition/mods/97756?tab=files&file_id=415703 - Timeout
   at Wabbajack.BrowserWindowViewModel.NavigateTo(Uri uri)
   at Wabbajack.UserIntervention.ManualDownloadHandler.Run(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunWrapper(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunBrowserOperation()
   at Wabbajack.MainWindowVM.HandleShowBrowserWindow(ShowBrowserWindow msg)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at Wabbajack.App.Main()
Last edited by rusty_shackleford on October 10th, 2025, 05:16, edited 1 time in total.
Reason: Format with code block
User avatar
ElliotMogger
Posts: 3
Joined: Oct 8, '25

Geolocation

Post by ElliotMogger »

even after replacing the SkyrimSE.exe and steam_api64.dll with the original files, i still get "the given key 'l5DKmmXk+og=' was not present in the dictionary.

here's the log:

Code: Select all

00:32:07.380 [ERROR] (Wabbajack.InstallationVM) The given key 'l5DKmmXk+og=' was not present in the dictionary.|System.Collections.Generic.KeyNotFoundException: The given key 'l5DKmmXk+og=' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Wabbajack.VFS.Context.<>c__DisplayClass25_0.<BackfillMissing>g__BackFillOne|2(HashRelativePath file)
   at Wabbajack.Common.IEnumerableExtensions.Do[T](IEnumerable`1 coll, Action`1 f)
   at Wabbajack.VFS.Context.BackfillMissing()
   at Wabbajack.Installer.AInstaller`1.PrimeVFS()
   at Wabbajack.Installer.StandardInstaller.Begin(CancellationToken token)
   at Wabbajack.InstallationVM.<BeginInstall>b__172_0()
00:32:13.146 [DEBUG] (Microsoft.Extensions.Http.DefaultHttpClientFactory) Starting HttpMessageHandler cleanup cycle with 2 items
00:32:13.146 [DEBUG] (Microsoft.Extensions.Http.DefaultHttpClientFactory) Ending HttpMessageHandler cleanup cycle after 0.0311ms - processed: 2 items - remaining: 0 items
Last edited by loregamer on October 11th, 2025, 04:41, edited 1 time in total.
Reason: Edited with code block
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

WatermelonBro wrote: ↑ October 10th, 2025, 05:14
Hello, your version wabbajack crashed on mod download timeot (at least i think so). Haven't seen same problem with regukar wabba.
Here is an error:

Code: Select all

06:24:53.199 [ERROR] (Wabbajack.Installer.StandardInstaller) Download error for file Nocturnal Noir MAIN 3BA 2K-97756-1-2-1691659042.zip|System.NullReferenceException: Object reference not set to an instance of an object.
   at Wabbajack.Common.HttpExtensions.ToHttpRequestMessage(BrowserDownloadState browserState)
   at Wabbajack.Downloaders.NexusDownloader.DownloadManually(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.NexusDownloader.Download(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, Job`1 job, CancellationToken token, Nullable`1 useProxy)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, CancellationToken token, Nullable`1 proxy)
   at Wabbajack.Downloaders.DownloadDispatcher.DownloadWithPossibleUpgrade(Archive archive, AbsolutePath destination, CancellationToken token)
   at Wabbajack.Installer.AInstaller`1.DownloadArchive(Archive archive, Boolean download, CancellationToken token, Nullable`1 destination)
06:24:53.680 [ERROR] (Wabbajack.MainWindow) Uncaught error|System.Exception: Navigation error to https://www.nexusmods.com/skyrimspecialedition/mods/97756?tab=files&file_id=415703 - Timeout
   at Wabbajack.BrowserWindowViewModel.NavigateTo(Uri uri)
   at Wabbajack.UserIntervention.ManualDownloadHandler.Run(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunWrapper(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunBrowserOperation()
   at Wabbajack.MainWindowVM.HandleShowBrowserWindow(ShowBrowserWindow msg)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at Wabbajack.App.Main()
Are you on a Nexus non-premium account? Investigated a bit and didn't see any changes that would've caused this on Unlocked. Guessing you got timed out for some reason. It seems like what happened was
  1. Browser navigation to Nexus page times out
  2. Manual download task returns null for browserState
  3. Line 208 attempts: browserState.ToHttpRequestMessage()
  4. NullReferenceException is thrown
Jingle Jangle Jingle
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

ElliotMogger wrote: ↑ October 10th, 2025, 09:38
even after replacing the SkyrimSE.exe and steam_api64.dll with the original files, i still get "the given key 'l5DKmmXk+og=' was not present in the dictionary.

here's the log:

Code: Select all

00:32:07.380 [ERROR] (Wabbajack.InstallationVM) The given key 'l5DKmmXk+og=' was not present in the dictionary.|System.Collections.Generic.KeyNotFoundException: The given key 'l5DKmmXk+og=' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Wabbajack.VFS.Context.<>c__DisplayClass25_0.<BackfillMissing>g__BackFillOne|2(HashRelativePath file)
   at Wabbajack.Common.IEnumerableExtensions.Do[T](IEnumerable`1 coll, Action`1 f)
   at Wabbajack.VFS.Context.BackfillMissing()
   at Wabbajack.Installer.AInstaller`1.PrimeVFS()
   at Wabbajack.Installer.StandardInstaller.Begin(CancellationToken token)
   at Wabbajack.InstallationVM.<BeginInstall>b__172_0()
00:32:13.146 [DEBUG] (Microsoft.Extensions.Http.DefaultHttpClientFactory) Starting HttpMessageHandler cleanup cycle with 2 items
00:32:13.146 [DEBUG] (Microsoft.Extensions.Http.DefaultHttpClientFactory) Ending HttpMessageHandler cleanup cycle after 0.0311ms - processed: 2 items - remaining: 0 items
I tried implementing a fix, give this a try:

πŸ“₯ Wabbajack-UNLOCKED-v3.4-BackFillOne-Test
Jingle Jangle Jingle
User avatar
WatermelonBro
Posts: 2
Joined: Oct 10, '25

Geolocation

Post by WatermelonBro »

loregamer wrote: ↑ October 11th, 2025, 04:27
WatermelonBro wrote: ↑ October 10th, 2025, 05:14
Hello, your version wabbajack crashed on mod download timeot (at least i think so). Haven't seen same problem with regukar wabba.
Here is an error:

Code: Select all

06:24:53.199 [ERROR] (Wabbajack.Installer.StandardInstaller) Download error for file Nocturnal Noir MAIN 3BA 2K-97756-1-2-1691659042.zip|System.NullReferenceException: Object reference not set to an instance of an object.
   at Wabbajack.Common.HttpExtensions.ToHttpRequestMessage(BrowserDownloadState browserState)
   at Wabbajack.Downloaders.NexusDownloader.DownloadManually(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.NexusDownloader.Download(Archive archive, Nexus state, AbsolutePath destination, IJob job, CancellationToken token)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, Job`1 job, CancellationToken token, Nullable`1 useProxy)
   at Wabbajack.Downloaders.DownloadDispatcher.Download(Archive a, AbsolutePath dest, CancellationToken token, Nullable`1 proxy)
   at Wabbajack.Downloaders.DownloadDispatcher.DownloadWithPossibleUpgrade(Archive archive, AbsolutePath destination, CancellationToken token)
   at Wabbajack.Installer.AInstaller`1.DownloadArchive(Archive archive, Boolean download, CancellationToken token, Nullable`1 destination)
06:24:53.680 [ERROR] (Wabbajack.MainWindow) Uncaught error|System.Exception: Navigation error to https://www.nexusmods.com/skyrimspecialedition/mods/97756?tab=files&file_id=415703 - Timeout
   at Wabbajack.BrowserWindowViewModel.NavigateTo(Uri uri)
   at Wabbajack.UserIntervention.ManualDownloadHandler.Run(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunWrapper(CancellationToken token)
   at Wabbajack.BrowserWindowViewModel.RunBrowserOperation()
   at Wabbajack.MainWindowVM.HandleShowBrowserWindow(ShowBrowserWindow msg)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at Wabbajack.App.Main()
Are you on a Nexus non-premium account? Investigated a bit and didn't see any changes that would've caused this on Unlocked. Guessing you got timed out for some reason. It seems like what happened was
  1. Browser navigation to Nexus page times out
  2. Manual download task returns null for browserState
  3. Line 208 attempts: browserState.ToHttpRequestMessage()
  4. NullReferenceException is thrown
Yes, i don't have premium. Yesterday connection to nexus was complete garbage: Wabba failed to download most of big mods(1gb+).
Still, could be cool if you fixed it.
User avatar
ElliotMogger
Posts: 3
Joined: Oct 8, '25

Geolocation

Post by ElliotMogger »

I did and it worked, Thank you so much man i wish you the best. i'm curious what was the issue and how did you fix it?
Last edited by loregamer on October 11th, 2025, 15:15, edited 1 time in total.
Reason: Fix quote
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

ElliotMogger wrote: ↑ October 11th, 2025, 15:07
I did and it worked, Thank you so much man i wish you the best. i'm curious what was the issue and how did you fix it?
I missed a spot in the PrimeVFS step where VFS tries to backfill file structure for ALL known files, including those from missing game archives. Then the KeyNotFoundException error happened because the game archive hash isn't in _knownArchives. I just added this and made it so the installation continues

Image

Will update to v3.5 today with the fix. Thanks for testing
Last edited by loregamer on October 11th, 2025, 15:19, edited 1 time in total.
Jingle Jangle Jingle
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

UPDATE


πŸ“₯ v3.5



Fixed an error in the Prime VFS process where installation would fail if you were missing game files
Jingle Jangle Jingle
User avatar
Wolverines
Posts: 68
Joined: Jul 20, '25

Geolocation

Post by Wolverines »

ElliotMogger wrote: ↑ October 8th, 2025, 19:20
was this version supposed to work on cracked skyrim? because it doesn't for me
The crack should be placed only after a modpack has been installed.

I have instructions for cracking several modpacks on another forum.
https://cs.rin.ru/forum/viewtopic.php?f=14&t=151409
Hopefully I'm not breaking any rules. I looked and didn't see anything regarding links elsewhere. An account may be needed to see some links.
Last edited by Wolverines on October 12th, 2025, 23:57, edited 2 times in total.
User avatar
finder
Posts: 5
Joined: Oct 15, '25

Geolocation

Post by finder »

I can't figure something out.
Wabbajack stubbornly refuses to finish downloading two large archives from the Nexus. It keeps stopping. For two days now, even if I download them manually and upload them under the same names, Wabba still considers them not downloaded.
How can I download them manually using _cli.exe? Basically, so Wabbajack thinks it downloaded them.

But the worst part is that it checks all the archives from scratch each time, without marking what's checked and what isn't.
Last edited by finder on October 15th, 2025, 10:30, edited 1 time in total.
User avatar
Wolverines
Posts: 68
Joined: Jul 20, '25

Geolocation

Post by Wolverines »

finder wrote: ↑ October 15th, 2025, 10:29
I can't figure something out.
Wabbajack stubbornly refuses to finish downloading two large archives from the Nexus. It keeps stopping. For two days now, even if I download them manually and upload them under the same names, Wabba still considers them not downloaded.
How can I download them manually using _cli.exe? Basically, so Wabbajack thinks it downloaded them.

But the worst part is that it checks all the archives from scratch each time, without marking what's checked and what isn't.
You should be able to manually download any missing mods outside of Wabbajack Unlocked, and drop them in your modpack's downloads folder, then restart Wabbajack Unlocked. It will hash the files and then resume any remaining downloads before continuing with the install process.
Last edited by Wolverines on October 15th, 2025, 15:22, edited 1 time in total.
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

Wolverines wrote: ↑ October 12th, 2025, 23:55
ElliotMogger wrote: ↑ October 8th, 2025, 19:20
was this version supposed to work on cracked skyrim? because it doesn't for me
The crack should be placed only after a modpack has been installed.

I have instructions for cracking several modpacks on another forum.
https://cs.rin.ru/forum/viewtopic.php?f=14&t=151409
Hopefully I'm not breaking any rules. I looked and didn't see anything regarding links elsewhere. An account may be needed to see some links.
Lemme know if there’s anything I can implement or do to make the process easier for piratebros
Jingle Jangle Jingle
User avatar
finder
Posts: 5
Joined: Oct 15, '25

Geolocation

Post by finder »

ok i also try one day more))
1. two files not donwloaded from nexus via wabba
2. i download manually from nexus, (but have other filename endong
3. i copy and replace this file to /download/ with correct filename (i see corrupted arch filename)
4. startinstall (set no checjing hash)

p.s. how possible, when i download manually - one file name, when wabba download other filename ?
for example: mod name Diverse 4thUnknown Dragons, when download manual i have this filename: "D4D Textures - High Res-146462-1-1-1744689928"
when wabba donwload this: "Diverse 4thUnknown Dragons-146462-1-0-1744584351.7z"

X. And, when install have this error: (i test this arch with zip in windows - no error) but ..
β–Ί Show Spoiler
Last edited by finder on October 16th, 2025, 10:20, edited 4 times in total.
User avatar
Wolverines
Posts: 68
Joined: Jul 20, '25

Geolocation

Post by Wolverines »

finder wrote: ↑ October 16th, 2025, 08:36
ok i also try one day more))
1. two files not donwloaded from nexus via wabba
2. i download manually from nexus, (but have other filename endong
3. i copy and replace this file to /download/ with correct filename (i see corrupted arch filename)
4. startinstall (set no checjing hash)

p.s. how possible, when i download manually - one file name, when wabba download other filename ?
for example: mod name Diverse 4thUnknown Dragons, when download manual i have this filename: "D4D Textures - High Res-146462-1-1-1744689928"
when wabba donwload this: "Diverse 4thUnknown Dragons-146462-1-0-1744584351.7z"

X. And, when install have this error: (i test this arch with zip in windows - no error) but ..
Looks like you are having file corruption issues. Only thing you can do is keep re-downloading a file until Wabbajack accepts it.

As for the differing filenames, there are many pages on Nexus that have multiple different files. You clearly are not downloading the correct file. Inspect your log files closely for the Nexus filename of the mod(s) in question, and look them up on Nexus, using the mod ID number in the filename. You might also find the exact url for that specific file in the log. If so, use it, as many modpacks use archived files that are not directly available without a direct url.

Do NOT turn off hash checking in WJ Unlocked. It's there for a reason. Modpacks require specific versions of mods to work. Without the correct files, installation will fail.
Last edited by Wolverines on October 16th, 2025, 15:08, edited 1 time in total.
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

finder wrote: ↑ October 16th, 2025, 08:36
p.s. how possible, when i download manually - one file name, when wabba download other filename ?
for example: mod name Diverse 4thUnknown Dragons, when download manual i have this filename: "D4D Textures - High Res-146462-1-1-1744689928"
when wabba donwload this: "Diverse 4thUnknown Dragons-146462-1-0-1744584351.7z"
Here's a link to the mod download you need:
https://www.nexusmods.com/skyrimspecial ... _id=617013
Jingle Jangle Jingle
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

UPDATE


πŸ“₯ v3.6



Archives table will now open a direct download link to the archive, not just the mod page

Image

Image
Jingle Jangle Jingle
User avatar
loregamer
Site Moderator
Posts: 5062
Joined: Dec 3, '23

Geolocation

Post by loregamer »

I think I consider WJ Unlocked my most important mod project
Jingle Jangle Jingle
User avatar
Rocco_101
Posts: 21
Joined: Sep 10, '25

Geolocation

Post by Rocco_101 »

loregamer wrote: ↑ October 16th, 2025, 16:04
I think I consider WJ Unlocked my most important mod project
Thanks for the hard work, it works like a charm ;-)
User avatar
potato
Posts: 2
Joined: Oct 17, '25

Geolocation

Post by potato »

man i made this account just to thank you because i could not made the WJ work with a ORIGINAL COPY from gog on linux, i tried everything i found and the only response i got from devs was "join the discord bro", these WJ morons making everything worse to be 100% sure you give 10$ to the biggest corporation in the world is so ******* maddening. but anyway thanks loregamer you are the king πŸ‘‘
User avatar
wellmint
Posts: 1
Joined: Oct 17, '25

Geolocation

Post by wellmint »

Hey @loregamer

Bit long but
Made an account just to say thank you. Your tool is everything Wabbajack should have been. For years I stopped playing Skyrim because modding it is annoying, but using Wabbajack grew more and more frustrating with all kinds of errors and the snooty nose attitude of the WJ Discord team. I particularly always had issues with the data_cc files which miraculously Wabbajack Unlocked never had a problem with, how curious that.
I never really understood why Skyrim modders are so ravenous about protecting Bethesda's money milking scheme, so it's nice seeing someone who can make a change for once.

Again, thank you so much for your work.
User avatar
jdcp
Posts: 355
Joined: Oct 17, '25

Geolocation

Post by jdcp »

Hi :bounce: just made an account to say this, as the fella before me, and I second what he said.

Yall or you, whover it is, are doing god's work with this one. Currently installing a modlist for Skyrim (a game I played back in 2017 with the SE, and didn't like just like I did back in the ps3 days), but decided to now in 2025 give it another try this time with mods that look pretty cool and with Morrowind vibes (only reason I ever said I like TES). And I am in no way gonna pay a stupid page that simply HOSTS (not makes) mods, a website that BTW most reputable mod makers I've ever met in internet have left due to how predatory and ****** it is, much less buy a game I've already owned twice and been disappointed with twice too :broken:

If I like this playthrough with the Lost Legacy modlist I'm definitely buying it for christmas, or at least donating to whoever made the best mods in that list and ofc the author. It's not that I don't have the money for it, I just find it disrespectfully to buy the game ******* game over and over again. The balls Bethesda has to rerelease this MY GOD!!!!

Might be a hot take, but none of these people deserve our money, much less Bethesda which seems the authors of this program cater to, or dare I say, suck their balls. Someone might inform me better on this, in which case let me properly ask, why they do this? They're modders, one of us for **** sake! They should be aiding us not regurgitating in Bethesda's septic cesspool!!! They're worse than snitchers, they're the scum of modern society.

anyway, **** em:
Image

And thanks, really, thanks!!! :roll:
User avatar
jdcp
Posts: 355
Joined: Oct 17, '25

Geolocation

Post by jdcp »

loregamer wrote: ↑ September 20th, 2025, 20:04
Not entirely true. It seems like it has functionality that checks that the game is valid and contains DLLs from official sources. Mod Organizer 2 also prevents launch for Skyrim VR if the SkyrimVR.cdx file exists in the folder at all.
Ah, I don't get why this have changed so much, in the old days before Nexus was a mainstream thing we could download whatever we wanted and make it work right out of the box.

It all went downhill after SE, really, a shame. Seriously, where did these people come from? Who asked for them? Who needs them? WHO CAN BEAR THEM???? :mad:
User avatar
jdcp
Posts: 355
Joined: Oct 17, '25

Geolocation

Post by jdcp »

Wolverines wrote: ↑ September 21st, 2025, 04:38
I use the same username and avatar on cs.rin.ru. When you find one of my posts or my profile, check my signature. There's a link to my Mediafire where you will find the clean Steam files for Skyrim AE, as well as cracks, all CC mods, and a lot more. Some files are passworded with cs.rin.ru's standard forum pw to prevent Mediafire from flagging files.
Yes yes, I've seen you there, in fact my Skyrim is from that forum. Thanks man :roll:

EDIT: Sorry if I clogged up the chat a bit, this verification thing made me post my afterthoughts this way until I realized you could edit... :dice:
Last edited by jdcp on October 17th, 2025, 07:22, edited 1 time in total.
User avatar
loriANS
Posts: 4
Joined: Sep 18, '25

Geolocation

Post by loriANS »

potato wrote: ↑ October 17th, 2025, 02:13
man i made this account just to thank you because i could not made the WJ work with a ORIGINAL COPY from gog on linux, i tried everything i found and the only response i got from devs was "join the discord bro", these WJ morons making everything worse to be 100% sure you give 10$ to the biggest corporation in the world is so ******* maddening. but anyway thanks loregamer you are the king πŸ‘‘
So it appears to be working with linux.

You wanna blame nexusmods that control the monopoly of mods.