Jump to content

capybara

Members
  • Posts

    41
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Posts posted by capybara

  1. [quote name='Kyp' timestamp='1309067641' post='42622']
    Delete this file:

    [color=#444444][font=Tahoma, Verdana, Arial,]C:\Users\Michael\AppData\Local\LaunchNet7\LaunchNet7.exe_Url_33uz3155fe0lw51jyicbrfpxh3h01gh0\1.0.0.0\user.config [/font][/color]
    [color=#444444][font=Tahoma, Verdana, Arial,]
    [/font][/color]
    [color=#444444][font=Tahoma, Verdana, Arial,]Try again, let me know if errors still occur.[/font][/color]
    [/quote]

    Hmmm, well i would have liked to have tried that. I figured it might be some permissions conflict of some kind as well. I even wondered if my download got corrupted, but i downloaded it twice with no change.


    I got it to work by doing the following: I copied my working LaunchNet7 from a another computer, then did a reset updates. Then it worked fine.

    I wonder if i should look at the permissions in that account to see if there is something in there. It should be running with full admin, but i should really check.

    Anyways, thanks for the help.
  2. [quote name='Kyp' timestamp='1309048928' post='42595']
    if there is any error printout information, can you post that for me?
    [/quote]

    And the one from LaunchNet 7 is massive, but if you can get any useful info from it, here goes:


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:30:19 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:30:19 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:30:50 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:32:47 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:32:47 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:33:40 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:34:24 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:34:24 GMT
    Message: An exception occurred during a WebClient request.
    System.Net.WebException: An exception occurred during a WebClient request. ---> System.Configuration.ConfigurationErrorsException: Insufficient permissions for setting the configuration section 'defaultProxy'. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
    at System.Security.CodeAccessPermission.Demand()
    at System.Net.Configuration.DefaultProxySection.PostDeserialize()
    The action that failed was:
    Demand
    The type of the first permission that failed was:
    System.Net.WebPermission
    The first permission that failed was:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The demand was for:
    <IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1">
    <ConnectAccess>
    <URI uri=".*"/>
    </ConnectAccess>
    </IPermission>

    The only permitted permissions were:
    <PermissionSet class="System.Security.PermissionSet"
    version="1">
    <IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Access="Open"/>
    <IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Allowed="ApplicationIsolationByUser"
    UserQuota="512000"/>
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="Execution"/>
    <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Window="SafeTopLevelWindows"
    Clipboard="OwnClipboard"/>
    <IPermission class="System.Security.Permissions.UrlIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Url="file://Templer/c/NET7/bin/LaunchNet7.exe.Config"/>
    <IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Zone="Internet"/>
    <IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    version="1"
    Level="SafePrinting"/>
    </PermissionSet>

    The method that caused the failure was:
    System.Object CreateSectionWithRestrictedPermissions(System.Configuration.RuntimeConfigurationRecord, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object, System.Configuration.ConfigXmlReader)
    --- End of inner exception stack trace ---
    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
    at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
    at System.Net.WebRequest.get_InternalDefaultWebProxy()
    at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
    at System.Net.HttpRequestCreator.Create(Uri Uri)
    at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    at System.Net.WebRequest.Create(Uri requestUri)
    at System.Net.WebClient.GetWebRequest(Uri address)
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    --- End of inner exception stack trace ---
    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)
    at LaunchNet7.Updateing.Updater.CheckForUpdates()


    LaunchNet7 - Exception
    Version: 1.9.9.10
    Time: Sun, 19 Jun 2011 00:34:30 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.11
    Time: Sun, 19 Jun 2011 01:48:15 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.11
    Time: Sun, 19 Jun 2011 01:49:14 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.11
    Time: Sun, 19 Jun 2011 01:49:47 GMT
    Message: Could not launch client.
    System.IO.FileNotFoundException: Could not find AuthLogin.dll.
    Please specify the correct client.exe location.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.9.9.11
    Time: Sun, 19 Jun 2011 20:45:53 GMT
    Message: Could not launch client.
    System.ApplicationException: Wrong AuthLogin.dll version.

    Your Version: 3.3.0.2
    Required Version: 3.3.0.6

    Please update your Earth and Beyond installation with the last available patch.
    at LaunchNet7.Launcher.PatchAuthLoginFile()
    at LaunchNet7.Launcher.Launch()
    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)


    LaunchNet7 - Exception
    Version: 1.8.1.0
    Time: Sun, 26 Jun 2011 01:17:46 GMT
    Message: Could not load AuthLogin.log.
    System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section userSettings. (C:\Users\Michael\AppData\Local\LaunchNet7\LaunchNet7.exe_Url_33uz3155fe0lw51jyicbrfpxh3h01gh0\1.0.0.0\user.config line 3)
    at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
    at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
    at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
    at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
    --- End of inner exception stack trace ---
    at System.Configuration.ConfigurationManager.PrepareConfigSystem()
    at System.Configuration.ConfigurationManager.RefreshSection(String sectionName)
    at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
    at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
    at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
    at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
    at System.Configuration.SettingsBase.get_Item(String propertyName)
    at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
    at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
    at LaunchNet7.Properties.Settings.get_ClientPath()
    at LaunchNet7.FormAdvancedSettings.DoDisplayAuthloginLog()
  3. [quote name='Kyp' timestamp='1309048928' post='42595']
    if there is any error printout information, can you post that for me?
    [/quote]

    This is the whole error message:



    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section userSettings. (C:\Users\Michael\AppData\Local\LaunchNet7\LaunchNet7.exe_Url_33uz3155fe0lw51jyicbrfpxh3h01gh0\1.0.0.0\user.config line 3)
    at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
    at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
    at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
    at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
    --- End of inner exception stack trace ---
    at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
    at System.Configuration.Internal.InternalConfigRoot.OnConfigRemoved(InternalConfigEventArgs e)
    at System.Configuration.Internal.InternalConfigRoot.RemoveConfigImpl(String configPath, BaseConfigurationRecord configRecord)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
    at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
    at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
    at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
    at System.Configuration.SettingsBase.get_Item(String propertyName)
    at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
    at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
    at LaunchNet7.Properties.Settings.get_FormMainPosition()
    at LaunchNet7.FormMain.DoRestoreWindowPosition()
    at LaunchNet7.FormMain.FormMain_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.ContainerControl.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: 2.0.0.0
    Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    LaunchNet7
    Assembly Version: 1.0.0.0
    Win32 Version: 1.8.1.0
    CodeBase: file:///C:/NET7/bin/LaunchNet7.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5442 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.
  4. Well i have installed and reinstalled net 7 about six times in Windows 7, and i get the same .Net error "unhandled exception has occured in your application" This with both 3.5 and the latest 4.0 .net app.

    I even tried the compatiblity feature, and run as administrator, but the same issue occurs. This error appears to be terminal, so caution if you want to run this program in Windows 7.

    Could not find any fix online.
  5. [quote name='rolo' timestamp='1309036529' post='42576']
    I can confirm that the devs don't kill the bossmobs before you can login. Don't know where you got the rumour, but it's just plain wrong.
    Bosses are on a timer I believe which cause them to pop a cretain number of random minutes after a restart. Sometime the server is not restarted, as we are running it in debug mode and we can just fix bug and continue. In this case everything will just continue where it left off.

    With regards to today's downtime, it is in a piece of code that I'm not familliar with so will need to wait for TB to get on and investigate. PLease accept our appologies for the downtime, but we want to ensure these bugs are fixed when they happen and we only have a small team of developers working on them, some of whom are quite new to the project.

    Rolo
    [/quote]

    Hey that's all we (well *I* at least) wanted to know... so we can then decide whether its fix a sandwich time, or go for a long LONG walk on the beach. Thanks for the update on the server issue. :unsure:
  6. The fishbowl should not be soloable and you shouldn't expect for it to be, that is absurd, though we do plan on looking at Grav Link, I've heard it does last a longer time than it should and is almost worthless the other way around when used on a mob.

    I understand what you are saying... I have been able to solo in FB, but the trick is to make sure you only aggro one or two (max) at a time, and i'm referring mainly to the minion fish, and perhaps the 61's and 63's (which i've been able to do) provided its a one on one fight. Usually this requires some luck, or a couple of other groups taking on the Bosses, so you can isolate the stragglers.

    Usually what happens, though, is once one fish goes aggro, a couple of others will follow, but if you back up enough they usually break their pursuit, or you have time to then go after the other once your first target bites it. Hense the problem with the grave link, so you need to be no closer than about 6.5k i've found..

    I certainly don't have a problem with this being as difficult as it is in general, i just think the grav link lasting so long basically made it so you couldn't at least turn tail and run when you got in over your head. They would just tag team you, and you could just sit there and watch your ship go 'poof'...

    If you shorten the grave link duration i think it will improve the game, while still not making it easy to fight in the FB on those days when you can't find a group to fight with.

  7. Just thought I'd add: Option 3, we completely and totally randomize what appears in each belt. Then cherry pickers won't know where to go to pick their cherries, now will they? :(

    A little randomization is aways good..

    Guess my memory is off, or everyone elses is, but i could swear in live that once an ore was "opened" that it would fairly shortly thereafter go "poof" and then the respawn timer would kick in, and it would respawn... You could then return to a field in 20 or 30 minutes at it would be good as new, provided you had opened every ore.

    So the question is: Why can't this be done with the hulks too... Once you crack it open with your mining icon, it effectively ends its life after say 5 or 10 minutes or so, in much the same way a mob courpe does (i forget how long it took in live) then it goes on the timer for respawn.. ?

    There are three or four main reasons people cherry pick... sometimes it comes down to cargo space - though i personally prefer to space stuff when it comes to the hulks, so they will respawn after they are cleaned out... Second is because its in a danger zone, an example of which would be GOBB and Controller area, where decloaking and recloaking can mean life and death. And of course people who are trying to quickly gather particular items, or are just plain greedy...

    So there are some legitimate reasons, and some not so legitimate... You can't lump everyone together...

    Anyway, if the hulks explode (or pop) once you crack em, then that pretty much takes care of the main issue with cherry picking... as it comes down to first find first serve.... then its back on the random timer for someone else to find.

    Cheers,

  8. Hello,

    Maybe its just me, but it seems things in the fishbowl have gotten a bit more difficult.. which i don't mind so much, but i do feel it is unfair to have such a long 'hull mass' hack on our ship... which doesn't actually "increase the mass" as it shuts off your engine entirely... especially when the wait to gain control usually means another mob will just give you another 'hull mass increase' which means you just sit there and watch three or four lv56's (or larger) eat away your entire shield and reinforced hull in a minute or two... Happened to me a few times, and means soloing in fishbowl is next to impossible, unless several other groups have already thinned out the fish so you can actually find a lone fishy or two.

    Can someone please turn down the duration of the hull mass increase, and/or make it so you still have half engine speed?

    Just a "suggestion"... :rolleyes:

    • Downvote 1
  9. I have to wonder if these issues are regional in origin.. interference or a bad local relay? I heard the server is in Germany??? Is that right? I think those of us in NA should consider trying to find a way to get another server located here. Assuming there are enough players to warrant one, it may become necessary in the future once a beta shows some reliablity.

    I also hope more knowledgable techs come forward to work on these issues... This project no doubt started with a small team, so the more the better.

  10. Doesn't seem to matter if the server is up or down.. it's been so unbelievably unstable since the September 15 proxy update that I now have had more ctd's in the last 10 days than my entire time playing (since Feb/10)... Is the server now next to a massive electro magnet?

    Clearly there has to be tweeks and experiments to get everything working perfectly, but when something is changed and everything goes south, would it not be advisable to go back to the 'last known good' and return to what at least allowed us to play the game... I can live with one or two ctd's a week, but more than a dozen a day means the game is virtually unplayable... Forget all about jobs... Last time i was on i crashed just going to a vendor... then after i managed to relog, i crashed leaving the station.. then i got black holed.. What the hell did you guys do to create so many opcode errors??

    PLEASE go back to the previous net-7 proxy client.

  11. Posting to let you know, You might have to wait for C Del, Slayer does this also some not 100% sure.

    David might be able to help, not sure. Just letting you know, you might just have to wait a little till help strolls around. : ) So you don't get frustrated. Course they also have to look and see if they can find anything before posting to help. Unless it's a issue that has happened before.

    (Note, Some of the Dev(s) can help, but not 100% which ones outside of C Del, due to him being one of the main Tech Support people)

    K, thanks for the heads up.. ;)

  12. Here is a snip of some error log entries... The first was the original, which gave the 'version too old' error before i reinstalled the net7 launcher.

    LaunchNet7 - Exception

    Version: 1.9.8.1

    Time: Tue, 20 Jul 2010 06:58:54 GMT

    Message: The operation has timed out

    System.Net.WebException: The operation has timed out

    at System.Net.HttpWebRequest.GetResponse()

    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)

    at LaunchNet7.LauncherUtility.DownloadString(String url)

    at LaunchNet7.Updateing.Updater.CheckForUpdates()

    LaunchNet7 - Exception

    Version: 1.8.1.0

    Time: Tue, 20 Jul 2010 07:45:59 GMT

    Message: The operation has timed out

    System.Net.WebException: The operation has timed out

    at System.Net.HttpWebRequest.GetResponse()

    at LaunchNet7.LauncherUtility.DownloadString(String url, Int32 timeoutInMilliseconds)

    at LaunchNet7.LauncherUtility.DownloadString(String url)

    at LaunchNet7.Updateing.Updater.CheckForUpdates()

    LaunchNet7 - Exception

    Version: 1.8.1.0

    Time: Tue, 20 Jul 2010 07:48:37 GMT

    Message: Could not launch client.

    System.ApplicationException: Could not launch Net7 Server. Details: The system cannot find the file specified ---> System.ComponentModel.Win32Exception: The system cannot find the file specified

    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)

    at System.Diagnostics.Process.Start()

    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)

    at LaunchNet7.Launcher.LaunchNet7Server()

    --- End of inner exception stack trace ---

    at LaunchNet7.Launcher.LaunchNet7Server()

    at LaunchNet7.Launcher.Launch()

    at LaunchNet7.FormMain.DoLaunch(LaunchSetting setting)

  13. I haven't been on the server for a couple of weeks... Last night, when i started up the launcher it updated a couple of files (which i was expecting after the long break) but then it said it couldn't logon because the net 7 version was too old (or words to that effect)... So i deleted net 7 and tried again from scratch, with the latest version of net 7, and now it will update a few client files, but says it 'timed out while checking for updates for net 7'

    I've reloaded net 7 about three times now... even tried disabling virus protection (even though this was never an issue before) and even tried "force update" which appears to do absolutely nothing..

    I have run out of ideas.... I thought perhaps the server was down, or the service for net 7 updates was having issues. Anyone know what is going on here? Is the ENB universe pissed at me because it took two weeks off??

×
×
  • Create New...