VNC (RFB) bug on a 3.9 image

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

VNC (RFB) bug on a 3.9 image

Sébastien Rocca-Serra-2
Hi,
I want to run the RFBServer on a 3.9-7067 image.

But when I try to connect to it, I get "MessageNotUnderstood:
SystemDictionary>>isBigEndian"
(cf. bug 5043, http://bugs.impara.de/view.php?id=5043).

- I tried both the Squeak RFBViewer and a Windows TightVNC client
- I tried the SqueakMap and SqueakSource packages and I always get this bug.

I tried to change "Smalltalk isBigEndian" to "SmalltalkImage current
isBigEndian".
It fixed the error, but I still can't connect:
- I get a "connection closed" message with TightVNC
- with RFBViewer, my image hangs...

So, is there a 3.9 release for RemoteFrameBuffer? Or a .cs I could use?

Thanks!
Seb.


 

Reply | Threaded
Open this post in threaded view
|

Re: VNC (RFB) bug on a 3.9 image

Vladimir Plšek
Hi,
thera are more changes you have to do to get it working.
I was trying to file out changes in nicer way, but i'm still learning
squeak.

If you turm on debuging in rfb menu and open transcript, it should display
where it stops working.
I hope I included them all.

Sébastien Rocca-Serra wrote:

> Hi,
> I want to run the RFBServer on a 3.9-7067 image.
>
> But when I try to connect to it, I get "MessageNotUnderstood:
> SystemDictionary>>isBigEndian"
> (cf. bug 5043, http://bugs.impara.de/view.php?id=5043).
>
> - I tried both the Squeak RFBViewer and a Windows TightVNC client
> - I tried the SqueakMap and SqueakSource packages and I always get this
> bug.
>
> I tried to change "Smalltalk isBigEndian" to "SmalltalkImage current
> isBigEndian".
> It fixed the error, but I still can't connect:
> - I get a "connection closed" message with TightVNC
> - with RFBViewer, my image hangs...
>
> So, is there a 3.9 release for RemoteFrameBuffer? Or a .cs I could use?
>
> Thanks!
> Seb.



RFBPixelFormat class-forForm.st (354 bytes) Download Attachment
RFBPixelFormat-setOrderMap.st (840 bytes) Download Attachment
RFBSession-desktopName.st (695 bytes) Download Attachment
RFBSession-endUpdate.st (881 bytes) Download Attachment
RFBSession-rfbEncodingUnknown.st (387 bytes) Download Attachment