-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$30 reward: Lego Mindstorms EV3 software running on RPi #296
Comments
@Botspot Do you know where I can get a x86 32 bit virtualbox? Thanks :) |
Several people have tried doing so in the Pi Labs Discord Server that it doesn't work. :( Download link: https://www.virtualbox.org/wiki/Download_Old_Builds_5_2 |
@Botspot maybe try installing it on X86 PC first – many EXE installers on After installation copy it's data to your Raspberry Pi – it should be installed somewhere in You can also try to extract it with some archive software (most of the |
@SpacingBat3 That is an interesting approach that I had not thought of before. Well, $30 up for grabs, who wants it? ;) |
The installation also fails on an X86 PC. Any ideas? |
You might need to use the Windows for the installation, as some applications fails to install on X86 Wine as well. Some might not be even runnable with it at all. Personally, I've never had an issue with You might also need to install the |
if you do BOX86_NOBANNER=1 winetricks --gui with the latest winetricks 20201206 there is an option in the install an application menu for EV3. It installed vcrun2005 with a workaround for wine, IE8 to replace gecko, and dotnet40. i should have installed aria2 first to make the download quicker for the ev3 full installer it is taking abit on my internet but when it finishes i'll report back. |
well it was worth a shot the installer did its thing then crashed after it said it installed and winetricks gave the following error: warning: ev3 install completed, but installed file /home/pi/.wine/dosdevices/c:/Program Files/LEGO Software/LEGO MINDSTORMS EV3 Home Edition/MindstormsEV3.exe not foundthe debug log from that screen is below: Structured Exception number 0xC0000005 Exception Report: Registers: Stack Trace |
@Botspot has anyone ever got Lego Mindstorms EV3 to work with wine on anything? |
@Pythonic456 an older version is silver in the winedb. https://appdb.winehq.org/objectManager.php?sClass=version&iId=33517 so it might be possible. I'll mess with the program some more later. |
It looks like it. https://appdb.winehq.org/objectManager.php?sClass=application&iId=15648 Maybe an older version of the software could work? I've seen a couple people get Lego Mindstorms running on Linux using Virtualbox. Someone, @SkywalkerSW5, said he got x86 Virtualbox running on RPi under an emulated chroot called "Rpi686". IDK how he did it, and he doesn't seem to remember either, but it's worth a shot. |
Here's an older version, https://le-www-live-s.legocdn.com/downloads/LMS-EV3/LMS-EV3_Full-setup_1.3.1_en-US_WIN32.exe#noUrlRewrite, i haven't tried it out yet though... |
According to winehq, Lego Mindstorms 1.1.1 is "bronze", meaning it installed fine on Wine without difficulty. I've not found download links for this old version, until today when I found the broken old download link was on archive.org. |
@Botspot try using |
Wow that's crazy fast!! It cuts download time in half for downloading images from the raspbian website! |
I'm interested in how this works, how can it download it faster? |
I think it might be by using multiple conenctions. |
@Pythonic456 what @Chunky-Milk said: it uses multiple connections, so the server you are downloading from thinks 16 computers are downloading the file. |
Well no duh it didn't find it, the file path has spaces so you need to edit winetricks to somehow use |
👀 |
Looks like a later version of Wine is required.
|
Ask WheezyE in Pi Labs, I think he knows how to do it. |
Speaking of that, why aren't you in Pi Labs anymore? |
Update: I've discovered that winetricks has a built-in way to install Lego Mindstorms EV3! The download URL doesn't work though. Procedure I'm following on my RPi:
Could someone with a X86 Linux PC try this? |
Try running strace? Or using something else to see what file it currently has open. I know strace doesn't work great with multi-threaded stuff like wine, worth a try though. |
Just a friendly reminder that $30 is up for whoever can get Lego Mindstorms EV3 Home Edition running on RPi.
Download the EXE from: https://le-www-live-s.legocdn.com/downloads/LMS-EV3/LMS-EV3_Full-setup_1.4.5_en-US_WIN32.exe
Using box86 and x86 WINE, I got Mindstorms to partially install. But the installation failed right towards the end.
The text was updated successfully, but these errors were encountered: