http://bugs.winehq.org/show_bug.cgi?id=41689 Andrew Nguyen <arethusa26@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #11 from Andrew Nguyen <arethusa26@gmail.com> --- The crash on startup is still an issue in wine-11.0-rc4. I notice the same problem has been reported in the Cyberduck issue tracker here: https://github.com/iterate-ch/cyberduck/issues/15520 This comment https://github.com/iterate-ch/cyberduck/issues/15520#issuecomment-1892210028 seems to identify what is happening on the IKVM side that is causing an exception to be raised on startup. There is a call to System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule with the single name argument "<DynamicMethodHolder>" but the Wine Mono side also expects it to be a valid filename, hence the exception being thrown. This behavior is consistent with the last few lines of a Wine Mono trace with WINE_MONO_TRACE=N:System.IO: [00000024: 2.12102 1] ENTER:c System.IO.Path:GetFileName (string)([STRING:036242a0:<DynamicMethodHolder>]) [00000024:] EXCEPTION handling: System.ArgumentException: Illegal characters in path. [00000024:] EXCEPTION handling: System.TypeInitializationException: The type initializer for 'java.nio.charset.StandardCharsets' threw an exception. [00000024:] EXCEPTION handling: System.TypeInitializationException: The type initializer for 'org.apache.log4j.LogManager' threw an exception. * Assertion at /builds/mono/wine-mono/wine-mono-10.4.1/mono/mono/metadata/object.c:4679, condition `is_ok (error)' not met, function:prepare_run_main, (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll type:TypeInitializationException member:(null) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.