udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.88k stars 1.5k forks source link

slef-driving-car-sim - term2_sim.x86_64 - not running on ubuntu 16 #90

Closed kzoheir closed 5 years ago

kzoheir commented 5 years ago

I've downloaded the file: term2_sim_linux.zip (Term 2 Simulator v1.45), extracted it, then changed permission for the file: term2_sim.x86_64 to be executable.

When running term2_sim.x86_64 it asks for resolution. Then nothing happened. I was expecting to have a screen with a menu to select: "Bicycle tracker with EKF."

Are there any prerequisites? Any missing step in the middle?

doYrobot commented 5 years ago

I had the same problem.

doYrobot commented 5 years ago

I found that the file did not have permission to run.

chmod ug+x ./term2_sim_linux/term2_sim.x86_64

kzoheir commented 5 years ago

Thank you.

My problem was different. It's more related to Ubuntu installation! It only works when I start Ubuntu in a safe mode and it's slow.

sie sie Khaled

On Sat, Nov 3, 2018 at 1:41 AM 李翔 notifications@github.com wrote:

I found that the file did not have permission to run.

chmod ug+x ./term2_sim_linux/term2_sim.x86_64

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/udacity/self-driving-car-sim/issues/90#issuecomment-435539794, or mute the thread https://github.com/notifications/unsubscribe-auth/AUR1j_5w5sT3DNwL2epcXeq3KFRaTd1Bks5urNg4gaJpZM4V8262 .

-- Cordialement Thank you

mvirgo commented 5 years ago

Looks like you have solved the issue, so closing this out.