Daniel061 / Sophie6.1

AI from stumbling Baby to Sentient being.
GNU General Public License v3.0
1 stars 1 forks source link

Crash on c_Language.h::RequestUserResponse #14

Closed Daniel061 closed 5 years ago

Daniel061 commented 5 years ago

Describe the bug When the program requests user response from c_Language.h::RequestUserResponse and the user mistakenly enters a long response, there is an over-run.

To Reproduce Steps to reproduce the behavior:

  1. Interact with the program
  2. Wait for triple prompt: >>>
  3. Enter a 4 or more word sentence.
  4. See error

Expected behavior Handle the exception

Screenshots none

Additional context Turn on Verbose to track the failure.

Daniel061 commented 5 years ago

Added missing break statement in c_Cortex.h::Handle75LevelUnderstanding() line 411