[Bug 20986] Euler fails to make a computation with maxima.exe: maxima.exe fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 15 02:07:10 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=20986

--- Comment #29 from Clément Lagrange <clement.lagrange at gmail.com> 2010-11-15 02:07:08 CST ---
(In reply to comment #28)
> (In reply to comment #26)
> > (In reply to comment #23)
> > >  Any
> > > > assistance with getting this to work would be appreciated.
> > > 
> > > 
> > > Does the hack from comment #16 still work?
> > 
> > It does work !
> > I tested with 1.3.7 both stable release and last git head. (Are they the same
> > ?)
> > 
> > It boils down to change in dlls/ntdll/virtual.c on line 1763 2 to 1 ! :)
> > 
> > If you need some more details, or testing, please ask...
> 
> No luck. With wine-1.3.7 I made this change at dlls/ntdll/virtual.c on line
> 1763 =>
> 
> -        range.base  = (char *)0x20000000;
> +        range.base  = (char *)0x10000000;
> 
> I am running Ubuntu 10.10_x64 and followed the WineHQ instructions for build
> and install - no errors indicated with that.
> 
> Euler Math Toolbox v10.1 successfully runs, until maxima.exe is called; maxima
> fails to start/load. Euler still runs fine after the failed maxima call.
> 
> Any thoughts?

Are you sure you run the relevant version of wine ?
Also did you try to run maxima.exe alone ?
It should spit out some text...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list