Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I created a bat file (GOWR Runner.bat) with the code below that runs the game then closes the program that is locking GOWR from stopping when the game is exited.
Change the exe location (L:\Steam\steamapps\common\God of War Ragnarok) to where your game is installed.
Also play with the timeout values as different computer load longer or faster:
(Game saves are saved to the cloud OK)
@Echo Off
:Steam Running
set "processName=Steam.exe"
tasklist | find /i "%processName%" >nul
if %errorlevel% equ 0 (
echo Steam running!
cd /d "L:\Steam\steamapps\common\God of War Ragnarok"
GoWR.exe
Timeout /T 10
) else (
echo Steam is Starting.
)
cd /d "L:\Steam\steamapps\common\God of War Ragnarok"
GoWR.exe
TIMEOUT /T 20
:Start
TIMEOUT /T 10
set "processName=GoWR.exe"
tasklist | find /i "%processName%" >nul
if %errorlevel% equ 0 (
rem echo GOWR running!
Goto Start
) else (
echo GOWR is Stopped.
)
Taskkill /IM "PsPcSdkCore.exe" /F
This is fixed for me after the latest patch and verifying the game files.
I also had to uninstall the old "Playstation(R) PC SDK Runtime" via control panel and installed the new version by running "install_pspc_sdk_runtime.bat" (As Admin) from the game install directory.
The directory here "C:\ProgramData\Sony Interactive Entertainment Inc\PSPC_SDK\S22" should have changed from 2.50.00.10 to 3.00.00.13
The game now exits and stops correctly. (Windows 24H2 26100.2161)
Other PS games, having the same issue, are also fixed.
Regards
It updated to 3.0, but only after I launched GoWR. Unfortunately, it still does not close properly for me.
Am on 24H2 with SDK version 3.0 and game doesnt close on quitting... have to manually stop. Files are all verified.
I was on SDK 3.0 already when I was on 23H2 and I never had issues with the game not closing automatically... it would take a few seconds on quitting but it used to work fine. After installing 24H2 update, the issue persists.
It does seem there are different versions for 24H2 and "23H2 - Back to using my batch job till Sony fix it.
https://www.nexusmods.com/godofwarragnarok/mods/51?tab=files
Copy to the two files (PsPcSdk.dll & version.dll) to the game install root directory.