Skip to content

Fix crash on hovering over legacy shared items#2280

Merged
LocalIdentity merged 1 commit into
devfrom
fix_old-base-types
Jun 26, 2026
Merged

Fix crash on hovering over legacy shared items#2280
LocalIdentity merged 1 commit into
devfrom
fix_old-base-types

Conversation

@LocalIdentity

Copy link
Copy Markdown
Contributor

Fixes #2262

Description of the problem being solved:

Some base types have changed names between updates so the old item no longer works. We were not checking that the base still exists before trying to render the tooltip for them
Now adds specific popup just for these items so that it doesn't run the other tooltip code and cause a crash

Before screenshot:

image

After screenshot:

image

Some base types have changed names between updates so the old item no longer works. We were not checking that the base still exists before trying to render the tooltip for them
Now adds specific popup just for these items so that it doesn't run the other tooltip code and cause a crash
@LocalIdentity LocalIdentity added pob1 Should also be merged into PoB1 Repo crash Causes PoB to crash and is High Priority labels Jun 24, 2026
@LocalIdentity LocalIdentity merged commit d550ec2 into dev Jun 26, 2026
5 checks passed
@LocalIdentity LocalIdentity deleted the fix_old-base-types branch June 26, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crash Causes PoB to crash and is High Priority pob1 Should also be merged into PoB1 Repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In 'OnFrame': Classes/ItemsTab.lua:3239: attempt to index field 'baseName' (a nil value)

1 participant