Infrastructure support - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Infrastructure support (/showthread.php?tid=243070) |
RE: Infrastructure support - gid15 - 03-05-2021 (03-05-2021, 04:42 PM)Nir777 Wrote: Yeah but then if I want to play adhoc over xlink i need the flash0 folder again....You could for example use the command line option "--flash0 flash0.xlink/" to tell to use another directory for flash0. You can then have multiple flash0 directories, each with a different content. (03-05-2021, 04:42 PM)Nir777 Wrote: I mean its not that bad and I dont want to complain that much...Your comments are welcome! I guess not many users are working with Linux and the Java controller API might react slightly different than on Windows... RE: Infrastructure support - Nir777 - 03-06-2021 Ok next game I tried is NBA 07 PSP as it had been added as well. This time it won't work even on HLE.. and again cant get a log without a flash0 dump. The log for LLE with flash0 folder that got prx files for xlink kai: https://pastebin.com/NwyXEkeG When I try to get a log with HLE this is what I get: https://pastebin.com/6eHn9hJG And JPCSP freezes. On LLE the game seems to connect to a JPCSP access point but the wep password is incorrect? thats what it seems like. Like always got some minor controller issues that I hope will be fixed in the future if possible thanks. RE: Infrastructure support - Nir777 - 03-06-2021 Ok it seems to work with HLE but then it freezes at random points? This is the log I got with HLE: https://pastebin.com/mUCUPTxV It freezes here: https://pasteboard.co/JRm0AqO.png EDIT: This is the most I got out by going first into ad-hoc and then infrastructure with HLE: Code: 'libssl' RE: Infrastructure support - gid15 - 03-07-2021 From the log, I see that the font files are missing (flash0/font/*.pgf). It should contain the files provided with Jpcsp or the ones from your own PSP. RE: Infrastructure support - Nir777 - 03-07-2021 (03-07-2021, 09:29 AM)gid15 Wrote: From the log, I see that the font files are missing (flash0/font/*.pgf). It should contain the files provided with Jpcsp or the ones from your own PSP. Ah sry lol it's because I had to switch from all the flash0 folders and got confused. I am just a guy that likes to make emulators work better over multiplayer . Enough for me for now so good luck!. RE: Infrastructure support - gid15 - 03-07-2021 (03-07-2021, 02:39 PM)Nir777 Wrote:Is the Infrastructure connection now working with NBA 07?(03-07-2021, 09:29 AM)gid15 Wrote: From the log, I see that the font files are missing (flash0/font/*.pgf). It should contain the files provided with Jpcsp or the ones from your own PSP. RE: Infrastructure support - Nir777 - 03-07-2021 This time I made sure I didnt fuck up with anything lol. And no it still won't work because it will timeout when you try JPCSP against a PSP. Again can't get a log with HLE. Also for some reason it will freeze when you try to connect to infrastructure sometimes... https://i.ibb.co/R24MKGJ/image.png NHL 2005 also got added and it's stuck on this screen for me: https://i.snipboard.io/tYKSZc.jpg RE: Infrastructure support - gid15 - 03-07-2021 (03-07-2021, 07:20 PM)Nir777 Wrote: Again can't get a log with HLE.I'm confused, you already reported logs with HLE earlier??? In one of the previous errors you reported: Code: WARNING: Couldn't close Closeable RE: Infrastructure support - Nir777 - 03-07-2021 It's weird it sometimes works and sometimes does not... It's not sudo related because I am running it from the home folder.. believe me I prefer to try it from WIndows lol. Here is a log I got with NBA 07: https://pastebin.com/mumX7ycH 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 RE: Infrastructure support - gid15 - 03-07-2021 (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 . 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: (03-07-2021, 08:09 PM)Nir777 Wrote: No matter what I try I cant get NHL to work though. This game seems to be an extremely old one (running on PSP v1.00?) Code: PSP_SYSTEM_VER = 1.00 |