Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Original comment by Kons.s...@gmail.com
on 29 Sep 2008 at 7:46
It creates the file temp.xml which looks good and throws the exception:
System.DllNotFoundException: Die DLL zlib: Das angegebene Modul wurde nicht
gefunden.
(Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden.
bei TheBox.Common.BoxZLib.compress(Byte[] dest, Int32& destLength, Byte[] source,
Int32 sourceLength)
bei TheBox.Common.BoxZLib.Compress(Byte[] data) in D:\Ultima
Online\7w\Pandora\Pandora 3\BoxCommonLibrary\ZLib.cs:Zeile 174.
bei TheBox.Options.ProfileIO.Save(String filename) in D:\Ultima
Online\7w\Pandora\Pandora 3\Pandora\Options\ProfileIO.cs:Zeile 336.
bei TheBox.Pandora.ExportProfile(Profile p) in D:\Ultima Online\7w\Pandora\Pandora
3\Pandora\Pandora.cs:Zeile 1621.
bei TheBox.Box.miExportProfile_Click(Object sender, EventArgs e) in D:\Ultima
Online\7w\Pandora\Pandora 3\Pandora\Box.cs:Zeile 1286.
bei System.Windows.Forms.MenuItem.OnClick(EventArgs e)
bei System.Windows.Forms.MenuItem.MenuItemData.Execute()
bei System.Windows.Forms.Command.Invoke()
bei System.Windows.Forms.Command.DispatchID(Int32 id)
bei System.Windows.Forms.Control.WmCommand(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Label.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
bei
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNat
iveMethods.IMsoComponentManager.FPushMessageLoop(Int32
dwComponentID, Int32 reason, Int32 pvLoopData)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32
reason, ApplicationContext context)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason,
ApplicationContext context)
bei System.Windows.Forms.Application.Run(ApplicationContext context)
bei TheBox.Pandora.Main(String[] args) in D:\Ultima Online\7w\Pandora\Pandora
3\Pandora\Pandora.cs:Zeile 1337.
Original comment by Tarion86
on 23 Feb 2009 at 5:51
zlib.dll is missing in the pandora program folder
You can found it in the SVN: \SVN_ROOT\Pandora\Library\zlib.dll
It's not possible to add the file to the reference list in VS so I put it in
\SVN_ROOT\Pandora\zlib.dll
and marked it as "Copy if newer" so it will appear in the next release
I try to add some error capturing with a useful message, too :)
Original comment by Tarion86
on 3 May 2009 at 12:27
Original comment by Tarion86
on 20 Jul 2010 at 8:44
Original issue reported on code.google.com by
Kons.s...@gmail.com
on 29 Sep 2008 at 7:44