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

[solved] Crash on launch with BadImageFormatException #9643

Closed
cyberduck opened this issue Aug 2, 2016 · 1 comment
Closed

[solved] Crash on launch with BadImageFormatException #9643

cyberduck opened this issue Aug 2, 2016 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

699de70 created the issue

Goodmornig,
afteter installing windows 10 i cant get cyberduck running.

The logs are empty and the only thing i get is from the windows log:

Application: Cyberduck.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.BadImageFormatException

Exception Info: System.BadImageFormatException
   at System.ModuleHandle.ResolveType(System.Reflection.RuntimeModule, Int32, IntPtr*, Int32, IntPtr*, Int32, System.Runtime.CompilerServices.ObjectHandleOnStack)
   at System.ModuleHandle.ResolveTypeHandleInternal(System.Reflection.RuntimeModule, Int32, System.RuntimeTypeHandle[], System.RuntimeTypeHandle[])
   at System.Reflection.RuntimeModule.ResolveType(Int32, System.Type[], System.Type[])

Exception Info: System.ArgumentException
   at System.Reflection.RuntimeModule.ResolveType(Int32, System.Type[], System.Type[])
   at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(System.Reflection.CustomAttributeRecord, System.Reflection.MetadataImport, System.Reflection.Assembly ByRef, System.Reflection.RuntimeModule, System.Reflection.MetadataToken, System.RuntimeType, Boolean, System.Object[], System.Collections.IList, System.RuntimeType ByRef, System.IRuntimeMethodInfo ByRef, Boolean ByRef, Boolean ByRef)
   at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule, Int32, Int32, System.RuntimeType, Boolean, System.Collections.IList, Boolean)
   at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeAssembly, System.RuntimeType)
   at System.Reflection.RuntimeAssembly.GetCustomAttributes(System.Type, Boolean)
   at IKVM.Internal.AssemblyClassLoader+<FindResources>d__17.MoveNext()
   at IKVM.NativeCode.ikvm.runtime.AppDomainAssemblyClassLoader+<FindResources>d__0.MoveNext()
   at IKVM.NativeCode.ikvm.runtime.AppDomainAssemblyClassLoader.getResources(java.util.Vector, System.String)
   at ikvm.runtime.AppDomainAssemblyClassLoader.getResources(System.String)
   at org.slf4j.LoggerFactory.findPossibleStaticLoggerBinderPathSet()
   at org.slf4j.LoggerFactory.bind()
   at org.slf4j.LoggerFactory.performInitialization()
   at org.slf4j.LoggerFactory.getILoggerFactory()
   at org.slf4j.LoggerFactory.getLogger(System.String)
   at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(System.String)
   at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(java.lang.Class)
   at org.apache.commons.logging.LogFactory.getLog(java.lang.Class)
   at org.jets3t.service.io.RepeatableFileInputStream..cctor()

Exception Info: System.TypeInitializationException
   at org.jets3t.service.io.RepeatableFileInputStream.__<clinit>()
   at ch.cyberduck.core.io.LocalRepeatableFileInputStream..cctor()

Exception Info: System.TypeInitializationException
   at ch.cyberduck.core.io.LocalRepeatableFileInputStream.__<clinit>()
   at ch.cyberduck.core.Local.getInputStream()
   at ch.cyberduck.core.serializer.impl.dd.PlistReader.parse(ch.cyberduck.core.Local)
   at ch.cyberduck.core.serializer.impl.dd.PlistReader.read(ch.cyberduck.core.Local)
   at ch.cyberduck.core.ProtocolFactory.register(ch.cyberduck.core.Protocol[])
   at Ch.Cyberduck.Ui.Controller.MainController..cctor()

Exception Info: System.TypeInitializationException
   at Ch.Cyberduck.Ui.Controller.MainController.Main()

AND

Faulting application name: Cyberduck.exe, version: 5.0.1.20379, time stamp: 0x575a820a
Faulting module name: KERNELBASE.dll, version: 10.0.10586.162, time stamp: 0x56cd55ab
Exception code: 0xe0434352
Fault offset: 0x000bdad8
Faulting process id: 0xba0
Faulting application start time: 0x01d1ecb9d0a71885
Faulting application path: C:\Program Files (x86)\Cyberduck\Cyberduck.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 71d96bef-c9d8-4998-b462-f3b38e3d1335
Faulting package full name: 
Faulting package-relative application ID: 

I've tried all the versions but nothing change

@cyberduck
Copy link
Collaborator Author

699de70 commented

I solved it by installing a windows 10 update.

It seems that was some issue with the net framework.

@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