skmp / reicast-gamebugs

issue tracker for game bugs
0 stars 0 forks source link

D2 [NTSC-U] exception. #73

Open skmp opened 5 years ago

skmp commented 5 years ago

From @MrPsyMan on March 15, 2014 14:30

During the (semi-interactive) intro of the game you're greeted with this:

Unhandled exception at 0x006afcd1 in reicast.exe: 0xC0000005: Access violation writing location 0x30cefff0.

The line throwing the initial exception is 1293 in file ta_vtx.cpp : cv[1].y=sv->y2;

After that the exception mess continues elsewhere.

That's on Win x86 with dynarec enabled.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/60867717-d2-ntsc-u-exception?utm_campaign=plugin&utm_content=tracker%2F91046168&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F91046168&utm_medium=issues&utm_source=github).
flyinghead commented 5 years ago

Can't reproduce

MrPsyMan commented 5 years ago

Really? Went through the whole early gameplay and reached actual ingame?

flyinghead commented 5 years ago

yes, on my branch at least

flyinghead commented 5 years ago

But crashes on the master branch. Could be a TA overrun since they are not detected on master.

MrPsyMan commented 5 years ago

Impending merge expected...

MrPsyMan commented 5 years ago

Yet #123 still overruns. Or was that just on master too?

flyinghead commented 5 years ago

This should take care of it: https://github.com/reicast/reicast-emulator/pull/1408

MrPsyMan commented 5 years ago

Awaiting confirmation for this and #123 so we can close them.