Hop.Earth Guide › Not Loading

Hop.Earth Not Loading, Black Screen or Stuck Parachuting

Four different problems get described as "it won't load", and they have four different causes. One of them isn't a bug at all — it's night where you landed. Another one we measured directly: the character can stop dead at its 2,000 m spawn height and ignore every key you press. Here's how to tell them apart in about ten seconds.

Play Hop.Earth →
Black screenUsually real-world night, not a fault
You spawn at 2,000 mMeasured — and it can freeze there
Stutter is knownDevs admit "jank" at tile edges
Room won't open?COMMUNITY is marked UNSTABLE

First, the thing that changes how you troubleshoot

This is a local problem, not a server problem

Hop.Earth doesn't stream a pre-built world to you. Every road and every intersection is generated in real time on your own device from OpenStreetMap data, on top of satellite elevation data. The server mostly just puts you in a room with other people.

That single fact explains almost everything on this page. Slow loading, missing terrain and the hitch you feel every few seconds are your connection, your CPU and your GPU doing construction work — which is why rebooting your router or waiting for "the servers to come back up" usually does nothing. Your fix is nearly always one of three: give the world more time, take load off the machine, or go somewhere the game has an easier job.

Symptom 1: Everything is black and you can't see anything

MOST COMMON

The world is loaded — it's just night there

"I spawned in and the screen is basically black. Did it fail to load?"

Hop.Earth runs on real-world time in the real-world place you're standing. Drop into a city where it's currently 2am local and you get an authentically dark planet. Nothing is broken, and reloading won't help — it'll still be night when you come back.

We hit this ourselves. The official lobby starts you in Monte Carlo, and on our first run the screen was almost completely black — two things stacked: it was night in Monaco, and the terrain hadn't finished building.

What to do: open the world map with M and move to the daylight side — if Europe is dark, try the Americas or East Asia. Full key list on our Hop.Earth controls page.

Still looks empty in daylight? There are no buildings

Plenty of people land in a major city, see roads and hills but no skyline, and conclude the map is half-loaded. It isn't. Buildings were cut deliberately, and the developers are blunt about why: "There are no buildings. Who needs them anyway? You can't drive on them."

So an empty-looking Manhattan is Hop.Earth working correctly. A missing road is a loading problem. Learn that distinction before you start changing settings.

Symptom 2: Infinite parachuting — you never land

This is two different problems wearing the same costume, and they need opposite responses. One is patience. The other is a reload. Telling them apart takes about ten seconds and it's the most useful thing on this page.

TESTED BY US

You're not descending slowly — you're frozen at 2,000 m

"I've been falling for what feels like a minute and there's nothing below me."

On 8 August 2026 we went in with a real account to measure this properly, reading the game's own internal player state rather than judging by eye. What we found is worth spelling out, because as far as we can tell nobody else has published it.

You spawn at exactly 2,000 metres. That is the drop height, and it's why the parachute ride is long even when everything is working.

But it can stop being a ride at all. In one session the player object reported spawned: true, frozen: false, vehicle: null, and a position of x=1060, y=2000, z=-433. We sampled the altitude eight times, once every half-second:

Time (s)00.51.01.52.02.53.03.5
Altitude (m)1999.91999.91999.91999.91999.91999.91999.91999.9

Zero metres of descent in four seconds. Not a slow fall. Not a low frame rate. A complete stop.

And nothing gets you out of it. We held X for three seconds, pressed F twelve times and held W for two seconds — altitude, player state, vehicle and seat were unchanged after every one. Suspecting the game might be filtering out scripted input, we then drove the browser at a lower level and sent twenty genuine keypresses of W. Before: x=1060, y=2000, z=-433. After: x=1060, y=2000, z=-433. The character had not moved a single centimetre.

We also picked flat ground on purpose for that run — the Port Hercule waterfront in Monaco (43.7342, 7.4253) rather than the default hillside spawn — to rule out awkward terrain as the cause. It froze anyway.

How to tell which one you have: watch the ground for ten seconds. Getting closer, however slowly? Terrain is still building and waiting is correct. Absolutely nothing changing, and no key producing any response at all? You're stuck, and no amount of waiting will fix it.

What to do: if you're genuinely descending, wait it out — refreshing throws away everything your machine has already built and queues up the same long fall from scratch. Give it 20 to 30 seconds. If you're frozen, the opposite applies: reload hop.earth and rejoin, because there is no in-game key that recovers from it. Be warned that a fresh session can freeze too. Of our three attempts that day, two ended pinned in the air and the third never connected at all.

Why this matters more than it looks

A frozen character explains a whole category of complaints that normally get blamed on the controls. If every input is being ignored, then whichever key you happen to be pressing appears broken — so one player concludes F does nothing, another concludes holding X does nothing, and both walk away with a confident, contradictory answer. Both are describing the same silence.

So before you go looking for the right key, establish that the game is listening at all. Our full write-up of the evidence, including what the in-game help screen claims and what other players report, is on why your car won't spawn.

And to be clear about scope: this is not everyone's experience. The public race list carries real recorded runs at 186.34 km/h and 281.31 km/h, so plenty of people land and drive perfectly well. Treat the freeze as a bad roll of the dice, not a broken game.

You landed, but somewhere useless

If you do touch down off-road or somewhere hopeless, tap X to reset, or hold X to be returned to the nearest road. On foot with no vehicle in sight, the in-game prompt says holding X does something different again — it summons a car.

Symptom 3: Terrain won't load, or you fall through the road

Two different failures that look identical

"The road just disappears, or my car drops through the world."

Tell them apart by looking around you:

  • Nothing renders at all — blank in every direction, no road ahead or behind. That's a generation backlog: bandwidth and graphics horsepower. Stop moving and let it catch up.
  • The road renders fine but you clip through at a junction. That isn't loading, it's broken geometry — a documented limitation.

The developers put a number on the second one: roughly 95% of roads and intersections render correctly, but many intersections are still broken. Fixing one bad intersection tends to fix many others at once, and the long-term target is 99.99% — so expect to meet a bad junction occasionally, on any hardware.

The official workaround is a key: "press and hold J to make your car jump over the broken geometry. It makes sense, because the game is called Hop.Earth!" That's not a community trick — the game's name is a reference to it. Hold J, clear the junction, carry on.

Where you drive changes how hard your machine works

The planet isn't rendered evenly. Terrain runs at a 30 m base resolution nearly everywhere, but France and Spain — including Corsica, the Balearics and the Canary Islands — go up to a 2 m grid, with more countries being upgraded over time. That finer grid carries vastly more elevation points per square kilometre, so those regions are both the most detailed places to drive and the heaviest to build. Our where to drive guide covers which areas earn the load.

Symptom 4: A hitch every few seconds while driving

OFFICIALLY ACKNOWLEDGED

Tile jank — the developers say so themselves

"It runs smooth, then freezes for a fraction of a second, then smooth again, over and over."

The world is divided into tiles, and each time you approach the edge of one your device has to build the next. The developers state plainly that "there's still some jank when approaching the next tile". The tell-tale sign is that the stutter is rhythmic and speed-dependent: drive faster and it happens more often, stop and it stops.

What to do: you can't remove it, but you can space it out. Ease off the throttle in a new area, hold off on Shift for extra engine power until the region has settled, and use M to travel long distances rather than driving them.

When it really isn't you: dead rooms and unstable servers

Everything above assumes you got into a session. If the game hangs before that, look at which room you picked — the lobby list has two blocks, and they are not equal.

BlockWhat it is
OFFICIALA single room, LOBBY — "Start Here!" by adminman, running in single player mode with a ping readout. This is the reliable entry point and the one to fall back to.
COMMUNITYPlayer-run race lobbies with player counts and pings. The developers label this entire block (UNSTABLE) themselves.

That label is accurate, and it isn't only about empty rooms. Scanning the community list we found rooms marked plainly as down — listed, but with nothing running behind them. We also tried the opposite case: a busy community race lobby, 7 of 16 slots filled, with genuine lap records already set on it. It never loaded. The screen showed undefined, then Reconnecting…, and stayed there. A room being popular and proven is no guarantee you can get into it.

The same applies to shared links. Every session hands out an invite URL shaped like hop.earth/?server=XXXXX, and those codes are per-session — a link posted days ago points at a room that no longer exists, so it hangs rather than telling you it's gone. When a link won't open, go to the front page and take the official LOBBY instead. More on those codes in our race creation guide.

Quick reference: symptom to cause

What you seeCauseDo this
Pitch black worldReal-world night at that locationM → move to the daylight side
No buildings anywhereBy design, not a load failureNothing — that's the game
Falling slowly, ground getting closerGround tile not generated yetWait 20–30s, don't refresh
Not falling at all, no key respondsFrozen at the 2,000 m spawn heightReload and rejoin — no key helps
Blank space in all directionsGeneration backlog on your deviceStop moving, let it catch up
Clipping through a junctionBroken intersection geometryHold J to hop over it
Rhythmic micro-freezeTile jank, acknowledged by devsDrive slower in new areas
Room never opensCommunity server down/unstableBack out, use the OFFICIAL lobby
Shared link hangsExpired ?server= session codeStart fresh from hop.earth

Before you blame the game

Hop.Earth is openly in early access — the developers ask you to "expect still-evolving mechanics, and lots of bugs that you can report if you want". Some of what you hit genuinely is unfinished, and reporting it is the useful response. Run this list first, though.

  1. Give a new area 20–30 seconds before judging it — but check you're descending at all. Motionless is a different problem from slow.
  2. Desktop browser, hardware acceleration on. Touch controls exist, but real-time terrain building is heavy and phones feel it first.
  3. Close the other tabs. You're sharing a GPU with everything else that's open.
  4. Diagnose in the OFFICIAL lobby, which removes the unstable-server variable entirely.

Frequently asked questions

Why is my Hop.Earth screen completely black?

It's night at the real-world place you spawned into — the game runs on real time. Press M and move to the daylight side of the planet.

Why am I parachuting forever in Hop.Earth?

Two possibilities. Usually the terrain beneath you hasn't generated yet, so there's nothing to land on — wait rather than reload, since refreshing discards the work already done. But the character can also freeze outright: we measured 1999.9 m eight times in a row over four seconds, with no key of any kind responding. If the ground isn't getting closer at all, waiting won't help and a reload is the only move.

Is Hop.Earth lag a server problem?

Usually not. Roads and intersections are generated in real time on your own device, so stutter and missing terrain are local. A true server problem looks different: a room that never opens at all.

Why does Hop.Earth stutter every few seconds?

Tile jank. Your device builds the next chunk of world as you approach it, and the developers acknowledge "some jank when approaching the next tile". Driving slower spaces the hitches out.

Why do I fall through the road?

Around 95% of roads and intersections render correctly, but many intersections are still broken. Hold J to jump your car over the broken geometry — the official workaround, and the reason the game is called Hop.Earth.

A Hop.Earth server link won't load. What now?

Those ?server= codes are tied to a live session, and the community block is labelled UNSTABLE by the developers, with some rooms already showing as down. Even a busy room with players in it can refuse to connect — the one we tried sat on Reconnecting… indefinitely. Start fresh from the front page and take the official LOBBY.

How high do you spawn in Hop.Earth?

2,000 metres. We read it straight out of the game's own player state, and it's why the parachute descent takes a while even when everything is working normally.

More Hop.Earth Guides

Unofficial fan site. PlayHopEarth.com is an independent player-made guide. It is not affiliated with, endorsed by or operated by Hop.Earth or its developer, and it does not host the game — every play link points to the official site at hop.earth. The control list comes from the game's own help screen — hold H in game to confirm it yourself. Map data © OpenStreetMap contributors; elevation data © EU/ESA/IGN/CNIG.