Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASummaryDetails
ORG-15003

Export graphs dialog fails to open and show the error

OIMGLT9_64.DLL

Error 14001

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail


Note: if you downloaded sr1 installer from 4/10/2017 to 4/20/2017, you may have this issue.

InstallShield setup for Origin 2017 SR1(before 4/21/2017) does not install Visual C++ Redistributable for Visual Studio 2008

The lack of Visual C++ Redistributable for Visual Studio 2008 causes expGraph dialog failing to open and showing error.

Solution:

We uploaded a fixed SR1 installer after 4/21/2017

http://www.originlab.com/index.aspx?go=Support&pid=3264

So for users downloaded SR1 installer from 4/10/2017 to 4/20/2017, they can

Or

  • Download and install the Redistributable exes, and then try to export graph again.

For 64-bit OS, download and install vcredist_x86_2008.exe and vcredist_x64_2008.exe.

For 32-bit OS, download and install vcredist_x86_2008.exe.


ORG-16366

Crash when using user-defined geology patterns located under EXE\Patterns\Geology\

This issue started since Origin 2017 SR1.

When putting some user-defined emf file under EXE\Patterns\Geology\ and using it in graph, Origin crashes.

it only happens with some emf files.

Fixed in origin 2017 SR2.


Programming

JIRA

Summary

Details

ORG-16262

COM-based custom tools crashes on Origin 2017 SR1

Affected: Custom tools built from C#, VB, VB.net, VC.net. ect

Not Affected: Excel, VBA, Labview, VC


The COM-based custom tools, which were built from C#, VB, VB.net, VC.net. ect, will crash on SR1.

The COM interface was changed in SR1 and is not compatible with SR0 or older version anymore.

Suggestion: Rebuild the EXE file of custom tool for SR1 users with steps below

1. Run Origin 2017 SR1 as Admin, close it.
2. In Visual Studio open the corresponding *.sln file like SendNumericDataToWks.sln.
3. Rebuild it.
4. Try the rebuilt exe again to connect to Origin 2017 SR1.


...