Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-16 Thread Steven Rémot
Thanks Stephane ! I still get the freeze sometimes, but it's still really random, I can't find a way to reproduce it for sure. I had much less freezes on Pharo 5 the moment I stopped dumping and recreating athens surfaces at each layoutUpdate, that's all... I tell you if I find how to make it freez

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-16 Thread Stephane Ducasse
Steven welcome. I hope that you will make a great implementation. If you have a reproducible case where alt+ does not work we are interested. Denis improved the situation but we lack of a case that we can reproduce to improve it again. Stef On Sat, Apr 8, 2017 at 1:39 PM, Steven Rémot wrote: >

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-08 Thread Steven Rémot
It looks like the freeze is not present on the latest dev release Ben. I will tell you if it just takes time to appear but it looks much more stable. Thanks! Steven Rémot Le sam. 8 avr. 2017 à 02:46, Ben Coman a écrit : > Just for starters, can you try with dev-latest VM & Image... > * > http:/

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-07 Thread Ben Coman
Just for starters, can you try with dev-latest VM & Image... * http://files.pharo.org/vm/pharo-spur32/linux/pharo-linux-i386threaded- 201704041239-b3f27b3.zip * http://files.pharo.org/image/60/60463.zip cheers -ben On Fri, Apr 7, 2017 at 7:05 PM, Steven Rémot wrote: > I'm on Linux (Ubuntu 15.10

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-07 Thread Steven Rémot
I think I got rid of the freeze by removing my implementation of layoutChanged in my morph: CreakoutMorph>>layoutChanged super layoutChanged. surface := AthensCairoSurface extent: self extent. I used it to always have a surface that fits my morph whenever it's resized. I can totall

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-07 Thread Steven Rémot
I'm on Linux (Ubuntu 15.10), and the output of pharo -v is: 5.0 #1 Wed May 4 11:54:28 CEST 2016 gcc 4.6.3 [Production Spur ITHB VM] CoInterpreter VMMaker.oscog-eem.1855 uuid: d8e4a3c2-a3bf-4adc-b224-8012903a1ef4 May 4 2016 StackToRegisterMappingCogit VMMaker.oscog-eem.1855 uuid: d8e4a3c2-a3bf-4a

Re: [Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-07 Thread Alistair Grant
Hi Steven, Can you tell us which platform you're on, and the output of pharo --version Cheers, Alistair On 7 Apr. 2017 12:48, "Steven Rémot" wrote: Hello everyone, I'm new to pharo, and was writing a simple 2D game with Athens for rendering to practice a bit. I'm loving the environment so fa

[Pharo-users] Pharo image freeze and "Alt-." has no effect

2017-04-07 Thread Steven Rémot
Hello everyone, I'm new to pharo, and was writing a simple 2D game with Athens for rendering to practice a bit. I'm loving the environment so far, developing the game while it's running is really enjoyable :-) . However, when the game is running, the pharo image will freeze at a random time. Alt-