wrightflyer / XFM

Sysex viewer/editor for Liven XFM
Apache License 2.0
28 stars 1 forks source link

routing doesn't appear to update #3

Closed Colinb123 closed 1 year ago

Colinb123 commented 1 year ago

Describe the bug Routing not updatings

To Reproduce

Click on routing. nothing happens but below is the error

Expected behavior Chris lodys wonderful sketch

Traceback (most recent call last): File "tkinter__init.py", line 1921, in call File "xfm.py", line 581, in toggleNums File "xfm.py", line 699, in draw File "tkinter__init__.py", line 2823, in create_line File "tkinter\init__.py", line 2805, in _create _tkinter.TclError: error reading bitmap file ".\stipple\stip0.xbm"

Desktop (please complete the following information):

Win 11 21H2 22000.1574

Colinb123 commented 1 year ago

I just copied the stipple folder from the source code and copied it into my route directory of the .exe install file. Now it works. Maybe the files are missing from the install package? thanks

wrightflyer commented 1 year ago

It was indeed an omission from the packaging process. Hopefully now corrected in this release:

https://github.com/wrightflyer/XFM/releases/tag/v1.01-beta1

(see release notes - there are other changes too)