DAoC Portal Client v2.0 Released

DAoC Portal Announcement Forums, this forum is for DAoC Portal related announcements. You may reply to topics created here.

Moderators: Support Team, Website Team, Developer Team

Re: DAoC Portal Client v2.0 Released

Postby VaNaTiC » Wed Dec 19, 2007 7:30 am

Feedback on the current notes and future notes are welcome.
where should we discuss features?
CU/Andi
--

In memory of ThidrankiClassic
User avatar
VaNaTiC
Inactive Staff Member
 
Posts: 262
Joined: Wed Dec 20, 2006 3:18 pm
ICQ: 1509452
Website: http://vanatic.net/
Yahoo Messenger: VaNaTiC76
Location: near BT, Bavaria, Germany

Re: DAoC Portal Client v2.0 Released

Postby Batlas » Wed Dec 19, 2007 1:33 pm

Well I ignored them and tried to log in, I even reached the character selection and the loading screen. But when the loading bar is full, the client crashes to the desktop without any further errors.

Is there anything I can do to use the portal via Freecap or is that impossible?

The first problem sounds like its looking for a response but not receiving it. Probably has to do w/ all your FW issues. (Never used freecap assuming its a proxy-esque program.) The later has nothing to do w/ DP. All DP does is launch DAOC once DAOC opens DP no longer has anything to do with it. Most likely culprit to your crashing is going to be out of date vid card drivers or out of date directX. Update both to the latest and greatest and see if that doesn't resolve your issues. If they persist create a new topic in Support and we'll go from there.
[22:29] <Arms> someones having sex upstairs -.-
[22:30] <Arms> bbl

[21:16] <Angie> do /me
[21:16] <Batlas> roflmao
[21:16] <Dalaaji> haha
[21:16] <Batlas> wow that came out bad
[21:16] <Angie> wow
[21:16] <Angie> that so came out bad
Batlas
Support Team
 
Posts: 1707
Joined: Sun Mar 21, 2004 3:11 am

Re: DAoC Portal Client v2.0 Released

Postby Etaew » Wed Dec 19, 2007 1:45 pm

where should we discuss features?
Either here on the suggestions forum, there is a thread there for DAoC Portal suggestions. We still don't need a dedicated forum for it I think.
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: DAoC Portal Client v2.0 Released

Postby brink668 » Wed Dec 19, 2007 2:15 pm

can you explain Freecap to those who dont know what it is

Thanks
Image
brink668
Support Team
 
Posts: 722
Joined: Tue Oct 18, 2005 2:54 am
Website: http://www.computerrich.com

Re: DAoC Portal Client v2.0 Released

Postby VaNaTiC » Wed Dec 19, 2007 3:13 pm

can you explain Freecap to those who dont know what it is
Freecap is a sort of Socks-Proxy.
CU/Andi
--

In memory of ThidrankiClassic
User avatar
VaNaTiC
Inactive Staff Member
 
Posts: 262
Joined: Wed Dec 20, 2006 3:18 pm
ICQ: 1509452
Website: http://vanatic.net/
Yahoo Messenger: VaNaTiC76
Location: near BT, Bavaria, Germany

Re: DAoC Portal Client v2.0 Released

Postby VaNaTiC » Wed Dec 19, 2007 3:45 pm

- Added: Grouping to the server list, to show offical, supportive, established and non supportive servers.
OK, my own opinion for this "feature" is for myself only :D
But I vote for dont wasting too much space between all the list parts.
I would prefer a smaller group header, such:
Offical Servers ___________________________
1.
Supporting ones __________________________
1.
2.
...
- Added: Ability to minimise DAoC Portal to the tray.
Nice, but not really needed. And thatswhy I would prefer to implement it well or remove.
- Added: Ability to Quick Login chars and remember by server (Character Manager).
means "remember by server" a quick-login feature for each freeshard on the list?
- Added: Ability to set a default server (Server Manager), which launches in a mini mode which displays more details about the server and no other, mini mode can read news from rss feed or update script (from db).
Thats a really nice features. It would stop that sort of individual quick-loaders, like mine for i50 or Metty's for Uthgard.
- Added: Ability to store passwords and usernames for different servers (Account Manager).
I wuold think this is a feature of quick-login.
- Added: Ability to ping a custom server to see if it is online (with a refresh timeout).
I implemented such a feature in my loader and I hope you dont wanna use ICMP for it and dont try a TCP-connect to 10300. :)
Feel free to contact me and I will help, maybe in developing too.
- Added: IRC client for general DAOC Portal as well as specific servers, new field in server db.
I really dont like this idea, but maybe I dont understand the background. But the portal should be a portal. I wont split with my mIRC.
And if its a server-feature it has to be in DoL and not portal. I really dont know what this should be.
- Added: Auto updater for DAoC Portal instead of uninstalling and reinstalling each time.
I implemented such a feature in my loader, too. Its automatically updated from two urls by hashing of files.
Feel free to test my loader, which you can download from my website.
CU/Andi
--

In memory of ThidrankiClassic
User avatar
VaNaTiC
Inactive Staff Member
 
Posts: 262
Joined: Wed Dec 20, 2006 3:18 pm
ICQ: 1509452
Website: http://vanatic.net/
Yahoo Messenger: VaNaTiC76
Location: near BT, Bavaria, Germany

Re: DAoC Portal Client v2.0 Released

Postby Etaew » Wed Dec 19, 2007 8:16 pm

- Added: Grouping to the server list, to show offical, supportive, established and non supportive servers.
OK, my own opinion for this "feature" is for myself only :D
But I vote for dont wasting too much space between all the list parts.
I would prefer a smaller group header, such:
I looked at this today, I haven't yet found a way to make the header smaller, it's a ListView control, with detail view. I'm not quite sure I want to go down the road of using blank server entries to mimic headers, as that seems ugly.
- Added: Ability to minimise DAoC Portal to the tray.
Nice, but not really needed. And thatswhy I would prefer to implement it well or remove.
The only issue with it is that it ghosts on quit, as with Metty's post earlier, removing the item before the program exits fixes it, and the fix will be released in 2.0.1
- Added: Ability to Quick Login chars and remember by server (Character Manager).
means "remember by server" a quick-login feature for each freeshard on the list?
Yes, quick login, for any freeshard on the list, easier now as we send server ID in the xml.
- Added: Ability to ping a custom server to see if it is online (with a refresh timeout).
I implemented such a feature in my loader and I hope you dont wanna use ICMP for it and dont try a TCP-connect to 10300. :)
Feel free to contact me and I will help, maybe in developing too.
I haven't looked into ways of doing this yet, I avoided releasing for 2.0, planned for 2.1.
- Added: IRC client for general DAOC Portal as well as specific servers, new field in server db.
I really dont like this idea, but maybe I dont understand the background. But the portal should be a portal. I wont split with my mIRC.
And if its a server-feature it has to be in DoL and not portal. I really dont know what this should be.
This is a low priority item, as there are other IRC applications they can use, although there is a nice feeling to join a channel directly from the list.
- Added: Auto updater for DAoC Portal instead of uninstalling and reinstalling each time.
I implemented such a feature in my loader, too. Its automatically updated from two urls by hashing of files.
Feel free to test my loader, which you can download from my website.
This is what I am most interested in for releasing in 2.1, so it makes minor updates less of a chore, such as uninstalling old client, and installing new one fresh.
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: DAoC Portal Client v2.0 Released

Postby rizla » Fri Dec 21, 2007 1:25 pm

hi Etaew,

i was wondering if you could supply me with a link to the 1.91 (my current) installer of daocportal. For some reason i can't seem to remove daocportal (to install 2.0) without the installer package.

Any ideas?
rizla
DOL Visitor
 
Posts: 13
Joined: Fri Mar 26, 2004 6:54 pm

Re: DAoC Portal Client v2.0 Released

Postby Etaew » Fri Dec 21, 2007 1:42 pm

hi Etaew,

i was wondering if you could supply me with a link to the 1.91 (my current) installer of daocportal. For some reason i can't seem to remove daocportal (to install 2.0) without the installer package.

Any ideas?
http://www.dolserver.net/?page=userreleases&view=263
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: DAoC Portal Client v2.0 Released

Postby rizla » Fri Dec 21, 2007 2:58 pm

hi Etaew,

i was wondering if you could supply me with a link to the 1.91 (my current) installer of daocportal. For some reason i can't seem to remove daocportal (to install 2.0) without the installer package.

Any ideas?
http://www.dolserver.net/?page=userreleases&view=263
Can't seem to unpack that one. Might be corrupted. Says, 'Invalid ending of archive' and doesn't allow me to unpack.
rizla
DOL Visitor
 
Posts: 13
Joined: Fri Mar 26, 2004 6:54 pm

Re: DAoC Portal Client v2.0 Released

Postby stephenxpimentel » Tue Dec 25, 2007 2:42 am

ok.. i have a problem. for ALL of my accounts that i have made on all the servers i have played, i dont put a password in before i hit play. and now it will not allow me to log onto servers without using a password.. so my accounts are all gone.. is there any way u can get rid of this problem. like make it so u dont need a password anymore?
Lets have some fun.
stephenxpimentel
Contributor
 
Posts: 1300
Joined: Wed Sep 19, 2007 5:09 pm

Re: DAoC Portal Client v2.0 Released

Postby IStandAloneToo » Tue Dec 25, 2007 4:11 am

ok.. i have a problem. for ALL of my accounts that i have made on all the servers i have played, i dont put a password in before i hit play. and now it will not allow me to log onto servers without using a password.. so my accounts are all gone.. is there any way u can get rid of this problem. like make it so u dont need a password anymore?
No, we decided to force the use of a password (not sure why you wouldn't anyways). For those servers/accounts that you need, contact the administrator (access to the DB) in order for them to change the password. An easy way to accomplish this would be to create a temp account with a good password and have them copy that MD5 hash from that account's DB entry to your real account's DB entry.
Ryan
Hi :)
IStandAloneToo
Developer
 
Posts: 1179
Joined: Sat Jul 14, 2007 2:26 am
Location: California

Re: DAoC Portal Client v2.0 Released

Postby stephenxpimentel » Tue Dec 25, 2007 7:03 am

i dont because its a freeshard, which are mostly instant 50 and some form of rediculas realm rank, and not many will take the time to try and figure out my account name anyways, so i never really used a password cuz thats just 1 more thing i have to remember LoL. but thats fine i can just start over, because i really dont want to bug every single admin, ya know? well either way its a nice release, although the sorting is awkward lol.
Lets have some fun.
stephenxpimentel
Contributor
 
Posts: 1300
Joined: Wed Sep 19, 2007 5:09 pm

Re: DAoC Portal Client v2.0 Released

Postby Kirashin » Sat Dec 29, 2007 11:34 pm

compatible with windows vista?
Kirashin
DOL Apprentice
 
Posts: 29
Joined: Tue Apr 10, 2007 11:12 am

Re: DAoC Portal Client v2.0 Released

Postby shaltar » Sun Dec 30, 2007 3:36 am

I'm using Vista and it works fine for me :-)
User avatar
shaltar
DOL Initiate
 
Posts: 17
Joined: Wed Aug 22, 2007 5:35 pm
Location: Canada


Return to “%s” Announcements

Who is online

Users browsing this forum: No registered users and 0 guests