Application Details:
Version: | 1.2.1 |
License: | Free to use |
URL: | http://www.lego.com/en-us/mind... |
Votes: | 2 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 1.9.11 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
The overall program.
What does not
Sometimes, the application refuses to launch fully, leaving a white window. Using Wine Staging seems to fix it, though.
Communication with brick via USB. (Bug 39962) (Wifi works though)
Communication with brick via Bluetooth. (Bug 40009) (Wifi works though)
Firmware updates (needs USB communication)
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
The lobby animations no longer seem to glitch. I use the Edimax EW-7811UN WiFi Adapter (needs firmware version 1.08 or higher). Since firmware updates need USB, you will need to use a Micro$oft Window$ computer or virtual machine to update the firmware.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Jun 07 2016 | 1.9.11 | Yes | Yes | No | Silver | Qwerty Chouskie | |
Show | Ubuntu 15.10 "Wily" amd64 (+ variants like Kubuntu) | Mar 23 2016 | 1.9.6 | Yes | Yes | No | Bronze | Qwerty Chouskie |
Bug # | Description | Status | Resolution | Other apps affected |
39962 | Lego Mindstorms EV3 Software does not find EV3 brick using USB | UNCONFIRMED | View | |
40009 | Lego Mindstorms EV3 Software does not find EV3 brick using Bluetooth: needs irprops.cpl.BluetoothFindFirstRadio implementation | UNCONFIRMED | View | |
40192 | Multiple games and applications need 'mfc80.dll' ('winetricks -q mfc80' is a workaround) | NEW | View | |
40193 | Wine builtin 'iexplore' displays blank page when visiting Microsoft Silverlight demo controls webpage after installing Microsoft Silverlight 5.x | NEW | View | |
40729 | Wine uses builtin urlmon.dll instead of native version when override is set to 'native, builtin' | UNCONFIRMED | View |
Here is the command to install the program (does not work on Ubuntu 14.04, but does on Ubuntu 15.10): sudo add-apt-repository ppa:wine/wine-builds && sudo apt-get update && sudo apt-get install --install-recommends winehq-staging winbind libntlm0 ttf-mscorefonts-installer wget && cd ~/ &&wget -q
https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
&& mkdir /home/$USER/.local/share/wineprefixes && WINEPREFIX="/home/$USER/.local/share/wineprefixes/ev3" WINEARCH=win32 wineboot && sh ~/winetricks --isolate -q ev3 && WINEPREFIX="/home/$USER/.local/share/wineprefixes/ev3" sh ~/winetricks ddr=gdi && rm -f "/home/$USER/Desktop/LEGO MINDSTORMS EV3 Home Edition.lnk" Double-click the launcher on the desktop to open the program.
Here are the instructions to install the program on systems other than ubuntu: Install Wine Staging, Winbind, Wget, and libntlm Run: cd ~/ &&wget -q
https://github.com/Winetricks/winetricks/raw/master/src/winetricks -O /home/$USER/winetricks
&& mkdir /home/$USER/.local/share/wineprefixes && WINEPREFIX="/home/$USER/.local/share/wineprefixes/ev3" WINEARCH=win32 wineboot && sh ~/winetricks --isolate -q ev3 && WINEPREFIX="/home/$USER/.local/share/wineprefixes/ev3" sh ~/winetricks ddr=gdi && rm -f "/home/$USER/Desktop/LEGO MINDSTORMS EV3 Home Edition.lnk" Double-click the launcher on the desktop to open the program.
If the WiFi is not working, run:
sudo service ufw stop
Comments for this application have been disabled because there are no maintainers.