Bug fixes in Dino Hunters follow a specific cadence. Build v1.2.0 landed twelve confirmed fixes across six different categories, plus four stability patches for the Roblox client on Mobile and Xbox. This article is the running tracker for every patch that closes a reported issue, plus the issues that are still open. Fishgig Game maintains a public issue tracker through the Roblox Community Group, and the wiki mirrors it with a delay of roughly 24 hours.
Most Reported Issues — Lifecycle
| Issue | First Reported | Patched In | Status |
|---|---|---|---|
| Capture tool disappearing on logout | Build v1.0.0 launch | Build v1.2.0 | Resolved |
| Co-op disconnect on map transition | Build v1.1.0 launch | Build v1.2.0 | Resolved |
| Legendary dino spawn glitch during rain | Build v1.0.5 hotfix | Build v1.2.0 | Resolved |
| Mobile capture tool overlay flicker | Build v1.2.0 launch | August 2026 patch | Open |
| Xbox controller ADS delay | Build v1.2.0 launch | August 2026 patch | Open |
| Private server raid lockout | Build v1.2.0 launch | August 2026 patch | Open |
| Steam Workshop-equivalent feature request | Build v1.0.0 launch | Not applicable | Resolved (Roblox does not support mods) |
The capture tool logout bug is the most important fix in Build v1.2.0 because it had been the single most reported issue since launch. The bug forced hunters to re-equip the capture tool after every logout, which caused lost capture attempts during timed Legendary spawn windows.
Capture Tool Logout Bug — Detailed Fix
The capture tool logout bug had three contributing causes:
- The capture tool state was stored in a per-session variable that did not serialize across logouts
- The Twitter-icon code redemption flow had a side effect that overwrote the capture tool slot
- The Cold-Reload sequence triggered during the Roblox client crash recovery flow
Fishgig Game resolved the bug by moving the capture tool state to the persistent player save object, which is replicated across all Roblox client sessions. The patch also added a server-side validation step that re-equips the capture tool on login if the slot is empty.
Co-op Disconnect on Map Transition
The co-op disconnect bug was specific to party-based hunts. When a 4-player party transitioned between biomes, one or two players would receive a 60-second disconnect from the Roblox server.
The bug had two contributing causes:
- The map transition trigger relied on a player position that did not replicate reliably across the Roblox network layer
- The party leader's biome-to-biome handoff had a race condition that caused the disconnect
Fishgig Game resolved the bug by switching the map transition trigger to a server-side timer that runs on the Roblox instance, not on the player position. The race condition was fixed by adding a 2-second delay between party handoff and biome transition.
Legendary Dino Spawn Glitch During Rain
The Legendary dino spawn glitch manifested when the in-game weather controller triggered rain during a Legendary spawn window. The bug caused the Legendary dino to spawn at zero HP, which made it uncapturable.
The fix involved three changes:
- The spawn trigger was decoupled from the weather controller
- Legendary dinos now spawn at full HP regardless of weather conditions
- A server-side validation step checks the spawn HP against the roster table on spawn
The patch is now considered the most reliable Legendary dino rotation fix in the game's history. Snow Mountain Allosaurus Legendary hunters reported a 92% consistency rate in the first week of Build v1.2.0 deployment.
Mobile and Xbox Stability Patches
| Platform | Issue | Status |
|---|---|---|
| iOS | Capture tool overlay flicker on Roblox client 2.648+ | Open (August 2026 fix) |
| Android | Frame drop during eruption cycle | Open (August 2026 fix) |
| Xbox One | Controller mapping for Sniper ADS | Open (August 2026 fix) |
| Xbox Series X | Frame rate lock at 30 FPS | Open (Build v1.4.0 fix) |
| Meta Quest 3 | Hand tracking does not register capture tool | Open (Build v1.4.0 fix) |
The Mobile capture tool overlay flicker is the worst of the open bugs because it affects the primary Capture Tool HUD that Build v1.2.0 introduced. The fix is targeted for the August 2026 patch but is not yet confirmed in the official patch notes.
Stability Patches — Roblox Client Side
| Patch | Fixed | Version Affected |
|---|---|---|
| Memory leak on Forest biome spawn | Roblox client 2.642+ | Resolved |
| Frame drop on Volcano eruption cycle | Roblox client 2.644+ | Resolved |
| Audio cue skip on Snow Mountain | Roblox client 2.650+ | Resolved (Build v1.2.0) |
| Robux gamepass purchase dialog freeze | Roblox client 2.648+ | Resolved (Build v1.2.0) |
| Private server host crash on party handoff | Roblox client 2.648+ | Resolved (Build v1.2.0) |
How to Report a New Bug
The Fishgig Game public bug report flow works as follows:
- Join the Roblox Community Group 999381953
- Post in the bug reports channel with a screenshot or video
- Include your hunter level, biome, weapon loadout, and exact reproduction steps
- Fishgig Game triages reports weekly and confirms valid bugs in the next patch notes
The fastest way to escalate a critical bug is to reply to the latest patch notes post. Fishgig Game monitors the post comments and confirms regressions within 24 hours.
Open Issues — What to Watch
The four most-watched open issues as of July 2026 are:
- Indominus Rex aggro reset bug — Sometimes the Indominus Rex resets aggro to a random party member instead of cycling, which can leave the raid exposed
- Roaming Dinos event desync — On certain private servers, the Roaming Dinos rotation timer does not advance properly
- Volcano Trader heat sigil stacking — Stacking more than 3 heat sigils can cause the Volcano Trader dialog to freeze
- VR hand tracking on capture tool — Meta Quest 3 does not register the capture tool gesture reliably
These are all confirmed for resolution in Build v1.3.0 or Build v1.4.0.
Cross-References
- For the broader patch overview, see the Latest Update Overview
- For the full patch details, see the Roblox Build v1.2.0 article
- For the Mobile-specific workarounds, see the Mobile and VR Updates article
Frequently Asked Questions
Did the capture tool logout bug affect all tiers? Yes. The bug affected every capture tool tier, but Tier 4 and Tier 5 hunters reported it most often because those tiers require timed Legendary rotations.
Will the Mobile capture tool flicker be patched? Yes, but the fix is in the August 2026 patch (Build v1.3.0), not Build v1.2.0.
How do I know if the bug I am reporting is already tracked? Check the Roblox Community Group bug reports channel. Duplicate reports are merged automatically by the moderation bot.