Forums
Games
Cyberpunk 2077 Thronebreaker: The Witcher Tales GWENT®: The Witcher Card Game The Witcher 3: Wild Hunt The Witcher 2: Assassins of Kings The Witcher The Witcher Adventure Game
Jobs Store Support Log in Register
Forums - CD PROJEKT RED
Menu
Forums - CD PROJEKT RED
  • Hot Topics
  • NEWS
  • GENERAL
    SUGGESTIONS
  • STORY
    MAIN JOBS SIDE JOBS GIGS
  • GAMEPLAY
  • TECHNICAL
    PC XBOX PLAYSTATION
  • COMMUNITY
    FAN ART (THE WITCHER UNIVERSE) FAN ART (CYBERPUNK UNIVERSE) OTHER GAMES
  • RED Tracker
    The Witcher Series Cyberpunk GWENT
PC
XBOX
PLAYSTATION
Menu

Register

Cyberpunk 2077 PC Crash Issues

+
Prev
  • 1
  • …

    Go to page

  • 102
  • 103
  • 104
  • 105
  • 106
  • …

    Go to page

  • 133
Next
First Prev 104 of 133

Go to page

Next Last
Sayan_Mayt

Sayan_Mayt

Fresh user
#2,061
Dec 15, 2020
earthdrowned said:
EDIT: In personal opinion I think this thread is amalgamation and is not helping anyone find anything. I had to spend a significant amount of time searching for these error reports or converse with people to give their error reports in order to come to even a slight bit of conclusion about this.
Click to expand...
you canthanks to the moderators
there where few smaller threds where the issues where splitet
they just merged every thred withgame crash issues in to one
pure genius i would say u find nothing or u sped 5 hours on reading

Edit:
at least they could falow the thred and pinned on the first page known solutions that can help
like even changing the dp cable to hdmi or checking if your refresh rate is set to 59Hz and u need to change it to 60Hz
or the avx fix etc.
 
Peilayr

Peilayr

Rookie
#2,062
Dec 15, 2020
earthdrowned said:
- EXCEPTION_ACCESS_VIOLATION (0xC0000005)
with it's suberror: The thread tried to read inaccessible data at (0x0), 0xED5F70, 0xFFFFFFFFFFFF
or this one: The thread attempted to write to an inaccessible address at random memory address

Those are the ones that don't allow the game to even run.
Click to expand...
Just to clarify, the above also occurs for users who can access the game, might be 5 minutes, might be 25, but it is consistently happening beyond game launch as well.

totally agree with your point that the Mods merging all these threads together hasn't helped anyone
 
Missilebean

Missilebean

Fresh user
#2,063
Dec 15, 2020
renzoruk said:
Regarding the game instant flatlining:

Hello all,

Long post I know, but I hope it will be informative to some of you experiencing the "instant flatline" error upon attempting to start the game.

Like many of you, I have been sat here reading through these posts since the day of launch. I, like many, have not been able to get the game to launch. Instant flatline as soon as the "CD Projekt Red" logo appears.

I have tried all the fixes I could think of.
- Updating Windows 10 to latest (20H2)
- Installed latest driver (clean install)
- Updated Chipset driver
- Updated motherboard BIOS
- Tried AVX hack (despite my CPU supporting AVX)
- Ensured AVX was enabled in Windows 10 using CMD
- Downloaded Microsoft DirectX config tool to allow me to limit Cyberpunk.exe access to DirectX features. Forcing it to be limited to v11.1
- Installed Studio Ready Driver (clean install)
- Installed Older driver (clean install)
- Booted into Safe mode and tried to run game
- Booted into Safemode and ran DDU and then reinstall driver
- Disabled Discord overlay
- Disabled NV overlay
- Disabled GoG Galaxy overlay
- Ran game from GoG Galaxy Client
- Ran game from directory, direct EXE launch
- Reinstalled game on HDD
- Reinstalled/moved game to SSD
- Checked file integrity
- Disabled XMP/D.O.C.P in Bios
- Tried all of this with both v1.03 and v1.04

No luck. Instant flatlines. Suddenly after a random Windows Update, the game started to run... however it would crash if I made any changes in the Settings menu.

My hardware, despite not being "cutting edge" is still fair:
CPU: AMD 3950X
RAM: 64GB
GPU: MSI Gaming Trio RTX 2080

So I started looking into the "delete the cache folder" fix. The folder located at "C:\Users\USERNAME\AppData\Local\CD Projekt Red\Cyberpunk 2077". I found that by deleting the "cache" folder, didn't help at all. But deleting the "UserSettings.json" file did.

I noticed that if I ran the game and didn't make any changes to the Settings in game, upon restarting the game, it would still crash again, instant flatline at the next startup.

I started looking inside the file to see what could be causing the game to crash on my system. I started by making a blank text file and naming it "UserSettings.json". Started the game up and it ran without a crash, no issue there.

So next I populated the file and started removing blocks of code from the file. After removing one block, I left the file open in Notepad, I ran the game again. If it crashed, I resaved the file and removed another block. I continued in the hope I would find whatever it was that was causing my crash...

I eventually found that the "RayTracing" section (below) is what is causing my instant flatline.

{
"group_name": "/graphics/raytracing",
"options": [
{
"name": "RayTracing",
"type": "bool",
"value": true,
"default_value": false
},
{
"name": "RayTracedReflections",
"type": "bool",
"value": true,
"default_value": false
},
{
"name": "RayTracedSunShadows",
"type": "bool",
"value": true,
"default_value": false
},
{
"name": "RayTracedLighting",
"type": "string_list",
"is_dynamic": false,
"value": "Ultra",
"index": 2,
"default_index": 0,
"values": [
"Off",
"Medium",
"Ultra",
"Psycho"
]
}
]
},

By removing that block, the game ran. Of course after quitting the game, and attempting to run it again, it would crash once more. So I repopulated the file in full, scoured through the file and removed only the block of code above, saved the file and then set the file (UserSettings.json) to read-only. Started the game again and it ran... quit the game, and then attempted to start it again.

Usually at this point the game would instant flatline, but as the file was read-only and the game was unable to repopulate it's contents before I quit last session, the game successfully ran once again.

So for me, this fix has allowed me to start the game. The only issue is that I am unable to change the settings in game. I have to manually adjust them within a text editor, save the file and re-set its flag to read-only.

I hope this is at least a step forward in helping some of you get your game up and running.

ReNZoR

EDIT#1: After testing further, removing the code isn't necessary. Simply changing the ' "value": true, ' to ' "value": false, ' yields the same results. Remember to set the file to read-only after making the changes:

"name": "RayTracing",
"type": "bool",
"value": true,
"default_value": false
Click to expand...
I would love to try this solution as I have the same problem, and - correct me if I'm wrong here - this file path isn't created on the disk until the game actually runs...and since I flatline when hitting play, that means I don't have it. I've checked :giveup:

earthdrowned said:
It seems there's few types of errors and their sub-errors that loom around in this thread.

- EXCEPTION_ILLEGAL_INSTRUCTION (0xC000001D)
The thread tried to execute an invalid instruction - this one is most likely tied to AVX and nonexisting support for older CPUs

- EXCEPTION_ACCESS_VIOLATION (0xC0000005)
with it's suberror: The thread tried to read inaccessible data at (0x0), 0xED5F70, 0xFFFFFFFFFFFF
or this one: The thread attempted to write to an inaccessible address at random memory address

Those are the ones that don't allow the game to even run.

The ones where the game crashes mid gameplay or shortly after launching the game are related to:

- Gpu Crash for unknown reasons! Callstack here is probably irrelevant. Check if Breadcrumbs or Aftermath logged anything useful.
or
- Watchdog timeout! (120 seconds)

EDIT:
In personal opinion I think this thread is amalgamation and is not helping anyone find anything. I had to spend a significant amount of time searching for these error reports or converse with people to give their error reports in order to come to even a slight bit of conclusion about this.

It does not help that crashes and not being able to run the game errors are being talked about in the same thread, as they are obviously different things. Let alone all of these different error types being reported all over the thread with users trying to apply the solutions that can only work for other types of errors, further complicating their situation.
Click to expand...
Agreed! We're mostly distilled down to 3-4 major issues that are preventing people from launching the game, or running it stable/without crashes. I think that there should be separate, official threads for them, based on the error itself. We could then keep this thread for new users as both an archive + general questions, directing them to the new threads if necessary.

This would be so helpful to everyone, I think, but @SigilFey thoughts? :cool:
 
earthdrowned

earthdrowned

Fresh user
#2,064
Dec 15, 2020
Missilebean said:
I would love to try this solution as I have the same problem, and - correct me if I'm wrong here - this file path isn't created on the disk until the game actually runs...and since I flatline when hitting play, that means I don't have it. I've checked :giveup:
Click to expand...
Actually a pre-launch UserSettings.json file can also be found in game install files. I'll be testing out that solution and then telling you all where to find the file and if it works for me.
 
  • RED Point
Reactions: Missilebean
Missilebean

Missilebean

Fresh user
#2,065
Dec 15, 2020
earthdrowned said:
Actually a pre-launch UserSettings.json file can also be found in game install files. I'll be testing out that solution and then telling you all where to find the file and if it works for me.
Click to expand...
I appreciate you! Keeping an eye out for an update
 
earthdrowned

earthdrowned

Fresh user
#2,066
Dec 15, 2020
1608063523716.png

This is where you should find the options.json... use notepad++ to find "RayTrace" and get easier trough the file.

However I've changed this and it doesn't help my case at all.
This is how the settings look:
1608063695632.png
 
Alveck93

Alveck93

Rookie
#2,067
Dec 15, 2020
earthdrowned said:
- EXCEPTION_ACCESS_VIOLATION (0xC0000005)
with it's suberror: The thread tried to read inaccessible data at (0x0), 0xED5F70, 0xFFFFFFFFFFFF
or this one: The thread attempted to write to an inaccessible address at random memory address

Those are the ones that don't allow the game to even run.
Click to expand...
For the record, this is the error I'm consistently getting ~10-20 minutes into play. So not exactly failure at launch, I can get into game and play, but it crashes so quickly it might as well be startup error.
 
earthdrowned

earthdrowned

Fresh user
#2,068
Dec 15, 2020
It seems to stem from the game not having access to things it needs... for various reasons I guess.
This all came from decision to shift to Dx12 exclusively. I was reading some articles on that decision few days ago and they mention that one of the possible outcomes is a disasterous launch with bugs, glitches and software-hardware incompatibility.
It's like they predicted this... but it was obvious tbh.
 
  • RED Point
Reactions: SorainRavenshaw and renzoruk
Missilebean

Missilebean

Fresh user
#2,069
Dec 15, 2020
earthdrowned said:
View attachment 11088086
This is where you should find the options.json... use notepad++ to find "RayTrace" and get easier trough the file.

However I've changed this and it doesn't help my case at all.
This is how the settings look:
View attachment 11088089
Click to expand...
Ah yeah, didn't work for me either sadly. My "value": was already set to false, actually.

My "can_be_restored_to_default": value was actually set to false unlike yours, so I swapped it to true but still did nothing.

Either way, thanks for trying!
 
earthdrowned

earthdrowned

Fresh user
#2,070
Dec 15, 2020
For records for anyone interested I tried everything suggested everywhere.
- Checking installation integrity and reinstalling the game (I've reinstalled it 6 times already)
- Clean install the latest driver version
- Clean rollback to earlier driver versions
- AVX fix
- Other fixes for older CPUs
- Running the game in safe mode
- Underclocking my GPU
- Windows update (finally updated to 20H2)
- Running the game from install directory (obvious one)
And many more, all of them both on 1.03 and 1.04 and nothing worked. I either get (0xC000001D) or (0xC0000005) - at 0xED5F70

At this point I'm willing to bet it's my old CPU which should be able to run this game but isn't due to how badly optimized the game is for old gen hardware and their decision to drop old tech completely.

I'll be trying out 1.05 patch but I doubt it will work, meaning all I have to do now is save up for new components.
 
jpelorat

jpelorat

Rookie
#2,071
Dec 15, 2020
Hi all, i've just tested underclocking my GPU and now seems to work fine.

i found another case that can cause crash. If you use some prgrams like CAM to display the overlay of FPS CPU and GPU and during the game press alt+tab, take a screenshot o press Start the game will flatline.

R7 3700X
32GB
GTX 1060 OC (driver 460.89)
 
bigpoppapump101

bigpoppapump101

Rookie
#2,072
Dec 15, 2020
Armando_Scilinguo said:
We don't know, but as you can cleraly see here:

en.cdprojektred.com

Important Update - CD PROJEKT RED

Important Update
en.cdprojektred.com en.cdprojektred.com

the only reference on PC version is at the end, a P.S. about updates, no mention of constant crashing and game not starting at all (as in my case). So my best guess is: their priority is the Old Gen consoles version, which is in a worse state. I don't want to wait anymore, with 70 GB of hard drive used for nothing.

I tried all the solutions posted here, and it's a big hassle for JUST ONE GAME. I spent time to do THEIR job, and I'm tired of being a betatester compromising my hardware and software to start this crippled game. Refund now, and we'll see in the future. I don't see any other viable solution. Also I lost my faith in they finding a solution for pc anytime soon, since there is a WIDE VARIETY of crashes, bugs, freezes... and this makes me think there is not a SINGLE problem with a SINGLE solution. I don't think so.

Best of luck to them and to us.
Click to expand...
They have different teams for PC, PS4, and Xbox
PC devs are not gonna be of help fixing issues with consoles. They are most likely focusing on crashing issues and performance improvements.
 
earthdrowned

earthdrowned

Fresh user
#2,073
Dec 15, 2020
1608066279133.png

Yup, they acknowledged that part of their PC user base is also having problems with the game.
 
Darkbaz

Darkbaz

Rookie
#2,074
Dec 15, 2020
Does anyone perhaps have any guesses as to why I am able to run the game indefinitely without crashes the first time I load the game after a fresh reinstall? If I close the game and then come back to it, I get crashes every 15 minutes or so, until i redownload the entire game again. Never seen any other game do this. It's always the following crash as well:

Error reason: Unhandled exception
Expression: EXCEPTION_ACCESS_VIOLATION (0xC0000005)
Message: The thread attempted to read inaccessible data at 0xFFFFFFFFFFFFFFFF.
File: <Unknown>(0)
 
Alveck93

Alveck93

Rookie
#2,075
Dec 15, 2020
Darkbaz said:
Does anyone perhaps have any guesses as to why I am able to run the game indefinitely without crashes the first time I load the game after a fresh reinstall? If I close the game and then come back to it, I get crashes every 15 minutes or so, until i redownload the entire game again. Never seen any other game do this. It's always the following crash as well:
Click to expand...
Pretty much the same issue I'm having. Think it's going to have to be a patch job on their end.

Can't say I've tested fresh install of the game, mind. Don't think I have the patience for that.
 
B

Beatupmech

Fresh user
#2,076
Dec 15, 2020
jpelorat said:
Hi all, i've just tested underclocking my GPU and now seems to work fine.

i found another case that can cause crash. If you use some prgrams like CAM to display the overlay of FPS CPU and GPU and during the game press alt+tab, take a screenshot o press Start the game will flatline.

R7 3700X
32GB
GTX 1060 OC (driver 460.89)
Click to expand...
I think that clearly illustrates a major issue with the game/nvidia drivers or both. Underclocking a 1060? I can understand underclocking 3090s/3080s/2080tis but a 1060? It's like intentionally handicapping a person when there is already a disadvantage.

I'm glad you found a solution that works for you though
 
Lana Hellflower

Lana Hellflower

Rookie
#2,077
Dec 15, 2020
Darkbaz said:
Does anyone perhaps have any guesses as to why I am able to run the game indefinitely without crashes the first time I load the game after a fresh reinstall? If I close the game and then come back to it, I get crashes every 15 minutes or so, until i redownload the entire game again. Never seen any other game do this. It's always the following crash as well:

Error reason: Unhandled exception
Expression: EXCEPTION_ACCESS_VIOLATION (0xC0000005)
Message: The thread attempted to read inaccessible data at 0xFFFFFFFFFFFFFFFF.
File: <Unknown>(0)
Click to expand...
Same error. I don't know. It's question for developers whose don't tested patch 1.04.
 
Pigius

Pigius

Senior user
#2,078
Dec 15, 2020
Guys, can anyone come across this crash? Here's what's written in CrashReporter:

Registered crash info file...
InternalVersion: 3.0.3217599 P4CL: 4158334 Stream: //R6.Root/R6.Patch0Hotfix2
!!!CRASHED!!!
Error Reason: Assert
Expression:
Message: RedIO: Failed to read 2244608 bytes (read 0 bytes), fd 0, lastError=0x00000017
File: e:\r6.patch0hotfix2\dev\src\common\redio\src\redioworkergeneric.cpp
Line: 336

"uptimeSeconds":50
"stopThreadID":11940
"exceptionCode":0x80000003
"processID":7312
"Engine/CommitFailedErrorCode@1#TID=0":"0"
"ResourceLoaderThrottler/PreviousSpeed@2464026#TID=0":"Unlimited"
"ResourceLoaderThrottler/CurrentSpeed@2464027#TID=0":"Flood"
"ResourceLoaderThrottler/NumThrottleTokensAcquired@2469395#TID=0":"4"
"ResourceLoaderThrottler/NumThrottleTokensSoftLimit@2469394#TID=0":"4"
"Gpu/RayTracing/Enabled@61#TID=0":"true"
"Configuration/Name@2#TID=0":"FINAL"
"Configuration/Name2@3#TID=0":"FINAL"
"Game/Patch@7#TID=0":"1.04"
"Game/SessionDesc/WorldName@2459286#TID=0":"03_night_city"
"Game/SessionDesc/IsValid@2459287#TID=0":"true"
"Game/SessionDesc/IsLoadingSavedSession@2459288#TID=0":"true"
"Game/SessionDesc/IsJoiningRemoteSession@2459289#TID=0":"false"
"Game/SessionDesc/HostName@2459290#TID=0":""
"Game/SessionDesc/GameRulesConfig@2459291#TID=0":"None"
"Game/SessionDesc/QuestPath@2459292#TID=0":"<0x0000000000000000>"
"Game/SessionDesc/RunQuest@2459293#TID=0":"false"
"Game/SessionDesc/AlwaysSpawnedDisabled@2459294#TID=0":"false"
"Game/SessionDesc/PopulationSystemSpawnRadius@2459295#TID=0":"0.000000"
"Game/SessionDesc/SpawnLocalPlayer@2459296#TID=0":"false"
"Game/SessionDesc/SpawnPoint@2459297#TID=0":"Position=[0, 0, 0, 0] Rotation=[Roll:0, Pitch:0, Yaw:0]"
"Game/SessionDesc/SpawnRecordId@2459298#TID=0":"<0x0000001C15982ADF>"
"Game/SessionDesc/Gender@2459299#TID=0":"None"
"GameSessionDesc/UseSpecifiedStartPoint@2459300#TID=0":"false"
"GameSessionDesc/IsSpectator@2459301#TID=0":"false"
"GameSessionDesc/SpawnTags@2459302#TID=0":""
"Game/LoadingStage@2468963#TID=0":"Loading world"
"Engine/OOM@4#TID=0":"false"
"Engine/IO/CurrentAsyncOp@2469396#TID=11940":"D:\Cyberpunk 2077\archive\pc\content\basegame_1_engine.archive"
"GlobalMode/IsClosing@5#TID=0":"false"
"GlobalMode/IsGame@17#TID=0":"true"
"Jobs/InitParam/MaxLatentJobs@8#TID=0":"131072"
"Jobs/InitParam/MaxCriticalPathJobs@9#TID=0":"65536"
"Jobs/InitParam/MaxImmediateJobs@10#TID=0":"2048"
"Jobs/InitParam/WorkerThreadStackSizeKB@11#TID=0":"1024"
"Jobs/InitParam/MaxThreads@12#TID=0":"27"
"Jobs/InitParam/AllJobsCriticalPath@14#TID=0":"false"
"Jobs/InitParam/UseJobDebugger@13#TID=0":"false"
"Jobs/Dispatcher/NumDispatcherThreads@15#TID=0":"5"
"Jobs/Dispatcher/MaxHWConcurrency@16#TID=0":"6"
"Gpu/Device/Name@56#TID=0":"NVIDIA GeForce RTX 2060 SUPER"
"Gpu/Device/Vendor@57#TID=0":"Nvidia"
"Gpu/Device/DriverVersion@58#TID=0":"Nvidia v 46079 [r460_74]"
"Gpu/Device/TotalMemoryMB@55#TID=0":"8031"
"Gpu/Device/UsedMemoryMB@2804868#TID=0":"2321"
"Engine/InitParams/InteropStartingPort@18#TID=0":"0"
"Engine/InitParams/RenderPreset@19#TID=0":"1"
"Engine/InitParams/QualityLevelName@20#TID=0":"None"
"Engine/InitParams/TextureQualityLevelName@21#TID=0":"High"
"Engine/InitParams/WatchdogTimeoutSecondsOverride@22#TID=0":"0"
"Engine/InitParams/ScriptsSilentCompilation@23#TID=0":"false"
"Engine/InitParams/ScriptsSilentValidation@24#TID=0":"false"
"Engine/InitParams/TweakDBSilentValidation@25#TID=0":"false"
"Engine/InitParams/PvdDumpToFile@26#TID=0":"false"
"Engine/InitParams/ProfilerEnabled@27#TID=0":"false"
"Engine/InitParams/ShowVersionWatermark@28#TID=0":"true"
"Engine/InitParams/WindowCaption@29#TID=0":""
"Engine/PC/SystemName@30#TID=0":"Майкросо...#<truncated>#"
"Engine/PC/SystemVersion@31#TID=0":"10.0.19042"
"Engine/SafeInit@22503#TID=0":"Finished"
"Engine/IsHeadless@33#TID=0":"false"
"Engine/VersionWatermark@32#TID=0":"3.0.3217599 P4CL: 4158334 Stream: //R6.Root/R6.Patch0Hotfix2 Dec 10 2020 14:01:38 (FINAL) Total memory: 12235685888 bytes "
"Engine/Scripts/PrimaryBlobModifiedDate@40#TID=0":"132523486939149399"
"Engine/Scripts/FallbackBlobModifiedDate@41#TID=0":"0"
"Engine/Scripts/BlobPathUsed@42#TID=0":"Loaded"
"Engine/Scripts/ShouldCompileScripts@39#TID=0":"true"
"Engine/Scripts/Loaded@43#TID=0":"true"
"Streaming/LastObserverPosition@2804858#TID=0":"[-426, 406, 24]"
"Streaming/IsLastObserverPositionValid@2804859#TID=0":"true"
"Streaming/IsTeleporting@2804860#TID=0":"false"
"Streaming/DebugLastTeleportDistance@2804861#TID=0":"0.000000"
"Streaming/MountState@2463980#TID=0":"Mounted"
"Streaming/Observer/0/LastObserverPosition@2804855#TID=0":"[-426, 406, 24]"
"Streaming/Observer/0/LastObserverVelocityOffsetPosition@2804856#TID=0":"[-426, 406, 24]"
"Streaming/Observer/0/UseStreamingOcclusion@2804857#TID=0":"false"
"Telemetry/PlaythroughID@2463986#TID=0":"5fd1fc2953cc9fe2"
"##CrashDump##/DumpCrashDataSeconds":"0"
 
Sayan_Mayt

Sayan_Mayt

Fresh user
#2,079
Dec 15, 2020
earthdrowned said:
View attachment 11088155
Yup, they acknowledged that part of their PC user base is also having problems with the game.
Click to expand...

1608069635220.png




pls. half a mill thats like nothing XDD
come on cd red what are u doing
Post automatically merged: Dec 15, 2020

Pigius said:
Message: RedIO: Failed to read 2244608 bytes (read 0 bytes), fd 0, lastError=0x00000017
File: e:\r6.patch0hotfix2\dev\src\common\redio\src\redioworkergeneric.cpp
Click to expand...
RedIO: read IO error
try checking for corupted files
check game files integretety
check your hard disk
 
mt247

mt247

Rookie
#2,080
Dec 15, 2020
I have rtx 3080 and 3700X yesterday my game started to crash with couple different reasons:

Error reason: Unhandled exception
Expression: EXCEPTION_ACCESS_VIOLATION (0xC0000005)
Message: The thread attempted to write to an inaccessible address at 0x1619BFC08.
File: <Unknown>(0)

InternalVersion: 3.0.3217599 P4CL: 4158334 Stream: //R6.Root/R6.Patch0Hotfix2
!!!CRASHED!!!
Error Reason: Assert
Expression:
Message: Gpu Crash for unknown reasons! Callstack here is probably irrelevant. Check if Breadcrumbs or Aftermath logged anything useful.
File: e:\r6.patch0hotfix2\dev\src\common\gpuapi\src\dx12\gpuapidx12error.cpp
Line: 40

"uptimeSeconds":2306
"stopThreadID":8544
"exceptionCode":0x80000003
"processID":10780
"Engine/CommitFailedErrorCode@1#TID=0":"0"
"ResourceLoaderThrottler/PreviousSpeed@68743547#TID=0":"Flood"
"ResourceLoaderThrottler/CurrentSpeed@68743548#TID=0":"Stream"
"ResourceLoaderThrottler/NumThrottleTokensAcquired@100648171#TID=0":"1"
"ResourceLoaderThrottler/NumThrottleTokensSoftLimit@100648170#TID=0":"2"
"Gpu/RayTracing/Enabled@61#TID=0":"true"
"Configuration/Name@2#TID=0":"FINAL"
"Configuration/Name2@3#TID=0":"FINAL"
"Game/Patch@7#TID=0":"1.04"
"Game/SessionDesc/WorldName@68374300#TID=0":"03_night_city"
"Game/SessionDesc/IsValid@68374301#TID=0":"true"
"Game/SessionDesc/IsLoadingSavedSession@68374302#TID=0":"true"
"Game/SessionDesc/IsJoiningRemoteSession@68374303#TID=0":"false"
"Game/SessionDesc/HostName@68374304#TID=0":""
"Game/SessionDesc/GameRulesConfig@68374305#TID=0":"None"
"Game/SessionDesc/QuestPath@68374306#TID=0":"<0x0000000000000000>"
"Game/SessionDesc/RunQuest@68374307#TID=0":"false"
"Game/SessionDesc/AlwaysSpawnedDisabled@68374308#TID=0":"false"
"Game/SessionDesc/PopulationSystemSpawnRadius@68374309#TID=0":"0.000000"
"Game/SessionDesc/SpawnLocalPlayer@68374310#TID=0":"false"
"Game/SessionDesc/SpawnPoint@68374311#TID=0":"Position=[0, 0, 0, 0] Rotation=[Roll:0, Pitch:0, Yaw:0]"
"Game/SessionDesc/SpawnRecordId@68374312#TID=0":"<0x0000001C15982ADF>"
"Game/SessionDesc/Gender@68374313#TID=0":"None"
"GameSessionDesc/UseSpecifiedStartPoint@68374314#TID=0":"false"
"GameSessionDesc/IsSpectator@68374315#TID=0":"false"
"GameSessionDesc/SpawnTags@68374316#TID=0":""
"Game/LoadingStage@68743546#TID=0":"Finished"
"Engine/OOM@4#TID=0":"false"
"GlobalMode/IsClosing@5#TID=0":"false"
"GlobalMode/IsGame@17#TID=0":"true"
"Jobs/InitParam/MaxLatentJobs@8#TID=0":"131072"
"Jobs/InitParam/MaxCriticalPathJobs@9#TID=0":"65536"
"Jobs/InitParam/MaxImmediateJobs@10#TID=0":"2048"
"Jobs/InitParam/WorkerThreadStackSizeKB@11#TID=0":"1024"
"Jobs/InitParam/MaxThreads@12#TID=0":"27"
"Jobs/InitParam/AllJobsCriticalPath@14#TID=0":"false"
"Jobs/InitParam/UseJobDebugger@13#TID=0":"false"
"Jobs/Dispatcher/NumDispatcherThreads@15#TID=0":"15"
"Jobs/Dispatcher/MaxHWConcurrency@16#TID=0":"16"
"Gpu/Device/Name@56#TID=0":"NVIDIA GeForce RTX 3080"
"Gpu/Device/Vendor@57#TID=0":"Nvidia"
"Gpu/Device/DriverVersion@58#TID=0":"Nvidia v 46079 [r460_74]"
"Gpu/Device/TotalMemoryMB@55#TID=0":"10077"
"Gpu/Device/UsedMemoryMB@100655449#TID=0":"4808"
"Gpu/GpuCrashed@100655447#TID=0":"true"
"Engine/InitParams/InteropStartingPort@18#TID=0":"0"
"Engine/InitParams/RenderPreset@19#TID=0":"1"
"Engine/InitParams/QualityLevelName@20#TID=0":"None"
"Engine/InitParams/TextureQualityLevelName@21#TID=0":"High"
"Engine/InitParams/WatchdogTimeoutSecondsOverride@22#TID=0":"0"
"Engine/InitParams/ScriptsSilentCompilation@23#TID=0":"false"
"Engine/InitParams/ScriptsSilentValidation@24#TID=0":"false"
"Engine/InitParams/TweakDBSilentValidation@25#TID=0":"false"
"Engine/InitParams/PvdDumpToFile@26#TID=0":"false"
"Engine/InitParams/ProfilerEnabled@27#TID=0":"false"
"Engine/InitParams/ShowVersionWatermark@28#TID=0":"true"
"Engine/InitParams/WindowCaption@29#TID=0":""
"Engine/PC/SystemName@30#TID=0":"Windows 10 Pro"
"Engine/PC/SystemVersion@31#TID=0":"10.0.19042"
"Engine/SafeInit@35610#TID=0":"Finished"
"Engine/IsHeadless@33#TID=0":"false"
"Engine/VersionWatermark@32#TID=0":"3.0.3217599 P4CL: 4158334 Stream: //R6.Root/R6.Patch0Hotfix2 Dec 10 2020 14:01:38 (FINAL) Total memory: 12191985664 bytes "
"Engine/Scripts/PrimaryBlobModifiedDate@40#TID=0":"132522116044752781"
"Engine/Scripts/FallbackBlobModifiedDate@41#TID=0":"0"
"Engine/Scripts/BlobPathUsed@42#TID=0":"Loaded"
"Engine/Scripts/ShouldCompileScripts@39#TID=0":"true"
"Engine/Scripts/Loaded@43#TID=0":"true"
"Streaming/LastObserverPosition@100655383#TID=0":"[2640, -1519, 67]"
"Streaming/IsLastObserverPositionValid@100655384#TID=0":"true"
"Streaming/IsTeleporting@100655385#TID=0":"false"
"Streaming/DebugLastTeleportDistance@100655386#TID=0":"0.000000"
"Streaming/MountState@68381670#TID=0":"Mounted"
"Streaming/Observer/0/LastObserverPosition@100655380#TID=0":"[2640, -1519, 67]"
"Streaming/Observer/0/LastObserverVelocityOffsetPosition@100655381#TID=0":"[2640, -1519, 67]"
"Streaming/Observer/0/UseStreamingOcclusion@100655382#TID=0":"false"
"Telemetry/PlaythroughID@68381672#TID=0":"5fd3aa2f2813a04e"
"Telemetry/VisitID@942009#TID=0":"b438b454-8029-45a9-bd4b-dc4365b70150"
"##CrashDump##/DumpCrashDataSeconds":"0"
 
Prev
  • 1
  • …

    Go to page

  • 102
  • 103
  • 104
  • 105
  • 106
  • …

    Go to page

  • 133
Next
First Prev 104 of 133

Go to page

Next Last
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
  • English
    English Polski (Polish) Deutsch (German) Русский (Russian) Français (French) Português brasileiro (Brazilian Portuguese) Italiano (Italian) 日本語 (Japanese) Español (Spanish)

STAY CONNECTED

Facebook Twitter YouTube
CDProjekt RED
  • Contact administration
  • User agreement
  • Privacy policy
  • Cookie policy
  • Press Center
© 2018 CD PROJEKT S.A. ALL RIGHTS RESERVED

CD PROJEKT®, Cyberpunk®, Cyberpunk 2077® are registered trademarks of CD PROJEKT S.A. © 2018 CD PROJEKT S.A. All rights reserved. All other copyrights and trademarks are the property of their respective owners.

Forum software by XenForo® © 2010-2020 XenForo Ltd.