EmuNewz Network

Full Version: Suto-Mani - Strobe-Mania - ULJS00439
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Suto-Mani - Strobe-Mania - ULJS00439
using r 3404
nothing but a black screen and keeps pausing the emulator
here is a compiler log
I've implemented a new module and a function used by this game in r3405. Could you please test it again? Thanks! Smile
using r 3405
goes ingame now
only problem is it is missing some text during the game
here is an info log and another log with
<logger name='hle.sceFont' > <level value='debug' /> </logger>
seems to me as an issue with fonts
using r 3708
still has the font problem
and i am using my real fonts from my psp
here is an info log
f9a116f version
New game-> Naming raise
Code:
88083 [user_main] ERROR runtime - Pausing emulator - branch to self (death loop) at 0x088643AC
Code:
20:06:55  INFO   stdout - user_main - (assert)c:/Documents and Settings/akiyama/My Documents/Visual Studio 2005/Projects/moon/0source/0Memory.c(125) ptr != NULL
PSP game are made from VS2005 ?

The game also create dump.hleUtilsBufferCopyWithRange.0 to dump.hleUtilsBufferCopyWithRange.9 in the jpcsp folder.
Code:
20:06:00  INFO hle.ModuleMgrForUser - SimpleThread - hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/module/libheap.prx') encrypted module not loaded
20:06:01  WARN hle.ModuleMgrForUser - user_main - IGNORING:sceKernelStartModule flash module 'sceHeap_Library'

20:06:01  INFO hle.ModuleMgrForUser - user_main - hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/module/libdeflt.prx') encrypted module not loaded
20:06:01  WARN hle.ModuleMgrForUser - user_main - IGNORING:sceKernelStartModule flash module 'sceDEFLATE_Library'

20:06:01  INFO hle.ModuleMgrForUser - user_main - hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/module/libsfmt19937.prx') encrypted module not loaded
20:06:01  WARN hle.ModuleMgrForUser - user_main - IGNORING:sceKernelStartModule flash module 'sceSfmt19937_Library'
This game is loading a few modules which are not so common. They were not properly recognized as HLE modules. This should now be fixed in d02d4ba.
d02d4ba version

same death loop error

But fix " create dump.hleUtilsBufferCopyWithRange.0 to dump.hleUtilsBufferCopyWithRange.9 in the jpcsp folder."
Last good ad1c9c2
First bad 8295722
That mean
https://github.com/jpcsp/jpcsp/commit/82...21af48a529
has problem

Attach ad1c9c2,8295722 and d02d4ba 's scefont and compiler debug.
(05-13-2020, 12:17 PM)sum2012 Wrote: [ -> ]Last good ad1c9c2
First bad 8295722
That mean
https://github.com/jpcsp/jpcsp/commit/82...21af48a529
has problem

Attach ad1c9c2,8295722 and d02d4ba 's scefont and compiler debug.

As this game is heavily using sceHeap to manage the memory used by sceFont, I've improved sceHeap in 49debcb to make it more robust and avoid defragmentation.
I'm not sure this will help here. Could you please retry with 49debcb?

Thank you!
Pages: 1 2