EmuNewz Network
Flowars Portable (Korea) -ULKS46008 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65)
+----- Thread: Flowars Portable (Korea) -ULKS46008 (/showthread.php?tid=242597)



Flowars Portable (Korea) -ULKS46008 - sum2012 - 04-26-2020

503d3e6f version
Blackscreen ,attach full debug log
(I tested a real psp , the rom work)


RE: Flowars Portable (Korea) -ULKS46008 - gid15 - 04-30-2020

Code:
0x08804434: [0x0E205CF1] - jal        0x088173C4 [sceKernelLoadModule]
...
0x08804464: [0x0E205CF3] - jal        0x088173CC [sceKernelStartModule]
...
0x088044AC: [0x3C030000] - lui        $v1, 0x0000 <=> li $v1, 0x00000000
...
0x088044BC: [0xAC620000] - sw         $v0, 0($v1)
This game is loading a module and then using directly a function of that module. This was not supported up to now. The code block needs to be recompiled after the call to sceKernelLoadModule to take the new linked entries into account.
This should now be properly supported with dd9b09a.
I hope this change will also not have negative performance impacts on other games as a side effect.


RE: Flowars Portable (Korea) -ULKS46008 - sum2012 - 05-02-2020

dd9b09a version

in-game get invalid address

Code:
00:16:15  INFO   stdout - user_main - fatal error : file->fd = 0x800201a7

00:16:18 ERROR   memory - user_main - read32 - Invalid memory address: 0xFFFFFFF9 PC=0x08BF1AE8

debug log:
https://drive.google.com/file/d/1oEsgl7aNbNeNeu1zDaZoHdbjaVQwGpAn/view?usp=sharing


RE: Flowars Portable (Korea) -ULKS46008 - gid15 - 05-03-2020

Code:
00:13:46 DEBUG compiler - user_main - Compiling _S1_9_0x08BD13AC (Flowars_menu.sub_0000AFAC)
00:15:03 DEBUG compiler - user_main - Compiling _S1_8_0x08BD13AC (Flowars_menu.sub_0000AFAC)
00:15:17 DEBUG compiler - user_main - Compiling _S1_9_0x08BD13AC (GoStop.sub_0000AFAC)
This is a rare compiler issue (compiling the same address with instanceIndex=9, then 8, then 9 again). This should now be fixed in 1880d18


RE: Flowars Portable (Korea) -ULKS46008 - sum2012 - 05-04-2020

1880d18 version

Can move to playable.
(I cannot win first stage)