The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Yu-Gi-Oh! 5D's Tag Force 5 - ULUS10555 - 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: Yu-Gi-Oh! 5D's Tag Force 5 - ULUS10555 (/showthread.php?tid=4644)

Pages: 1 2 3 4 5 6 7


RE: yugioh 5d tag force 5 - shin x - 06-07-2012

(06-07-2012, 08:20 PM)Alvianto Wrote: Big Grin
u're lucky brother
both me and my opponent cant draw a card
what version do u use?
can i have ur setting too?

that if i duel sm1 in the story mode
but i can play free mode without freezing Smile
use ignore invalid memory address



RE: yugioh 5d tag force 5 - Alvianto - 06-07-2012

(06-07-2012, 08:33 PM)shin x Wrote:
(06-07-2012, 08:20 PM)Alvianto Wrote: Big Grin
u're lucky brother
both me and my opponent cant draw a card
what version do u use?
can i have ur setting too?

that if i duel sm1 in the story mode
but i can play free mode without freezing Smile
use ignore invalid memory address

just that ?????
im trying all i can do but im still can't draw any card, first im think i must clik any button to darw,but then i know that is a bug
what about the other setting?
and what version JPCSP ?


RE: yugioh 5d tag force 5 - raziel77 - 06-29-2012

tested with r2575, game is in the game (story mode) but emulator is freeze in duel with anyway.
also free duel is not working , because game is not just paused, there is no card in duel.
also ignore invalid memory access is not working in free mode is still paused.
log file is from free duel .


RE: yugioh 5d tag force 5 - raziel77 - 07-10-2012

tested with r2604, game is working in story mode but emulator is freeze in half of duel.
also free duel is working with ignore invalid memory access.
log file is from story mode and ignore invalid memory access is selected. i dont now make a difference in log file ?


RE: yugioh 5d tag force 5 - gid15 - 07-11-2012

Code:
java.lang.OutOfMemoryError
     at java.io.RandomAccessFile.readBytes(Native Method)
     at java.io.RandomAccessFile.read(Unknown Source)
     at jpcsp.filesystems.umdiso.UmdIsoReader.readSectors(UmdIsoReader.java:157)
     at jpcsp.filesystems.umdiso.UmdIsoFile.read(UmdIsoFile.java:301)
     at java.io.InputStream.read(Unknown Source)
     at jpcsp.filesystems.umdiso.UmdIsoFile.readFully(UmdIsoFile.java:236)
     at jpcsp.HLE.modules150.ModuleMgrForUser.hleKernelLoadModule(ModuleMgrForUser.java:238)
     at jpcsp.HLE.modules150.ModuleMgrForUser.sceKernelLoadModule(ModuleMgrForUser.java:368)
Could you add the following line to your LogSettings.xml (just after the line containing "stderr"):
Code:
<logger name='hle.ModuleMgrForUser'> <level value='trace' /> </logger>
restart Jpcsp, run the test again and post the new log file. This should give me more information about the OutOfMemoryError.
Thanks!



RE: yugioh 5d tag force 5 - raziel77 - 07-11-2012

i add the line "<logger name='hle.ModuleMgrForUser'> <level value='trace' /> </logger>"
i am not sure understand you correctly.


RE: yugioh 5d tag force 5 - gid15 - 07-11-2012

(07-11-2012, 08:25 AM)raziel77 Wrote: i add the line "<logger name='hle.ModuleMgrForUser'> <level value='trace' /> </logger>"
i am not sure understand you correctly.
The log file is including what I was looking for, thanks!
... but now the game is crashing at a different place... is it each time a different place?
It seems that java does not have enough memory. I assume you start Jpcsp using start-windows-x86.bat.
Could you edit the file start-windows-x86.bat with notepad and change
Code:
-XX:MaxPermSize=128m
into
Code:
-XX:MaxPermSize=192m
(i.e. replace 128 by 192). This will increase one part of the Java memory.


RE: yugioh 5d tag force 5 - raziel77 - 07-11-2012

still freze.


RE: yugioh 5d tag force 5 - dragonwaa - 07-13-2012

Fully Playable With Jpcsp r2612. You can also play Tag Force 4's Story Mode now. What a great move the developer did. I'm downloading Tag Force 3 to see if it can work too. Thanks a lot everyone. Let's move it to Playable Games


RE: yugioh 5d tag force 5 - gid15 - 07-13-2012

Moved to Playable Games.

Please post a log file for reference. It also shows which settings you were using.