i did find this in red engine log when it crashes.
(I tried to run the game on micron 3400 nvme gen4, and raid1 sas ssd's, in past it ran just fine.)
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.CrashDataLocator|Searching for most recently created directories in 'C:\Users\cyklondx\AppData\Local\REDEngine\ReportQueue'.
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|Matching crash data directory: 'Cyberpunk2077-20230321-221747-19520-31120'.
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|Game version has been resolved to: '3.0.4506101 P4CL: 5661751 Stream: //R6.Root/R6.Release '.
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|Looking for ClientId in 'C:\Users\cyklondx\AppData\Local\REDEngine\CrashClientId.txt'.
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|ClientId file exists. Trying to read cached id.
03/21/2023 22:17:48 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|ClientId resolved to 'beed37c70bfaaaed03f2443b958731b36653a89c'.
03/21/2023 22:17:48 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select AddressWidth, Architecture, Caption, CurrentClockSpeed, Description, DeviceID, Family, Manufacturer, MaxClockSpeed, Name, NumberOfCores, NumberOfLogicalProcessors, Status from Win32_Processor
03/21/2023 22:17:49 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select Capacity, Description, Manufacturer, Model, PartNumber, Speed from Win32_PhysicalMemory
03/21/2023 22:17:49 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select AdapterDACType, Caption, CurrentBitsPerPixel, CurrentHorizontalResolution, CurrentRefreshRate, CurrentVerticalResolution, Description, DeviceID, DriverDate, DriverVersion, InstalledDisplayDrivers, Name, Status, VideoProcessor from Win32_VideoController
03/21/2023 22:17:49 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select Caption, CodeSet, CountryCode, CurrentTimeZone, Locale, OSArchitecture, OSLanguage, OSType, Version from Win32_OperatingSystem
03/21/2023 22:17:49 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select BytesPerSector, Caption, DeviceID, FirmwareRevision, Index, Model, Size, Status from Win32_DiskDrive
03/21/2023 22:17:49 -05:00|TRACE|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|WMI Query: select AllocatedSize, BusType, DeviceId, FirmwareVersion, FriendlyName, HealthStatus, MediaType, Model, Size, SpindleSpeed from MSFT_PhysicalDisk
03/21/2023 22:17:49 -05:00|WARN|Redbug.Reporter.CP2077.Preparation.SystemInformationCollector|Could not retrieve drives information.
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at Redbug.Reporter.CP2077.Preparation.SystemInformationCollector.GetLogicalDiskToPhysicalDiskAssociations()
at Redbug.Reporter.CP2077.Preparation.SystemInformationCollector.AddSystemInformation(DirectoryInfo crashDataDir)
03/21/2023 22:17:49 -05:00|INFO|Redbug.Reporter.CP2077.Preparation.ReportCreator|Crash report summary: [Data directory: C:\Users\cyklondx\AppData\Local\REDEngine\ReportQueue\Cyberpunk2077-20230321-221747-19520-31120] [ClientId: beed37c70bfaaaed03f2443b958731b36653a89c] [ProductVersion: 3.0.4506101 P4CL: 5661751 Stream: //R6.Root/R6.Release ]
This isn't wmi corruption issue either. I also don't know why it tries to get this kind of info... Even so its bit f'd up to scan all user drives and partitions.
well anyway, running wmi for exact info the engine gets... looks just fine.
PS C:\WINDOWS\system32> Get-WMIObject Win32_LogicalDisk | Foreach-Object {
>> Get-WmiObject -Query "Associators of {Win32_LogicalDisk.DeviceID='$($_.DeviceID)'} WHERE ResultRole=Antecedent"
>> } | Format-Table
NumberOfBlocks BootPartition Name PrimaryPartition Size Index
-------------- ------------- ---- ---------------- ---- -----
998952960 False Disk #0, Partition #2 True 511463915520 2
1562812735 False Disk #1, Partition #1 True 800160120320 1
1562812735 False Disk #2, Partition #1 True 800160120320 1
3906764800 False Disk #7, Partition #0 True 2000263577600 0
781418496 False Disk #8, Partition #0 True 400086269952 0
15627788288 False Disk #4, Partition #0 True 8001427603456 0
1953519616 False Disk #6, Partition #0 True 1000202043392 0
15628017664 False Disk #3, Partition #0 True 8001545043968 0
15627788288 False Disk #5, Partition #0 True 8001427603456 0
(Not the case of 2 disks that are same in system, as their names are Disk #1, and Disk #2 names)
(Not the case of running as administrator - already tried that.)
Post edited March 22, 2023 by CyklonDX