Microsoft Visual C++ Runtime Library - Debug Error!
I'm getting this error when I try to use xenonrecomp, it seems like it only happens when I put the addresses of setjmp and longjmp. I tried using it with the unleashed recomp files to be sure and I got this same error
Press "Repetir" and see where in the code this happens. You need to be debugging the tool to see that.
Press "Repetir" and see where in the code this happens. You need to be debugging the tool to see that.
can i ask you how can i debug the tool?
I'm getting this error when I try to use xenonrecomp, it seems like it only happens when I put the addresses of setjmp and longjmp. I tried using it with the unleashed recomp files to be sure and I got this same error
i took me 1 day of frustation just to find out that problem, in my case, i just changed the double quotes marks for single quotes mark in the config.toml for example you are using your paths in the config.toml like this "C:/projetoerro/dump/alive/default.xex" , change it for 'C:/projetoerro/dump/alive/default.xex' do it for every single path address in the config.toml, hope it works for you as well.
Buena suerte :)
unfortunately I had no luck, I ran the debugger in xenonrecomp and this message appears: "Exception thrown at 0x00007FFDD098B699 in XenonRecomp.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x000000875E6FE020. Unhandled exception at 0x00007FFDD098B699 in XenonRecomp.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x000000875E6FE020."