I have a VB.NET application, which uses a timer:
MyTimer_Tick
ModifySomeGlobalDateTimeVariables()
ModifySomeLabels()
On Windows it works good, but when I try it on Linux, it crashes after some time. I have Winetricks installed, added all the libraries that I need (I think), dotnet20, corefonts, riched20, riched30, etc.
Any idea why it crashes? (no exceptions, and ...&>log.txt
doesn't work)