Skip to content
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

Open
DracoMan671 opened this issue Sep 27, 2024 · 16 comments
Open

unable to remove version 1.9 to update to 2.3 #422

DracoMan671 opened this issue Sep 27, 2024 · 16 comments

Comments

@DracoMan671
Copy link

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"
2024-09-26 20_17_21-ROM Properties Page Installer

@DracoMan671
Copy link
Author

attempting to overwrite the install gives the same error

@DracoMan671
Copy link
Author

i removed 1,9 by manually deleting the registry entries, however attempting to install 2.3 still results in this error

@Masamune3210
Copy link

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

@GerbilSoft
Copy link
Owner

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)

@DracoMan671
Copy link
Author

DracoMan671 commented Sep 27, 2024 via email

@DracoMan671
Copy link
Author

DracoMan671 commented Sep 27, 2024

nothing happens when registering the 32 bit dll, no errors. nothing
sorry it took me so long to get back to you

@DracoMan671
Copy link
Author

??

@GerbilSoft
Copy link
Owner

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.

@DracoMan671
Copy link
Author

2024-10-09 17_04_52-Dependencies (x64)
i assume its these?

@DracoMan671
Copy link
Author

incorrect checksums

@DracoMan671
Copy link
Author

been busy moving so im sorry its taken so long

@GerbilSoft
Copy link
Owner

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.

@DracoMan671
Copy link
Author

it says installed successfully now but nothing happens when i view properties

@GerbilSoft
Copy link
Owner

GerbilSoft commented Oct 14, 2024

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?

@DracoMan671
Copy link
Author

.nds rom, and rpcli shows what looks like normal rom details

@DracoMan671
Copy link
Author

specifically its mario kart DS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants