Error occured when using command line to build lighting on a Windows VM

I don’t have a CPU on this VM, only have D3D12 installed on Win Server 2016.
I was using “-nullrhi” as param when in command prompt, or it would show error msg “D3D11 feature level 10 required”.

./UE4Editor.Cmd.exe my.uproject -nullrhi -run=resavepackages -buildlighting -quality=Preview -MapsOnly -ProjectOnly -allowcommandletrendering -Map=MyMap

Though it showed me another error:
Canvas.cpp “What is the current render target here?”

Anyone can help?