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

0xC0000008: An invalid handle was specified #3299

Open
torusrxxx opened this issue Dec 29, 2023 · 1 comment
Open

0xC0000008: An invalid handle was specified #3299

torusrxxx opened this issue Dec 29, 2023 · 1 comment
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.

Comments

@torusrxxx
Copy link
Member

When stop debugging, the 0xC0000008 exception was thrown at MODINFO::unmapFile(). This is because the fileHandle used by StaticFileUnloadW was set to 1 by ModLoad which is an invalid handle.

@torusrxxx torusrxxx added the bug The issue describes a bug. It does not mean the bug has been reproduced by a developer. label Dec 29, 2023
@mrexodia
Copy link
Member

Yes this is on purpose, when updating TitanEngine I will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.
Projects
None yet
Development

No branches or pull requests

2 participants