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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Error during compilation for parameter init
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jvillato

Germany
3 Posts

Posted - 03/13/2015 :  06:02:28 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2015 Sr2
Operating System: Windows 7 Professional SP1 64-bit

Hi,

I did not know exactly where to post this topic but every time that I try to perform a fit (any fit) with the non linear curve fit dialog box I get a message "Error during compilation for parameters init." that is sometimes accompanied by "Error: General Operation Failure [4294938623]".

Has anyone else had this problem?

Regards,

Edited by - jvillato on 03/16/2015 10:57:45 AM

jvillato

Germany
3 Posts

Posted - 03/16/2015 :  04:23:46 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

No, this happens with the functions that come pre-loaded in Origin. I can't fit a single Gaussian peak without this error...

José
Go to Top of Page

Adam12cc

Poland
1 Posts

Posted - 03/16/2015 :  06:38:13 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
How many bits you have a system ? Sorry for my English .
Go to Top of Page

jvillato

Germany
3 Posts

Posted - 03/16/2015 :  10:58:20 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I have a 64 bit operating system.

José
Go to Top of Page

Echo_Chu

China
Posts

Posted - 03/18/2015 :  04:00:13 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, José

This may not be relevant but could you try the instruction on the quick help page first to see whether it helps

http://www.originlab.com/doc/Quick-Help/System-Folder-Build-Failed

If it does not work for you, could you
1. Open the Code Builder by choosing menu "View: Code Builder"
2. Perform a fit until you saw the error message. (Please use a build-in fitting function)
-->Go to the Code Builder, show us all the message in the Output panel, the panel in the bottom-left corner of Code Builder

Echo
OriginLab
Go to Top of Page

JonathanSavinon

Mexico
2 Posts

Posted - 10/27/2015 :  03:01:41 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello

I have the same problem than José (Error General Operation Failure [4294938623]). My PC have Windows 7 Ultimate 64 bits (I have OriginPro 2015 b9.2.275 SR1). I did all what is indicated above by Eco_Chu and in the Code Builder appears:

Linking...
Done!
compiling...
_nlpGauss.fit
Done!
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(9956) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(5793) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(5791) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(5789) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(5734) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(8357) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(8350) :Origin C Function Runtime Error, general operation failure
C:\Program Files\OriginLab\Origin2015\OriginC\Originlab\NLFITSESSION.H(0) :Origin C Function Runtime Error, [4294938623]


This appears since I select "Gauss" in the Function menu. It is annoying that for simple functions (that have tutorial) appear this kind of serious errors. Please give prompt and definitive solution. (Excuse me for my bad english)

Jonathan Saviñon
Go to Top of Page

SeanMao

China
288 Posts

Posted - 10/28/2015 :  9:45:47 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

Perhaps you could try to repair your installation, following the steps below:

1.Close Origin(Pro) if it is open.
2. Click the Windows Start button and select Programs | OriginLab | Origin(Pro) 2015 | Origin(Pro) 2015 Add or Remove Files. This starts the InstallShield wizard.
3. Select Repair/Upgrade as goal and follow the instructions to repair.
4. Restart Origin and see if the problem is solved.

Regards!

Sean
Go to Top of Page

thehintsch

Germany
2 Posts

Posted - 11/13/2015 :  06:42:46 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I had the same problem, but I have finally found a solution:

It seems that special characters like umlauts in the path name to your Origin user directory are problematic. By default, the Origin user directory is located within your PC's user directory. As my name has an umlaut in it, this is an issue.

The solution is to create a new folder somewhere (outside of your user directory) with no special characters in the path. Then follow the instructions Echo posted to relocate the Origin user directory:
http://www.originlab.com/doc/Quick-Help/System-Folder-Build-Failed
Go to Top of Page

JonathanSavinon

Mexico
2 Posts

Posted - 11/15/2015 :  11:06:31 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, in fact, that is the solution to this issue; many thanks!!

But, why is it that in previous versions has not presented this error and this itself? I've been using Origin since Origin 7 and it never happened this. A warning should be included in the program installation (or repair the bug).

Jonathan Saviñon
Go to Top of Page

thehintsch

Germany
2 Posts

Posted - 11/17/2015 :  07:27:19 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JonathanSavinon

But, why is it that in previous versions has not presented this error and this itself? I've been using Origin since Origin 7 and it never happened this. A warning should be included in the program installation (or repair the bug).

Jonathan Saviñon


I have made the same observation, that, after upgrading from Origin 7 to 8 and eventually 9 (or 2015), I have amassed several Windows user folders with only Origin user folders in it, where the umlaut in my name was replaced with some other character that seemed to work! Apparently, the installation got more flexible with special characters over time, while the code builder or some other component did not :)
Go to Top of Page

Natii

Germany
1 Posts

Posted - 11/16/2018 :  08:44:37 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you so much for this solution. I have been searching for this a long long time.
I was always getting this error:
Fit did not converge - Parameter(s) y0,xc,A are not properly initialized. Please check and correct their values
So I'm leaving this here so maybe others who type that line into google will find your solution faster than I did.
Cheers.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000