Spider-Man: Edge of Time [BLUS30760]
Started by GrantKane




31 posts in this topic
Patkos96
Member


0
13 posts 1 threads Joined: Jan 2018
01-02-2019, 04:45 PM -
#21
(01-02-2019, 04:29 PM)Asinine Wrote: You should try SPU LLVM it might help with the audio and performance. Also try 2-3 spu threads, it may or may not be better than auto. If you're still having audio problems try Ruipins WiP build which will probably fix it: https://ci.appveyor.com/api/buildjobs/ky...6_win64.7z
NOTE: Please, don't use this if you're reading this more than a month or two from now...

Tried SPU LLVM, waited a half an hour to load the game, build all those SPU caches, but it still crashed when I tried, also I tried ruipin's build, audio might have been a little better but only for a very short time. I'll try using 2-3 SPU threads, see if it changes anything. Edit: Tried every spu thread, from 1 to 6, no change, not better but not worse also. What could be the reason for this audio stutter, if he doesn't have it? I know i7 8700K is stonger then a Ryzen 5 2600, but I think it should be enough.
This post was last modified: 01-02-2019, 11:13 PM by Patkos96.
MasterTurkey
Member


0
125 posts 51 threads Joined: Feb 2018
01-03-2019, 04:21 AM -
#22
After the first crash I had no issues. Asinine has asked if I'd test in OpenGL so I'll retest in OpenGL tomorrow sometime. I won't have a video for that, but I'll attach log file. Cheers!

ps. sorry you're having issues buddy. Seems to work fine for me.
Patkos96
Member


0
13 posts 1 threads Joined: Jan 2018
01-03-2019, 11:16 AM -
#23
(01-03-2019, 04:21 AM)MasterTurkey Wrote: After the first crash I had no issues. Asinine has asked if I'd test in OpenGL so I'll retest in OpenGL tomorrow sometime. I won't have a video for that, but I'll attach log file. Cheers!

ps. sorry you're having issues buddy. Seems to work fine for me.

I bet it's gonna work for you, but OpenGL does the same for me, it also runs slower and compiling shaders last forever with that in every game. But I think one of my applications was causing the crash since after I closed everything else besides RPCS3 the game never crashed. Performance and audio stayed the same unfortunately. Edit: Seems like crash remains, even with everything else closed.
This post was last modified: 01-03-2019, 12:22 PM by Patkos96.
Deminating
RPCS3 Tester


1
389 posts 106 threads Joined: Mar 2018
01-03-2019, 11:33 AM -
#24
Just throwing my 2 cents in here as I've played it too fairly recently (a month ago?). My 8700k did experience slowdowns in a few areas, but they weren't severe. SPU LLVM does not play well with this game, as it (seemingly) infinitely builds cache.
I never had it crash and I played it on Vulkan for a couple hours.

I'd personally say this is still playable from my experiences and the time passed since then. Probably only just barely performance wise though-- anything other than top tier RPCS3 CPUs may have performance issues until speed is improved generally.
This post was last modified: 01-03-2019, 11:34 AM by Deminating.
HyperSpider
Member


1
10 posts 2 threads Joined: May 2019
08-14-2019, 02:03 AM -
#25
I wanted to throw in my results with this game, the issue Deminating described seems to apply to me as well. Switching to the Interpreter makes the game work as opposed to LLVM which causes it to freeze after a little while. Performance is iffy, dropping to 10FPS in some areas, but it does run. Unlike Deminating though, I have a 6700K, so my performance won't be as good.

I also have another issue; the game runs great the first time, but after that it locks up almost immediately after the game is launched, on the screen that tells you "This game has an autosave function" and all that. I figured out it's got to do with the trophy cache; if I delete the trophy cache after playing the game, it'll launch fine again, but I have to delete that folder after it gets generated after each time I play the game.

I'll include info from a launch where the trophy-related freeze happened below (and the log file of course):

RPCS3 v0.0.6-8482-7fda07eb Alpha
Firmware v4.84
OS: Win10 x64
CPU: Intel i7-6700K
GPU: Nvidia GTX 1080

The trophies folder that causes the issue is found at the directory below:
Code:
rpcs3\dev_hdd0\home\00000001\trophy\NPWR01899_00

Deleting that folder lets the game launch again like normal.

EDIT:

I did find a workaround that lets you not have to mess with deleting the trophy folder every time, as long as you're willing to lose the trophies feature. This workaround sets the trophies directory to point to NUL (ie it says "this folder goes nowhere").
Open an Administrative Command Prompt and go to
Code:
rpcs3\dev_hdd0\home\00000001\
(or wherever your trophies folder is usually located).
Delete the "trophy" folder in that folder, then enter the following command in the command prompt:
Code:
mklink /D trophy NUL

I haven't tested the fix extensively, but it seems to work with no other issues.

EDIT 2:

Bug has been fixed, leaving the workaround up for historical reasons/in case it helps another issue somewhere.
This post was last modified: 03-25-2020, 03:31 AM by HyperSpider. Edit Reason: bug update


Attached Files
.gz   RPCS3.log.gz (Size: 75.87 KB / Downloads: 10)
quick.sliver1
Member


0
119 posts 0 threads Joined: Mar 2020
03-24-2020, 10:19 AM -
#26
Playable
Beaten the game from start to finished with random audio stuttering in default setting.  Gameplay FPS is stableOpenAL reduces audio stuttering and give a comfortable and clear audio in most stuttering area.

# Gameplay FPS = (29~30)
# Cutscenes (29~30)
# RPCS3 v0.0.9-10007-eb1de04c Alpha
# Default setting [Res. scale= 300% Fullscreen 4K]
# Intel i9-9900K @ 3.60GHz | 32GB RAM | 2070S 8GB Nvidia |NVMe storage (3500MB/2500MB Read/Write).


@ Random Stuttering Audio Problems

# Select OpenAL (AUDIO)
# Enable buffering = 24ms (AUDIO)
              # Enable Time Stretching = 24% (AUDIO) ==> reduced stuttering in few area.
              # Enable Time Stretching = 48% (AUDIO) ==> audio stuttering reduction is acceptable in all area.
              # Enable Time Stretching = 72% (AUDIO) ==> reduced stuttering in most area.


Attached Files Thumbnail(s)
   

.rar   RPCS3.rar (Size: 1.23 MB / Downloads: 42)
Asinine
Moderator
*****


4
2,060 posts 83 threads Joined: Aug 2017
07-03-2020, 12:17 PM -
#27
I played this for ~40mins and it was working fine. Shadows are fixed now too.
HyperSpider
Member


1
10 posts 2 threads Joined: May 2019
12-11-2020, 04:19 AM -
#28
Having some issues with heavy lighting flickering. Screenshot from the level "Things Fall Apart", but I couldn't capture the actual flicker because it's too fast. The flicker is some kind of lighting or bloom flashing on really fast and making the screen really bright. Happens both on Vulkan and OpenGL.

Performance seems fine otherwise.

RPCS3 v0.0.13-11363-d25c401a Alpha | HEAD | Firmware version: 4.85

AMD Ryzen 7 3700X
Nvidia RTX 3090

[attachment=20684]


Attached Files
.gz   RPCS3.log.gz (Size: 383.52 KB / Downloads: 21)
HyperSpider
Member


1
10 posts 2 threads Joined: May 2019
04-25-2021, 05:30 AM -
#29
I was able to capture two frames that show the flicker I was talking about, frame1 is the flicker, frame2 is what it normally looks like. The flicker is really fast, only appearing for what seems to be one frame each time, but it happens a lot.
The bug is still happening as of RPCS3 v0.0.15-12155-7197dd75 Alpha


Attached Files Thumbnail(s)
       
Zer013teen
Member


0
1 posts 0 threads Joined: Jan 2022
01-09-2022, 01:14 PM -
#30
Hi.
I'm having issues with Anti-Venom Fight (after Parker got his teeth kicked in and Miguel has to fight him now). It freezes every time and gives the next errors:

E RSX: nv406e:Confusedemaphore_acquire has timed out. semaphore_address=0x403004E0
E SYS: Stat: '_sys_lwmutex_lock' failed with 0x80010005 : CELL_ESRCH [x5]
E SYS: Stat: 'sys_fs_stat' failed with 0x80010006 : CELL_ENOENT, “/dev_bdvd/PS3_GAME/USRDIR/Data/BossAntiVenom.pak” [x4]
E SYS: Stat: 'sys_fs_stat' failed with 0x80010006 : CELL_ENOENT, “/dev_bdvd/PS3_GAME/USRDIR/Data/Base2099.pak” [x6]


I've tried to set all the emulation settings to default like RPCS3 wiki suggested but it doesn't matter.
What other information should I provide?


Forum Jump:


Users browsing this thread: 1 Guest(s)