WindowGLFW: Failed create window (at Driveworks 1.2)

Dear,

Newly setup Linux Host PC which has GTX 1060 and Driver ver. 390.87.

After Ubuntu 16.04 installation, I tried to build DriveWorks 1.2 on the Host.
CMAKE done and ran a drivenet example.

$ cmake -DCMAKE_BUILD_TYPE=Release /usr/local/driveworks/samples 
$ make -j

It returned as follow:

$ ./sample_drivenet
WindowGLFW: Failed create window
terminate called after throwing an instance of 'std::exception'
  what():  std::exception
Aborted (core dumped)

Thanks in advance,

Dear ddpx2,
Could you check the host system prerequisites at docs (DRIVE_Software/dav/dwx_devguide_getting_started.html).
Check ldd sample_drivenet to know if any dependency libraries are missing.
Check running other DW samples also and share your feed back

Dear SivaRamaKrishna,

With Driveworks 1.2, CUDA 9.2 was installed by default. And, by some reason, it was trouble-maker.
Re-installation CUDA fixed it fortunately!

Thanks!