Open DracoMan671 opened 1 month ago
attempting to overwrite the install gives the same error
i removed 1,9 by manually deleting the registry entries, however attempting to install 2.3 still results in this error
Future reference, both x86 and x64 versions are installed because programs can only use the version that matches their architecture, aka, 32-bit programs need the 32-bit version, and 64-bit programs need the 64-bit version
3228369022 (or 0xc06d007e) is "module not found". This means one of the dependent DLLs wasn't found for some reason.
What happens if you try running REGSVR32 on rom-properties.dll manually? (in both the i386 and amd64 directories)
It says its successfully registered but i see no change in windows Explorer when selecting properties
On Fri, Sep 27, 2024, 3:10 AM GerbilSoft @.***> wrote:
3228369022 (or 0xc06d007e) is "module not found". This means one of the dependent DLLs wasn't found for some reason.
What happens if you try running REGSVR32 on rom-properties.dll manually? (in both the i386 and amd64 directories)
— Reply to this email directly, view it on GitHub https://github.com/GerbilSoft/rom-properties/issues/422#issuecomment-2378557655, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHBIPD7DTGYVHIQMGLJZTGDZYUAHNAVCNFSM6AAAAABO6CYQHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZYGU2TONRVGU . You are receiving this because you authored the thread.Message ID: @.***>
nothing happens when registering the 32 bit dll, no errors. nothing sorry it took me so long to get back to you
??
Some DLL that's needed by the i386 version of rom-properties.dll is missing, and I'm not sure which one.
You can use the Dependencies tool (it's an updated version of Dependency Walker): https://github.com/lucasg/Dependencies
Open the i386/rom-properties.dll file in Dependencies, and take a screenshot of the DLLs it says are missing.
i assume its these?
incorrect checksums
been busy moving so im sorry its taken so long
That looks like those two files (i386/zlib1.dll and i386/romdata-4.dll) somehow got corrupted...
Try redownloading v2.3. I checked the GitHub download and it appears to be intact.
it says installed successfully now but nothing happens when i view properties
What sort of file are you attempting to view? Does it show any useful output if you use the rpcli
command line tool to view the file in Command Prompt?
.nds rom, and rpcli shows what looks like normal rom details
specifically its mario kart DS
attempting to uninstall creates an error message for regsvr32 for the i386 dll (which shouldnt even be installed because i am on a 64 bit system) "unknown exit code: 3228369022"