Page 1 of 2
[SOLVED] client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 4:49 pm
by Hellwas
Can't connect to my localhost server ( last release ), but other Server like Uthgrad works
I use the daocportal
anyone a idea ?
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 4:57 pm
by Tolakram
You need the latest packetlib for 1.107 from SVN.
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 5:06 pm
by Hellwas
thanks for you quick answer, but where can i get it ? - thank
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 5:09 pm
by Tolakram
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 7:11 pm
by Tolakram
Here is a link to all the packet libs in the core. If you don't know how to build your own server then instead of recompiling just drop the packet lib you need into your scripts folder.
http://dolserver.svn.sourceforge.net/vi ... ts/Server/
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 7:35 pm
by Etaew
That really depends.
It uses a constant in the core for client version.
We could always do away with these constants, or accept the int equivilent in the script.
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 8:00 pm
by Tolakram
It's really a shame DOL is structured in such a way that helping people do something simple is such a pain in the rear.
Re: client version 1107 not handled in this server
PostPosted: Tue Jan 11, 2011 8:10 pm
by Graveen
Soon you can grab the nightly build !
Re: client version 1107 not handled in this server
PostPosted: Thu Feb 03, 2011 7:08 pm
by whamington
I followed the directions to play on a DOL server but so far its not working. What are some of the common problems and how can I fix it so I can play here?
Re: client version 1107 not handled in this server
PostPosted: Thu Feb 03, 2011 7:24 pm
by Roozzz
I followed the directions to play on a DOL server but so far its not working. What are some of the common problems and how can I fix it so I can play here?
1. Download Daoc Portal
2. Make sure you have .Net installed.
3. Download/patch Daoc to the latest live version (Can be done through the portal)
4. Pick a server, make up an account name and pw and press play.
This should work flawlessly, in case it doesn't we really need a better error description to help you further.
Re: client version 1107 not handled in this server
PostPosted: Fri Feb 04, 2011 6:00 pm
by whamington
ok I had net but downloaded a newer version but that didn't help. I watched the youtube videos and when I get to the european link its completely different now so I can't use that. I have all the discs and have installed them and have been playing retail for 2 months and can play in the labyrinth of the minotaur but when I do a search for that name in my directories it comes up blank. I try to change the settings to EU instead of US but no longer am able to find where that is. When I click on play i get
- Code: Select all
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at DAoCPortal.Helpers.Support.OpenUrl(String url)
and also
- Code: Select all
System.Exception: Your game directory is not a valid DAoC Installation. Please set the game directory to a proper DAoC directory!
In addition I keep getting
- Code: Select all
The file camelot.exe was not found. Verify game path and try again.
All I know is I can play all parts of the game on retail and have the very latest patches so I can not understand how it is possible for it to not work on a dawn of light server.
I would like to use DOL but it really is much more difficult to set up then on a WoW private server. In any case I appreciate any help you can give me.
Re: client version 1107 not handled in this server
PostPosted: Fri Feb 04, 2011 6:11 pm
by bluraven
That error is pretty straight forward. You do not have a proper game directory configured in the portal. Go into the portal settings and click browse and point it to the correct directory that contains camelot.exe. You do not need to set it to EU anymore, it should be US always now. If you still can't find it on your hard drive, then find the shortcut on your desktop that you were using to play on live, right click it and go to properties and look at the directory it tells you there and use that same directory path in your portal settings.
Re: client version 1107 not handled in this server
PostPosted: Fri Feb 04, 2011 7:14 pm
by whamington
Thanks for all the expert help. I was finally able to get it right! I'm in the game now

Re: client version 1107 not handled in this server
PostPosted: Fri Feb 04, 2011 7:43 pm
by tobz
Given this thread, I'd say there needs to be work done in DAOCPortal for better error reporting. Showing native exceptions for not having the game directory set? Really? That's ridiculous.

Re: client version 1107 not handled in this server
PostPosted: Fri Feb 04, 2011 10:12 pm
by Etaew

- nodir.jpg (7.75 KiB) Viewed 2316 times
The error is already handled. It must be something else.