Issues.00285 - lordmundi/wikidoctest GitHub Wiki

00285: simdata interacts with RCS when commanding liveconnect

« 00284 | Issues | 00286 »

Summary: simdata interacts with RCS when commanding liveconnect

Created: 2010–11–01 14:03

Status: Released

Category: Bug

From: frankie

Version: 2.1

Released_In: 2.3

Description:

If you try to command the simdata plugin to connect to a live sim using the liveconnect function over a remote commanding server connection, something odd happens with the remote commanding server socket causing an error.

As a potential workaround, we have found that using the following command seems to work:

doug.plugin dsp_simdata.hostspec $simhost:$simport; disable_live; disable_file; enable_live 0; simdata_stop; after 1000 \"simdatainit 0; simdata_autostart\"

Comments

With the simdata API changes, liveconnect should not really be used any more. I think this issue can be obsoleted.


« 00284 | Issues | 00286 »

Associated Commits

| commit | 8775ca3380b0719e8196190eb0e01887c923e4e4 link5 | || | Author: | mark | | Date: | Tue Mar 1 04:15:57 2011 -0600 | | Message: | [@Issue 00285: Modified remote command to handle NULL returns Added an indication of public API functions in simdatadlg @] |

Affected Files:

gui/remote_commanding_proc_allow.tcl          |   5 +
 gui/simdatadlg.tcl                            | 129 ++++++++++++++++++++++++±
 src.dist/scripts/remote_commanding_client.tcl |   5 +
 3 files changed, 137 insertions(+), 2 deletions(-)

| commit | 4c56457a3c02266b96553bab6c9d8355fe68f6f5 link6 | || | Author: | mark | | Date: | Mon Feb 28 05:06:59 2011 -0600 | | Message: | [@Issue 00285: Remove transformation destructor to avoid segfault @] |

Affected Files:

lib_Darwin/chutes.so                              | Bin 120200 -> 119956 bytes
 lib_Darwin/cube.so                                | Bin 120280 -> 120036 bytes
 lib_Darwin/libapi.a                               | Bin 668616 -> 669344 bytes
 lib_Darwin/libriver.a                             | Bin 3842648 -> 3846984 bytes
 lib_Darwin/libstream.a                            | Bin 1683608 -> 1737968 bytes
 lib_Darwin/libtvs.a                               | Bin 2050512 -> 2048768 bytes
 lib_Darwin/orbital_transform.so                   | Bin 137952 -> 133608 bytes
 lib_Darwin/orbital_transform_mmsev.so             | Bin 129632 -> 129392 bytes
 lib_Darwin/plume.so                               | Bin 180756 -> 180512 bytes
 lib_Linux_FC3/chutes.so                           | Bin 326700 -> 322212 bytes
 lib_Linux_FC3/cube.so                             | Bin 326707 -> 322219 bytes
 lib_Linux_FC3/libapi.a                            | Bin 672574 -> 673342 bytes
 lib_Linux_FC3/libriver.a                          | Bin 3966310 -> 3971106 bytes
 lib_Linux_FC3/libstream.a                         | Bin 1510200 -> 1569970 bytes
 lib_Linux_FC3/libtvs.a                            | Bin 1823204 -> 1821900 bytes
 lib_Linux_FC3/orbital_transform.so                | Bin 341044 -> 340648 bytes
 lib_Linux_FC3/orbital_transform_mmsev.so          | Bin 335787 -> 335391 bytes
 lib_Linux_FC3/plume.so                            | Bin 477024 -> 476628 bytes
 lib_Win32/chutes.dll                              | Bin 1453953 -> 1451819 bytes
 lib_Win32/cube.dll                                | Bin 1454491 -> 1452357 bytes
 lib_Win32/libapi.a                                | Bin 674638 -> 675544 bytes
 lib_Win32/libcsv.a                                | Bin 12718 -> 12926 bytes
 lib_Win32/libriver.a                              | Bin 3922052 -> 3927678 bytes
 lib_Win32/libstream.a                             | Bin 1348762 -> 1411238 bytes
 lib_Win32/libtvs.a                                | Bin 1737770 -> 1736070 bytes
 lib_Win32/orbital_transform.dll                   | Bin 1473379 -> 1472269 bytes
 lib_Win32/orbital_transform_mmsev.dll             | Bin 1465665 -> 1464555 bytes
 lib_Win32/plume.dll                               | Bin 1613951 -> 1613353 bytes
 plugin_Darwin/dsp_simdata.so                      | Bin 4227812 -> 4227836 bytes
 plugin_Linux_FC3/dsp_simdata.so                   | Bin 8776325 -> 8789961 bytes
 plugin_Win32/dsp_simdata.dll                      | Bin 6645852 -> 6693425 bytes
 src.dist/plugins/common/libtvs/transformation.cpp |   6 ------
 src.dist/plugins/common/libtvs/transformation.hh  |   3 ---
 33 files changed, 9 deletions(-)