Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Console version crashes on startup on Windows NT 3.10 when built with Visual C++ 1.0 #163

Open
Tracked by #164
davidrg opened this issue Feb 6, 2023 · 0 comments
Labels
Milestone

Comments

@davidrg
Copy link
Owner

davidrg commented Feb 6, 2023

When built with Visual C++ 1.0 32-bit edition, the console version of CKW (cknker.exe) crashes on startup when run on Windows NT 3.10. The GUI version (k95g.exe) works fine, as do builds of cknker.exe produced by Visual C++ 2.0.

The crash seems to happen in another thread which exists as soon as we enter the main function so its not a thread being created by CKW. If you prevent the screen update thread from starting cknker.exe doesn't crash (but it also doesn't update the screen), so the screen update thread is probably related. As the GUI version doesn't crash the issue might be related to how the Windows NT console window is being updated?

@davidrg davidrg added the bug label Feb 6, 2023
@davidrg davidrg mentioned this issue Feb 6, 2023
4 tasks
@davidrg davidrg added this to the Final Release milestone Jul 5, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant