Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 43

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 82

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 86

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 98

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 102

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 172

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/init.php on line 371

Deprecated: Assigning the return value of new by reference is deprecated in /home/forums/public_html/includes/class_core.php on line 2291

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/forums/public_html/includes/class_core.php on line 1489
Ryzom - [FAQ] Ryzom in Linux (Reloaded)
Ryzom

Ryzom (http://forums.ryzom.com/index.php)
-   Technical Support (http://forums.ryzom.com/forumdisplay.php?f=15)
-   -   [FAQ] Ryzom in Linux (Reloaded) (http://forums.ryzom.com/showthread.php?t=30655)

kervala September 16th, 2007 04:03 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Hi there !

I'm developping a new Klients-like software which is written in C++ and using wxWidgets framework.

Project is hosted on Sourceforge :
http://sourceforge.net/projects/wxmtpchat/

The Subversion (SVN) address is :
Code:

https://wxmtpchat.svn.sourceforge.net/svnroot/wxmtpchat/trunk

You can browse the SVN repository :
http://wxmtpchat.svn.sourceforge.net/viewvc/wxmtpchat/

Now for binaries (but not the last version).

http://sourceforge.net/project/showf...roup_id=199348

Under Linux, you need to compile yourself with :

Code:

svn co https://wxmtpchat.svn.sourceforge.net/svnroot/wxmtpchat/trunk wxmtpchat
cd wxmtpchat
chmod +x update
./update


You could report bugs and suggest new functionnalities for the project :
http://sourceforge.net/projects/wxmtpchat/

To configure servers, you have to click on "Servers" => "Manage servers" and you will see this window :

http://img102.imageshack.us/img102/341/capturefp9.png

You must change "Address" to "chat.ryzom.com" and put the corresponding port for your serveur (6002 for Aniro for example).

After adding the server, you have to configure your account(s), double-click on the desired server in the top list and the server does appear in the bottom list, clic on the server and change "Name", "Login" and "Password". You also can check a connection to auto-connect :)

Now, you have to validate and restart wxMtpChat.

Some features are still missing but main chat and tells are working :)

23857628 September 17th, 2007 11:29 AM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Awesome news, just trying it out now. Will report later and integrate it in the original post. :)

Thanks for the hard work!

kervala September 17th, 2007 12:12 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
You're welcome :)

I'm trying to simplify the servers dialog because I find it too much confusing :( A simple "Name, Address, Port, Login, Password" would be enough.

Next functionnality to implement is "channels" :)

kervala September 17th, 2007 05:31 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Please use this topic (http://forums.ryzom.fr/forum/showthr...715#post418715) for talking about wxMtpChat :)

I will continue to update it in english :p

malsehn November 19th, 2007 03:40 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Ok folks... thank you for that awesome threat, now i can throw my windows away ;)

But one Problem is still remaining... i cant change the 3d mode to OpenGL because the Configurator doesnt start.....


any suggestions ?

blaah November 19th, 2007 05:17 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Quote:

Originally Posted by malsehn
Ok folks... thank you for that awesome threat, now i can throw my windows away ;)

But one Problem is still remaining... i cant change the 3d mode to OpenGL because the Configurator doesnt start.....


any suggestions ?

dll's installed ? msvcp60.dll and mfc42.dll to be exact. drop those 2 dll's to ryzom folder and configure utility should run.

... but you can always open client.cfg file and change line with "Driver3D" to "OpenGL" manually (case sensitive!)

malsehn November 22nd, 2007 02:57 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
I got the dlls installed already, but cant start the config utility........


a manual change to opengl via client_default.cfg (because client.cft got no entry with 3d ;)) didnt solve the problem.....

i got an nvidia 8600GT.... and Linux drivers are working fine.....


and thanks for the quick reply

I have to correct something ;) : when i start ryzom and i set the 3d driver maually to OpenGl or 1, then ryzom wants a restart of the game and correct automatically back to Auto.....

thurmar November 22nd, 2007 03:24 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Quote:

Originally Posted by malsehn
I got the dlls installed already, but cant start the config utility........


a manual change to opengl via client_default.cfg (because client.cft got no entry with 3d ;)) didnt solve the problem.....

i got an nvidia 8600GT.... and Linux drivers are working fine.....


and thanks for the quick reply

I have to correct something ;) : when i start ryzom and i set the 3d driver maually to OpenGl or 1, then ryzom wants a restart of the game and correct automatically back to Auto.....



edit client.cfg not client_default.cfg and it should work.

blaah November 22nd, 2007 05:15 PM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
Quote:

Originally Posted by malsehn
I have to correct something ;) : when i start ryzom and i set the 3d driver maually to OpenGl or 1, then ryzom wants a restart of the game and correct automatically back to Auto.....

as thurmar said, client_default.cfg is part of patch system and you should not change it.
if the line is missing in client.cfg, then you just need to add it ;-)

Quote:

I got the dlls installed already, but cant start the config utility........
interesting... if you want to dig deeper, then you can run configure from command line (xterm, etc) "wine ryzom_configuration_rd.exe" in ryzom directory. wine should display why it fails.

malsehn November 24th, 2007 04:39 AM

Re: [FAQ] Ryzom in Linux (Reloaded)
 
ok.... one moment please... ;)

can you tell me the correct lines to disable the client_default.cfg and how the line to enable openGL ?

i run it in console, mit got no dll failure.... i will post it as soon as i can ;)


All times are GMT +2. The time now is 04:18 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2018, Jelsoft Enterprises Ltd.
Ryzom forums are part of the SoR service and subject to the EULA and Code of Conduct.