Problems
The errors that only happen with cases.
Install, framework and database errors are under Problems in Setup.
Using the item does nothing
The item is not registered as usable, or its name does not match the item field on the case. On ESX the item also has to exist in the items table, on QB-Core in qb-core/shared/items.lua.
A warning about chances on start
A case whose chances do not add up to 100. It names itself and keeps working, the draw just runs over the total it found.
The case is gone and no reward arrived
The reel never reported back, which refunds the case after five minutes. If it happens repeatedly, check the console for an error while the reel was running.
A vehicle reward never shows up in a garage
Config.Framework.vehicleGarage is empty or names a garage your framework does not have. On ESX the setting does nothing, the vehicle is marked as stored and your garage script decides where it stands.
Coins are not handed over
The export and the event are both empty. Config.RewardTypes.coins.enabled is not the reason: with it off, coin rewards leave the pool before the draw and can never be won in the first place. Fill in both and the event is the one that is called.
Openings are not logged
Config.Database.logOpenings is off.