Log in

View Full Version : Map Control Issues



UrsaTeddy
June 24th, 2021, 03:15
Greetings,

first time reporting a graphical bug.

I have tested this using multiple rulesets, therefore I am thinking it is a core system bug.

As can be seen in the attached image, whenever I open a map and unlock the toolset to work with it, the control panel is not well defined at all.

I can work around it, however it does waste some time here and there.

Any help on this would be great.

Regards.
D

47814

Moon Wizard
June 24th, 2021, 05:59
It looks like you are running either some older versions of rulesets; or extensions that are using the old image data panel size.

* Check your campaign to see if you have any extensions loaded (and try without those.)
* Also, check the rulesets folder under the FG data folder, and check for any subfolders there. There should be none, unless you are doing development and put some there.

Regards,
JPG

UrsaTeddy
June 24th, 2021, 09:29
It looks like you are running either some older versions of rulesets; or extensions that are using the old image data panel size.

* Check your campaign to see if you have any extensions loaded (and try without those.)
* Also, check the rulesets folder under the FG data folder, and check for any subfolders there. There should be none, unless you are doing development and put some there.

Regards,
JPG

Hi,

actually I ran the test to grab the image after running the update function for Fantasy Grounds Unity.

The ruleset was the base Pathfinder ruleset for that image which - I assume - comes with FGU and should be up to date.

From your second point, the rulsesets folder should contain any and all rulesets, base and bought should it not?

D

Trenloe
June 24th, 2021, 09:56
Please upload your logs after the issue occurs. Type /console in the chat window and then click the "Compile logs" button from the console window. Post the resulting ZIP file here.

UrsaTeddy
June 24th, 2021, 10:17
Please upload your logs after the issue occurs. Type /console in the chat window and then click the "Compile logs" button from the console window. Post the resulting ZIP file here.

As requested.

It is a bare bones Pathfinder 1E ruleset with an imported PNG image.

D

Trenloe
June 24th, 2021, 10:39
Thanks for providing the logs file - that really helped.

As Moon Wizard mentions, check for unpacked folders in your ruleset directory. You should only have .pak file in there, not unzipped folders. You have an old CoreRPG ruleset loading (dated 2021-03-02).

UrsaTeddy
June 24th, 2021, 10:44
Thanks for providing the logs file - that really helped.

As Moon Wizard mentions, check for unpacked folders in your ruleset directory. You should only have .pak file in there, not unzipped folders. You have an old CoreRPG ruleset loading (dated 2021-03-02).

Ah now I realise what he meant.

I had unzipped those two looking to see if I could fix the problem myself.

Are you still reading the unzipped version first and then the PAK if it does not exist?

D

Trenloe
June 24th, 2021, 11:02
Are you still reading the unzipped version first and then the PAK if it does not exist?
FG always reads an unzipped folder first, even if the base file exists. This is true for rulesets, extensions and modules. This allows for developers to override the base file without removing that file. Hence why you should be very careful if you ever unzip anything within the FG data directories - and remove any unzipped data when you're finished.