Advertisement
Guest User

Untitled

a guest
Jun 10th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ----settings.ini----
  2.  
  3. [PREFERENCES]
  4. grace_period = 5
  5. tesseract_path = C:\Program Files\Tesseract-OCR\tesseract.exe
  6. dcs_path = C:\Users\user_1\Saved Games\DCS.Install1\
  7. db_name = profiles.db
  8. capture_key = ctrl+t
  9. log_raw_tesseract_output = false
  10.  
  11.  
  12.  
  13. --------------------
  14.  
  15. 2019-06-10 09:02:55,735:root: ERROR - Exception occurred
  16. Traceback (most recent call last):
  17. File "dcs_wp_editor.py", line 49, in <module>
  18. main()
  19. File "dcs_wp_editor.py", line 33, in main
  20. editor = WaypointEditor(settings)
  21. File "src\wp_editor.py", line 200, in __init__
  22. self.handler = KeybindsInput(settings)
  23. File "src\wp_editor.py", line 57, in __init__
  24. self.press = BindsManager("dcs-bios", self.logger, settings['PREFERENCES'])
  25. File "src\keybinds.py", line 99, in __init__
  26. self.binds_dict = parse_dcs_binds(preferences.get("dcs_path"))
  27. File "src\keybinds.py", line 51, in parse_dcs_binds
  28. bindstr = parse_reformers(bind)
  29. File "src\keybinds.py", line 23, in parse_reformers
  30. bindstr += (reformers[reformer.lower()] + "+")
  31. KeyError: 'rwin'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement