ITrack/Error Loading VIN Power

From ISoft Wiki
< ITrack
Revision as of 18:49, 29 December 2011 by Jmckinstry (talk | contribs) (→‎Cause)
Jump to navigationJump to search

ErrorLoadingVINPower.jpg

This error will sometimes occur when initializing the vehicle screen (or any screen that uses the VinPower library).

Cause

This error is usually indicative of one of three things:

  • The VinPower path in the host file isn't pointed to the correct directory of the vin power files
  • vp_lib6.dll needs to be registered
  • The VinPower data files are incomplete or need to be updated (should be more than a dozen)

Solution

To make sure that the VinPower path is correct, check the datapath element in the [vinpower] section of the host.ini file. It should refer to a directory containing VinPower files, usually in a folder called "vinpower" or "data" in the ITrack folder.

To register vp_lib6.dll, open up the command prompt and run regsvr32 <path of vin power files>\vp_lib6.dll

  • If there are spaces in the direct path, make sure to put quotation marks around the path. Ex: "C:\Program Files\ISoft Data Systems\ITrack Pro\Vinpower"