fireundubh / xedit-scripts

MIT License
41 stars 18 forks source link

Generate Bash Tags Error #2

Closed yetihairball closed 7 years ago

yetihairball commented 7 years ago

Script stops with error:

'unit' expected but '<' found.

PythonDad commented 7 years ago

Bumping this. Were you able to figure anything out? I'm having this exact issue, and so are many others. There seem to be no fixes forthcoming.

yetihairball commented 7 years ago

No solutions found, yet. No support from here. I found this script works better with older versions of TSVEdit, but would still throw errors occasionally.

fireundubh commented 7 years ago

Can you provide more information?

Not much I can do with what you posted until I have more information.

PythonDad commented 7 years ago

Sorry for the late reply. Was doing new year stuff.

Fallout: New Vegas A merged cut content plugin made with Merge Plugins Only plugins loaded are the FalloutNV.esm, FalloutNV.exe, and the above plugin I'm using the version of the script here: https://github.com/fireundubh/xedit/tree/master/all mteFunctions I'm using is the one here https://github.com/matortheeternal/mxpf/tree/master/Edit%20Scripts/lib Using the dubhFunctions here https://github.com/fireundubh/xedit/tree/master/lib

I'm kind of new to this, what do I need to do to get a log of successful bash tag tests?

fireundubh commented 7 years ago

When you run the script, click the Yes button when the second confirmation prompt is displayed.

Throw that plugin up somewhere, too.

PythonDad commented 7 years ago

Maybe I'm doing something wrong?

fnvedit

I click OK and then I get this:

fnvedit2

fireundubh commented 7 years ago

Is mteFunctions.pas and dubhFunctions.pas in the same folder as Generate Tags for Wrye Bash.pas?

PythonDad commented 7 years ago

Yes.

fireundubh commented 7 years ago

You didn't save the scripts correctly. You can clearly see HTML in your first screenshot.

They need to be saved as plain text. Right-click and Download link... each link below:

Ensure that they have only the .pas extension when you save them again as well.

PythonDad commented 7 years ago

Okay, not sure how that happened, but I will give it a try.

Edit: Thanks a ton for the help. It worked.

yetihairball commented 7 years ago

I am also using this script for New Vegas and loosely following the Fear and Loathing STEP guide. I am positive I saved these scripts as plain text, but the error makes sense if it is running into an unexpected HTML tag. Thanks for the response, fireundubh. This should solve my issues, too.