• Welcome to Windictus, the Vindictus experience you've been waiting for.
Hello There, Guest! Login Register


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Help with unhandled exception
Thread Modes
#14
Same issues here. On starting the game I get the error: The remote name could not be resolved 'windictus.ddns.net'

Code:
System.Net.WebException: The remote name could not be resolved: 'windictus.ddns.net'
  at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  at Launcher.LauncherForm.LookForUpdates()
  at Launcher.LauncherForm.LauncherForm_Load(Object sender, EventArgs e)
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Form.OnCreateControl()
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WmShowWindow(Message& m)
  at System.Windows.Forms.Form.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: 4.0.0.0
   Win32 Version: 4.7.3260.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Windictus
   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///Z:/Jak/Games/Windictus/Windictus.exe
----------------------------------------
System
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

And then when it tries to download an update error: Central Directory corrupt
Code:
System.IO.InvalidDataException: Central Directory corrupt. ---> System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file.

  at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin)
  at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin)
  at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
  --- End of inner exception stack trace ---
  at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
  at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
  at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
  at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
  at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding)
  at Launcher.LauncherForm.UpdateApp()
  at Launcher.LauncherForm.btnYes_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.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: 4.0.0.0
   Win32 Version: 4.7.3260.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Windictus
   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///Z:/Jak/Games/Windictus/Windictus.exe
----------------------------------------
System
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.IO.Compression.FileSystem
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll
----------------------------------------
System.IO.Compression
   Assembly Version: 4.0.0.0
   Win32 Version: 4.7.3056.0 built by: NET472REL1
   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll

None of the suggestions in this thread have made any change.
 
Reply
  


Messages In This Thread
Help with unhandled exception - by RiverNet - 01-03-2019, 10:40 PM
RE: Help with unhandled exception - by pelusteve - 01-04-2019, 04:55 PM
RE: Help with unhandled exception - by Gift - 01-04-2019, 07:51 PM
RE: Help with unhandled exception - by RiverNet - 01-06-2019, 03:36 PM
RE: Help with unhandled exception - by Gift - 01-06-2019, 03:43 PM
RE: Help with unhandled exception - by RiverNet - 01-06-2019, 04:32 PM
RE: Help with unhandled exception - by Scamazed - 01-06-2019, 04:35 PM
RE: Help with unhandled exception - by RiverNet - 01-06-2019, 05:19 PM
RE: Help with unhandled exception - by Gift - 01-06-2019, 05:42 PM
RE: Help with unhandled exception - by RiverNet - 01-06-2019, 05:51 PM
RE: Help with unhandled exception - by EdmundFox - 05-23-2019, 05:28 PM
RE: Help with unhandled exception - by Gift - 01-06-2019, 05:59 PM
RE: Help with unhandled exception - by RiverNet - 01-06-2019, 06:05 PM
RE: Help with unhandled exception - by JakXLT - 05-23-2019, 06:34 PM
RE: Help with unhandled exception - by achad44 - 05-25-2019, 12:36 PM
RE: Help with unhandled exception - by dynexcorp - 06-23-2019, 11:20 AM
RE: Help with unhandled exception - by Gift - 07-13-2019, 02:42 PM
RE: Help with unhandled exception - by Gift - 07-14-2019, 01:56 PM
RE: Help with unhandled exception - by Scamazed - 07-15-2019, 05:10 AM
RE: Help with unhandled exception - by porcarr - 01-12-2020, 01:42 AM

Forum Jump:


Browsing: 1 Guest(s)