this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
Desktop:Ryzen 7 5800X, Radeon RX 6800 XT, 2x8G 3600MHz, Manjaro Linux Laptop:Intel i7 6700HQ, Intel HD 530, 2x8G 2133MHz, Manjaro Linux Old Desktop:FX-8350, R9 280X, 2x4G 1600MHz, Manjaro Linux
this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
I see it's outputting some debug output to TTY. Could you check re-try the game and see if there's anything interesting in the TTY output?
this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
I see it's outputting some debug output to TTY. Could you check re-try the game and see if there's anything interesting in the TTY output?
Here's the TTY log (attached).
I'm no expert on this but maybe you could add some "if empty" check on the sys_fs_open() function so it won't try to open invalid (non existent) paths in a loop?
Desktop:Ryzen 7 5800X, Radeon RX 6800 XT, 2x8G 3600MHz, Manjaro Linux Laptop:Intel i7 6700HQ, Intel HD 530, 2x8G 2133MHz, Manjaro Linux Old Desktop:FX-8350, R9 280X, 2x4G 1600MHz, Manjaro Linux
this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
I see it's outputting some debug output to TTY. Could you check re-try the game and see if there's anything interesting in the TTY output?
Here's the TTY log (attached).
I'm no expert on this but maybe you could add some "if empty" check on the sys_fs_open() function so it won't try to open invalid (non existent) paths in a loop?
It isn't. That error is exactly the check to prevent opening empty paths.
Apparently the game really seems to want the file. Could you provide the compressed log? Probably there's a file system handling bug somewhere.
(02-07-2016, 07:00 AM)tambre Wrote: Is cellPngDec required? I have redone it's HLE implementation, so I would be interested, if it works with the new implementation, if it didn't before.
this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
I see it's outputting some debug output to TTY. Could you check re-try the game and see if there's anything interesting in the TTY output?
Here's the TTY log (attached).
I'm no expert on this but maybe you could add some "if empty" check on the sys_fs_open() function so it won't try to open invalid (non existent) paths in a loop?
It isn't. That error is exactly the check to prevent opening empty paths.
Apparently the game really seems to want the file. Could you provide the compressed log? Probably there's a file system handling bug somewhere.
this in a loop (had to force shutdown rpcs3.exe process), the log was 400MB so I couldn't upload the log (it would be full of junk even if zipped), but I think it's pretty similar to the above one.
I see it's outputting some debug output to TTY. Could you check re-try the game and see if there's anything interesting in the TTY output?
Here's the TTY log (attached).
I'm no expert on this but maybe you could add some "if empty" check on the sys_fs_open() function so it won't try to open invalid (non existent) paths in a loop?
It isn't. That error is exactly the check to prevent opening empty paths.
Apparently the game really seems to want the file. Could you provide the compressed log? Probably there's a file system handling bug somewhere.
Try enabling cellSpurs(Sre) LLE!
cellSpursJq is more of an helper module to simplify the use of cellSpurs, AFAIK, so enabling it alone won't probably help much