Pokazywanie postów oznaczonych etykietą maple. Pokaż wszystkie posty
Pokazywanie postów oznaczonych etykietą maple. Pokaż wszystkie posty

środa, 12 listopada 2008

Installation of Maple 8 on Vista

Recently, I came up against the installation of Maple 8 on Microsoft Vista.

In the sequel, I assume I have administrative privileges. If not, log in to your administrator account.

The first problem was to start the installer of Maple. The error concerned the some Java problem (I did not understand it). So I tried to run the installer in the compatibility mode for Windows XP (Service Pack 2, SP, 2). Then the installer started.

I followed the installation in ordinary way, by clicking next, next, OK, finish, done, etc.

It was wrong. Since after it, Maple works normally, but it closes when trying to open or save document (worksheet) without any message.

Following the advice of Philip, I tried run installer again, but I changed the default folder location of Maple, i.e. "C:\Program Files (x86)" into "C:\Maple"

Now, Maple 8 works on Vista well, and the open/save window does not close the program.

piątek, 12 października 2007

Kilka problemów w Maple

Drobne problemy z Maple'm:



czwartek, 11 października 2007

niedziela, 7 października 2007

Dzisiaj próbowałem zainstalować mojego ulubionego Maple 10 w nowiutkim openSUSE 10.3. Napotkałem problem, gdyż instalator wypisał mi:

16:37:39 amd-wire:Linux/Disk1/InstData/VM > ./LinuxInstaller.bin

Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'

Launching installer...

java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Przerwane

Pierwsze rozwiązanie, jakie znalazłem w Google, to:
cd /usr/lib64/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/amd64/xawt
sed -i 's/XINERAMA/FAKEEXTN/g' libmawt.so


Niestety nic nie pomogło. Potem, tutaj znalazłem odpowiedź. Otóż wystarczy przed instalacją wpisać polecenie:
export LIBXCB_ALLOW_SLOPPY_LOCK=1
i działa. Instalacja Maple przebiegła bez problemu.
Zawsze, przed uruchomieniem programu należy wykonać polecenie (albo odpowiednio skonfigurować system):
export LIBXCB_ALLOW_SLOPPY_LOCK=1