mischka Posted September 8, 2012 Report Share Posted September 8, 2012 Hello I got the following error message the other day (see screenshot) and then kacars crashed. Any idea what could be the matter? I had a similar issue some time ago which took down my fsx completely and afterward kacars didnt work any more - had to reinstall it and, as I later found out, remove profile files which the uninstaller had left behind Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted September 8, 2012 Moderators Report Share Posted September 8, 2012 Your website lost connections with MySQL, that's why the kACARS couldn't continue to send the data. Just click on continue and your flight will be okay. If this issue keeps going on, this is something that has to be taken a look at with your host. 1 Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 10, 2012 Report Share Posted September 10, 2012 What Kyle has stated looks to be correct. Thanks Kyle. Quote Link to comment Share on other sites More sharing options...
mischka Posted September 10, 2012 Author Report Share Posted September 10, 2012 Happened to me again today, the only problem is that I can't click on continue at all. Looks like an unhandled exception to me ... maybe something to look at for the next release? Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 11, 2012 Report Share Posted September 11, 2012 What is the unhandled exception code? Quote Link to comment Share on other sites More sharing options...
mischka Posted September 11, 2012 Author Report Share Posted September 11, 2012 I don't know.. I suppose that info will show when I click on the details button, but all those buttons are locked. Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 11, 2012 Report Share Posted September 11, 2012 I need the info under details or I can not find the issue. Quote Link to comment Share on other sites More sharing options...
mischka Posted September 11, 2012 Author Report Share Posted September 11, 2012 Ok, next time it crashes I'll try to get those data! Quote Link to comment Share on other sites More sharing options...
mischka Posted September 14, 2012 Author Report Share Posted September 14, 2012 happened again tonight... below is the debug info funny enough acars kept tracking so nothing lost See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.IOException: The process cannot access the file 'C:\Program Files\FS-Products\kACARS_Free\receive.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path) at .() at . (Object , EventArgs ) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativewindow.WndProc(Message& m) at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- kACARS - Free Assembly Version: 1.0.1.1 Win32 Version: 1.0.1.1 CodeBase: file:///C:/Program%20Files/FS-Products/kACARS_Free/kACARS%20-%20Free.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- FSUIPCClient Assembly Version: 1.3.2758.28 Win32 Version: 1.3.2758.28 CodeBase: file:///C:/Program%20Files/FS-Products/kACARS_Free/FSUIPCClient.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 17, 2012 Report Share Posted September 17, 2012 Are you running two copies of the program at the same time? Other than that I am not sure how this could happen. Quote Link to comment Share on other sites More sharing options...
mischka Posted September 17, 2012 Author Report Share Posted September 17, 2012 Not that I know of... at least not actively tracking. It might be that I accidentally started two instances, but I only ever use one of them to track the flight. Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 17, 2012 Report Share Posted September 17, 2012 The reason why I said this was because of the actual error. The process cannot access the file 'C:\Program Files\FS-Products\kACARS_Free\receive.xml' because it is being used by another process. I do not think it is possible for kACARS to attempt to open it twice. I may be wrong and will take a look. Quote Link to comment Share on other sites More sharing options...
mischka Posted September 17, 2012 Author Report Share Posted September 17, 2012 The reason why I said this was because of the actual error. I do not think it is possible for kACARS to attempt to open it twice. I may be wrong and will take a look. Maybe the file got locked or something? Maybe it didnt close it properly, or another process locked it.. I may consider giving an antivirus exclusion a try Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted September 17, 2012 Report Share Posted September 17, 2012 That's not a bad idea. Let me know. Quote Link to comment Share on other sites More sharing options...
Jeff Posted September 18, 2012 Report Share Posted September 18, 2012 Run your Task Manager and see if there is another kacars processing that you might not be aware of. Quote Link to comment Share on other sites More sharing options...
mischka Posted October 2, 2012 Author Report Share Posted October 2, 2012 That's not a bad idea. Let me know. This seems to have helped a great deal! I've had this error just once since I made an exclusion on the program directory. AV was mcafee virusscan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.