StephanBongartz: Hi Skess01,
i tried both today, but the game crashes randomly between loading DXDevice Phase 6 AND CreateSoundUnit<<<
Hi StephanBongartz,
I forgot to ask if you installed the latest version of Patron (they updated on 2024-05-13 - v1.904.0)
Some considerations:
-> Before directly editing configuration files make a backup copy of them (but I suppose you already know very well this :) )
1) ---------- You could try to change your screen resolution (1920x1080 for example) and then launch the game launcher
The following n2 and n3 points I think are not really useful since the game stops in the game launcher which is in desktop mode, but anyway:
2) ---------- I noticed in your log:
SwapChainDesc BufferDesc.RefreshRate: 74780 1000
where in my log I have (different graphic card and resolution 1920x1080):
SwapChainDesc BufferDesc.RefreshRate: 60 1
I'd try to limit the refresh rate through NVIDIA/Intel settings (if available).
The game launcher options (video tab, at the end) has also FPS Limit
[I have 60 -> in GameConfiguration.cfg is not present the line "CHO_FRAMERATE" to set this value - as of my tests].
3) ---------- I noticed in your log:
FullScreenAtStart: YES
where in my log I have NO, I have "Borderless window" in Window mode (game launcher options - video tab)
Anyway you could try a "Window" or "Borderless window" mode, as also lowering Textures and other graphic settings (if you can change somehow them).
4) ---------- If can be useful this is my "GameConfiguration.cfg" (be careful of course, I don't know if it's completely appropriate for your hw) - unfortunately posting in this message it loses tabs indentation (see attached image)
Config:
{
Shadows:
{
CascadePartition_1: 100
CascadeLevels: 1
ShadowMapSize: 2048
}
Resolution: 1920 1080
UserUpdateIndex: -1
InputDevicesAmount: 8
}
Options:
{
CHO_RESOLUTION 0
CHC_MAPEDITOR 1
CHC_PAN_CAMERA_ON_EDGE 0
CHC_DISCORD 0
SLD_MUSICVOLUME 0.000000
}
----------
Changing "GameConfigurationDefault.cfg" I suppose is not right to set the game settings, the file "GameConfiguration.cfg" under the game installation folder should be the one (I suppose you changed the default because the other one could not be generated due to the crash (?))
----------
Beyond that, in your shoes I'd contact the developers, on Discord or through their website hoping for a solution.
And when you'll fix it I'll love to know what was the problem :)