Hi all,
I installed Urho3D on Ubuntu 14 (on VMware on Windows) following the instructions here (github.com/urho3d/Urho3D/wiki/G … d-in-Linux).
After that, I rebooted the system.
Then I tried to run the Ninja example by:
cd /Urho3D/bin
. NinjaSnowWar.sh
But it gives the following error:
[Sat Oct 8 18:31:40 2016] INFO: Opened log file /root/.local/share/urho3d/logs/NinjaSnowWar.as.log
[Sat Oct 8 18:31:40 2016] INFO: Added resource path /home/omid/Urho3D/bin/Data/
[Sat Oct 8 18:31:40 2016] INFO: Added resource path /home/omid/Urho3D/bin/CoreData/
[Sat Oct 8 18:31:40 2016] INFO: Added resource path /home/omid/Urho3D/bin/Autoload/LargeData/
[Sat Oct 8 18:31:40 2016] ERROR: Could not create window, root cause: ‘No OpenGL support in video driver’
How can I solve this problem ?