Skip to content

Fix crash on hovering over legacy shared items#2280

Open
LocalIdentity wants to merge 1 commit into
devfrom
fix_old-base-types
Open

Fix crash on hovering over legacy shared items#2280
LocalIdentity wants to merge 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
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