Page 1 of 1

Carpal Tunnel Syndrome Problems

Posted: July 12th, 2005, 8:11 pm
by agentlaw
My Log:

[2005-07-12 20:30:15] CTS script session starting...
[2005-07-12 20:30:15] Loading library utils...
[2005-07-12 20:30:15] Attempting to create an instance of CUtils...
[2005-07-12 20:30:15] CUtils successfully loaded!
[2005-07-12 20:30:16] Loading library events...
[2005-07-12 20:30:16] Attempting to create an instance of CEvents...
[2005-07-12 20:30:16] CEvents successfully loaded!
[2005-07-12 20:30:16] Loading library screen...
[2005-07-12 20:30:16] Attempting to create an instance of CScreen...
[2005-07-12 20:30:16] CScreen successfully loaded!
[2005-07-12 20:30:16] Loading library ffxiService...
[2005-07-12 20:30:17] Attempting to create an instance of CffxiService...
[2005-07-12 20:30:19] ffxiService successfully loaded!
[2005-07-12 20:30:19] Loading library logParser...
[2005-07-12 20:30:19] Attempting to create an instance of CLogParser...
[2005-07-12 20:30:19] Log parser searching for last zone change.
[2005-07-12 20:30:19] Log parser successfully loaded!
[2005-07-12 20:30:19] Loading library scriptWindow...
[2005-07-12 20:30:20] Attempting to create an instance of CScriptWindow...
[2005-07-12 20:30:20] Loading file...
[2005-07-12 20:30:20] File loaded...
[2005-07-12 20:30:20] Loading scriptWindow...
[2005-07-12 20:30:20] Done loading scriptWindow!
[2005-07-12 20:30:20] Script Window successfully loaded!
[2005-07-12 20:30:20] Loading library synthesis...
[2005-07-12 20:30:20] Attempting to create an instance of CSynthesis...
[2005-07-12 20:30:22] Synthesizer successfully loaded!
[2005-07-12 20:30:22] Entering main loop...
[2005-07-12 20:30:34] Earth Crystal
[2005-07-12 20:30:34] Tarutaru Rice,1,Distilled Water,1,Black Sole,1,Ground Wasabi,1,Rice Vinegar,1
[2005-07-12 20:30:40] Failed to find ingredient slot!
[2005-07-12 20:30:45] Exiting script, close button pressed.



1. Using compact keyboard

2. Nothing else running. Tried at start up of computer. Also tried rebooting.

3. Using laptop. Keyboard is fine.

4. Service pack is installed.

I looked for other posts but didnt see anything. If this problem has been addressed I apologize ahead of time. Just point me into the right direction. Thanks.

Posted: July 12th, 2005, 10:05 pm
by asl18fs
Have you updated to CTS 1.2?

Posted: July 12th, 2005, 10:18 pm
by agentlaw
Sorry, yes I have. I had it working before (pre v1.2) and loved it but then decided to restore my computer to factory settings and just download everything again. This is the only XU program I am having probs with.

Posted: July 13th, 2005, 12:33 am
by asl18fs
agentlaw wrote:Sorry, yes I have. I had it working before (pre v1.2) and loved it but then decided to restore my computer to factory settings and just download everything again. This is the only XU program I am having probs with.
Hmmmm... Can you try changing this in synthesis.js:

Code: Register to unlock hidden link

      case 7:
        // Verify that we selected an empty ingredient slot
        if (this.common.ffxiService.updateData()) {
          targetItem = this.common.ffxiService.getTargetItem();
          if (targetItem.valid == false) {
            this.syntherStage = 8;
          } else {
            this.common.updateStatus('Failed to find ingredient slot!');
            this.syntherStage = -100;
          }
        } else {
          this.common.updateStatus('ffxiService.updateData() failed!');
          this.syntherStage = -100;
        }
        break;
to

Code: Register to unlock hidden link

      case 7:
        Sleep(1000);
        // Verify that we selected an empty ingredient slot
        if (this.common.ffxiService.updateData()) {
          targetItem = this.common.ffxiService.getTargetItem();
          if (targetItem.valid == false) {
            this.syntherStage = 8;
          } else {
            this.common.updateStatus('Failed to find ingredient slot!');
            this.syntherStage = -100;
          }
        } else {
          this.common.updateStatus('ffxiService.updateData() failed!');
          this.syntherStage = -100;
        }
        break;

Posted: July 13th, 2005, 7:55 am
by agentlaw
Still no good =( I can see the delay that was added. It scrolls down to the item and selects it but then just stops. Its a stackable item so it stops where I would choose how many I want for the synth if I was doing it manually. I even cleared out my scripts file and just extracted both versions and tried a synth that was already available but same problem.

Posted: July 23rd, 2005, 7:46 pm
by agentlaw
So the script seems to work ok when it selects single items but has problems when the items are stacked even though it can select stacked crystals. Any help would be great. Also if this problem is being addressed in a different post could someone please give me the link so I dont have to keep posting here. Thank you.

Posted: July 25th, 2005, 4:02 pm
by carrion21
I'm having the same issues with it but mine just quit working with stacked ingredients today 7-25-05. and I havent seen any posts addressing this yet in any other forums

Posted: July 26th, 2005, 1:11 am
by asl18fs
1.2.2 works fine for me.