http://bugs.winehq.org/show_bug.cgi?id=20986
--- Comment #28 from Steve Zalek zaleksf@umich.edu 2010-11-14 18:35:55 CST --- (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?