PDA

View Full Version : Weapons Window Issue



gatims
September 3rd, 2021, 22:43
When I open Items button and the select weapons I'm getting this error:

[9/3/2021 4:27:41 PM] [ERROR] windowcontrol: Database type mismatch on path (range) in control (range) in class (reference_groupedlist_groupitem)
[9/3/2021 4:27:41 PM] [ERROR] Script execution error: [string "ref/scripts/ref_groupedlist_groupitem.lua"]:97: attempt to index local 'cField' (a nil value)

The weapons window does not display correctly and is missing almost all weapons.
How do I fix this please?

Trenloe
September 4th, 2021, 01:58
You have a weapon that doesn't have correct range data in the FG database entry. This is usually caused by an item being loaded from an incompatible module.

After you have the issue, use method 3 in this Wiki page to collect the logs: https://fantasygroundsunity.atlassian.net/wiki/spaces/FGCP/pages/1242136781/How+to+Compile+Logs Then attach them to this thread and I'll see if I can work out what might be causing the issue.

gatims
September 4th, 2021, 03:33
Logs....thank you

Trenloe
September 4th, 2021, 04:10
Thanks for providing the logs.

You're using the Universal Modules extension that allows you to open modules meant for other rulesets. As mentioned in the thread for that extension, opening modules meant for other rulesets can give "errors on a type of data". It could be G3 Hall of the Fire Giant King (1E) or other modules that you've opened. Close your opened modules that aren't specifically made for PFRPG2 one-by-one and try opening the weapons window each time to see which module is causing the issue, it may be more than one.

gatims
September 5th, 2021, 00:14
Thank you