Hi guys,<br><br>So I've been trying to get the sources from the devel git to work, and I'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 'TaharezLook.scheme'.<br>29/06/2010 09:13:14 (Std) XercesParser::initialiseSchema - Attempting to load schema from file 'GUIScheme.xsd'.<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 'TaharezLook.scheme'.<br>
29/06/2010 09:13:14 (Error) Scheme::Scheme - loading of Scheme from file 'TaharezLook.scheme' failed.<br><br>This was using the "libcegui-mk2-*" 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 "fix" 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'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&, 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><br>Attila<br>