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

Crysis Warhead crashes on launch #39

Open
vlad54rus opened this issue Feb 16, 2024 · 4 comments
Open

Crysis Warhead crashes on launch #39

vlad54rus opened this issue Feb 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@vlad54rus
Copy link

Here's the log file:
Game.log

@ccomrade
Copy link
Owner

Ahhh it crashes because it fails to load Logitech G15 display resources from CryGame (Warhead EXE). The problem is that g_hInst is null. It's not initialized because WinMain is not executed (Warhead EXE is loaded as a "DLL").

I'm amazed that you managed to find this.

@ccomrade
Copy link
Owner

Fix implemented. Could you test it? I don't have Logitech G15 here unfortunately. A rare hardware these days.

c1-launcher-v6-build-warhead.zip

@vlad54rus
Copy link
Author

vlad54rus commented Feb 19, 2024

Thanks, it runs now.

I don't have Logitech G15 here unfortunately.

Neither do i, just a Logitech G102 mouse, yet LGS keeps injecting lgLcd DLL into every process. I think i'll just remove this DLL and call it a day.

@ccomrade
Copy link
Owner

Interesting. Anyway, thanks for testing and reporting the issue. I will close this once v7 is released, so people having the same problem can find these fixed EXEs in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants