B
BSDAppentic3
Guest
So, i have a program .exe (from windows) that i can't use because of the error of wine.
I have two questions:
1) How to solve this error
2) If i couldn't find any solution, can i "translate" the format ".exe" to any format compatible?
I have two questions:
1) How to solve this error
Code:
root@hostfreebsd:~/Downloads # wine fluidsim-5-2b.exe
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x13f824,0x139970): stub
Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at System.Drawing.Icon.InitFromStreamWithSize (System.IO.Stream stream, System.Int32 width, System.Int32 height) [0x004db] in <3110e6dfe53a465e917aa087708d1bb4>:0
at System.Drawing.Icon..ctor (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00095] in <3110e6dfe53a465e917aa087708d1bb4>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <1c90db0b17cb4b1e827d577d0607b212>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00014] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MonoCMethod.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0007a] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MonoCMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0002f] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.RuntimeConstructorInfo.SerializationInvoke (System.Object target, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject (System.Object obj, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00059] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.FixupSpecialObject (System.Runtime.Serialization.ObjectHolder holder) [0x00088] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.DoFixups () [0x0005a] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize (System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Runtime.Serialization.Formatters.Binary.__BinaryParser serParser, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00077] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x000a2] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.DeserializeObject (System.Int32 typeIndex) [0x00019] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader._LoadObjectV2 (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x0035c] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.LoadObjectV2 (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.LoadObject (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x00022] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.RuntimeResourceSet.GetObject (System.String key, System.Boolean ignoreCase, System.Boolean isString) [0x000be] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.RuntimeResourceSet.GetObject (System.String key, System.Boolean ignoreCase) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture, System.Boolean wrapUnmanagedMemStream) [0x0008e] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceManager.GetObject (System.String name) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at FluidSIM5Update.MainFormUpd.InitializeComponent () [0x00b24] in <6ec44320dd8f46ab960ff9a29b827724>:0
at FluidSIM5Update.MainFormUpd..ctor (System.String languageShortcut, System.Collections.Generic.Dictionary`2[TKey,TValue] installedTechs) [0x0002c] in <6ec44320dd8f46ab960ff9a29b827724>:0
at (wrapper remoting-invoke-with-check) FluidSIM5Update.MainFormUpd:.ctor (string,System.Collections.Generic.Dictionary`2<string, string>)
at FluidSIM5Update.Program.Main () [0x00280] in <6ec44320dd8f46ab960ff9a29b827724>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at System.Drawing.Icon.InitFromStreamWithSize (System.IO.Stream stream, System.Int32 width, System.Int32 height) [0x004db] in <3110e6dfe53a465e917aa087708d1bb4>:0
at System.Drawing.Icon..ctor (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00095] in <3110e6dfe53a465e917aa087708d1bb4>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <1c90db0b17cb4b1e827d577d0607b212>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00014] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MonoCMethod.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0007a] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MonoCMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0002f] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Reflection.RuntimeConstructorInfo.SerializationInvoke (System.Object target, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject (System.Object obj, System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) [0x00059] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.FixupSpecialObject (System.Runtime.Serialization.ObjectHolder holder) [0x00088] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.ObjectManager.DoFixups () [0x0005a] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize (System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Runtime.Serialization.Formatters.Binary.__BinaryParser serParser, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00077] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Boolean isCrossAppDomain, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x000a2] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Boolean fCheck) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.DeserializeObject (System.Int32 typeIndex) [0x00019] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader._LoadObjectV2 (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x0035c] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.LoadObjectV2 (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceReader.LoadObject (System.Int32 pos, System.Resources.ResourceTypeCode& typeCode) [0x00022] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.RuntimeResourceSet.GetObject (System.String key, System.Boolean ignoreCase, System.Boolean isString) [0x000be] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.RuntimeResourceSet.GetObject (System.String key, System.Boolean ignoreCase) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture, System.Boolean wrapUnmanagedMemStream) [0x0008e] in <1c90db0b17cb4b1e827d577d0607b212>:0
at System.Resources.ResourceManager.GetObject (System.String name) [0x00000] in <1c90db0b17cb4b1e827d577d0607b212>:0
at FluidSIM5Update.MainFormUpd.InitializeComponent () [0x00b24] in <6ec44320dd8f46ab960ff9a29b827724>:0
at FluidSIM5Update.MainFormUpd..ctor (System.String languageShortcut, System.Collections.Generic.Dictionary`2[TKey,TValue] installedTechs) [0x0002c] in <6ec44320dd8f46ab960ff9a29b827724>:0
at (wrapper remoting-invoke-with-check) FluidSIM5Update.MainFormUpd:.ctor (string,System.Collections.Generic.Dictionary`2<string, string>)
at FluidSIM5Update.Program.Main () [0x00280] in <6ec44320dd8f46ab960ff9a29b827724>:0
2) If i couldn't find any solution, can i "translate" the format ".exe" to any format compatible?