You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some WarpOS programs use variables from the PPCTASK structure, e.g. after a FindTaskPPC(0) it looks at the PPCTASK_MSGPORT and does a WaitPortPPC(). The PPCTASK structure is different from the OS4 task structure and wrong values are being used.
In case of the PPCTASK_MSGPORT: this is now emulated. Unknown at this point is whether other values of the PPCTASK structure are being used by programs.
The text was updated successfully, but these errors were encountered:
WarpStat and showtasks look at this structure too. But they first crash by trying to get to the task list using LockTaskList. I guess I have to support that in a way.
Some WarpOS programs use variables from the PPCTASK structure, e.g. after a FindTaskPPC(0) it looks at the PPCTASK_MSGPORT and does a WaitPortPPC(). The PPCTASK structure is different from the OS4 task structure and wrong values are being used.
In case of the PPCTASK_MSGPORT: this is now emulated. Unknown at this point is whether other values of the PPCTASK structure are being used by programs.
The text was updated successfully, but these errors were encountered: