(03-07-2021, 08:09 PM)Nir777 Wrote: Here is a log I got with NBA 07:OK, NBA 07 is using a special type of socket (i.e. "raw socket") which is only supported by an external library (rocksaw.dll / librocksaw.so). It seems this library is only available in the 32-bit versions of Jpcsp
https://pastebin.com/mumX7ycH

I admit that the below error should be better catched, but this is the reason for the issue.
Code:
22:03:08 ERROR runtime - user_main - Catched Throwable in RuntimeThread:
java.lang.NoClassDefFoundError: Could not initialize class jpcsp.network.SelectableRawSocket
at jpcsp.network.RawChannel.<init>(RawChannel.java:33)
at jpcsp.HLE.modules.sceNetInet$pspInetRawSocket.openChannel(sceNetInet.java:1891)
at jpcsp.HLE.modules.sceNetInet$pspInetRawSocket.sendto(sceNetInet.java:2067)
at jpcsp.HLE.modules.sceNetInet$pspInetSocket.sendto(sceNetInet.java:892)
at jpcsp.HLE.modules.sceNetInet.sceNetInetSendto(sceNetInet.java:3176)
(03-07-2021, 08:09 PM)Nir777 Wrote: No matter what I try I cant get NHL to work though.
The most I got from a log is this:
https://pastebin.com/crgAtym3
This game seems to be an extremely old one (running on PSP v1.00?)
Code:
PSP_SYSTEM_VER = 1.00
REGION = 32768
TITLE = Gretzky NHL
Always include a complete log file at INFO level in your reports. Thanks! How to post a log