[FAQ] Ryzom in Linux (Reloaded)

Got a problem getting things to work? Drop us a line here and you'll find all the help you need.
User avatar
kervala
Posts: 2903
Joined: Tue Sep 21, 2004 2:26 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by kervala »

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: Select all

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/showfile ... _id=199348

Under Linux, you need to compile yourself with :

Code: Select all

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 :)
Xiombarg, Akenak et Fonctionnaire Impérial, Érudit de la Confrérie du Grand Dragon
Ryzom Core manager - CeB developper
User avatar
23857628
Posts: 43
Joined: Sun Feb 04, 2007 11:12 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by 23857628 »

Awesome news, just trying it out now. Will report later and integrate it in the original post. :)

Thanks for the hard work!
Zoine
The Crazy Digger Girl
User avatar
kervala
Posts: 2903
Joined: Tue Sep 21, 2004 2:26 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by kervala »

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" :)
Xiombarg, Akenak et Fonctionnaire Impérial, Érudit de la Confrérie du Grand Dragon
Ryzom Core manager - CeB developper
User avatar
kervala
Posts: 2903
Joined: Tue Sep 21, 2004 2:26 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by kervala »

Please use this topic (http://forums.ryzom.fr/forum/showthread ... post418715) for talking about wxMtpChat :)

I will continue to update it in english :p
Xiombarg, Akenak et Fonctionnaire Impérial, Érudit de la Confrérie du Grand Dragon
Ryzom Core manager - CeB developper
User avatar
malsehn
Posts: 40
Joined: Sun Nov 12, 2006 7:06 pm

Re: [FAQ] Ryzom in Linux (Reloaded)

Post 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 ?
Ryzom on Slackware current with various wine versions :)
blaah
Posts: 1333
Joined: Tue Dec 14, 2004 7:43 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by blaah »

malsehn wrote: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!)
User avatar
malsehn
Posts: 40
Joined: Sun Nov 12, 2006 7:06 pm

Re: [FAQ] Ryzom in Linux (Reloaded)

Post 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.....
Ryzom on Slackware current with various wine versions :)
User avatar
thurmar
Posts: 37
Joined: Tue Aug 14, 2007 3:44 pm

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by thurmar »

malsehn wrote: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.
Thurmar
Veteran Guide - English Community
blaah
Posts: 1333
Joined: Tue Dec 14, 2004 7:43 am

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by blaah »

malsehn wrote: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 ;-)
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.
User avatar
malsehn
Posts: 40
Joined: Sun Nov 12, 2006 7:06 pm

Re: [FAQ] Ryzom in Linux (Reloaded)

Post by malsehn »

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 ;)
Ryzom on Slackware current with various wine versions :)
Post Reply

Return to “Technical Support”