OpenOrbis / mira-project-archive

The Homebrew Platform
GNU General Public License v3.0
221 stars 50 forks source link

DYNLIB Issue #20

Closed sugarleaf closed 6 years ago

CrazyVoidProgrammer commented 6 years ago

I will look in to this and see if i can fix, if i can not, i'll let kiwi know.

seb5594 commented 6 years ago

I’m pretty sure to have the solution. The function has been changed abit since fw 4.xx with one params less. Instead of... int(sceSysUtilSendSystemNotificationWithText)(int messageType, int userID, char message)

...try it with the following

int(sceSysUtilSendSystemNotificationWithText)(int messageType, char message)

CrazyVoidProgrammer commented 6 years ago

@seb5594 the prototype was wrong but was not the issue.

The issues seem to be with dynlib -> sys_dynlib_load_prx

I've tried a dozen different variations of doing dynlib and all fail on the sys_dynlib_load_prx So focus should be on why sys_dynlib_load_prx is failing!

ghost commented 6 years ago

Fixed in #47