Today I went through the tedious process of packaging and repackaging again and again to see what I could do to get a successful build. Below are the things I’ve done. They may seem esoteric but they’re broken into things that worked and things that didn’t.
From the list you’ll see that… it doesn’t make sense. Clearing the ShopStructure works but adding each item in one at a time works unless the array for the ShopStructure is full. At first I thought ThunderFlipper was broken but it compiled with it after the fact so no…?
Seriously, I have no clue what I’m chasing here.
Attempts that seem to not change anything…
- cleared all unused variables from main menu related to the shop
- disconnecting default inventory and compare loading for shop
- disconnecting shipwidget creation button in main menu
- made sure exit pins and exe pins were connected
- deleted just the default data read for shop
- deleted just the compare loaded data for shop
- deleted both default and compare data for shop
- deleted both default and compare data for shop AND the shop button
- deleting the reference for the ShopStructure but keeping the variable in the list
- ShopStructure with Firecracker, ThunderFlipper, LittlePepper, StoutCruiser, FlyingSaucer, Lander AND reconnected all nodes and references, default, compare check, and button. NOTE: In the successful section I tried this without ThunderFlipper and it worked so ThunderFlipper may be corrupt?
Attempts that “seem” to work…
- deleted both default and compare data for shop AND the shop button AND the ShopStructure
- deleting just the ShopStructure… though the default, compare data, and button were disconnected for this one.
- clearing all the elements in the ShopStructure with 6 blank elements
- ShopStructure with only Firecracker,
- ShopStructure with only Firecracker, FlyingSaucer, Lander
- ShopStructure with only Firecracker, StoutCruiser, FlyingSaucer, Lander
- ShopStructure with only Firecracker, StoutCruiser, FlyingSaucer, Lander AND reconnected all nodes and references, default, compare check, and button.
- ShopStructure with Firecracker, LittlePepper, StoutCruiser, FlyingSaucer, Lander AND reconnected all nodes and references, default, compare check, and button. Repeated this one after adding ThunderFlipper which failed. It worked without ThunderFlipper.
- ShopStructure with only ThunderFlipper… WTF?
- ShopStructure with Firecracker, LittlePepper, StoutCruiser, FlyingSaucer, NO Lander AND reconnected all nodes and references, default, compare check, and button.
- ShopStructure with Firecracker x2, LittlePepper, StoutCruiser, FlyingSaucer, NO Lander AND reconnected all nodes and references, default, compare check, and button.
- adding a extra empty element to the ShopStructure also works.