You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in this repository and did not find one.
I am using an official build obtained from releases or updated one of those builds using its in-app updater.
Describe the Bug
The issue is the same as #2157
but the resolution with updating drivers DOES NOT help
Reproduction Steps
Clear new installation of win qt 0.6.0 release.
Run with administrator privileges.
Latest nvidia drivers 572.16 (clear installation).
Run shadPS4.exe with administrator privileges
Set "games" installation folder path to a blank folder E:\Games\ShadPs4\games (specifying any other folder location including Desktop\games also does not help)
Click 'Ok'
Cmd line with log entry "Saving new configuration file E:\Games\ShadPs4\user\config.toml" appears
App stuck, nothing happens, CPU consumption of shadPS4.exe is about 9%, 26.8MB of RAM consuming (without increase) it Task Manager, 'Power Usage = Very High'
No logs created. Reopening app just stuck at blank cmd line without any entries. Deleting config.toml leads to the very same behavior
Ok, I was able to finally setup dev environment and figured out that it gets in the endless loop trying to enumerate physical devices at src\video_core\renderer_vulkan\vk_instance.cpp 25
externals\vulkan-headers\include\vulkan\vulkan_funcs.hpp 126
Since I'm not familiar that much with C++ and these hardware manipulations I hope it will give you some insights. It seems it really struggles to get the GPU handle or something idk.
If you need some additional info, feel free to ask or just close this issue (I guess support of laptops with dual GPUs is a very last feature in your backlog lol)
Checklist
Describe the Bug
The issue is the same as #2157
but the resolution with updating drivers DOES NOT help
Reproduction Steps
Clear new installation of win qt 0.6.0 release.
Run with administrator privileges.
Latest nvidia drivers 572.16 (clear installation).
No logs created. Reopening app just stuck at blank cmd line without any entries. Deleting config.toml leads to the very same behavior
config.toml:
`
[Input]
useSpecialPad = false
cursorState = 1
deadZoneLeft = 2
deadZoneRight = 2
isMotionControlsEnabled = true
cursorHideTimeout = 5
backButtonBehavior = "left"
specialPadClass = 1
[General]
isPS4Pro = false
FullscreenMode = "borderless"
BGMvolume = 50
logFilter = ""
playBGM = false
Fullscreen = false
isTrophyPopupDisabled = false
enableDiscordRPC = false
logType = "async"
userName = "shadPS4"
updateChannel = ""
chooseHomeTab = ""
showSplash = false
autoUpdate = false
separateUpdateEnabled = false
compatibilityEnabled = false
checkCompatibilityOnStartup = false
[Keys]
TrophyKey = ""
[GPU]
dumpShaders = false
screenWidth = 1280
vblankDivider = 1
screenHeight = 720
nullGpu = false
patchShaders = true
copyGPUBuffers = false
[Vulkan]
validation_sync = false
gpuId = -1
hostMarkers = false
validation = false
crashDiagnostic = false
validation_gpu = false
rdocEnable = false
guestMarkers = false
[Settings]
consoleLanguage = 1
[GUI]
installDirs = ["E:\Games\ShadPs4\games"]
addonInstallDir = "E:\Games\ShadPs4\user\addcont"
loadGameSizeEnabled = true
saveDataPath = ""
emulatorLanguage = "en"
mw_width = 1280
theme = 0
mw_height = 720
iconSize = 36
sliderPos = 0
iconSizeGrid = 69
sliderPosGrid = 0
geometry_x = 400
gameTableMode = 0
pkgDirs = []
geometry_y = 400
geometry_w = 1280
geometry_h = 720
elfDirs = []
recentFiles = []
[Debug]
DebugDump = false
CollectShader = false
`
Expected Behavior
Just please work....and maybe some logs??
Specify OS Version
Windows 10, nvidia geforce RTX 3050 laptop GPU
The text was updated successfully, but these errors were encountered: