Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when opening application #9489

Closed
cyberduck opened this issue Apr 26, 2016 · 3 comments
Closed

Crashes when opening application #9489

cyberduck opened this issue Apr 26, 2016 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

2151e10 created the issue

  • CyberDuck 4.9.3.19798 crashing on open on a fresh install of Windows 10. Had the same problem with 4.9.0.19632
  • On install there is a notice about Bonjour (3.1.0.1) - Product: Bonjour -- A later version of Bonjour is already installed on this computer.
  • Re-install doesn't fix
  • Win 10 Pro
Log Name:      Application
Source:        Application Error
Date:          26/04/2016 10:41:28
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      quacker
Description:
Faulting application name: Cyberduck.exe, version: 4.9.3.19798, time stamp: 0x571a149c
Faulting module name: KERNELBASE.dll, version: 10.0.10586.162, time stamp: 0x56cd55ab
Exception code: 0xe0434352
Fault offset: 0x000bdad8
Faulting process id: 0x61e8
Faulting application start time: 0x01d19f9fc738008c
Faulting application path: C:\Program Files (x86)\Cyberduck\Cyberduck.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 1b87c224-dcb6-45fa-a9a8-deffa8b416ed
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-04-26T09:41:28.541441900Z" />
    <EventRecordID>2563</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WBLLDNLT002.wordbank.network</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Cyberduck.exe</Data>
    <Data>4.9.3.19798</Data>
    <Data>571a149c</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>10.0.10586.162</Data>
    <Data>56cd55ab</Data>
    <Data>e0434352</Data>
    <Data>000bdad8</Data>
    <Data>61e8</Data>
    <Data>01d19f9fc738008c</Data>
    <Data>C:\Program Files (x86)\Cyberduck\Cyberduck.exe</Data>
    <Data>C:\Windows\SYSTEM32\KERNELBASE.dll</Data>
    <Data>1b87c224-dcb6-45fa-a9a8-deffa8b416ed</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

Attachments

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Unfortunately the event entry is not very specific. Is there another entry in the event logs (category Application)? Can you also check if there is any crash report you can post?

@cyberduck
Copy link
Collaborator Author

2151e10 commented

I should have tried this earlier but couldn't restart until just now ... installed Windows updates, removed Cyberduck, restarted, installed Cyberduck - application loads now.

Sorry for wasting your time, I've attached a log from cyberduck\CrashReporter FYI.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Top-level Exception
Type:        System.InvalidOperationException
Message:     Method failed with unexpected error code 50.
Source:      mscorlib
Stack Trace: at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
   at System.Security.AccessControl.FileSystemSecurity..ctor(Boolean isContainer, String name, AccessControlSections includeSections, Boolean isDirectory)
   at System.Security.AccessControl.FileSecurity..ctor(String fileName, AccessControlSections includeSections)
   at System.Configuration.Internal.WriteFileContext.DuplicateTemplateAttributes(String source, String destination)
   at System.Configuration.Internal.WriteFileContext.DuplicateFileAttributes(String source, String destination)
   at System.Configuration.Internal.WriteFileContext.Complete(String filename, Boolean success)
   at System.Configuration.Internal.InternalConfigHost.StaticWriteCompleted(String streamName, Boolean success, Object writeContext, Boolean assertPermissions)
   at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.WriteCompleted(String streamName, Boolean success, Object writeContext, Boolean assertPermissions)
   at System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(String streamName, Boolean success, Object writeContext, Boolean assertPermissions)
   at System.Configuration.ClientSettingsStore.ClientSettingsConfigurationHost.WriteCompleted(String streamName, Boolean success, Object writeContext)
   at System.Configuration.UpdateConfigHost.WriteCompleted(String streamName, Boolean success, Object writeContext)
   at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll)
   at System.Configuration.Configuration.SaveAsImpl(String filename, ConfigurationSaveMode saveMode, Boolean forceSaveAll)
   at System.Configuration.ClientSettingsStore.WriteSettings(String sectionName, Boolean isRoaming, IDictionary newSettings)
   at System.Configuration.LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
   at System.Configuration.SettingsBase.SaveCore()
   at System.Configuration.SettingsBase.Save()
   at System.Configuration.ApplicationSettingsBase.Save()
   at Ch.Cyberduck.Ui.Core.Preferences.SettingsDictionaryPreferences.save()
   at Ch.Cyberduck.Ui.Core.Preferences.SettingsDictionaryPreferences.setProperty(String property, String value)
   at ch.cyberduck.core.preferences.Preferences.setProperty(String property, Int64 v)
   at Ch.Cyberduck.Ui.Core.WindowsPeriodicUpdateChecker.check(Boolean background)
   at Ch.Cyberduck.Ui.Controller.MainController.ApplicationDidFinishLaunching(Object sender, StartupEventArgs e)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(StartupEventArgs eventArgs)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
   at Ch.Cyberduck.Ui.Controller.MainController.Run(ICollection commandLineArgs)
   at Ch.Cyberduck.Ui.Controller.MainController.Run()
   at Ch.Cyberduck.Ui.Controller.MainController.Main()

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant