Open GoogleCodeExporter opened 9 years ago
Original comment by richard...@gmail.com
on 8 Jun 2013 at 4:50
[deleted comment]
I am getting the same issue. It only occurs after the game has worked just fine
for a couple of minutes. I have only tested this when using the recommended
Glide video plugin.
Mac OS X 10.8.4
Machine type: 64 bit, MacBook Pro Mid-2010
mupen64plus-bundle-osx-2.0rc4
Core: Goodname: Perfect Dark (U) (V1.0) [!]
Core: Name: Perfect Dark
Core: MD5: 7F4171B0C8D17815BE37913F535E4E93
Core: CRC: ddf460cc 3ca634c0
Core: Imagetype: .v64 (byteswapped)
Core: Rom size: 33554432 bytes (or 32 Mb or 256 Megabits)
Core: Version: 1449
Core: Manufacturer: Nintendo
Core: Country: USA
Console prints out:
Core Warning: two events of type 0x80 in interrupt queue
Core Warning: two events of type 0x100 in interrupt queue
Original comment by say...@gmail.com
on 3 Jul 2013 at 10:17
Confirmed issue exists for both Rice and Glide, see above for more information.
Original comment by say...@gmail.com
on 3 Jul 2013 at 11:40
Still getting this issue with the latest 2.0 release
UI-Console Status: Cheat codes disabled.
UI-Console: using Video plugin: 'Glide64mk2 Video Plugin' v2.0.0
UI-Console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v2.0.0
UI-Console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v2.0.0
UI-Console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP
Plugin' v2.0.0
Original comment by antiaver...@gmail.com
on 5 Jul 2013 at 7:19
mupen64plus-bundle-src-2.0/source/mupen64plus-core/src/r4300/interupt.c roughly
line 129:
void add_interupt_event(int type, unsigned int delay)
{
...
if (get_event(type)) {
DebugMessage(M64MSG_WARNING, "two events of type 0x%x in interrupt queue", type);
return; // add this line.
}
Add that return statement and Perfect Dark should work as well as it says on
the website... which is, every time you finish a mission, press "Decline", as
"Accept" causes the game to stop responding.
Original comment by thematri...@gmail.com
on 27 Jul 2013 at 9:58
Original issue reported on code.google.com by
davidro...@gmail.com
on 6 Jun 2013 at 4:16