Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
RuneClick›Events›Update 2.6.2
Game update

Update 2.6.2

RuneClick · published 43 days ago

All eventsPlayers around this dateRead on Steam

Fixes

  • Hover text and dropdown menus no longer get their right edge cut off where they run past the overlay's clickable area. This one kept coming back, because the hover text Windows draws is not something the game holds on to, so it could never be added to the list of things the overlay checks. It is now handled for every tooltip and every dropdown at once, including any added later.

  • Melee combat no longer shows a bare arm through the gap in the chest plate. The armor was only ever drawn against the shorter idle sway, so against the longer one (Added in v2.4.0) it lined up with the wrong pose for three frames out of seven. Melee goes back to the shorter sway, and the plates sit correctly again.

  • Equipped jewelry keeps animating properly in melee combat as part of the same change.

One cause of the overlay locking up

  • On every frame, RuneClick was asking Windows whether a Fullscreen program was in front, which is how it knows to step out of the way of your other games. Answering that makes Windows walk every open window on the machine, under a lock the whole desktop shares. If anything else is holding that lock, the answer never comes back. A memory capture taken while RuneClick was stuck caught it stopped dead inside that one call, long enough that Windows logged the program as not responding.

  • That call is gone. The check that actually decides whether to give up the top slot never needed it.

  • A lock held around incoming keyboard and mouse events is now released much sooner. Held too long, Windows can quietly stop delivering input to a program without telling it, which in this game would mean your typing stopped earning experience until you restarted. That has never been seen happening, and it can no longer build up.

One that is still open..

  • There is a second, separate way the overlay can stop responding, and this update does not fix it. It accounts for most of what has actually been captured so far.

  • That one sits in how Windows composites the transparent window rather than in anything RuneClick asks for, and it has not yet been possible to reproduce it reliably enough to test a fix against. I am still actively working on it. I would rather say that plainly than let this update imply it is closed.

  • If the overlay has ever gone unresponsive on you, or sat in the taskbar with nothing drawn on screen, a reply in the bug report thread would genuinely help. Your graphics card, its driver version, and how many monitors you run is all I need. One line is plenty.

  • Every freeze captured so far has been on one machine, one graphics vendor, one monitor layout. Nothing about freezes gets reported back to me, so that thread is the only picture I have.

Under the hood

  • The region that lets your clicks pass through the overlay to whatever is behind it was being rebuilt on every single frame, each time identical to the one already in place. It is now rebuilt only when the window actually changes, with a safety refresh four times a second so it can never be left stale.

  • Saves, leaderboards, balance and prices are untouched. No migration needed.


— Vosk

More from RuneClick

Other announcements

All events
RuneClickGame update9 Sep 2026Update 2.7.1Fixes · On PCs with a single screen, or a laptop set to show on only one screen, the whole desktop could turn black the moment RuneClick opened, with only the character and menus showing, and stay that way until you alt-tabbed to another window. The see-through overlay window was exactly the size of the screen, and while it had focus some graphics drivers treated it as a fullscreen game and sto…Major update19 Aug 2026Update 2.7.0 - Construction & SlayerNew skill: Construction Construction is the twentieth skill. You build furniture for your Holding, the plot of land beside your character, and the building itself is the reward: no item is minted, the experience is the product. It is also the first real use planks have ever had, alongside two new Smithing products, nails and gold leaf, Fifty repeatable pieces run from an oak chair at level 1 to…RuneClickGame update6 Aug 2026Update 2.6.3Fixes · During Magic combat, equipped jewellery stuck on one pose for more than half of each idle loop, and the robe's sway visibly jumped partway through. Both animate smoothly again. Same root cause as the melee armour fix in the last update. The jewellery art was drawn against the shorter idle sway, and against the longer one it kept landing on the wrong frame. Magic goes back to the shorter…