vmix.exe from vmix.com

Questions about Wine on macOS.
Locked
ccil
Newbie
Newbie
Posts: 1
Joined: Mon Aug 22, 2016 1:00 pm

vmix.exe from vmix.com

Post by ccil »

Anyone running vmix.exe Live Production Software from http://www.vmix.com in Wine? I have Wine Devel 1.9.17 on Mac OS 10.11.5.
It installs and when I start it in wine it logs a bunch of lines in the terminal but finally just stops. I tried enclosing the log file but I keep being told that the extension is not allowed, even without an extension. These are the last lines shown:

fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6

Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidProgramException: Invalid IL code in a:.ctor (): IL_0003: call 0x0a00008a


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) <0x23c8da8 + 0x00033> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) <0x23c8da8 + 0x0007b> in <filename unknown>:0
at System.RuntimeType.CreateInstanceMono (Boolean nonPublic) <0x23c7ab8 + 0x00137> in <filename unknown>:0
at System.RuntimeType.CreateInstanceSlow (Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) <0x23c7a58 + 0x00043> in <filename unknown>:0
at System.RuntimeType.CreateInstanceDefaultCtor (Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) <0x23c79d8 + 0x00047> in <filename unknown>:0
at System.Activator.CreateInstance[T] () <0x23c7518 + 0x0007f> in <filename unknown>:0
at c+c`1[a].get_a () <0x23c73e0 + 0x00043> in <filename unknown>:0
at c.get_b () <0x23c73a8 + 0x00017> in <filename unknown>:0
at a.Main (System.String[] Args) <0x23c0f58 + 0x0002f> in <filename unknown>:0

Any hope of this running?
Locked