Solo Troubleshooting: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
imported>Jeremy
Line 19: Line 19:
:'''"This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem."''' or
:'''"This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem."''' or
:'''"The application has failed to start because its side-by-side configuration is incorrect."'''
:'''"The application has failed to start because its side-by-side configuration is incorrect."'''
Use the following links as appropriate for your operating system and Solo version. For other situations, contact Eigenvector at [mailto:helpdesk@eigenvector.com helpdesk@eigenvector.com]
This generally implies a library is missing or corrupt on your system. Use the following links to install the appropriate library for your operating system and Solo version. For other situations, contact Eigenvector at [mailto:helpdesk@eigenvector.com helpdesk@eigenvector.com]


====32-Bit Windows====
====32-Bit Windows====


'''Version 6.3 and later'''
'''Solo 6.3 and later'''


:Try installing this Microsoft Library package:
:*[http://software.eigenvector.com/libraries/VS_2005/win32/vcredist_x86.exe MVC 2005 SP1 Redistributable Package (VCREDIST_x86.exe)]
:*[http://software.eigenvector.com/libraries/VS_2005/win32/vcredist_x86.exe MVC 2005 SP1 Redistributable Package (VCREDIST_x86.exe)]
:If Solo still does not start, follow the directions for older versions (below).
:(If Solo still does not start, follow the directions for older versions, below.)


'''Version 6.2 and earlier'''
'''Solo 6.2 and earlier'''


:Try installing the .NET framework 1.1:
:*[http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en The .NET 1.1 package for 32-bit windows (x86)]
:*[http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en The .NET 1.1 package for 32-bit windows (x86)]


====64-Bit Windows====
====64-Bit Windows====


:Try installing this Microsoft Library package:
:*[http://software.eigenvector.com/libraries/VS_2005/win64/vcredist_x64.exe  MVC 2005 SP1 Redistributable Package (VCREDIST_x64.exe)]
:*[http://software.eigenvector.com/libraries/VS_2005/win64/vcredist_x64.exe  MVC 2005 SP1 Redistributable Package (VCREDIST_x64.exe)]
:This link will generally solve most "side-by-side configuration" problems.


==MAC==
==MAC==

Revision as of 12:06, 12 July 2011

The following sections may be of assistance if you are having problems with Solo.

Downloading Problems

If you have trouble downloading Solo, make sure you're using a current version of a web browser with packet checking. We suggest Firefox 3 or newer.

http://www.mozilla.com/en-US/firefox/

Installation / Starting Problems

Windows

Not Responding

Try starting Solo using the "Solo_console" shortcut which is located in the main C:/Program Files/EVRI/Solo folder (32-bit only). For 64-bit systems, try starting with the Solo_debug mode, locate the solo_debug.log which is located in the temporary directory. Search for "solo_debug" in your C:/Users/{your username}/ folder.

Fail to Initialize

If Solo doesn't start correctly and or you receive an error similar to:

"The application failed to initialize properly (0xc0000135)..." (or similar numerical code), or
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." or
"The application has failed to start because its side-by-side configuration is incorrect."

This generally implies a library is missing or corrupt on your system. Use the following links to install the appropriate library for your operating system and Solo version. For other situations, contact Eigenvector at helpdesk@eigenvector.com

32-Bit Windows

Solo 6.3 and later

(If Solo still does not start, follow the directions for older versions, below.)

Solo 6.2 and earlier

64-Bit Windows

MAC

If Solo does not launch properly, follow the instructions listed below for error and bug reports, and provide answers to the following questions to helpdesk@eigenvector.com

  • Does the X11 application launch?
  • In addition to the X11 application, do any additional icons show up in the Dock after attempting to launch?
  • Is the CPU in your Mac computer of the Intel architecture, rather than PowerPC?

LINUX

If when staring Solo on Fedora Linux I you the message: "SELinux is preventing .../EVRI_lib from performing execstack access on a process", then the SELinux security application is preventing Solo (or other stand-alone application) from running parts of its library.

To enable the application to run as expected, set the current directory to be the folder where the 'EVRI_lib' file resides (usually the top-level Solo, Solo_Predictor, or Solo+MIA folder) and use the command:

chcon -t execmem_exec_t EVRI_lib

Running this command will usually require you to be logged in as root or to use "sudo".