The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Scripts Don't Run with Comments After 8.6 Upgrade

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kippvs Posted - 02/08/2012 : 5:36:09 PM
Origin Version: 8.6.0 64-bit SR1 b97 Student Version
(just upgraded from 8.5.1 SR2 b315 Student Version)
Operating System: Windows 7 64-bit

Hello,

I've had the problem that all of my LabTalk scripts suddenly stopped working upon upgrading to the newest version of Origin. I've pinned this down to the comments. If comments are present, nothing works. If I take the comments out, it works. These were all working scripts that I would use in the Command Window for the previous version.

I've only tried this on the new 64bit Origin since the 32bit version won't run for me (get an error saying "can't start because MSVSR100.dll is missing." It's not missing; it's in C:\Windows\System32).

Also, restarting the computer didn't help. I've seen that suggested here before.

Thanks for any help/insight!
~Kipp
4   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 02/29/2012 : 11:58:30 AM
This problem has been fixed in 8.6 SR2 which should now be available from your Help : Check For Update menu option.
Echo_Chu Posted - 02/12/2012 : 9:06:00 PM
Hi, Kipp

Thank you for reporting the problem. This is a bug in Origin 86. We will fix it soon.

As a workaround in 86, you can use script window for your Labtalk scripts. (Select Window:Script Window in Origin menu to open the script window)

Echo
OriginLab Corp.
kippvs Posted - 02/10/2012 : 2:50:12 PM
Thanks Echo.

I'll send the file later this evening when I have more time.

Really, no file is needed though. This happens for me in the Command Window with the following:

>>// COMMENT
number = 100;
number = ;
>>number=
>>

At this point the Messages Log pops up with:

[2/10/2012 12:44:44]
Undefined variable: NUMBER

If instead I take out the comment:

>>number = 100;
number = ;
number=100
>>

And there is no error from the Messages Log.

Thanks again.
~Kipp
Echo_Chu Posted - 02/10/2012 : 03:19:06 AM
Hi, Kipp

Could you send file to tech support so we can investigate.

Here is how to send your file:
http://originlab.com/index.aspx?go=Support&pid=752

Echo
OriginLab Corp.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000