Page 1 of 1
portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 9:00 pm
by narcaleptic1
i have completed everything on the sight to get uthgaard up and runing however, when i open daoc portal program it gives me a message saying quote "the default serverlist is currently unavailable. Do you want to use the local server (click on NO), or do you want to use an alternative server list (click on YES)? iv clicked both yes and no multiple times and it gives me the same message "Could not download server list. Try agian later. where the list of servers should be it just says "loading..." but never does anything
someone please help i been at it for hours now and cant figure out what i need to do.
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 9:05 pm
by Etaew
Try to uninstall and reinstall daoc portal.
Failing that you can go onto the daoc portal website, get uthgards port and ip, and add them as a custom server and connect that way.
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 9:43 pm
by narcaleptic1
System.ArgumentException: Cannot add or insert the item 'Uthgaaurd' in more than one place. You must first remove it from its current location or clone it.
Parameter name: item
at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange(ListViewItem[] values)
at System.Windows.Forms.ListView.ListViewItemCollection.AddRange(ListViewItem[] items)
at a1.i.a(Object A_0, EventArgs A_1)
at a1.a(EventHandler A_0)
at a1.k()
reinstalling did not work, and when i tryed making it a custom server i got this message above any ideas?
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 9:57 pm
by Graveen
you don't edit your server name correctly.
On another side, i hope your server's name will not be Uthgaard or what ever similar to Uthgard, because this kind of typosquatting is not allowed.
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 9:57 pm
by narcaleptic1
Connection batchfileShort Description: A batchfile (.bat) that can be used to connect to the gameserver. Please note that DAoCPortal is required to use it.
how can i use a batchfile? perhaps i can get it to work using it
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 10:04 pm
by narcaleptic1
i tryed reentering uthgard on the custom server connect didnt work same message
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 10:21 pm
by geshi
Sounds like you have a Firewall or something blocking DAoC Portal.
Re: portal will not pick up the serverlist
PostPosted: Wed Mar 02, 2011 10:37 pm
by narcaleptic1
i tryed using the batch file but when i click on it is says the required dolloader.exe was not found where do i even put this batch file anyway?
batchfile please help
PostPosted: Wed Mar 02, 2011 11:56 pm
by narcaleptic1
can anyone give me the run down on how to use a batchfile properly from dling it to geting it to work? iv tryed other methods to get the server list to appear but nothing seems to be working one person suggested that the list wont appear becuase a firewall or somthing
Re: batchfile please help
PostPosted: Thu Mar 03, 2011 6:26 am
by rdsandersjr
I merged his topics, both related and kind of a double post.
Try placing this inside DAoC Portal directory
http://www.dolserver.net/releases/files/dolloader.exe
Then reference your daoc portal path in your batch file.
For instance, if you place your batch file inside DAoC Portal directory, you shouldn't need to include a path, just dolloader.exe then create a shortcut from your batch file to your desktop.
An application to launch the DAOC Client to connect to a DOL Server, to use this file you must pass parameters into it, an easy way to do this is to create a batch file with the following content
@DOLLoader game.dll 127.0.0.1 10300 1 account pass
Path to game.dll - If DOL Loader is inside your DAOC folder (the one with game.dll) you can just use game.dll as the value here, otherwise you need to enter the path, an example of this is
@DOLLoader "c:\path with spaces\to\game.dll" 127.0.0.1 10300 1 account pass
Server IP's can be found on the DAOC Portal Server List, or if you are connecting locally you could use the value 127.0.0.1
Port's are usually 10300 but some servers have different ports they receive connections on, check on the DAOC Portal Server List
and save the file as connect.bat, running this file will load up your game client and connect to the desired server.