Displaying 20 results from an estimated 100 matches similar to: "Error trying to install Lego Mindstorms"
2010 Apr 09
0
Re: Lego Mindstorms NXT 2.0 under wine ?
Hi,
I was not able to run it under Wine, but it works under VirtualBox. Just make sure you have the version with USB support, not the OS version!
Petr
2005 Dec 28
2
Windows Installer 3.1 V2
Hello,
for an application I have to use the latest Windows Installer 3.1 V2
(http://support.microsoft.com/?scid=kb%3Ben-us%3B893803&x=10&y=15,
available as direct download link here:
http://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe).
Unfortunatelly the installation fails immediately with an error box popping
up:
2005 Jun 09
0
msiexec errors while installing paint shop pro
Hi all.
I try to install pain shop pro 9 with Wine 20050310 and i get some errors
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to (nil)
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to 0x48
fixme:msiexec:main /regserver not implemented yet, ignoring
fixme:msiexec:main /unregserver not implemented yet, ignoring
err:module:import_dll Loading
2007 Mar 19
3
Lego Mindstorm/USB on Wine
Hello all
I am trying to make Mindstorm Lego's software work using Wine - but
fail. What I get is some funny "Invalid ELF header" error trying to
load fantom.dll. I suspect it is because it is accessing USB. Could I
check it somehow? What is the level of USB support in wine?
For anyone interested, Fantom SDK is available for download:
2007 Mar 15
2
WindowsInstaller doesn find Volume to extract
Hi all!
I have wine running in version
app-emulation/wine-0.9.29
I have setup the environment via regedit:
TEMP=C:\temp --> REG_SZ and tried with both on and two backslashes.
dir also exists
-=>>ls .wine/drive_c/temp -la
insgesamt 8
drwxr-xr-x 2 user users 4096 14. M?r 18:20 .
and within /wineconsole cmd/
and /set/ I see environment:
TEMP=C:\temp
TERM=xterm
TMP=C:\temp
but on
2008 Nov 09
1
Lego Star Wars problem
When I try to start lego star wars i get this error message: A required security module can not be activated. This program can not be executed.
I got this message in vista too and i had to ran the game as administor.
How I can get the game to run in Wine 1.1.7?
2009 Jan 25
2
In Lego Racers 1 How Do You Pass A -novideo option?
Hi I am try to Lego Racers1 to work in Wine 1.1.13 on Ubuntu 8.04. How do I pass a -novideo option?
2011 Feb 18
0
Lego Universe: Can't figure out the error
Hi all
After working on getting Lego Universe to work for a few hours, I actually got it running up to the menu.. the intro runs fine... the first few frames in the menu runs, but then crashes... the only thing wine outputs is:
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:ras:RasEnumConnectionsW (0x1662b8,0x17be55c,0x702783ec),stub!
fixme:ras:RasEnumConnectionsW RAS
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media.
But, when I run it, I get a messagebox with the following error:
?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and
1280x1024. Please change to one of these settings.?
Is there any workaround for this? Or must I change xorg.conf?
(I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2008 Nov 17
1
Lego Star Wars and Spore are running slow suddenly.
I upgraded to Ubuntu Intrepid Ibex, and Wine 1.1.8 some time last week, and then reinstalled Spore to give it some play. It worked fine for a couple of days, but now I'm in the space stage and the game is incredibly sluggish.
This wasn't happening beforehand, it was running fast and marvellously smooth until I tried to stop a war on my home planet. This appears to be a recurring theme,
2009 Jun 10
2
winetricks doesn't work for me
It's been a long time since I used winetricks, but either I'm doing something wrong, or ???
I run Karmic Koala.
susan at ubuntu:~$ sh winetricks mono22
Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate ftp://ftp.novell.com/pub/mono/archive/2.2/windows-installer/5/mono-2.2-gtksharp-2.12.7-win32-5.exe
--2009-06-10 07:43:22--
2011 Apr 22
3
RobotC through Wine on Ubuntu 10.10
Hello,
I am trying to get RobotC to run on Wine; when I click the shortcut, the bottom bar says "Starting RobotC" then it goes away and nothing happens. I ran it via Terminal to see the error code and this is the what I got:
Code:
udri at udri-1005HA:~/.wine/dosdevices/c:/Program Files/Robotics Academy/ROBOTC for MINDSTORMS$ wine RobotC.exe
err:module:attach_process_dlls
2006 Nov 15
2
[LLVMdev] Targetting a virtual machine having no registers
Hi *!
I am writing a C compiler to target the Lego Mindstorms NXT virtual
machine. While I was implementing the optimizer and code generator I
realized that it might be useful to use LLVM for this.
The question I have is related to writing a LLVM target for this
architecture. I have read most of the documentation available on the
website and read through portions of the code (including
2010 Nov 13
1
MSI failure while trying to install gmax
So I am trying to get back to finding the error in gmax, and I have to reinstall it because of the new machine and all. So I tried just putting it in after downloading it from TurboSquid. It complained about MSI having a major error, and quit, leaving me with a partial install. I got a panel suggesting this might be a problem with wine.
So I used winetricks to install msi2. Failed again:
2011 May 08
5
Kareo please help
Hi,
I am a new Ubuntu user and I am trying to get rid of Windows from all my computers forever! The only hurdle is my medical billing software Kareo. When I tried to run the exe file it states that it is extracting an MSI file and then shut out.
I tried extracting the msi files running w/ the wine msi switch but it states that the msi file cannot run w/o the setup file. The program can be freely
2006 Nov 17
0
[LLVMdev] Targetting a virtual machine having no registers
On Wed, 15 Nov 2006, Kay Roepke wrote:
> I am writing a C compiler to target the Lego Mindstorms NXT virtual
> machine.
cool!
> While I was implementing the optimizer and code generator I
> realized that it might be useful to use LLVM for this.
Sure.
> The question I have is related to writing a LLVM target for this
> architecture. I have read most of the documentation
2011 Apr 08
0
Wine release 1.2.3
The Wine maintenance release 1.2.3 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.3.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.3.tar.bz2
Binary packages for various distributions will be
2016 Jun 10
0
Wine release 1.9.12
The Wine development release 1.9.12 is now available.
What's new in this release (see below for details):
- Bug fix update of the Mono engine.
- Initial version of a taskbar in desktop mode.
- Fixes for right-to-left languages in Uniscribe.
- More Shader Model 4 support in Direct3D.
- Better metafile support in RichEdit.
- Various bug fixes.
The source is available from the
2010 Dec 24
0
Wine release 1.3.10
The Wine development release 1.3.10 is now available.
What's new in this release (see below for details):
- Support for notification balloons in system tray.
- Obsolete AudioIO sound driver removed.
- More work on ActiveX support.
- Various MSI fixes.
- Preloader now used for 64-bit too.
- Translation updates.
- Various bug fixes.
The source is available from the following
2007 Jun 29
0
Wine release 0.9.40
This is release 0.9.40 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many MSHTML improvements.
- A few more sound fixes.
- Many Direct3D fixes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations: