I've installed Wine 1.7-i386 and dotnet40 and I'm running into an issue with a console application that used to work before installation of dotnet40. How can resolve this, is it a conflict with dotnet40 and if so is there a way I can temporarily turn off dotnet40?
The stack trace is as follows:
joe@Joes-PC:~/.wine/drive_c/Program Files/My Sudoku 2.0$ wine MySudoku2.0.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
fixme
Unhandled Exception: fixme:advapi:RegisterTraceGuidsW (0x9704da, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33cb0c, (null), (null), 0xcbf768): stub
System.IO.IOException: Invalid handle.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.Console.MoveBufferArea(Int32 sourceLeft, Int32 sourceTop, Int32 sourceWidth, Int32 sourceHeight, Int32 targetLeft, Int32 targetTop, Char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)
at MySudoku2._0.DisplayScreens.SplashScreen()
at MySudoku2._0.SudokuConsoleGameLogic.Run()
at MySudoku2._0.Program.Main(String[] args)
Thanks!
Joe