Segfault with MPG in dvp-as

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
b0rje
Posts: 7
Joined: Thu May 12, 2005 6:58 pm

Segfault with MPG in dvp-as

Post by b0rje »

Hi,
I'm having trouble using the MPG command of the dvp-as. Writing:

Code: Select all

DMAend *
MPG 0,*
.. (some vu code) ..
.EndMpg
.EndDmaData
crashes the dvp-as with a segmentation fault. I compiled the toolchain myself. I tried things like vifnop padding, .DmaPackVif aso., but it allways crashes. Other VIFcodes (like unpack) are working. Somebody had the same problems? The only workaround I found is a qword placeholder for the MPG command and writing the NUM field before executing the chain.
Post Reply