Since I don't have github account, I will report an issue here. I downloaded the latest 0.51 dev version. I'm running it from source on Linux. I over wrote old files with the new ones and start nparser. I got error msg, that nparser log file is missing. This must be new. So I created file 'nparse.log' inside folder 'logs' within nparser folder.
Nparser tehn started and log file is being used. But looks like, there is a problem. Nparses complains, that path to eq99 log file is not set, and that I should set the proper path through nparser taskbar icone. I tried several times, went to settings, and there is no where, where I could set proper path to EQ99 logs. It was there in previous version.
There is proper EQ99 logs path set in nparse.config.json, but new nparser is probably checking if I set it again through nparser, which I didn't, hence error and my location is not being plotted on the map. So I overwrote new nparser-dev with previous version and all is OK on my end, just reporting if it can be of any use to you ;-)
Quote:
"general": {
"eq_dir": "",
"eq_log_dir": "/home/mx/.wine/drive_c/EQ99/Logs",
"parser_opacity": 80,
|
Here is copy/paste from nparser log, if it can be of any use:
Quote:
2020-05-08 11:48:46,774 - __main__ - WARNING - ('Everquest Log Directory Error', 'Everquest log directory needs to be set before proceeding. Use systemtray icon menu to set.')
Traceback (most recent call last):
File "/home/mx/nparse-dev/helpers/config.py", line 318, in verify_paths
assert(os.path.isdir(os.path.join(data['general']['eq_dir'])))
AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "nparse.py", line 88, in _toggle
config.verify_paths()
File "/home/mx/nparse-dev/helpers/config.py", line 322, in verify_paths
'Everquest log directory needs to be set before proceeding. Use systemtray icon menu to set.'
ValueError: ('Everquest Log Directory Error', 'Everquest log directory needs to be set before proceeding. Use systemtray icon menu to set.')
|