EmuNewz Network
Resogun [NPEA00433] - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Commercial Games (https://www.emunewz.net/forum/forumdisplay.php?fid=193)
+----- Forum: RPCS3 - Commercial Games - Playable (https://www.emunewz.net/forum/forumdisplay.php?fid=195)
+----- Thread: Resogun [NPEA00433] (/showthread.php?tid=174018)

Pages: 1 2 3 4 5 6


Resogun [NPEA00433] - Dante38490 - 01-16-2016

Video in Menu
need on modif code in sys_libc.cpp file, line 196, delete "throw EXCEPTION("");" and add:
Quote: UNIMPLEMENTED_FUNC(sys_libc);
return CELL_OK;
This is not a hack, just normaly set there
need LLE : cellFiber, cellSail, cellSailAvi, cellSre.
with last vlj commit




RE: Resogun [NPEA00433] - vlj - 01-16-2016

Here it crashes when trying to call _sys_memmove() function.


RE: Resogun [NPEA00433] - Dante38490 - 01-16-2016

(01-16-2016, 10:38 PM)vlj Wrote: Here it crashes when trying to call _sys_memmove() function.

yes sorry, i have edited


RE: Resogun [NPEA00433] - vlj - 01-16-2016

The text is corrupted too here.


RE: Resogun [NPEA00433] - Dante38490 - 01-16-2016

(01-16-2016, 11:23 PM)vlj Wrote: The text is corrupted too here.
edit again, look LLE and edit for sys_libc.cpp line 196


RE: Resogun [NPEA00433] - vlj - 01-16-2016

still no animated menu and garbled text


RE: Resogun [NPEA00433] - Dante38490 - 01-17-2016

(01-16-2016, 11:46 PM)vlj Wrote: still no animated menu and garbled text
you have to activate the LLE "CellSailAvi" ?


RE: Resogun [NPEA00433] - tambre - 01-17-2016

(01-16-2016, 09:12 PM)Dante38490 Wrote: with last vlj commit

So I take it's not tested on master?

(01-16-2016, 09:12 PM)Dante38490 Wrote: need on modif code in sys_libc.cpp file, line 196, delete "throw EXCEPTION("");" and add:
Quote: UNIMPLEMENTED_FUNC(sys_libc);
return CELL_OK;
This is not a hack, just normaly set there

If you need to modify code, it's a hack. But minor hacks are allowed for now.


RE: Resogun [NPEA00433] - Dante38490 - 01-17-2016

(01-17-2016, 07:48 AM)tambre Wrote: If you need to modify code, it's a hack. But minor hacks are allowed for now.
yes, I have changed the code, but we can not consider it as a hack, as it should be like that.
If this is a hack that means, therefore, that there has already enormously hack in the code.
The "throw EXCEPTION (" ");" has nothing to do here.
Put as I did it matches the rest of the code for that function is not implemented.
So this is not a hack.


RE: Resogun [NPEA00433] - vlj - 01-18-2016

I fixed the cubes in the menu on d3d12 branch.