@Dolqube, I'll take a look at that bug after I finish my fifo debugger. If I can't find anything, I'll post what it says.
Some more progress.. Correct vertex color unpacking. This demo was a source of error in the old plugin, because colors are packed as rgba 6666 -> 24bit. In the old plugin, we were not byteswapping a 24bit value correctly. Bug fixed.