Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip packages with empty chunks instead of running into an exception #1076

Merged
merged 2 commits into from
Jan 13, 2023
Merged

Skip packages with empty chunks instead of running into an exception #1076

merged 2 commits into from
Jan 13, 2023

Conversation

paishoexpert
Copy link
Member

Fix/widget-empty-chunks

There are inkwidget files which contain libraryItems with empty packageData.
An example would be the wardrobe.inkwidget from EquipmentEx which has two libraryItems (Root and OutfitManager which don't seem to contain any packageData) resulting WolvenKit running into an exception and displaying absolutely nothing.

This small change will skip those libraryItems and atleast display the ones that contain packageData.

closes #1075

@paishoexpert paishoexpert marked this pull request as ready for review January 13, 2023 11:01
@rfuzzo rfuzzo merged commit 2da0a88 into WolvenKit:main Jan 13, 2023
@paishoexpert paishoexpert deleted the fix/widget-empty-chunks branch January 13, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certain inkwidget files don't display anything
2 participants