It looks the problem start there: preferencesRootPath | list rootPath osMajorVer | "First try to adhere to hardcoded Microsoft conventions - though we really should be reading environment variables since %SYSTEMDRIVE% might not be C: " "Windows OS Version numbers from http://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx" osMajorVer := Smalltalk os osVersion first. osMajorVer = $5 ifTrue: [ rootPath := 'C:\Documents and Settings\All Users\Pharo\']. osMajorVer = $6 ifTrue: [ rootPath := 'C:\ProgramData\Pharo\']. ( self forFileName: rootPath ) exists ifTrue: [ ^rootPath ]..
osMajorVer return $4 but only $5 $6 are tested Need more check later, but my wife is running after me.. Hilaire Le 13/04/2012 15:06, Hilaire Fernandes a écrit : > Ah I see, I got this same error when running with Wine. I was believing > it was a Wine issue, but it looks like the VM I use + Pharo 1.4 broke > together. > > Hilaire > > Le 13/04/2012 14:55, Gary Chambers a écrit : >> Hi Hilaire, >> >> on Windows Vista I get the attached error... >> >> Regards, Gary >> >> ----- Original Message ----- From: "Hilaire Fernandes" >> <hilaire.fernan...@edu.ge.ch> >> To: <pharo-project@lists.gforge.inria.fr> >> Sent: Friday, April 13, 2012 1:36 PM >> Subject: Re: [Pharo-project] [ANN] Dr. Geo 12.04 >> >> >>> Difficult to say what is going on because I don't encounter this problem. >>> >>> I don't ship yet DrGeo with COG VM >>> >>> Hilaire >>> >>> Le 13/04/2012 14:28, Gastón Dall' Oglio a écrit : >>>> Great work Hilaire! >>>> >>>> But in Linux I can't open running drgeo.sh, I have this error: >>>> $ ./drgeo.sh >>>> >>>> Segmentation fault >>>> >>>> -1215663840 SmallInteger>? >>>> Violación de segmento >>>> >>>> >>>> This is the info of vm shipped with DrGeo.app-12.04.zip: >>>> $ ./Contents/Linux-i686/bin/squeak -version >>>> 4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2 >>>> Linux vps2.piumarta.com <http://vps2.piumarta.com> >>>> 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 >>>> GNU/Linux >>>> plugin path: >>>> /home/tongadall/Software/imagenes/DrGeo.app/Contents/Linux-i686/lib/squeak/4.0.3-2202 >>>> >>>> [default: >>>> /home/tongadall/Software/imagenes/DrGeo.app/Contents/Linux-i686/lib/squeak/4.0.3-2202/] >>>> >>>> >>>> >>>> I open drgeo.image succesfully with this vm: >>>> $ ../../coglinux/bin/squeak -version >>>> 4.0-2538 #6 Sat Mar 3 13:52:07 PST 2012 gcc 4.1.2 >>>> CoInterpreter VMMaker.oscog-eem.152 uuid: >>>> d39d62b0-45ca-4621-8f67-e3981bbe1875 Mar 3 2012 >>>> StackToRegisterMappingCogit VMMaker.oscog-eem.148 uuid: >>>> bb53aa60-4173-48ed-874b-dc0ff5a48992 Mar 3 2012 >>>> r2538 http://www.squeakvm.org/svn/squeak/branches/Cog >>>> Linux mcqfes 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 >>>> i686 i386 GNU/Linux >>>> plugin path: ../../coglinux/bin/../lib/squeak/4.0-2538 [default: >>>> /home/tongadall/Software/coglinux/lib/squeak/4.0-2538/] >>>> >>>> Regards. >>>> >>>> >>>> El 13 de abril de 2012 07:53, Hilaire Fernandes >>>> <hilaire.fernan...@edu.ge.ch >>>> <mailto:hilaire.fernan...@edu.ge.ch>> >>>> escribió: >>>> >>>> Hello, >>>> >>>> I am pleased to announce you Dr. Geo release 12.04, based on >>>> Pharo 1.4, >>>> for GNU/Linux, Windows, Mac OSX and OLPC XO laptop. >>>> >>>> It can be downloaded an tested from http://drgeo.eu. >>>> >>>> >>>> New features >>>> * Numerous improvements for a better experience with >>>> tablet and >>>> interactive board. >>>> * Sketches can be deleted from the preview dialog >>>> * Removed windows decorations and borders grip in the >>>> Sugar theme >>>> * Remanaged menus >>>> * Improved canvas view for programmed sketches >>>> * Various optimizations >>>> * Handle connection error for remote sketches >>>> * Sketches can be loaded and saved on a server (FTP only now) >>>> * Dr. Geo settings to set the server account for remote >>>> sketch >>>> * Animated loader for time consuming operation >>>> >>>> Bugs fixes >>>> * A few messages from the Pharo Smalltalk are also >>>> localized now >>>> * Uninitialized segment mark caused a save error >>>> * Fixes when creating middle point >>>> * #13787 Macro construction player, order mater >>>> >>>> Hilaire Fernandes >>>> >>>> -- >>>> Dr. Geo -- http://www.drgeo.eu >>>> >>>> >>>> >>> >>> >>> -- >>> Dr. Geo -- http://www.drgeo.eu >>> >>> > > -- Dr. Geo -- http://www.drgeo.eu