Troubleshooting
Common issues and checks for the current oxide-weed resource.
Common issues for the current oxide-weed resource.
Resource Does Not Start
Check that these resources are running first:
ox_liboxmysqlo-link
Also confirm sql/install.sql was imported successfully.
Items Do Not Work
Typical causes:
- the inventory item name does not exactly match the item name used by the resource
- output items such as
joint,blunt, orweed_brickwere never registered - you used stock alternatives like
water_bottleorrolling_paperinstead of the exact item names
Common exact-name mistakes:
watervswater_bottlerolling_papersvsrolling_paperbaggyvs another bag item
Planting Does Not Start
Check:
- the player has
cannabis_seed,plant_pot, and valid water and fertilizer sources - the location is not inside a configured safe zone
- inventory removal succeeds through
o-link - the character is fully loaded and
o-linkcan resolve a stable identifier
Equipment Placement Does Not Work
Check:
- the item is registered and usable
- the area is not blocked by a safe zone
- the player meets any configured level requirement
Config.RequireOwnershipis not blocking a follow-up action from another player
Store or Scientist UI Does Not Open
Check:
web/distexists in the resource- your configured
o-linktarget integration is working - the NPC zones load without client Lua errors
- inventory image path resolution works through
o-linkif the UI is missing icons
If you changed the web app, rebuild it before restarting the resource.
Drying, Rack, or Freeze Dryer Problems
Check:
- the SQL tables were imported, including
drug_drying_slots - the equipment exists in
drug_equipment - the expected input item is
weed_bud - the expected dried output item is
dried_weed_bud - inventory carry checks are not failing through
o-link
Brick Press Does Not Work
Check:
- the player meets the level 8 requirement
- the placed equipment is a
brick_press - the player has at least 10
dried_weed_budof the same strain grouping - the output
weed_brickitem is registered
Smoking Problems
Check:
rolling_papersorcigarillo_wrapsare registered- the player has
weed_1gandlighter jointandbluntexist as usable inventory outputs- there is no other resource overriding those usable items
Progression Does Not Save
Check:
drugs_progressionexistso-linkcharacter identity returns a stable character idoxmysqlis running without query errors
Useful Checks
- Confirm the server log reaches
oxide-weed initialized. - Use
/weed_kitfor fast setup when testing. - Use
/weed_infoto confirm plant, lamp, and equipment state exists. - If an interaction fails silently, check the server console first for
o-linkinventory, stash, money, or callback errors.
Support
Need more help?
- Discord: https://discord.gg/dZ6q8FyGhm
- Website: https://www.oxidestudios.dev/
- o-link (required abstraction layer): https://github.com/WHEREISDAN/o-link