Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowboard Kids causes segmentation fault #477

Closed
7oxicshadow opened this issue May 2, 2015 · 3 comments
Closed

Snowboard Kids causes segmentation fault #477

7oxicshadow opened this issue May 2, 2015 · 3 comments

Comments

@7oxicshadow
Copy link

Core: Goodname: Snowboard Kids (E) [!]
Core: Name: SNOWBOARD KIDS
Core: MD5: AB4382E583AE139EEDBAFCE5FA87E4C8
Core: CRC: 5FD7CDA0 D9BB51AD
Core: Imagetype: .v64 (byteswapped)
Core: Rom size: 8388608 bytes (or 8 Mb or 64 Megabits)
Core: Version: 1448
Core: Manufacturer: Nintendo
Core: Country: Europe (0x50)

Tested with mupen64plus on Linux. The emulator opens, shows a corrupted version of "Mupen64plus starting" and then the emulator instantly closes with segmentation fault.

@gonetz
Copy link
Owner

gonetz commented May 5, 2015

Well, on Windows emulators does not close instantly. It shows logos and then crashes.
I'l fix it. Currently you may disable frame buffer emulation for this game to bypass that bug.

@Predator82Germany
Copy link
Contributor

Seems fixed

@7oxicshadow
Copy link
Author

Confirmed fixed with 1.1

gonetz added a commit that referenced this issue May 13, 2015
…ULL.

Fixed Snowboard Kids causes segmentation fault #477
gonetz added a commit that referenced this issue Feb 19, 2022
Problem: JFG crosshair has incorrect color when FBInfo and Aux buffer copy are enabled.
"Aux buffer copy" copies the buffer and removes it.
If aux buffer is the current one, the current buffer set to null.
FBInfo uses ColorBufferToRDRAM to copy color buffer ti RDRAM.
ColorBufferToRDRAM does nothing when current frame buffer is null, so
FBInfo can't copy the buffer.

Solution: allow copy to RDRAM when current buffer is null.

Note: copy to RDRAM when current buffer is null was disabled in
commit bbc71c3 to fix problem "Snowboard Kids causes segmentation fault #477"
Now Snowboard Kids does not crash here.
gonetz added a commit that referenced this issue Feb 20, 2022
Problem: JFG crosshair has incorrect color when FBInfo and Aux buffer copy are enabled.
"Aux buffer copy" copies the buffer and removes it.
If aux buffer is the current one, the current buffer set to null.
FBInfo uses ColorBufferToRDRAM to copy color buffer ti RDRAM.
ColorBufferToRDRAM does nothing when current frame buffer is null, so
FBInfo can't copy the buffer.

Solution: allow copy to RDRAM when current buffer is null.

Note: copy to RDRAM when current buffer is null was disabled in
commit bbc71c3 to fix problem "Snowboard Kids causes segmentation fault #477"
Now Snowboard Kids does not crash here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants