Posted April 29, 20205 yr I am currently trying some new stuff and have added a bunch of code. Sometimes the scripthook crashes and only says that my asi has crashed. Is there a way to write the error into a file (with some information like the line in which it occurred or the method)? In java you can print the stack trace into a file, but I am not savvy enough in C++ to do so. I have tried a try/catch on the main method and using cout or ofstream to write the exception (exception.what()) into an existing file, but it didnt work. Any help would be much appreciated. Edited April 30, 20205 yr by HughJanus
April 29, 20205 yr You could try installing your own exception filter (https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter) and see if that catches your crashes. Generally speaking C++ does not out of the box provide you with a nice stack trace combined with debug information like Java does.
March 25, 20214 yr If your script-book is crashing then you should install some libraries. If still you are facing issues then increase the specs or https://www.rushmyessay.com/essay-writing-help/ ask for help from them as they have many IT experts.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.