brouhaha / nonpareil

microcode-level simulation of HP calculators
Other
27 stars 3 forks source link

Nonpareil crashes when called in /usr/local/bin #7

Closed wjg57 closed 1 year ago

wjg57 commented 1 year ago

After installation

$ cd /usr/local/bin $ nonpareil /usr/local/lib/nonpareil/35.nui

results in:

XML error: Start tag expected, '<' not found Segmentation fault (core dumped)

Works fine when called outside /usr/local/bin.

brouhaha commented 1 year ago

That's strange. I just tested it on my development machine (Fedora 38), using those commands, except that I had to put "./" ahead of nonpareil, and it ran fine. Is it possible that your PATH includes a different nonpareil executable somewhere?

brouhaha commented 1 year ago

Since I can't reproduce the problem I can't fix it. Closing.