Jump to content

Solution Licence Error in Amibroker


signrc

Recommended Posts

Licence Error

 

If you get the illegal software warning after running the AmiBroker, you should follow the below 2 procedures :

 

Procedure 1

 

 

1. Un-Install AmiBroker

2. Delete the corresponding AmiBroker directory

3. Run "regedit" and delete the below registry:

 

Value "ModernViewStatePersist" in "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"

Value "ModernViewStatePersistent" in "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"

 

4. Re-install AmiBroker. Change the real time clock date to next date and test.

5. Have fun!

 

If you get the "license error" warning after re-install the AmiBroker, you should run "regedit" and delete the registry as mentioned in step 3

 

 

Procedure 2:

 

1.open notepad from start menu...

2. paste following lines

--------------------------------------------------------

@echo off

cd c:\Program Files\AmiBroker

del broker.alerts

del broker.layers

del broker.newcharts

del broker.params

del default.layout

del esignal.log

broker.exe

----------------------------------------------------

 

3.then from file click save .... give the file name " broker.bat "

4.And going forward always execute (double click ) the "Amibroker.bat" file for accessing AB program.

Link to comment
Share on other sites

Now go to your host file

 

C:WINDOWS\system32\drivers\etc for (windows Xp)

 

Add this line at the bottom

127.0.0.1 www.amibroker.net

 

Save

 

This will hopefully solve your problem..................

 

Note: If you have other OS for example Windows7 or Vista please search hosts file and edit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...