This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Hack Link not loading
#1
Hi,

Just wanted to report something that might be affecting other games as well.

I get this java runtime exception after clicking run:
Code:
Running Jpcsp 32bit...
java.util.NoSuchElementException
        at java.util.LinkedList.remove(Unknown Source)
        at java.util.LinkedList.removeFirst(Unknown Source)
        at java.util.LinkedList.remove(Unknown Source)
        at jpcsp.HLE.kernel.managers.SceUidManager.getNewId(SceUidManager.java:115)
        at jpcsp.HLE.modules150.IoFileMgrForUser.getNewId(IoFileMgrForUser.java:598)
        at jpcsp.HLE.modules150.IoFileMgrForUser.access$100(IoFileMgrForUser.java:87)
        at jpcsp.HLE.modules150.IoFileMgrForUser$IoInfo.<init>(IoFileMgrForUser.java:242)
        at jpcsp.HLE.modules150.IoFileMgrForUser.hleIoOpen(IoFileMgrForUser.java:1340)
        at jpcsp.HLE.modules150.IoFileMgrForUser.sceIoOpenAsync(IoFileMgrForUser.java:2351)
        at jpcsp.HLE.modules150.IoFileMgrForUser$10.execute(IoFileMgrForUser.java:3538)
        at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:384)
        at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
        at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:670)
        at _S1_3_8BE0744.s(_S1_3_8BE0744.java:4)
        at _S1_3_8851B28.s(_S1_3_8851B28.java:140)
        at _S1_3_8851B28.exec(_S1_3_8851B28.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
        at _S1_3_8851A24.s(_S1_3_8851A24.java:252)
        at _S1_3_8851A24.exec(_S1_3_8851A24.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_8851508.s(_S1_3_8851508.java:40)
        at _S1_3_8855ABC.s(_S1_3_8855ABC.java:104)
        at _S1_3_885590C.s(_S1_3_885590C.java:224)
        at _S1_3_8854D2C.s(_S1_3_8854D2C.java:88)
        at _S1_3_8854D2C.exec(_S1_3_8854D2C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_884EE74.s(_S1_3_884EE74.java:48)
        at _S1_3_884EEF0.s(_S1_3_884EEF0.java:12)
        at _S1_3_884EEF0.exec(_S1_3_884EEF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_883E8C4.s(_S1_3_883E8C4.java:92)
        at _S1_3_883E8C4.exec(_S1_3_883E8C4.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_883EBE0.s(_S1_3_883EBE0.java:68)
        at _S1_3_883EBE0.exec(_S1_3_883EBE0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:701)
        at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)

And you can see the output of the log at INFO level in the attachments.

Seems like it was introduced during the latest changes to the file IO stuff, but I'm uncertain of the specific release.
This is under win7 x64, radeon hd4870, jpcsp x32 r2248

Thank you.


Attached Files
.zip   dotHack Link.zip (Size: 924 bytes / Downloads: 102)
Reply
#2
(08-02-2011, 03:58 PM)bloodyshade Wrote: Hi,

Just wanted to report something that might be affecting other games as well.

I get this java runtime exception after clicking run:
Code:
Running Jpcsp 32bit...
java.util.NoSuchElementException
        at java.util.LinkedList.remove(Unknown Source)
        at java.util.LinkedList.removeFirst(Unknown Source)
        at java.util.LinkedList.remove(Unknown Source)
        at jpcsp.HLE.kernel.managers.SceUidManager.getNewId(SceUidManager.java:115)
        at jpcsp.HLE.modules150.IoFileMgrForUser.getNewId(IoFileMgrForUser.java:598)
        at jpcsp.HLE.modules150.IoFileMgrForUser.access$100(IoFileMgrForUser.java:87)
        at jpcsp.HLE.modules150.IoFileMgrForUser$IoInfo.<init>(IoFileMgrForUser.java:242)
        at jpcsp.HLE.modules150.IoFileMgrForUser.hleIoOpen(IoFileMgrForUser.java:1340)
        at jpcsp.HLE.modules150.IoFileMgrForUser.sceIoOpenAsync(IoFileMgrForUser.java:2351)
        at jpcsp.HLE.modules150.IoFileMgrForUser$10.execute(IoFileMgrForUser.java:3538)
        at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:384)
        at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
        at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:670)
        at _S1_3_8BE0744.s(_S1_3_8BE0744.java:4)
        at _S1_3_8851B28.s(_S1_3_8851B28.java:140)
        at _S1_3_8851B28.exec(_S1_3_8851B28.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
        at _S1_3_8851A24.s(_S1_3_8851A24.java:252)
        at _S1_3_8851A24.exec(_S1_3_8851A24.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_8851508.s(_S1_3_8851508.java:40)
        at _S1_3_8855ABC.s(_S1_3_8855ABC.java:104)
        at _S1_3_885590C.s(_S1_3_885590C.java:224)
        at _S1_3_8854D2C.s(_S1_3_8854D2C.java:88)
        at _S1_3_8854D2C.exec(_S1_3_8854D2C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_884EE74.s(_S1_3_884EE74.java:48)
        at _S1_3_884EEF0.s(_S1_3_884EEF0.java:12)
        at _S1_3_884EEF0.exec(_S1_3_884EEF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_883E8C4.s(_S1_3_883E8C4.java:92)
        at _S1_3_883E8C4.exec(_S1_3_883E8C4.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        at _S1_3_883EBE0.s(_S1_3_883EBE0.java:68)
        at _S1_3_883EBE0.exec(_S1_3_883EBE0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:701)
        at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)

And you can see the output of the log at INFO level in the attachments.

Seems like it was introduced during the latest changes to the file IO stuff, but I'm uncertain of the specific release.
This is under win7 x64, radeon hd4870, jpcsp x32 r2248

Thank you.
I hope this is now fixed in r2249. Thanks for reporting!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
Hi,

Yes it is now loading again, though still unplayable (I've attached the log at INFO level for your reference as well, at debug level it never finishes).

Thank you for fixing the loading Smile


Attached Files
.zip   doHack Link.zip (Size: 1.91 KB / Downloads: 105)
Reply
#4
A similar problem?Blush Between 2235?—2250

PHP Code:
Running Jpcsp 32bit...
java.util.NoSuchElementException
        at java
.util.LinkedList.removeFirst(Unknown Source)
        
at java.util.LinkedList.remove(Unknown Source)
        
at jpcsp.HLE.kernel.managers.SceUidManager.getNewId(SceUidManager.java:1
15
)
        
at jpcsp.HLE.modules150.IoFileMgrForUser.getNewId(IoFileMgrForUser.java:
598)
        
at jpcsp.HLE.modules150.IoFileMgrForUser.access$100(IoFileMgrForUser.jav
a
:87)
        
at jpcsp.HLE.modules150.IoFileMgrForUser$IoInfo.<init>(IoFileMgrForUser.
java:242)
        
at jpcsp.HLE.modules150.IoFileMgrForUser.hleIoOpen(IoFileMgrForUser.java
:1341)
        
at jpcsp.HLE.modules150.IoFileMgrForUser.sceIoOpenAsync(IoFileMgrForUser
.java:2352)
        
at jpcsp.HLE.modules150.IoFileMgrForUser$10.execute(IoFileMgrForUser.jav
a
:3539)
        
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a
:385)
        
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
        
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
0
)
        
at _S1_5_8C41EE0.s(_S1_5_8C41EE0.java:4)
        
at _S1_5_8911A40.s(_S1_5_8911A40.java:72)
        
at _S1_5_8911A40.exec(_S1_5_8911A40.java)
        
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
16
)
        
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        
at _S1_5_890FFF0.s(_S1_5_890FFF0.java:544)
        
at _S1_5_890FFF0.exec(_S1_5_890FFF0.java)
        
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
16
)
        
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
        
at _S1_5_890FFA4.s(_S1_5_890FFA4.java:72)
        
at _S1_5_890FFA4.exec(_S1_5_890FFA4.java)
        
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
16
)
        
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
        
at _S1_5_89134D8.s(_S1_5_89134D8.java:152)
        
at _S1_5_88EA1F8.s(_S1_5_88EA1F8.java:148)
        
at _S1_5_8924C38.s(_S1_5_8924C38.java:96)
        
at _S1_5_8BEAF08.s(_S1_5_8BEAF08.java:268)
        
at _S1_5_8BEAF08.exec(_S1_5_8BEAF08.java)
        
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
701)
        
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51


Attached Files
.txt   info.txt (Size: 20.4 KB / Downloads: 71)
cpu: e8400 4g gpu: AMD HD6870 3g ddr2 800 I love jpcspHeart
Reply
#5
Hi,

I've used 2250 and it's working properly now (the file loading itself, not the game).

See you.
----
EDIT:
Using release r2255 it goes to a black screen after checking the memory card.
The log at INFO level is included here.


Attached Files
.zip   dotHack Link.zip (Size: 3.39 KB / Downloads: 94)
Reply
#6
Hi,

Sorry for the double post, but it seems editing the post didn't bump it.

It is broken again on r2260, I've attached the log at info level, seems like a memory read problem now.

Thank you.


Attached Files
.zip   dotHack Link r2260.zip (Size: 2.39 KB / Downloads: 104)
Reply
#7
(08-09-2011, 01:39 PM)bloodyshade Wrote: Hi,

Sorry for the double post, but it seems editing the post didn't bump it.

It is broken again on r2260, I've attached the log at info level, seems like a memory read problem now.

Thank you.

It seems that the issue was in r2259. I've set the correct behaviour in r2262. Could you please try again with the latest rev? Thanks! Smile
Reply
#8
(08-09-2011, 07:17 PM)Hykem Wrote: It seems that the issue was in r2259. I've set the correct behaviour in r2262. Could you please try again with the latest rev? Thanks! Smile

Hi Hykem,

Thank you very much, this load problem is solved now as of r2262, and only the black screen problem seems to be left.

Thank you Big Grin
Reply
#9
(08-09-2011, 08:55 PM)bloodyshade Wrote: this load problem is solved now as of r2262, and only the black screen problem seems to be left.
I've provided a proper fix in r2291 and reverted r2262. Does the game still work?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#10
(08-27-2011, 03:57 PM)gid15 Wrote:
(08-09-2011, 08:55 PM)bloodyshade Wrote: this load problem is solved now as of r2262, and only the black screen problem seems to be left.
I've provided a proper fix in r2291 and reverted r2262. Does the game still work?

Yes it loads fine and can go in-game, there is HUGE slowness though (7-9 fps here on my system), making it impossible to actually play.

The logger just shows this countless times during such slowdowns:
Code:
WARN hle.ThreadManForUser - user_main - sceKernelReferEventFlagStatus unknown uid=0x0

Thanks for the fixes though Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)