HughJanus 244 Posted April 29, 2020 Share Posted April 29, 2020 (edited) 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, 2020 by HughJanus Quote Link to comment Share on other sites More sharing options...
LMS 674 Posted April 29, 2020 Share Posted April 29, 2020 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. 1 Quote Link to comment Share on other sites More sharing options...
HughJanus 244 Posted April 29, 2020 Author Share Posted April 29, 2020 Thank you. Quote Link to comment Share on other sites More sharing options...
Victoriaoster 0 Posted March 25, 2021 Share Posted March 25, 2021 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.