https://bugs.winehq.org/show_bug.cgi?id=35578
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications crash |Multiple applications crash |on install/startup |on install/startup |('COMPUTERNAME' environment |('COMPUTERNAME' environment |variable not |variable not |present)(Mentor Pads Free |present)(Mentor Pads Free |Viewer, Flightgear 3) |Viewer, Flightgear 3, | |MaxQuant)
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
this is also needed by 'MaxQuant', a very popular .NET 4.5 application from Proteomics field.
--- snip --- $ wine "Z:\home\focht\Downloads\MaxQuant\bin\MaxQuantTask.exe" "Z:\home\focht\Downloads\data\combined\proc" "Configuring" "0" "Configuring (1/1)" "" "Process" "48" "Z:\home\focht\Downloads\data\combined" "Z:\home\focht\Downloads\data\mqpar.xml" ... 0009:Call KERNEL32.GetEnvironmentVariableW(011e68d4 L"COMPUTERNAME",0033efc8,00000080) ret=048004d6 0009:Ret KERNEL32.GetEnvironmentVariableW() retval=00000000 ret=048004d6 ... 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x482ee46 ip=0482ee46 tid=0009 0009:trace:seh:raise_exception info[0]=00000000 0009:trace:seh:raise_exception info[1]=00000000 0009:trace:seh:raise_exception eax=00000000 ebx=0033f41c ecx=00000000 edx=0013cde8 esi=011e22a8 edi=0033f240 0009:trace:seh:raise_exception ebp=0033f248 esp=0033f15c cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 0009:trace:seh:call_vectored_handlers calling handler at 0x8e1bea code=c0000005 flags=0 ...
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Utils.Util.ExternalProcess.StartLog(String infoFolder, String name, String title, String description, DateTime starttime) at Utils.Util.ExternalProcess.Run(String[] args, Boolean debug) at MaxQuantTask.Program.Main(String[] args) --- snip ---
$ wine --version wine-1.7.26-44-gb10b391
Regards