https://bugs.winehq.org/show_bug.cgi?id=20986
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch URL| |http://euler.rene-grothmann | |.de/download/EulerSetup.exe
--- Comment #41 from Anastasius Focht focht@gmx.net --- Hello folks,
updating download link.
Even in the 64-bit version of Euler, 'maxima' is still a 32-bit executable.
To work around without modifying Wine you can patch it to be large address aware:
--- snip --- $ printf '\x27' | dd of=maxima.exe bs=1 seek=150 count=1 conv=notrunc --- snip ---
Regards