|
"Daniel Restrepo" <daniel_restrepo_68@yahoo.com> wrote in message <ibc0ik$c5e$1@fred.mathworks.com>...
> Hi im having trouble running the JSBsim s function program from my computer. I type jsbsimgui_start into my command window. I load the test file and initialize the GUI and i get several errors.
> 1) In JSBSimGUI>load_model_Callback at 115
> 2) In gui_mainfcn at 96
> 3) In JSBSimGUI at 42
>
> Does anyone have any suggestions on how to fix this ...thank you
The error is here:
JSBSimGUI>load_model_Callback
on line 115.
Put a break point on this line, run the program, inspect the variables on this line, and see what the problem is.
It probably gives you more detail in the error message. We can't help you any further unless you post the contents of the function.
|