+1 888 340 6572

Compilation Error (errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0): Difference between revisions

From MultiCharts
 
Line 43: Line 43:
# Click '''System''', then select '''Advanced System Settings'''.
# Click '''System''', then select '''Advanced System Settings'''.
# Click '''Environment Variables''', then in the User Variables window double click on the '''TEMP''' variable or select it and then click the '''Edit''' button.
# Click '''Environment Variables''', then in the User Variables window double click on the '''TEMP''' variable or select it and then click the '''Edit''' button.
# In the opened window, change '''Variable Value''' to '''C:\Windows\Temp''' and click '''OK'''.
# In the opened window, change variable value to '''C:\Windows\Temp''' and click '''OK'''.
# Double click on the '''TMP''' Variable or select it and then click the '''Edit''' button.
# Double click on the '''TMP''' variable or select it and then click the '''Edit''' button.
# In the opened window, change '''Variable Value''' to '''C:\Windows\Temp''' and click '''OK'''.
# In the opened window, change variable value to '''C:\Windows\Temp''' and click '''OK'''.
<br>
<br>
After that, please run PowerLanguage, create a new study (any type) and try to compile it. It should be compiled without any errors.  
After that, please run PowerLanguage, create a new study (any type) and try to compile it. It should be compiled without any errors.  

Latest revision as of 12:23, 18 June 2024

The error might appear after Windows upgrades/updates. To resolve it, please follow these steps:

  1. Restart your PC.
  2. Go to the Windows Start menu → Settings (gear icon) → Apps.
  3. Select MultiCharts → click Uninstall → in the Setup Wizard click NextRepair.

If the issue is not resolved after the repair, please contact support or try the steps below.

Reinstalling MultiCharts

  1. Close all MultiCharts products and make sure all MultiCharts Processes are finished in Windows Task Manager.
  2. Uninstall MultiCharts from your computer:
    1. Go to the Windows Start menu → Settings (gear icon) → Apps.
    2. Select MultiCharts → click Uninstall → in the Setup Wizard click NextRemove.
      Do NOT check the "Remove MultiCharts user data from computer" box, leave it clear.
    3. Click Remove.
    4. After the processes is complete click the Finish button.
  3. Install MultiCharts again, using a different short directory:
    1. Download the installer:
      MultiCharts
      MultiCharts .NET
    2. Launch the installer and click Install → in the Setup Wizard click Next → check the "I accept the terms in the License Agreement" box and click Next → click Next in the What's new window.
    3. In the Destination Folder window click Change.
    4. Change the folder name to C:\MC or C:\MC64 and click OK and Next.
    5. After the installation processes is over, click Finish.

Short paths

In case the error still appears, it means that there is an issue with short paths.

To resolve it, please follow these steps:

  1. Close all MultiCharts products and make sure all MultiCharts Processes are finished in Windows Task Manager.
  2. Go to the Windows Start menu and type Regedit. Launch the Registry Editor.
  3. In the Registry open the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  4. Change the value of the NtfsDisable8dot3NameCreation key to 0.
  5. Reboot the operation system.


After the system is rebooted:

  1. Launch MultiCharts: right-click the shortcut → Run as administrator (if you don't have this option, use regular double-click).
  2. In MultiCharts go to FilePreferences.
  3. In the Misc tab change the Studies directory: click the button for Studies (remember the old path). It is important to use a simple path. We recommend creating C:\MyStudies.
    The Permissions for this new folder should be set to Full Control for all users that will access this folder in the PowerLanguage Editor.
  4. Close MultiCharts.
  5. Make sure all MultiCharts Processes are ended in the Windows Task Manager.
  6. Copy the whole Studies folder from the old location to the new one (replacing the existing files).
  7. Restart MultiCharts.

TEMP folders

In case an empty Study still does not compile, the location of system TEMP and TMP folders should be changed:

  1. Click Windows Start button.
  2. Click Control Panel.
  3. Click System, then select Advanced System Settings.
  4. Click Environment Variables, then in the User Variables window double click on the TEMP variable or select it and then click the Edit button.
  5. In the opened window, change variable value to C:\Windows\Temp and click OK.
  6. Double click on the TMP variable or select it and then click the Edit button.
  7. In the opened window, change variable value to C:\Windows\Temp and click OK.


After that, please run PowerLanguage, create a new study (any type) and try to compile it. It should be compiled without any errors.