Help me understand log Information

Hello Community :slight_smile:

Since nobody is able to help me with my problem in my other question, I thought I might ask if somebody can at least tell me what the log file is about. I’m new and yet not able to find the parameter that leads to my issue. If someone could help me, I would appreciate it much.

  • Greetings.

FatalError.log (46.6 KB)

The best place to start with looking at crash logs is just searching for “error” and “warning” and then googling things that you haven’t seen before.

The thing that stands out in your log is this:

[2023.03.06-19.22.13:350][  0]LogD3D12RHI: Found D3D12 adapter 2: Microsoft Basic Render Driver (Max supported Feature Level 12_1, shader model 6.2)
[2023.03.06-19.22.13:350][  0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 4065MB of shared system memory, 0 output[s]
[2023.03.06-19.22.13:350][  0]LogD3D12RHI: Error: Failed to choose a D3D12 Adapter.

It seems like the engine is having a hard time initializing your display.

Elsewhere in the logs I see your display devices enumerated

[2023.03.06-19.22.13:352][  0]LogWindows:    0. 'Microsoft Basic Display Driver' (P:0 D:0), name: '\\.\DISPLAY1'
[2023.03.06-19.22.13:353][  0]LogWindows:    1. 'AMD Radeon HD 6570' (P:1 D:1), name: '\\.\DISPLAY2'
[2023.03.06-19.22.13:353][  0]LogWindows:    2. 'AMD Radeon HD 6570' (P:0 D:0), name: '\\.\DISPLAY3'

Honestly I have no idea what Microsoft Basic Display Driver is, but it is set as your primary display device. Is it perhaps a virtual device or some dummy display dongle? I would try changing your display settings and set your Radeon as your primary display device.

1 Like

Many thanks, this is the log from the other pc that had run my compiled game.