This is a brand new Ubuntu install with only Node.js and wine and winetricks installed. Running anything with Wine gives
Code: Select all
0030:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0030:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Code: Select all
...
Executing wine vc_redist.x86.exe
0030:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0030:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
002f:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002f:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Code: Select all
DISPLAY=:0 wine file.exe
Code: Select all
0030:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0030:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Code: Select all
echo $display
What am I supposed to do about this?