When I press play on the launcher, the game crashes immediately.
After around 10 to 20 attempts, if I’m lucky, the game manages to launch successfully once or twice.
Even when I succeed in launching the game, the lag has been too severe lately.
I tried the methods listed in the link, but they did not resolve the issue.
[PC] Do You Use Mods? (Optional):
No, I don’t use mods
Reproduction Rate (Required):
Often (<75%)
Platform (Required):
Steam (PC)
[PC] Crash Report (Optional):
GUID: 15e31626-a967-4ad7-a90c-faffca76a711
Log File:
Info Type:
I tried the solution you provided. However, the loading time was extremely long, almost to the point where it seemed like my computer had frozen. After the loading, I encountered a login error on the title screen (the screen with four henchmen).
By the way, After changing ‘deadlock_detector_enabled’ from ‘true’ to ‘false,’ the game is not functioning properly. Is this really the correct solution?
After changing use_blocking_io, use_bank_thread, and use_engine_thread to fasle, game is still crashing when i press the play(i mean, at the loading screen).
GUID: 5b7d7182-a677-4728-ab24-2b17b6d91a34
Log File:
Info Type:
Seems like your latest crash is related to use_engine_thread. Note that we never changed these values, we are only testing this to see if any of them resolves your issue.
I would start with testing use_bank_thread as false and then use_blocking_io.
Try combos with of them. Meaning one false and the other one true and vice versa. Let us know if any combo resolves your issue.
i think game is working when i use_bank_thread = false. but i have ton of in-game lag now. The in-game lag (or error) I’ve been experiencing is as follows:
Even when I’m not pressing the directional keys, my character continues to move. When I press the weapon swap key once, it reacts as if I pressed it multiple times (this causes the weapon to switch back to the melee weapon when I try to switch to the gun), the attack animation is very odd, and even when I release the mouse button, the gun continues to fire. Additionally, when I hit an enemy, sometimes no damage is dealt, or conversely, I hit empty space and the enemy takes damage. Various strange errors like these are occurring.
could be unrelated to the changes, I tried this on my PC with locked 60 fps. What this flag does is that it moves the reads of streamed audio to the game thread which in theory is bad. If you are on a fast SSD it might not be that slow, but on a HDD it might cause alot of issues.
Are you running the game on a SSD? (our log tells me that you do).
Could there be issues with said drive? Perhaps try move the game to another disc if possible since the original issue could be due to this.
My guess is that your perf issues might be related to the original issue.