Page 6 of 12

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Sat May 09, 2020 8:11 pm
by darrel_jw
The Larkin bundle kills it!!

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Sat May 09, 2020 8:21 pm
by darrel_jw
I am on Joshua 3:2 in the WLCi. I click on AHLB and scroll down the entries. The Bible window flickers horribly. I don't know if that is something you are aware of and fixing or not, but it's really distracting.

I then clicked on the CWD and started scrolling down its entries, and got the following error:

Version: Bible Analyzer 5.4.0.40
Application Path: /home/darrel
Modules Path: /home/darrel/Documents/BibleAnalyzer
User Path: /home/darrel/.config/bibleanalyzer
Current Ref: Jos 3:
Current Bible: WLCi
Current Dict: CWD
Current Comm: NB-Notes
Current Word: H4264

Operating System: Linux 5.4.0-29-generic x86_64
System Architecture: 64bit x86_64
Frozen: False

#---- End System Information ----#


#---- Traceback Info ----#

*** Sat May 9 17:59:23 2020 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/flatNotebook.py", line 5915, in OnLeftUp
self.PopupTabsMenu()
File "/opt/bibleanalyzer/ba-540.zip/flatNotebook.py", line 7021, in PopupTabsMenu
popupMenu.AppendItem(item)
File "/opt/bibleanalyzer/ba-540.zip/flatMenu.py", line 1401, in AppendItem
accel.Set(accel.GetFlags(), accel.GetKeyCode(), menuItem.GetId())
AttributeError: 'bool' object has no attribute 'Set'


*** Sat May 9 18:10:48 2020 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/downloadMan.py", line 868, in OnDownload
ExtractTitle(f, fn)
File "/opt/bibleanalyzer/ba-540.zip/downloadMan.py", line 77, in ExtractTitle
os.mkdir(r'%s\modules\Text\%s' % (mainApp.allUsersDir, fold))
FileNotFoundError: [Errno 2] No such file or directory: '/home/darrel/Documents/BibleAnalyzer\\modules\\Text\\Images/LarkinDan'


*** Sat May 9 18:19:29 2020 ***
Traceback (most recent call last):
File "/usr/lib/python3.8/sre_parse.py", line 1039, in parse_template
this = chr(ESCAPES[this][1])
KeyError: '\\d'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 4544, in OnMotion
self.OnPopup(event, cell, None, self.parentWin)
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 4631, in OnPopup
self.getSearchPopup(lnk, x, y)
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 4956, in getSearchPopup
result, verseList, title, count, findStr, totalHits, exclude, rngRefList = self.advSearch.StdSearch\
File "/opt/bibleanalyzer/ba-540.zip/advSearch.py", line 772, in StdSearch
self.wdMod = re.sub(r' ?([GH]\d.*)$', r'(\[[GH]\d+?\] )?\[\1\]', word)
File "/usr/lib/python3.8/re.py", line 208, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "/usr/lib/python3.8/re.py", line 325, in _subx
template = _compile_repl(template, pattern)
File "/usr/lib/python3.8/re.py", line 316, in _compile_repl
return sre_parse.parse_template(repl, pattern)
File "/usr/lib/python3.8/sre_parse.py", line 1042, in parse_template
raise s.error('bad escape %s' % this, len(this))
re.error: bad escape \d at position 7

#---- End Traceback Info ----#

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Sat May 09, 2020 8:29 pm
by Tim
Do one at a time and when it hangs, go in and delete that file. Let me know which it is if you find it.
Or when it hangs you can move the downloaded files and add them back one at a time.

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Sat May 09, 2020 8:33 pm
by darrel_jw
I closed BA and restarted it, then get the following error. When clicking OK BA goes ahead and starts:

System Architecture: 64bit x86_64
Frozen: False

#---- End System Information ----#


#---- Traceback Info ----#

*** Sat May 9 18:30:22 2020 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/controlMini.py", line 334, in OnSelChanged
self.mainApp.cpMini.BookViewer.ShowRootItems()
File "/opt/bibleanalyzer/ba-540.zip/textViewer.py", line 535, in ShowRootItems
self.displayBk(htm)
File "/opt/bibleanalyzer/ba-540.zip/textViewer.py", line 467, in displayBk
self.checkState.CheckState()
File "/opt/bibleanalyzer/ba-540.zip/utility.py", line 137, in CheckState
self.SelectTab(name)
File "/opt/bibleanalyzer/ba-540.zip/utility.py", line 150, in SelectTab
nb = self.mainApp.mainMgr.GetNotebooks()[0]
IndexError: list index out of range

#---- End Traceback Info ----#

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Mon May 11, 2020 7:41 pm
by darrel_jw
I did a fresh install, then started downloading my premium modules from module downloader and got this error message. I will remove BA again and try a selective premium download.

Version: Bible Analyzer 5.4.0.40
Application Path: /home/darrel
Modules Path: /home/darrel/Documents/BibleAnalyzer
User Path: /home/darrel/.config/bibleanalyzer
Current Ref: Rom 4:5
Current Bible: AV
Current Dict: Torrey
System Architecture: 64bit x86_64
Frozen: False

#---- End System Information ----#


#---- Traceback Info ----#

*** Mon May 11 17:35:53 2020 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/downloadMan.py", line 868, in OnDownload
ExtractTitle(f, fn)
File "/opt/bibleanalyzer/ba-540.zip/downloadMan.py", line 77, in ExtractTitle
os.mkdir(r'%s\modules\Text\%s' % (mainApp.allUsersDir, fold))
FileNotFoundError: [Errno 2] No such file or directory: '/home/darrel/Documents/BibleAnalyzer\\modules\\Text\\Images/creative'

#---- End Traceback Info ----#

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Wed May 13, 2020 10:02 pm
by jastombaugh
Tiiiiimmmmm!!!!!

It's WORKING!!!!! :-D :-D

5.4 BETA is installed and running (so far) smooth as silk on Pop_os/Ubuntu 20.04.

Syncing my premium modules went as expected (Once I remembered my password) and I will continue to test more modules as time allows.

So far, its running great! No coloring issues, no blank window issues.

Notice the search bar loses focus after the initial character entry under Pop_OS, but I'm suspecting it is a Gnome extension issue, not a BA issue. I'll fiddle with turning off and on extensions and let you know which one it is.

Thanks so much, Tim! This is absolutely FANTASTIC!!!

ALSO: I love that BA now checks to see if I'm running the latest linux version! :-) Thanks for tweaking that bit, as it used to make me laugh when it would tell me there was a newer windows version available. :-P Nice touch.

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Wed May 13, 2020 10:04 pm
by jastombaugh
FEATURE REQUEST for BA 5.6 -- Let's do a dark theme as well as the light theme.

If you need a volunteer to rework the icons to show up better in the dark theme, let me know. :-)

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Thu May 14, 2020 9:32 pm
by darrel_jw
It would be really cool to be able to open a specific verse in the new ID. Currently it opens starting at verse 1. Can we put an option in the right-click menu to open to that verse?

Darrel

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Fri May 15, 2020 2:21 am
by darrel_jw
Popup preview does not appear to work in 5.4 Linux beta.

Re: Bible Analyzer 5.4 beta (Linux)

Posted: Fri May 15, 2020 2:32 am
by darrel_jw
It would be nice if the left-click actions functioned in the ID as they do in the Bible window?