MindStorms

lego와 robot과 관련한 것들

spacer
spacer
spacer

[ev3]Software Launch Problem

[Problem]
When EV3 software was launched, it crashed on OS X.
EV3 Software를 실행시켰는데, 뭔가 실행되는 듯하다가 바로 꺼져버렸다.

[Hints]
MS Silverlight에 의한 문제일 수 있다.
The error is caused by the underlying MS Silverlight runtime.

[Solution]
1. Remove the installed Silverlight(설치된 silverlight를 제거한다.)
[shell]$ cd /Library/Internet\ Plug-Ins/
$ sudo rm -rf Silverlight.plugin/[/shell]
2. Install the latest Silverlight (최신 Silverlight를 설치한다.)

spacer
spacer