Posts for tanzaku


Joined: 1/22/2009
Posts: 2
Location: Japan
mz wrote:
I never thought of that. But maybe it's not the cause for this crash, since it's always been "32", and it seems this bug was introduced in 0.0.6. It will still prevent a lot of other crashes, at least; so thank you for helping.
I got it. Thank you for explaining.
Joined: 1/22/2009
Posts: 2
Location: Japan
I think that the buffer to store movie file's path is very small of the cause of the crash that happens when "file - movie - start playback" is clicked. I think that it should change the 217th line of the "pcsxrr/Win32/movie.c" file as follows. - char szFindPath[32]; + char szFindPath[MAX_PATH]; Please be patient with my poor English.