The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-06-12
, 21:11
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#32
|
|
2010-06-13
, 12:08
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#33
|
I still have the same error with the new version or do I have to reboot after the installation?
|
2010-06-13
, 12:19
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#34
|
|
2010-06-13
, 13:46
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#35
|
|
2010-06-14
, 18:21
|
Posts: 39 |
Thanked: 12 times |
Joined on Feb 2010
@ Russia, Moscow
|
#36
|
|
2010-06-14
, 19:16
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#37
|
Hi,
after installation I got this error:
Traceback (most recent call last):
File "/opt/AutoCompleteEditor/AutoCompleteEditor.py", line 17, in <module>
w.loadData()
File "/opt/AutoCompleteEditor/ACE_gui.py", line 165, in loadData
self._dict = ACEFile()
File "/opt/AutoCompleteEditor/ACE_file.py", line 39, in __init__
self.read()
File "/opt/AutoCompleteEditor/ACE_file.py", line 149, in read
raise ACEFileReadException('Entry count mismatch')
ACEFileReadException: 'Error reading dictionary: Entry count mismatch'
After I moved my .personal.dictionary and typed a few words in Notes app. the application started OK but it doesn't display cyrillics in the right encoding, so I couldn't tell one Russian word from another.
I attached the newly created file just in case. Let me know if the original file could be of use.
Attachment 11050
|
2010-06-14
, 20:02
|
|
Posts: 284 |
Thanked: 498 times |
Joined on Jun 2009
@ Poland
|
#38
|
The Following User Says Thank You to Tomaszd For This Useful Post: | ||
|
2010-06-14
, 20:32
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#39
|
|
2010-06-14
, 20:39
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#40
|
Additionally, there's now an extra byte read from the header (and written out when the file is saved). This should fix the loading error several people have had (and thanks to those who've sent me a copy of their dictionary files). I've still no idea what this byte signifies - it's obviously not static but as nothing else is different, it also doesn't seem too important.