• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 394 395 396 397 398 ... 1198 Next »

FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926)
View New Posts | View Today's Posts

Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926)
02-05-2015, 02:10 PM
#33
magumagu Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 42
Threads: 1
Joined: May 2014
(02-04-2015, 01:00 PM)tueidj Wrote: Does bursting the gather pipe not always trigger an exception check (at least when the CP<->GP fifo link is active)?

I took a quick look at the code; that's how it's supposed to work, but the synchronization appears to be broken, so it could do pretty much anything.  (There are dozens of volatile variables, and none of them are used safely.)
Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-17-2014, 06:45 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - degasus - 02-18-2014, 12:59 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-18-2014, 10:32 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - drhycodan - 02-24-2014, 11:03 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - delroth - 02-24-2014, 12:35 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-25-2014, 02:03 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - rg_software - 11-06-2014, 08:55 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Link_to_the_past - 11-08-2014, 02:52 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Xtreme2damax - 11-07-2014, 09:46 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - rg_software - 11-07-2014, 11:44 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Shonumi - 11-08-2014, 12:00 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Xtreme2damax - 11-08-2014, 07:59 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - qqqbbb - 12-17-2014, 06:33 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - meta087 - 12-26-2014, 03:53 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - ericore - 12-29-2014, 07:43 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Dant - 01-03-2015, 02:26 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Link_to_the_past - 01-03-2015, 03:48 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 01-03-2015, 05:43 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Dant - 01-04-2015, 07:20 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - msharp116 - 01-06-2015, 02:27 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Alehander - 01-17-2015, 10:08 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - skid - 01-17-2015, 10:25 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Alehander - 01-18-2015, 01:09 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-03-2015, 05:04 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 02-03-2015, 08:44 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-04-2015, 09:28 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 12:41 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 02-04-2015, 09:07 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 10:31 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - magumagu - 02-04-2015, 12:13 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 01:00 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - magumagu - 02-05-2015, 02:10 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-04-2015, 02:06 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-05-2015, 03:08 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Topken - 02-25-2015, 09:50 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Abelus - 03-16-2015, 06:09 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - firehawkx - 08-07-2015, 12:03 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Muriel - 08-27-2015, 03:51 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - KHg8m3r - 08-28-2015, 01:19 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - DagmarDestroyerofWorlds - 01-11-2016, 07:49 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 01-11-2016, 07:50 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Gray_FoxRJ - 07-15-2016, 08:12 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - KHg8m3r - 07-15-2016, 12:30 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Shonumi - 07-15-2016, 03:13 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode