PDA

View Full Version : Problem setting up Options file editor


Compans57
04-27-25, 02:29 PM
I have previously been succesful with this but OFEV stopped working. When I try 'open' and link to the .py file I get this error message:

"Invalid option entry found. Option value contains menu entry that exceeds Maxstring property @ line number 1922."


Any ideas?

Thanks.

GrenSo
04-28-25, 04:39 AM
I have previously been succesful with this but OFEV stopped working. When I try 'open' and link to the .py file I get this error message:

"Invalid option entry found. Option value contains menu entry that exceeds Maxstring property @ line number 1922."



What does line 1922 look like, or what exactly does it say? You can find "TheDarkWraithUserOptions.py" and open with a simple editor at "\data\scripts\menu"

It sounds to me like there's an invalid character somewhere in the wrong place, and Python can't process it, or it's causing an error.