收到非常谢谢您的帮忙,帮忙我解决了一部份的问题但是我现在遇到了我没看过的问题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是什么问题?