vm test volunteers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

vm test volunteers

EstebanLM
 
Hi,
I'm testing a new cog build, and I need to see if it works in OSX 10.5 (leopard) and 10.6 (snow leopard). I'm currently own a 10.7, and can't check if it works fine in older versions :(
can someone check if the build works with older versions?

The new vm is here: CogVM.zip

(btw, for those happy Lion users, this build came with a "full screen mode" button :)

thanks!
Esteban
Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Yanni Chiu
 
On OSX 10.5.8 (leopard)

- drag .image file to CogVM.app, blank window appears briefly, then
disappears. A 'QUIT/NOSAVE' appears in .changes file. No PharoDebug.log
file.

- copy PharoV10.sources file to image directory. Try again, get same
result - blank window, disappears quickly

- use a shell script, and run from terminal. Get:
=====
$ ~/bin/cogvm.sh test.image
2011-09-12 12:14:00.529 CogVM[715:613] invalid pixel format
2011-09-12 12:14:00.530 CogVM[715:613] invalid context
2011-09-12 12:14:00.531 CogVM[715:613] invalid pixel format
2011-09-12 12:14:00.531 CogVM[715:613] invalid context
2011-09-12 12:14:00.532 CogVM[715:613] invalid pixel format
2011-09-12 12:14:00.532 CogVM[715:613] invalid context
2011-09-12 12:14:00.739 CogVM[715:613] invalid pixel format
2011-09-12 12:14:00.740 CogVM[715:613] invalid context
2011-09-12 12:14:00.740 CogVM[715:613] invalid pixel format
2011-09-12 12:14:00.741 CogVM[715:613] invalid context
2011-09-12 12:14:01.096 CogVM[715:613] invalid pixel format
2011-09-12 12:14:01.096 CogVM[715:613] invalid context
2011-09-12 12:14:01.097 CogVM[715:613] invalid pixel format
2011-09-12 12:14:01.097 CogVM[715:613] invalid context
2011-09-12 12:14:01.098 CogVM[715:613] invalid pixel format
2011-09-12 12:14:01.099 CogVM[715:613] invalid context
2011-09-12 12:14:01.099 CogVM[715:613] invalid pixel format
2011-09-12 12:14:01.100 CogVM[715:613] invalid context
$
=====

On 12/09/11 11:25 AM, Esteban Lorenzano wrote:

>
>
>
>
> Hi,
> I'm testing a new cog build, and I need to see if it works in OSX 10.5
> (leopard) and 10.6 (snow leopard). I'm currently own a 10.7, and can't
> check if it works fine in older versions :(
> can someone check if the build works with older versions?
>
> The new vm is here: CogVM.zip
> <https://ci.lille.inria.fr/pharo/job/Cog-Mac-Cocoa/lastSuccessfulBuild/artifact/CogVM.zip>
>
> (btw, for those happy Lion users, this build came with a "full screen
> mode" button :)
>
> thanks!
> Esteban
Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

LawsonEnglish
In reply to this post by EstebanLM
 
It opens ok with all the VMs I have tested. However, the strange OpenGL bug I've noticed on the regular VMs shows up in this version of Cog, though it will with others:


(Installer repository: 'http://source.squeak.org/FFI')
    install: 'FFI-Pools';
    install: 'FFI-Kernel';
    install: 'FFI-Tests'.

(Installer repository: 'http://www.squeaksource.com/CroquetGL')
    install: '3DTransform';
    install: 'OpenGL-Pools';
    install: 'OpenGL-Core'.

OpenGL example.

#example won't run...

L.


On 9/12/11 8:25 AM, Esteban Lorenzano wrote:
 


Hi,
I'm testing a new cog build, and I need to see if it works in OSX 10.5 (leopard) and 10.6 (snow leopard). I'm currently own a 10.7, and can't check if it works fine in older versions :(
can someone check if the build works with older versions?

The new vm is here: CogVM.zip

(btw, for those happy Lion users, this build came with a "full screen mode" button :)

thanks!
Esteban

Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

LawsonEnglish
 
On 9/12/11 9:24 AM, Lawson English wrote:

It opens ok with all the VMs I have tested. However, the strange OpenGL bug I've noticed on the regular VMs shows up in this version of Cog, though it will with others:

Opens OK with all the *images* I have tested. The OpenGL bug happens on all of them, however.

L.
Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Stefan Marr
In reply to this post by Yanni Chiu

Hi:

On 12 Sep 2011, at 18:20, Yanni Chiu wrote:

> $ ~/bin/cogvm.sh test.image
> 2011-09-12 12:14:00.529 CogVM[715:613] invalid pixel format
> 2011-09-12 12:14:00.530 CogVM[715:613] invalid context

Yanni, you are connecting with screen sharing/VNC to that Mac?
At least that is what I get too but only on remote machines.


Esteban: This build does not contain the font plugins, right?
And it took 'ages' to become responsive after showing the first time the world fully rendered.

This is on a fully patch 10.6 Snow Leopard here.

Best regards
Stefan

--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525

Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

EstebanLM

Hi,

El 12/09/2011, a las 1:48p.m., Stefan Marr escribió:

>
> Hi:
>
> On 12 Sep 2011, at 18:20, Yanni Chiu wrote:
>
>> $ ~/bin/cogvm.sh test.image
>> 2011-09-12 12:14:00.529 CogVM[715:613] invalid pixel format
>> 2011-09-12 12:14:00.530 CogVM[715:613] invalid context
>
> Yanni, you are connecting with screen sharing/VNC to that Mac?
> At least that is what I get too but only on remote machines.

...mmm... somebody reported this recently. I still can't reproduce it :(

>
>
> Esteban: This build does not contain the font plugins, right?

no, it should be there. If it does not work, then is a bug :)



> And it took 'ages' to become responsive after showing the first time the world fully rendered.

ages? does anyone else can confirm this? (it is working fine here, but that can be because of the different sdk version)

best,
Esteban
Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Mariano Martinez Peck
In reply to this post by EstebanLM
 


On Mon, Sep 12, 2011 at 5:25 PM, Esteban Lorenzano <[hidden email]> wrote:
 
Hi,
I'm testing a new cog build, and I need to see if it works in OSX 10.5 (leopard) and 10.6 (snow leopard). I'm currently own a 10.7, and can't check if it works fine in older versions :(
can someone check if the build works with older versions?

 
The new vm is here: CogVM.zip


I don't have time to try a build now but just taking that VM I can open my images without problem and I don't notice any delay.
10.6.8
 
(btw, for those happy Lion users, this build came with a "full screen mode" button :)

thanks!
Esteban




--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Yanni Chiu
In reply to this post by Stefan Marr
 
On 12/09/11 12:48 PM, Stefan Marr wrote:
>> $ ~/bin/cogvm.sh test.image
>> 2011-09-12 12:14:00.529 CogVM[715:613] invalid pixel format
>> 2011-09-12 12:14:00.530 CogVM[715:613] invalid context
>
> Yanni, you are connecting with screen sharing/VNC to that Mac?
> At least that is what I get too but only on remote machines.

It's on a MacBook, local filesystem - VM and image.
Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Stefan Marr
In reply to this post by EstebanLM

Hi:

On 12 Sep 2011, at 18:59, Esteban Lorenzano wrote:
>> Esteban: This build does not contain the font plugins, right?
>
> no, it should be there. If it does not work, then is a bug :)

I tested again, I am not able to load fonts in the settings menu. While that works with a VM that I downloaded a while back earlier after Igor announced that it is included now.


>> And it took 'ages' to become responsive after showing the first time the world fully rendered.
>
> ages? does anyone else can confirm this? (it is working fine here, but that can be because of the different sdk version)

Ages is approx. 4 seconds. It is not reproducible but I managed to open the same image twice and the view came up, but it took 4 seconds before it started to respond to clicks.

Ah, and thanks for fixing the command-line interface!!! :)

$ ~/Downloads/CogVM-new.app/Contents/MacOS/CogVM ~/Projects/foo.image HelloWorld
Hello World!
$

Best regards
Stefan

>
> best,
> Esteban



--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525

Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

EstebanLM


El 12/09/2011, a las 6:12p.m., Stefan Marr escribió:

>
> Hi:
>
> On 12 Sep 2011, at 18:59, Esteban Lorenzano wrote:
>>> Esteban: This build does not contain the font plugins, right?
>>
>> no, it should be there. If it does not work, then is a bug :)
>
> I tested again, I am not able to load fonts in the settings menu. While that works with a VM that I downloaded a while back earlier after Igor announced that it is included now.

yes... it is not being loaded... I don't know why, because the plugin is there... I will check now :(

>
>
>>> And it took 'ages' to become responsive after showing the first time the world fully rendered.
>>
>> ages? does anyone else can confirm this? (it is working fine here, but that can be because of the different sdk version)
>
> Ages is approx. 4 seconds. It is not reproducible but I managed to open the same image twice and the view came up, but it took 4 seconds before it started to respond to clicks.

still don't know why... not happening here :(
maybe font related... do you have "refresh fonts on startup" enabled?

>
> Ah, and thanks for fixing the command-line interface!!! :)
>
> $ ~/Downloads/CogVM-new.app/Contents/MacOS/CogVM ~/Projects/foo.image HelloWorld
> Hello World!
> $
>

welcome ;)

> Best regards
> Stefan
>
>>
>> best,
>> Esteban
>
>
>
> --
> Stefan Marr
> Software Languages Lab
> Vrije Universiteit Brussel
> Pleinlaan 2 / B-1050 Brussels / Belgium
> http://soft.vub.ac.be/~smarr
> Phone: +32 2 629 2974
> Fax:   +32 2 629 3525
>

Reply | Threaded
Open this post in threaded view
|

Re: vm test volunteers

Igor Stasenko
In reply to this post by Stefan Marr

On 12 September 2011 23:12, Stefan Marr <[hidden email]> wrote:

>
> Hi:
>
> On 12 Sep 2011, at 18:59, Esteban Lorenzano wrote:
>>> Esteban: This build does not contain the font plugins, right?
>>
>> no, it should be there. If it does not work, then is a bug :)
>
> I tested again, I am not able to load fonts in the settings menu. While that works with a VM that I downloaded a while back earlier after Igor announced that it is included now.
>
>
>>> And it took 'ages' to become responsive after showing the first time the world fully rendered.
>>
>> ages? does anyone else can confirm this? (it is working fine here, but that can be because of the different sdk version)
>
> Ages is approx. 4 seconds. It is not reproducible but I managed to open the same image twice and the view came up, but it took 4 seconds before it started to respond to clicks.
>

i get used to it :)

I don't know what causing so much delay. Just to metion, that i
observe the around same delay when using carbon VMs.
So, i suspect that delay is somewhere in VM code? or in code which
sharing both by cocoa and carbon VMs.


> Ah, and thanks for fixing the command-line interface!!! :)
>
> $ ~/Downloads/CogVM-new.app/Contents/MacOS/CogVM ~/Projects/foo.image HelloWorld
> Hello World!
> $
>
> Best regards
> Stefan
>
>>
>> best,
>> Esteban
>
>
>
> --
> Stefan Marr
> Software Languages Lab
> Vrije Universiteit Brussel
> Pleinlaan 2 / B-1050 Brussels / Belgium
> http://soft.vub.ac.be/~smarr
> Phone: +32 2 629 2974
> Fax:   +32 2 629 3525
>
>



--
Best regards,
Igor Stasenko AKA sig.