Re: [Pharo-users] Athens error

2017-12-26 Thread Pavel Krivanek
2017-12-26 14:32 GMT+01:00 Nicolai Hess : > Running your drgeo.image on a recent linux pharo 64 bit vm gives this > error message first: > > /home/nicolai/devel/pharo/Pharo7.0-32bit-52a28a8.sources. > > With pharo 7, every (bootstrapped)image needs its own sources file? > Every Pharo 7 build crea

Re: [Pharo-users] Athens error

2017-12-26 Thread Nicolai Hess
Running your drgeo.image on a recent linux pharo 64 bit vm gives this error message first: /home/nicolai/devel/pharo/Pharo7.0-32bit-52a28a8.sources. With pharo 7, every (bootstrapped)image needs its own sources file? 2017-12-26 11:59 GMT+01:00 Hilaire : > Just make a drgeo build with latest im

Re: [Pharo-users] Athens error

2017-12-26 Thread Hilaire
Just make a drgeo build with latest image as of today, the problem is the same with latest image, as long as the source file is not present. Here is the newest built[1] Hilaire [1] https://www.dropbox.com/s/wc18e21p371z28f/DrGeo.app-18.01a.zip?dl=0 Le 26/12/2017 à 11:15, Pavel Krivanek a écr

Re: [Pharo-users] Athens error

2017-12-26 Thread Pavel Krivanek
Hi Hilaire your P7 image is older and has problems with FreeType fonts initialization that should be fixed in the newest builds. Maybe that is cause of the Athens issues you are facing. Please upgrade. -- Pavel 2017-12-25 12:05 GMT+01:00 Hilaire : > The source is really needed to get Athens fun

Re: [Pharo-users] Athens error

2017-12-25 Thread Hilaire
The source is really needed to get Athens functionning, otherwise there is an error. On top of that, the source file name is confused by Pharo (it should be mimic of the 32bits images, althought 64bits image is used, and it should not depend on the bits number I guess). Here is an archive with

Re: [Pharo-users] Athens error

2017-12-21 Thread Hilaire
Hi Ben, * The Linux 64 bits VM is the one coming from P6/P6.1, it is the only way to get one. * To install the project, fetch the src code from the DrGeo repo: bzr branch lp:drgeo * In the trunk/build/image directory install a virgin P7 image * You have to symlink /images/src to trunk/

Re: [Pharo-users] Athens error

2017-12-20 Thread Ben Coman
On 17 December 2017 at 05:29, Hilaire wrote: > Hi, > > With DrGeo built on image Pharo7.0-64bit-e41f921 Athens error shows up on > the canvas (screenshot). > > The drgeo dev. environment based on the older Pharo7.0-64bit-f82fc36 image > does not have this error with the same VM. > > The DrGeo bui

Re: [Pharo-users] Athens error

2017-12-20 Thread Hilaire
Le 20/12/2017 à 21:05, Stephane Ducasse a écrit : Hilaire debug drawing error should give you access to the debugger and after you can get the stack. Like this ? FFICallout>>loaderForArgNamed: FFICallout>>loaderForArgNamed:indirectIndex: FFICallout>>argName:indirectIndex:type:ptrArity: FFIFun

Re: [Pharo-users] Athens error

2017-12-20 Thread Stephane Ducasse
Normally the call does not need the sources (if I'm correct in the past it needed to generate the correct method argument or something like that). Can you provide more information? or the image somewhere? Because FFI should improve and we are looking for edge corner bugs. Stef On Wed, Dec 20, 20

Re: [Pharo-users] Athens error

2017-12-20 Thread Stephane Ducasse
Hilaire debug drawing error should give you access to the debugger and after you can get the stack. On Mon, Dec 18, 2017 at 9:35 PM, Hilaire wrote: > Sadly building the image with a light cleaning, does not grant me access to > the morph menu of the faulty canvas. Still same error as mentionned

Re: [Pharo-users] Athens error

2017-12-20 Thread Hilaire
Tried to build DrGeo app witht the same image used for development. Still gets red screen of depth on the DrGeo canvas, but with a different error (screenshot for the curious). Image cleaning were removed, so nothing wrong comes from there. Now, if I copied along the image file Pharo7.0-32bit-

Re: [Pharo-users] Athens error

2017-12-18 Thread Hilaire
Sadly building the image with a light cleaning, does not grant me access to the morph menu of the faulty canvas. Still same error as mentionned in previous screenshot. The upper moprh menu can be access, but there is stack trace entry in its menu (see screesshot). In the following day will t

Re: [Pharo-users] Athens error

2017-12-17 Thread Hilaire
Strangely when this morph menu is asked, the same error shows up, see screenshot. May be something else is wrong in the image, in the next days I will try to build differently the image application Le 17/12/2017 à 18:29, Igor Stasenko a écrit : i think it will help more if you reveal the ful

Re: [Pharo-users] Athens error

2017-12-17 Thread Igor Stasenko
i think it will help more if you reveal the full stack trace with actual exception.. IIRC you can do it by clicking on errorneous morph and in its menu pick the stack trace. On 16 December 2017 at 23:29, Hilaire wrote: > Hi, > > With DrGeo built on image Pharo7.0-64bit-e41f921 Athens error shows