XenonRecomp icon indicating copy to clipboard operation
XenonRecomp copied to clipboard

Microsoft Visual C++ Runtime Library - Debug Error!

Open derlineUn opened this issue 8 months ago • 4 comments

Image

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

link to config.toml

derlineUn avatar Mar 27 '25 17:03 derlineUn

Press "Repetir" and see where in the code this happens. You need to be debugging the tool to see that.

blueskythlikesclouds avatar Mar 27 '25 17:03 blueskythlikesclouds

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?

derlineUn avatar Mar 27 '25 17:03 derlineUn

Image

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

link to config.toml

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 :)

ENEMY345 avatar Mar 28 '25 02:03 ENEMY345

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."

derlineUn avatar Mar 28 '25 13:03 derlineUn