收到非常謝謝您的幫忙,幫忙我解決了一部份的問題但是我現在遇到了我沒看過的問題0x00007FFCEAA14F99 中 (於 showphoto.exe) 發生未處理的例外狀況: Microsoft C++ 發生例外狀況: std::bad_array_new_length (記憶體位置 0x000000982CF5F7F0)。這是在throw_bad_alloc.cpp檔裡#else // ^^^ Managed ^^^ // vvv Native vvv //__declspec(noreturn) void __CRTDECL __scrt_throw_std_bad_alloc(){throw std::bad_alloc{};}__declspec(noreturn) void __CRTDECL __scrt_throw_std_bad_array_new_length(){throw std::bad_array_new_length{};}#endif
https://i.imgur.com/bFNOkC0.jpg請問一下這個bug是什麼問題?