The Dink Network

Reply to Re: Martridge - The DMOD Wizard

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
May 14th, 06:01 PM
goblins.gif
drone1400
Peasant He/Him Romania
C# nerd 
I am an absolute fool! I got absolutely fooled by dotnet's publish single file feature.

I foolishly thought that publishing it as single file would actually include the 7zip library too, but due to the way all of that is implemented, it actually does not embed the dll file into the exe.

So the x64 release that I had uploaded here was actually missing the 7zip.dll altogether! So the reason it wasn't working for some wasn't Windows 11 being weird, but rather me being a dumbass and "forgetting" to include the 7zip.dll file.

The reason it worked for myself and others is that when the dll was missing, it was defaulting to using the dll from 7zip's install directory in program files, but obviously this doesn't work if you don't have 7zip installed in the first place. (And maybe there was some windows 11 issue too with accessing a file from program files?...)

Either way, this should be fixed now in V0.8.3.0 which is up on github and should be approved here soon too!