AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Chat script 7.5 : Bad Binary Dictionary entry, rebuild the binary dictionary member
 
 

Nehas-MacBook-Pro:BINARIES nehaprabhugaonkar$ ./MacChatScript local
CommandLine: /Users/nehaprabhugaonkar/Downloads/ChatScript-7
  local

ChatScript EVSERVER Version 7.5 pid: 32260 64 bit MACH compiled Jun 19 2017 19:23:07 host=local
Params:  dict:2097151 fact:800000 text:100000kb hash:215127
      buffer:80x80kb cache:1x5000kb userfacts:100 outputlimit:80000 loglimit:80000
Bad Binary Dictionary entry, rebuild the binary dictionary member


I am getting the above error for the new version of CS. How can i resolve it ?

 

 
  [ # 1 ]

try removing DICT/*.bin and then run

 

 
  [ # 2 ]

I was having this same problem on my mac. So I deleted DICT/*.bin and then I ran:

BINARIES/MacChatScript local
Output:
ChatScript EVSERVER Version 7.5 pid: 4599 64 bit MACH compiled Jun 19 2017 19:23:07 host=local
Params:  dict:2097151 fact:800000 text:100000kb hash:215127
      buffer:80x80kb cache:1x5000kb userfacts:100 outputlimit:80000 loglimit:80000
read 184223 raw words

after that it just stops and doesn’t do anything.

I tried it without the local

BINARIES/MacChatScript
Output:
evcalled pid: 4608

 

 
  [ # 3 ]

I wasn’t using the MacCompile.sh before running the MacChatScript.

 

 
  [ # 4 ]

I do the same.
After removing DICT/*.bin and reading the words, there is no response.

$ ./BINARIES/MacChatScript local
CommandLine:

ChatScript EVSERVER Version 7.5 pid: 27557 64 bit MACH compiled Jun 19 2017 19:23:07 host=local
Params:  dict:2097151 fact:800000 text:100000kb hash:215127
      buffer:80x80kb cache:1x5000kb userfacts:100 outputlimit:80000 loglimit:80000
read 184223 raw words

 

 
  [ # 5 ]

I replaced the current dictionary with the dictionary of previous CS version (also removed the DICT/*.bin) and it worked for me.

 

 
  [ # 6 ]

I have version 7.52 installed.
After removing DICT/*.bin and reading the words, there is no response.

 

 
  [ # 7 ]

thank you.
I did not get version 7.52, but I downloaded it to version 7.5

$ rm -rf ./DICT/*.bin

* .bin Removed and executed.

https://sourceforge.net/projects/chatscript/files/ChatScript-7.5.zip/download

 

 
  login or register to react