DAoC Portal 2.2 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

DAoC Portal 2.2 Released

Postby Etaew » Mon Jan 07, 2008 10:49 pm

Thanks Metty for this release:

v2.2: 7th January 2008
Code: Select all
- Bugfix: The Quicklogin window will now size correctly
- Bugfix: Tray-Quicklogin will now also minimize the window if opened
- Bugfix: (null) passwords no longer throw an exception
- Bugfix: Quicklogin will now work without having specified a character/realm
- Bugfix: Customlist "Remove Server" will now work
- Change: Moved 'Remove Server' @Customlist to the context menu
- Added: You can now also edit custom serverlist entries
- Added: Enabled the ModMgr - Uthgard users will know it, for every one else it is rather useless at this time
- Added: Clicking on a file with .dmm extension will integrate the plugin into DAoC Portal
- Added: Added a ping-status in the customserverlist
- Added: You can now set a server as a 'favorite' server by using the server list context menu.
DAoC Portal will then open the favorite tab by default and display this server there.
- Added: Added a basic IRC Client - Just use the IRC Tab or rightclick on a server and choose
'Connect to IRC' - But don't expect much, its just a basic client - nothing more.

v2.1b:
Code: Select all
- Bugfix: Tray-Icon is now named correctly
- Bugfix: Clicking on 'Play' @Customserver Tab no longer causes an error if no server is selected
- Bugfix: AutoUpdate-Form is no longer maximizable
- Bugfix: Fixed an error caused by an empty, but existing customlist file
- Change: Increased ClientID Max from 5 to 9
- Change: Changed refresh interval from 3 to 5 mins
- Change: Renamed 'Quicklogin' to 'Character' @quicklogin
- Change: Renamed 'Name' to 'Description' @quicklogin
- Change: 'Realm' now also accepts strings ('Albion', ..)
- Change: DAoCPortal now uses good old .INI Config files instead of registry keys (you'll have to set daoc portal up again, sry)
- Added: You can now quicklogin a server by using the context menu of the tray icon
- Added: URL-Handling now also supports SIDs instead of urls (daoc://sid::42/ e.g.)
- Added: URL-Handling Shortcuts now also support the -nowindow, which connects to the server without asking the user to click on 'Play'
- Added: There's a "How-To" item in the Help-menu providing help

v2.1a:
Code: Select all
- Removed: The tgame.dll feature was removed - IF you really need it, theres still dolloader.exe
- Removed: ContextMenus no longer have image stripes
- Bugfix: Some exceptions fixed, which were caused by a disposed mainform
- Bugfix: Some minor fixes, not worth being named
- Bugfix: Fixed a typo, hah!
- Change: URL-Handling is now done asynchronous
- Change: Auto Updater now displays a 'Start' button instead of starting the patch process instant
- Change: Only client IDs used are now displayed
- Change: Resized the window a bit so that the description window is larger
- Added: You now can set and choose between more than one client easily (also added -clt= arg for shortcuts)
- Added: Option for emptying a client ID
- Added: You can now access the URL Dialog from DAoC Portal by using the context menu of the server list
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 2.2 Released

Postby Urza » Tue Jan 08, 2008 10:11 am

Hi,
i get this error message, if i used a custom shard:
Code: Select all
Could not connect to custom server:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei DAoCPortal.Helpers.Client.Connect(String ip, String port, String user, String pw, String quicklogin)
bei DAoCPortal.MainForm.CstConnectClick(Object sender, EventArgs e)
greetings
Urza
Last edited by Urza on Thu Jan 17, 2008 4:07 am, edited 1 time in total.
User avatar
Urza
Developer
 
Posts: 671
Joined: Sun Jan 23, 2005 11:15 am
Website: http://www.juwesch.eu
Location: Germany/Delitzsch

Re: DAoC Portal 2.2 Released

Postby averok83 » Tue Jan 08, 2008 11:44 am

Hi,
i get this error message, if i used a custom shard:
Code: Select all
Could not connect to custom server:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei DAoCPortal.Helpers.Client.Connect(String ip, String port, String user, String pw, String quicklogin)
bei DAoCPortal.MainForm.CstConnectClick(Object sender, EventArgs e)
greetings
Urza
Me too, what we have to do to use local servers?
averok83
DOL Guest
 
Posts: 3
Joined: Tue Jan 01, 2008 8:31 pm

Re: DAoC Portal 2.2 Released

Postby Metty » Tue Jan 08, 2008 1:29 pm

fixed with 2.2a
Metty
DOL Enthusiast
 
Posts: 284
Joined: Sat Jan 28, 2006 3:39 pm

Re: DAoC Portal 2.2 Released

Postby Pox » Tue Jan 08, 2008 7:05 pm

i'm getting an error after updating to 2.2 .

The application caused an unhandled exception:

System.ArgumentException: Font 'MS Reference Sans Serif' does not support style 'Regular'.
at System.Drawing.Font.CreateNativeFont()
at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet)
at DAoCPortal.MainForm.InitializeComponent()
at DAoCPortal.MainForm..ctor()
at DAoCPortal.MainForm..ctor(String listurl)
at DAoCPortal.Program.RunForm(String arg)
at DAoCPortal.Program.Main(String[] args)

not sure what all that means, but there you go :)

cheers.
pox
Pox
DOL Guest
 
Posts: 4
Joined: Sat Jan 05, 2008 10:39 pm

Re: DAoC Portal 2.2 Released

Postby Metty » Tue Jan 08, 2008 7:50 pm

hmm, what OS are you using?
Metty
DOL Enthusiast
 
Posts: 284
Joined: Sat Jan 28, 2006 3:39 pm

Re: DAoC Portal 2.2 Released

Postby Pox » Tue Jan 08, 2008 10:00 pm

windows xp. the portal was working before 2.2. i will try reinstalling it. wish me luck
Pox
DOL Guest
 
Posts: 4
Joined: Sat Jan 05, 2008 10:39 pm

Re: DAoC Portal 2.2 Released

Postby Metty » Tue Jan 08, 2008 10:30 pm

try auto update again - changed the font to a standard font
Metty
DOL Enthusiast
 
Posts: 284
Joined: Sat Jan 28, 2006 3:39 pm

Re: DAoC Portal 2.2 Released

Postby Pox » Wed Jan 09, 2008 5:35 am

i already updated. this is after the update
Pox
DOL Guest
 
Posts: 4
Joined: Sat Jan 05, 2008 10:39 pm

Re: DAoC Portal 2.2 Released

Postby Metty » Wed Jan 09, 2008 8:06 am

no, i release a auto update with a standard font.
Metty
DOL Enthusiast
 
Posts: 284
Joined: Sat Jan 28, 2006 3:39 pm

Re: DAoC Portal 2.2 Released

Postby Pox » Wed Jan 09, 2008 4:59 pm

i reinstalled 2.2 and it seems to be working fine. thanks

cheers.
pox
Pox
DOL Guest
 
Posts: 4
Joined: Sat Jan 05, 2008 10:39 pm

Re: DAoC Portal 2.2 Released

Postby arcsalin » Wed Jan 16, 2008 9:16 pm

I am running vista basic and i am getting the following problem

System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\DAoC Portal\update.changelog.txt' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at DAoCPortal.Modules.AutoUpdate.UpdateForm.StartPatching()

Any ideas on what to do? It just won't patch :(
arcsalin
DOL Acolyte
 
Posts: 112
Joined: Sat Mar 17, 2007 11:31 am

Re: DAoC Portal 2.2 Released

Postby Metty » Thu Jan 17, 2008 4:35 pm

You need to run DAoCPortal under administrator rights @Vista, otherwise it won't be able to update the files it uses
Metty
DOL Enthusiast
 
Posts: 284
Joined: Sat Jan 28, 2006 3:39 pm

Re: DAoC Portal 2.2 Released

Postby Oog » Thu Jan 24, 2008 9:32 pm

hi i got this error:

unhandled exception has occured in your application :
details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at DAoCPortal.MainForm.ListView1SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
DAoCPortal
Assembly Version: 2.2.0.27355
Win32 Version: 2.2.0.27355
CodeBase: file:///C:/Spiele/DAoC%20CLient/freeshardloader/DAoCPortal.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
MPKLib
Assembly Version: 1.0.2911.8480
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Spiele/DAoC%20CLient/freeshardloader/MPKLib.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.




and it cant download the serverlist because of this error,reinstall havent helped, auto update haven´t helped too
i dont know what this all means :shock:
im using windows xp
Oog
DOL Guest
 
Posts: 1
Joined: Thu Jan 24, 2008 9:30 pm


Return to “%s” Announcements

Who is online

Users browsing this forum: No registered users and 0 guests