<div class="gmail_quote">On Tue, Jun 29, 2010 at 9:48 AM, Attila Sukosd <span dir="ltr">&lt;<a href="mailto:attila.sukosd@gmail.com">attila.sukosd@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi guys,<br><br>So I&#39;ve been trying to get the sources from the devel git to work, and I&#39;ve got it to compile however I was facing some CEGUI issues:<br><br>29/06/2010 09:13:14 (Std)       ---- CEGUI System initialisation completed ----<br>

29/06/2010 09:13:14 (Std)       ---- Version 0.6.2 ----<br>29/06/2010 09:13:14 (Std)       ---- Renderer module is: Unknown renderer (vendor did not set the ID string!) ----<br>29/06/2010 09:13:14 (Std)       ---- XML Parser module is: CEGUI::XercesParser - Official Xerces-C++ based parser module for CEGUI ----<br>

29/06/2010 09:13:14 (Std)       ---- Scripting module is: None ----<br>29/06/2010 09:13:14 (Std)       Attempting to load Scheme from file &#39;TaharezLook.scheme&#39;.<br>29/06/2010 09:13:14 (Std)       XercesParser::initialiseSchema - Attempting to load schema from file &#39;GUIScheme.xsd&#39;.<br>

29/06/2010 09:13:14 (Error)     CEGUI::GenericException in file ../../client/gui/resource_provider.cpp(83) : failed<br>29/06/2010 09:13:14 (Error)     XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file &#39;TaharezLook.scheme&#39;.<br>

29/06/2010 09:13:14 (Error)     Scheme::Scheme - loading of Scheme from file &#39;TaharezLook.scheme&#39; failed.<br><br>This was using the &quot;libcegui-mk2-*&quot; packages from the default Ubuntu repositories. After playing around with it and regenerating the taharez_look.*.c, I still got nowhere, so I downloaded the CEGUI 0.6.2 sources and compiled it by hand, but I still had the same issue. In the end, I did manage to &quot;fix&quot; it by changing the default xml parser for CEGUI to libxml (--with-default-xml-parser=LibxmlParser) instead of the Xerces one.<br>

<br><br>Now I&#39;m down to the issue of not being able to connect to a v0.4 server cause of version mismatch:<br><br>1277797671 INFO spice : [12999:12999] Application::main: starting 0.5.1<br>1277797671 INFO spice : [12999:12999] GUI::GUI(Application&amp;, Application::State): <br>

1277797671 INFO spice : [12999:13002] RedPeer::connect_unsecure: Connecting 192.168.1.4 6001<br>1277797671 WARN spice : [12999:13002] RedChannel::run: version mismatch: expect 4294967294 got 1<br>1277797671 INFO spice : [12999:12999] main: Spice client terminated (exitcode = 11)<br>

<br>Server side:<br><br>handle_dev_input: attach<br>create_cairo_context: using cairo canvas<br>interface_change_notifier: VD_INTERFACE_VDI_PORT<br>interface_change_notifier: VD_INTERFACE_TABLET<br>reds_handle_read_header_done: version mismatch<br>

reds_handle_read_header_done: version mismatch<br><br><br><br>Best Regards,<br><font color="#888888"><br>Attila<br>
</font></blockquote></div><br>Update:<br><br>Changing #define RED_VERSION_MAJOR (~(uint32_t)0 - 1)<br>to #define RED_VERSION_MAJOR 1<br>has &quot;fixed&quot; the issue.<br><br>Attila<br>