Closed GoogleCodeExporter closed 9 years ago
Without a stacktrace I won't be able to help you (it already difficult with
one).
Ask your distribution to provide a debug package (or to not strip the symbol).
Original comment by gregory....@gmail.com
on 31 Jan 2014 at 7:53
Yeah sure.It's just hard to reproduce and at the time I only had it compiled
without debug symbols.Just wanted to open up a bug report so other people could
maybe find the little knowledge that would be gathered here and post their
stacktraces here
Original comment by blackhua...@gmail.com
on 31 Jan 2014 at 2:53
[deleted comment]
I'm still a noob using GDB... if you need bt full, let me know... (tried to get
one, but I didn't see the end of it...)
This was doing making gdb attach into the process and switching to the MTGS
thread.
Reproduction?
I use a PS2 controller with Twin Joystick USB adapter. I booted up MGS 3, when
I got into the forest area I pressed R2 and the crash happened.
Original comment by allen...@gmail.com
on 4 Feb 2014 at 4:14
Attachments:
@allenskd,
What is your GPU and driver?
Original comment by gregory....@gmail.com
on 4 Feb 2014 at 7:44
Hum it seems to be an aligment issue. Normally storrent parameter must be 16
Bytes aligned whereas dst is only 8 bytes aligned. Dst is generated by
glMapBufferRange which is normally 64 bytes aligned but it is only guarantee
for GL4.2!!!! Seriously they could have put it in GL1.
#13 storent (size=216, src=0xeaa3b220, dst=0xd8eb7ed8) at
/media/sf_pcsx2-read-only/plugins/GSdx/GSVector.h:1864
Original comment by gregory....@gmail.com
on 4 Feb 2014 at 8:16
allenskd, can you test the attached patch?
Original comment by gregory....@gmail.com
on 5 Feb 2014 at 8:04
Attachments:
I commit the patch on latest svn. Tests are welcome.
Original comment by gregory....@gmail.com
on 8 Feb 2014 at 8:44
Normally fixed on the trunk and 1.2.2. Reopen a bug if the crash still exists.
Original comment by gregory....@gmail.com
on 12 Feb 2014 at 9:55
Original issue reported on code.google.com by
maxmust...@gmail.com
on 29 Jan 2014 at 1:36