Jump to content

rlanssiers

Members
  • Posts

    4
  • Joined

  • Last visited

rlanssiers's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I believe I found out what was causing the stack errors. I had made a FlyWithLua script to automatically assign 2 throttle quadrant levers to the condition levers. Apparently, there was too much code in the function that updates the condition lever datarefs. I trimmed it down to following and this seems to work. dataref ("LEFTCONDITIONLEVER", "LES/saab/CL/manip_pos_L", "writable") dataref ("RIGHTCONDITIONLEVER", "LES/saab/CL/manip_pos_R", "writable") function SAAB340A_SetConditionLevers () LEFTCONDITIONLEVER = 1.0 - JOYSTICK_AXIS [62] RIGHTCONDITIONLEVER = 1.0 - JOYSTICK_AXIS [61] end do_every_frame ("SAAB340A_SetConditionLevers ()")
  2. I am experiencing the same problem but no Saitek panels here. I don't seem to be able to complete any flight. Deleted GizmoLog.txt just before the last one to have a clean logfile from a single flight. The problem seems to be related to a stack overflow!? My version of X-Plane is 10.45 64 bit. Any help to solve this annoying problem would be appreciated. GizmoLog.txt
  3. I am trying to use the CRJ200's speed datarefs in a FlyWithLua script but without luck for the moment. It looks like CRJ/spd/v1 and CRJ/spd/v1_value (and similar for vr, v2, vt) do not exist (anymore). I am also a bit confused about the following piece in CRJ-Datarefs.h //SPD BUTTONS#define CRJ_SPD_SEL_BTN "CRJ/spd/sel_button"// 0 = VT 1 = V1 2 = VR 3 = V2#define CRJ_SPD_SEL "CRJ/spd/sel_button" According to the comment it should be possible to switch between VT, V1, VR and V2 but in reality it only operates the speed selection button. It is possible that this part of the .h file contains a typo and that the dataref for choosing which speed to access has another name? Edit: I am currently using version 1.5.3 of the CRJ200.
  4. Hi All, I really like JRollon's CRJ-200, but I get more and more frustrated, as one out of three times I cannot finish even the simplest flight due to X-Plane crashing. Even worse, I just tried to make an airport tour around EBBR with VOR navigation three times in a row and three times the sim crashed. I am not blaming the CRJ-200 but I'm also flying the B777 and B787 and don't experience this kind of problem with these ones. Below is a copy of my log.txt and a list of enabled plugings. I noticed some users are experiencing similar problems. Anybody an idea how to solve them? FYI, I am using X-Plane 10.11 with JRollon's CRJ-200 1.5.2 on MacOS 10.6.8. Thanks. Log.txt
×
×
  • Create New...