-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to remove version 1.9 to update to 2.3 #422
Comments
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
<#422 (comment)>,
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 |
?? |
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): Open the i386/rom-properties.dll file in Dependencies, and take a screenshot of the DLLs it says are missing. |
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 |
.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"
The text was updated successfully, but these errors were encountered: