You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: