<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for  X-Control Enhanced</title><link>https://sourceforge.net/p/x-control/activity/</link><description>Recent activity for  X-Control Enhanced</description><language>en</language><lastBuildDate>Sun, 27 Jan 2019 15:56:20 -0000</lastBuildDate><item><title>user2684 posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a06b</link><description>Hi, thanks, amazed of the progresses you've done, apologize for not being very useful...glad increasing the buffer size solved one of the issues. Regarding the mfd pages, that one sounds really strange to me since never had an issue with the logic there and should not be API dependent but good to see you found a solution for that too. Regarding the crash at take off, this was due to https://sourceforge.net/p/x-control/code/ci/master/tree/fms.cpp#l308 last time and the negative a_current_entry_index....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 27 Jan 2019 15:56:20 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a06b</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c/923e/9c06</link><description>Here is what I came up with that works void in_t::handle_pagecycle(int button) { set&lt;mfdpage_t*&gt;::iterator it = a_pages.find(a_currentpage); debug_out(verbose,"in: handling page change from button %i",button); if (it == a_pages.end()) { debug_out(debug,"in: cannot find current page"); return; // not found } // *** NEW *** the button group of the last displayed page is not the button group we're displaying now bool btnGroupChanged = ((*it)-&gt;a_button != button); debug_out(debug,"in: setting current...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Fri, 25 Jan 2019 05:32:39 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c/923e/9c06</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c/923e</link><description>Another update… I check the size of the a_pages_button after it built and it says there are three elements in the set, however, the ++b_it; is still crashing. If I replace the ++b_it; with an explicit load of the first element of the set, "b_it = a_pages_button.begin();” then I can press the buttons and the first page associated with each button set displays on the throttle screen… On Jan 24, 2019, at 10:51 PM, David Toth dtoth12@users.sourceforge.net&lt;mailto:dtoth12@users.sourceforge.net&gt; wrote:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Fri, 25 Jan 2019 04:42:40 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c/923e</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c</link><description>[2019-01-24 22:10:35] [verbose] in: handling page change from button 1 [2019-01-24 22:10:35] [debug] in: setting current page {welcome} as inactive [2019-01-24 22:10:35] [debug] in: current page {welcome} now inactive [2019-01-24 22:10:35] [debug] in: iterating pages for current button [2019-01-24 22:10:35] [debug] in: iteratimg page [2019-01-24 22:10:35] [debug] in: inserting page [2019-01-24 22:10:35] [debug] in: inserted page [2019-01-24 22:10:35] [debug] in: iteratimg page [2019-01-24 22:10:35]...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Fri, 25 Jan 2019 03:51:04 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a/0d6c</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a</link><description>OK… so I’ve gone through the code and increased the buffer sizes. The plugin no longer crashes on load and it doesn’t crash when the FP is edited. However, when the button is pressed corresponding to cycle FMS page 1 or something like that, I still get a crash… the last entry in the log is something about clearing the welcome screen. I’ve just recompiled the plugin with the debug flag set so hopefully I’ll get a dump with an actual line number and module instead of the general crash error On Jan...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Thu, 24 Jan 2019 22:35:15 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/ee8a</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/a95f</link><description>What can I do to help? On Jan 20, 2019, at 12:05 PM, user2684 user2684@users.sourceforge.net&lt;mailto:user2684@users.sourceforge.net&gt; wrote: Hey there, I've spent a good amount of hours trying to find out the changes applied in the code referenced by ticket #44 (backup, external drives, NAS, etc.) without success. I'm afraid the code was in an old laptop I don't have anymore and for some unknown reasons I did not push it to the repo here (I guess because was still work in progress and then the activity...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Thu, 24 Jan 2019 03:00:12 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21/a95f</guid></item><item><title>user2684 posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21</link><description>Hey there, I've spent a good amount of hours trying to find out the changes applied in the code referenced by ticket #44 (backup, external drives, NAS, etc.) without success. I'm afraid the code was in an old laptop I don't have anymore and for some unknown reasons I did not push it to the repo here (I guess because was still work in progress and then the activity on that ticket stopped). Again shame on me. But I spent some time trying to remeber the changes. Again I don't think it is fully related...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 20 Jan 2019 17:05:34 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9f21</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a78d/ba54</link><description>I believe there was a cycledump.txt in the main XP11 folder...I don't recall whether it was empty, or didn't have any useful information... What was really strange was that while it was spewing "USS Nimitz" as the name of every navaid, it wasn't actually crashing until I tried to use the bound change-page button. Updating the SDK to the current release, and switching the define to enable v3 SDK support, fixed the navaid lookup but brought back the crash on load or addition of navaid to the flight...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Wed, 16 Jan 2019 21:48:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a78d/ba54</guid></item><item><title>user2684 posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a78d</link><description>Hi, sorry once again for the delay...I've just reviewed carefully your tests. Now, there are some similarities with what has been discussed in https://sourceforge.net/p/x-control/tickets/44/?page=1&amp;limit=25#b1f2 but looks like the crash here is hitting a different piece of code. Just noticed I've never published the updated version mentioned in that thread and even worse, shame on me, never pushed out the updated code which should be somewhere here, just need to find out where :-/ But anyway I doubt...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Wed, 16 Jan 2019 20:44:39 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#a78d</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#bded</link><description>Argh... so the progress was only temporary. I upgraded the SDK to the current version, hoping it would fix the problem with the name lookups and the crash in the handling page change, and the original problem is back... debug_out(debug,"fms_fp: Loading departure at index 0"); load_entry(0,departure); debug_out(debug,"fms_fp: back from load_entry - departure"); Plugin crashes after the last line of load_entry (which is a debug print that successfully outputs) This is what's expected [verbose] fms_fp:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Sun, 13 Jan 2019 23:57:48 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#bded</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#34ed</link><description>Excellent... it gets past the original crash point now, as you can see from the last log, but I just noticed that all the FP names are coming out as "USS Nimitz" which is a new problem that wasn't in the old logs (which had the correct names)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Sun, 13 Jan 2019 15:47:16 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#34ed</guid></item><item><title>user2684 modified a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#0e34</link><description>Hey David, first of all thanks for your troubleshooting effort! Let me go through the information you've shared so far and I'll let you know since a while ago I went through a similar exercise by myself as well. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 13 Jan 2019 15:45:12 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#0e34</guid></item><item><title>user2684 posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#0e34</link><description>Hey David, first of all thanks for your troucleshooting effort! Let me go through the information you've shared so far and I'll let you know since a while ago I went through a similar exercise by myself as well. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 13 Jan 2019 15:44:54 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#0e34</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9a62</link><description>Another update, and it keeps getting stranger. XP 11 on Steam just autoupdated to X-Plane 11.30r3 (build 113014 64-bit) compiled on Jan 9 2019 09:56:28 XControl no longer crashes during load, and the debug statements that were not being reached are now successfully executed. [2019-01-13 10:10:01] [debug] fms_fp: Load the departure/arrival currently set in the FP [2019-01-13 10:10:01] [debug] fms_fp: FP contains 2 entries [2019-01-13 10:10:01] [debug] fms_fp: Loading departure at index 0 [2019-01-13...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Sun, 13 Jan 2019 15:33:08 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#9a62</guid></item><item><title>David Toth posted a comment on ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/?limit=25#ddd2</link><description>OK, I added a huge number of debug log statements and I've found WHERE the crash on load is happening, I just don't understand WHY... In fms_fp.cpp, fms_fp_t::has_changed is called on startup with the departure point being index 0 of the FP, in my case KBOS. The actual line is load_entry(0, departure); which I wrapped in debug output... debug_out(debug,"fms_fp: Loading departure at index 0"); load_entry(0,departure); debug_out(debug,"fms_fp: back from load_entry - departure"); I also put debug output...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Fri, 11 Jan 2019 12:43:46 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/?limit=25#ddd2</guid></item><item><title>David Toth created ticket #47</title><link>https://sourceforge.net/p/x-control/tickets/47/</link><description>XP 11 crash on entry of waypoint in FMS, or on startup if flight plan exists in FMS from previous XP session</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Toth</dc:creator><pubDate>Fri, 11 Jan 2019 09:02:48 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/47/</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=2#bdcb</link><description>Got it, thanks for the info!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 18 Jun 2017 14:41:26 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=2#bdcb</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=2#40a1</link><description>Here is the Bell http://forums.x-plane.org/index.php?/files/file/34702-bell-429-global-ranger/ When you load into X-Plane it keeps the last flight plan loaded in the Garmin GPS. So if I flew the L-410 tonight with a flight plan and then tomorrow I load a different plane the flight plan from last night will still be loaded. I'll see if I can nail the exact process down.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sun, 18 Jun 2017 13:00:35 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=2#40a1</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#a58e</link><description>Ok, so just to recap, no more issue with the LET L-410 but it crashes exactly in the same place with the BEL 429. Also if the FP is loaded in the LET, saved and loaded from the BELL, then it no more crashes. Is it correct? Bw, from where can I download the BEL 429 you are using? I've noticed USS Perry and USS Nimitz showing up sometimes as well with XP11 only, but this is coming when calling the XP API so nothing I can do about it even if I wonder if it may be somehow related as well....Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 18 Jun 2017 12:05:13 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#a58e</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#0873</link><description>Loaded in the LET, cleared the logged flight plan from the Garmin, reloaded the BELL and fly fine.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Wed, 14 Jun 2017 06:40:16 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#0873</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#e4ed</link><description>Here's a shot of an external panel I use at the time of the crash. Exact same as other crashes</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Wed, 14 Jun 2017 06:16:56 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#e4ed</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#7d64</link><description>Confirmed. Once I reach "takeoff speed" it crashes. Also why is it saying USS Perry and USS Nimitz as the Dept and Arr points??</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Wed, 14 Jun 2017 05:48:21 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#7d64</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#7b5b</link><description>Thanks for this additional tests and logs! Is this happening consistently or it was just in that situation? Just to understand if I will be able to reproduce it :-) Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Tue, 13 Jun 2017 19:34:06 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#7b5b</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#0e31</link><description>Crashed again using the BEL 429 Helo. Think it might have something to do with the Garmin style GPS? Since it still has the last flight plan I logged in the Garmin which was YBCS to YBTL.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Tue, 13 Jun 2017 13:37:14 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#0e31</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#c1e2</link><description>Great! At least we know that fix was needed anyway. I'll keep this open for a some time just in case the issue would show up again. Thanks again for your support, I woulnd't make it without your input (reason why this was left open for more the two years...)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 11 Jun 2017 15:26:11 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#c1e2</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#735a</link><description>Good news so far is that I've not had any crashes with the C-17 Globemaster!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sun, 11 Jun 2017 14:07:17 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#735a</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#8c0b</link><description>Argh, I was (almost) sure it was fixed for all the planes in all the situations :-) Has the crash happened again just after take off or somewhere else? Thanks again for all the information provided so far!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Wed, 07 Jun 2017 16:23:11 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#8c0b</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#9ea7</link><description>OK That's wierd, I (thought I) posted last week that I had a success with that latest patch with the L-410. YAY!! But then I had a crash in the DHC-2 Beaver by SoulMade Simulations. Boo! And I didn't have debug turned on. Boo! So I'll have to do the tests again. :D I'm currently flying a Rally and am on the second last leg so will try it with that. I've flying a C-17A Globemaster III and a ~1.5hr flight with an FMC so I'll try it with that. I'll then setup a small run to test the LET L-410 and the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Tue, 06 Jun 2017 22:28:34 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#9ea7</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#ba3c</link><description>Hi, just out of curiosity if you have been able to test the version of the plugin of my previous post. I feel somehow lucky this time :P Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Tue, 06 Jun 2017 16:13:24 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#ba3c</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b1f2</link><description>Great, thanks I think I was able to solve it, at least here. Give the plugin below a try (it is 64 bit, let me know if you need the 32 instead). For my own reference, the first issue causing the crash when loading the FP was due to https://sourceforge.net/p/x-control/code/ci/master/tree/fms_fp.cpp#l170. For some unknown reason a buffer of 80 was not enough, by increasing it to 1024 it stopped crashing. How a nav id can have more than 80 characters is a mistery, I guess because for some reasons there...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Fri, 26 May 2017 13:39:54 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b1f2</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b7fb</link><description>CRASH OK Have included several log files the ones with -CRASH at the end caused the crash again, during takeoff. Exact same circumstance as all other crashes.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Fri, 26 May 2017 13:24:47 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b7fb</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#d911</link><description>Got it crashed finally, great so I can better troubleshoot it. I'll let you know.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Fri, 26 May 2017 12:55:24 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#d911</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#03e1</link><description>Thanks too kind for doing all these tests! I wonder why I still cannot get this reproduced even with a FP loaded, I'm with XP11 on a Windows 64 bits system now. Who knows...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Fri, 26 May 2017 12:47:58 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#03e1</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#56e0</link><description>Yea only crashes if I have a flight plan in the GPS/FMS. Just playing with some Choppers at the moment. Will try the LET again and confirm (and set debug=3)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Fri, 26 May 2017 12:46:30 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#56e0</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#a55c</link><description>At least we have done a step forward, great :-) From the logs I see the take off recorded and nothing more after that so we are close. I still cannot reproduce the same issue :-/ Are you saying this is happening only at the second (consecutive) flight? Would you also please set debug mode to all (I think it is 3) and reproduce the crash? I need to understand which dataref update is causing this other crash. Thanks again!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Fri, 26 May 2017 12:25:08 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#a55c</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#e02d</link><description>Craashed. BUT this time at least my "Co-Pilot (xcontrol)" was reading out our flight plan. Once again happened after take off. I did however fly two flights sucesfully in the DC-2 Beaver and the LET L-410 IF I didn't program the GPS (well.. the Beaver doesn't have one so...)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Fri, 26 May 2017 12:04:56 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#e02d</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b02e</link><description>Thanks a lot! This has been waiting for a fix since more than two years, can defintely wait for a few additional days so take your time ;-) Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Fri, 26 May 2017 07:39:53 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#b02e</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#cdca</link><description>Awesome. I'll try give that a whirl this weekend but it might be monday or tuesday night as it's looking pretty busy. I'll try to do a clean a run as possible and will disable all custom scenery and plugins apart from yours so we can confirm it's not a conflict with something else.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Thu, 25 May 2017 22:21:19 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#cdca</guid></item><item><title>user2684 modified ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/</link><description>X-Plane crashes after take-off if flightplan is activ</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Thu, 25 May 2017 18:14:56 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/291f/ecc3</link><description>...and here there is the 64 bits version. Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Thu, 25 May 2017 18:14:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/291f/ecc3</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/291f</link><description>Mean while I've identified and fixed the issue causing my crash. And using your plane and FP I can take off without problems. I'm not 100% sure I've solved the main issue but it may be :-) Would you mind giving a try to the attached? Replace the win.xpl file under the plugin "32" and "64" directories with those two files and share the logs here regardless of the result. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Thu, 25 May 2017 18:13:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/291f</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/3fd5</link><description>I had xplane crashing with an (old) v10 version when loading that plane so I've downloaded the latest v11 which opens the plane just fine. When I load your FP I have XP crashing just after hitting the load button (well, with any plan). It is clearly something to do with xcontrol since when the plugin is disabled, it loads fine. I have some weird symbols in the logs but no error messages. Nothing in Log.txt and Cycle Dump.txt. At least I have a starting point even if this is clearly another issue....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Thu, 25 May 2017 16:28:38 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c/3fd5</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c</link><description>Umm yea... :) There were quite a few changes between 9 &amp; 11. Hope you can sort this out :D</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Thu, 25 May 2017 02:49:56 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25&amp;page=1#bf04/501c</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#bf04</link><description>Just a quick update, I've tried the LET L-410 on my old X-Plane 9 but looks like that plane is too new for my old version. I'll download a trial version of v10 or v11 and give it another try. Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Wed, 24 May 2017 16:15:25 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#bf04</guid></item><item><title>user2684 modified ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/</link><description>X-Plane crashes after take-off if flightplan is activ</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Tue, 02 May 2017 14:59:11 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/</guid></item><item><title>user2684 posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#1126</link><description>First of all thank you very much for sharing so detailed steps and have reproduced the problem! I struggled a lot trying to get into a similar situation. Now I defintely have more data. As soon as I will have a bit more time I'll try to troubleshoot it better even if will be challenging to remember what the code does after so many years :-) When speed is more than 80 then the plugin registers the takeoff so there must be something wrong aroun there. But I see other things happening in the logs after...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Tue, 02 May 2017 14:58:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#1126</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#8373</link><description>Repearted above situation WITH flight plan and again, program crash @ 400' 90Kn Does not matter if anything is showing on MFD as still currently shows "WELCOME Press any key to start" where prev crash was showing an MFD page. Confirmed issue is FMS using flightplan as NO crash when not using flightplan.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 13:24:38 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#8373</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#1a5a</link><description>Repeated above situation but DELETED flight plan and was successfully able to achieve full flight. Logs attached</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 13:11:30 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#1a5a</guid></item><item><title>BeeJay modified a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#c6fa</link><description>Repeated above situation but had keys mapped to bring up FMS on Throttle MFD. 3rd page showing on MFD, crashed at Vr speed without takeoff. xcontrol set to debug=3. logs attached</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 13:00:31 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#c6fa</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#c6fa</link><description>Repeated above situation but had keys mapped to bring up FMS on Throttle MFD. 3rd page showing on MFD, crashed at Vr speed without takeoff. xcontrol set to debug=3. logs attached</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 13:00:03 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#c6fa</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#e64b</link><description>--=={This application has crashed because of the plugin: xcontrol (1.0.1)}==-- Using this flight plan. Use the LET L-410 http://x-plane.hu/L-410/ Passed 1200' @ 90Kn and X-Plane crashed [2017-04-29 22:10:30] [info] session: X Control Enhanced plugin version 1.0.1 [2017-04-29 22:10:30] [info] out_saitek: found Saitek X52 Flight Control System (Product ID: 0x0762) [2017-04-29 22:10:30] [info] session: establishing data connection [2017-04-29 22:10:30] [info] mfdpage: created page flight.high for button...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 12:51:41 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#e64b</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#cde3</link><description>Not sure if it's related but I did find this in the log right at the beginning: [xcontrol/64/win.xpl]: It is illegal to register a command starting with sim/ [xcontrol/64/win.xpl]: It is illegal to register a command starting with sim/ [xcontrol/64/win.xpl]: It is illegal to register a command starting with sim/ [xcontrol/64/win.xpl]: It is illegal to register a command starting with sim/ Loaded: E:\X-Plane 11/Resources/plugins/xcontrol/64/win.xpl (copai.equipment.control).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 12:39:24 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#cde3</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#b4c6</link><description>That said I'll try and get reproducable steps for you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 09:15:35 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#b4c6</guid></item><item><title>BeeJay modified a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#5676</link><description>Well seeing as this is still happening after 2 years doesn't give me much hope. Attached logs anyway.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 07:11:05 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#5676</guid></item><item><title>BeeJay posted a comment on ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/?limit=25#5676</link><description>Well seeing as this is still happening after 2 years doesn't give me much hope. Attached logs anyway.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeeJay</dc:creator><pubDate>Sat, 29 Apr 2017 07:10:40 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/?limit=25#5676</guid></item><item><title>user2684 posted a comment on ticket #46</title><link>https://sourceforge.net/p/x-control/tickets/46/?limit=25#33fc</link><description>Hi, sounds like an issue while communicating with the USB port since the text is...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:35:22 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/46/?limit=25#33fc</guid></item><item><title>user2684 modified ticket #46</title><link>https://sourceforge.net/p/x-control/tickets/46/</link><description>MFD works poorly</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:35:22 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/46/</guid></item><item><title>user2684 modified ticket #45</title><link>https://sourceforge.net/p/x-control/tickets/45/</link><description>LED Configuration</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:22 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/45/</guid></item><item><title>user2684 modified ticket #43</title><link>https://sourceforge.net/p/x-control/tickets/43/</link><description>Leveraging Saitek DirectOutput.dll for X52 Pro</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:19 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/43/</guid></item><item><title>user2684 modified ticket #42</title><link>https://sourceforge.net/p/x-control/tickets/42/</link><description>Customizable templates for the MFD</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:16 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/42/</guid></item><item><title>user2684 modified ticket #41</title><link>https://sourceforge.net/p/x-control/tickets/41/</link><description>Generate climb/desc/fuel profiles automatically</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:13 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/41/</guid></item><item><title>user2684 modified ticket #39</title><link>https://sourceforge.net/p/x-control/tickets/39/</link><description>Implement separate LED controls when switching between modes</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:10 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/39/</guid></item><item><title>user2684 modified ticket #38</title><link>https://sourceforge.net/p/x-control/tickets/38/</link><description>Disable the buttons below the MFD when mapped by the plugin</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:30:07 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/38/</guid></item><item><title>user2684 modified ticket #26</title><link>https://sourceforge.net/p/x-control/tickets/26/</link><description>Always provide estimated arrival time</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:51 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/26/</guid></item><item><title>user2684 modified ticket #7</title><link>https://sourceforge.net/p/x-control/tickets/7/</link><description>MFD and FMS status gui auto update</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:47 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/7/</guid></item><item><title>user2684 modified ticket #6</title><link>https://sourceforge.net/p/x-control/tickets/6/</link><description>Better skin for virtual MFD</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:43 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/6/</guid></item><item><title>user2684 modified ticket #5</title><link>https://sourceforge.net/p/x-control/tickets/5/</link><description>Voice position report with button</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:40 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/5/</guid></item><item><title>user2684 modified ticket #4</title><link>https://sourceforge.net/p/x-control/tickets/4/</link><description>Fuel ETA for each entry</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:37 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/4/</guid></item><item><title>user2684 modified ticket #2</title><link>https://sourceforge.net/p/x-control/tickets/2/</link><description>Joystick hotplug</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:35 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/2/</guid></item><item><title>user2684 modified ticket #1</title><link>https://sourceforge.net/p/x-control/tickets/1/</link><description>Highlight flying to entry in gui</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:29:31 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/1/</guid></item><item><title>user2684 modified a wiki page</title><link>https://sourceforge.net/p/x-control/wiki/Welcome%2520to%2520X-Control%2520Enhanced%2520%2528v.1.0.1%2529/</link><description>Welcome to X-Control Enhanced (v.1.0.1)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 12:16:24 -0000</pubDate><guid>https://sourceforge.net/p/x-control/wiki/Welcome%20to%20X-Control%20Enhanced%20%28v.1.0.1%29/</guid></item><item><title>user2684 modified ticket #3</title><link>https://sourceforge.net/p/x-control/tickets/3/</link><description>FP with arrival APT repeated</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:51:47 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/3/</guid></item><item><title>user2684 modified ticket #8</title><link>https://sourceforge.net/p/x-control/tickets/8/</link><description>plugin_version not defined in out_saitek.cpp</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:51:24 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/8/</guid></item><item><title>user2684 modified ticket #25</title><link>https://sourceforge.net/p/x-control/tickets/25/</link><description>FMS expected time resetted when changing the FP</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:51:17 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/25/</guid></item><item><title>user2684 modified ticket #27</title><link>https://sourceforge.net/p/x-control/tickets/27/</link><description>The plugin loads fine but the joystick does not work</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:51:05 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/27/</guid></item><item><title>user2684 modified ticket #30</title><link>https://sourceforge.net/p/x-control/tickets/30/</link><description>X-plane crashing after loading a FP</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:51:01 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/30/</guid></item><item><title>user2684 modified ticket #40</title><link>https://sourceforge.net/p/x-control/tickets/40/</link><description>FMS settings from the aircraft folder are not loaded correctly</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:50:47 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/40/</guid></item><item><title>user2684 modified ticket #44</title><link>https://sourceforge.net/p/x-control/tickets/44/</link><description>X-Plane crashes after take-off if flightplan is activ</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:49:51 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/44/</guid></item><item><title>user2684 modified ticket #46</title><link>https://sourceforge.net/p/x-control/tickets/46/</link><description>MFD works poorly</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:48:28 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/46/</guid></item><item><title>user2684 posted a comment on ticket #21</title><link>https://sourceforge.net/p/x-control/tickets/21/?limit=25#49fc</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:34 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/21/?limit=25#49fc</guid></item><item><title>user2684 posted a comment on ticket #20</title><link>https://sourceforge.net/p/x-control/tickets/20/?limit=25#3d8c</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:34 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/20/?limit=25#3d8c</guid></item><item><title>user2684 posted a comment on ticket #23</title><link>https://sourceforge.net/p/x-control/tickets/23/?limit=25#2ccf</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:34 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/23/?limit=25#2ccf</guid></item><item><title>user2684 posted a comment on ticket #16</title><link>https://sourceforge.net/p/x-control/tickets/16/?limit=25#7ada</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:33 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/16/?limit=25#7ada</guid></item><item><title>user2684 posted a comment on ticket #19</title><link>https://sourceforge.net/p/x-control/tickets/19/?limit=25#a6f8</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:33 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/19/?limit=25#a6f8</guid></item><item><title>user2684 posted a comment on ticket #15</title><link>https://sourceforge.net/p/x-control/tickets/15/?limit=25#8e38</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:33 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/15/?limit=25#8e38</guid></item><item><title>user2684 posted a comment on ticket #17</title><link>https://sourceforge.net/p/x-control/tickets/17/?limit=25#81a5</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:33 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/17/?limit=25#81a5</guid></item><item><title>user2684 posted a comment on ticket #18</title><link>https://sourceforge.net/p/x-control/tickets/18/?limit=25#d6b5</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:33 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/18/?limit=25#d6b5</guid></item><item><title>user2684 posted a comment on ticket #10</title><link>https://sourceforge.net/p/x-control/tickets/10/?limit=25#91a1</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/10/?limit=25#91a1</guid></item><item><title>user2684 posted a comment on ticket #14</title><link>https://sourceforge.net/p/x-control/tickets/14/?limit=25#8a33</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/14/?limit=25#8a33</guid></item><item><title>user2684 posted a comment on ticket #11</title><link>https://sourceforge.net/p/x-control/tickets/11/?limit=25#385f</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/11/?limit=25#385f</guid></item><item><title>user2684 posted a comment on ticket #13</title><link>https://sourceforge.net/p/x-control/tickets/13/?limit=25#e27a</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/13/?limit=25#e27a</guid></item><item><title>user2684 posted a comment on ticket #12</title><link>https://sourceforge.net/p/x-control/tickets/12/?limit=25#0e8f</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:32 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/12/?limit=25#0e8f</guid></item><item><title>user2684 posted a comment on ticket #9</title><link>https://sourceforge.net/p/x-control/tickets/9/?limit=25#5287</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:46:31 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/9/?limit=25#5287</guid></item><item><title>user2684 posted a comment on ticket #34</title><link>https://sourceforge.net/p/x-control/tickets/34/?limit=25#fc0d</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/34/?limit=25#fc0d</guid></item><item><title>user2684 posted a comment on ticket #36</title><link>https://sourceforge.net/p/x-control/tickets/36/?limit=25#6138</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/36/?limit=25#6138</guid></item><item><title>user2684 posted a comment on ticket #37</title><link>https://sourceforge.net/p/x-control/tickets/37/?limit=25#ce19</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/37/?limit=25#ce19</guid></item><item><title>user2684 posted a comment on ticket #35</title><link>https://sourceforge.net/p/x-control/tickets/35/?limit=25#9090</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:50 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/35/?limit=25#9090</guid></item><item><title>user2684 posted a comment on ticket #29</title><link>https://sourceforge.net/p/x-control/tickets/29/?limit=25#a95e</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:49 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/29/?limit=25#a95e</guid></item><item><title>user2684 posted a comment on ticket #28</title><link>https://sourceforge.net/p/x-control/tickets/28/?limit=25#cdc5</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:49 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/28/?limit=25#cdc5</guid></item><item><title>user2684 posted a comment on ticket #32</title><link>https://sourceforge.net/p/x-control/tickets/32/?limit=25#8d92</link><description>Owner: Anonymous --&gt; user2684 Status: closed --&gt; fixed Affected Version: --&gt; v1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">user2684</dc:creator><pubDate>Sun, 29 Jan 2017 11:45:49 -0000</pubDate><guid>https://sourceforge.net/p/x-control/tickets/32/?limit=25#8d92</guid></item></channel></rss>