Black Desert will begin in a moment.

Install the Black Desert Launcher if the game doesn't start.

Install the Black Desert Launcher to start the game.

The launcher will appear if it's installed.
If it doesn't, try to run your downloaded launcher.

Install Guide

1 Run BlackDesert_Installer_NAEU.exe to install the Black Desert launcher.

2 Start the game once installation is complete.

Forums

UTC 23 : 21 Mar 8, 2026
CET 0 : 21 Mar 9, 2026
PDT 16 : 21 Mar 8, 2026
EDT 19 : 21 Mar 8, 2026
New sailing "Headwinds" message is backwards.
Feb 25, 2024, 02:33 (UTC)
6986 8
Last Edit : Feb 25, 2024, 02:33 (UTC)
# 1

After the last patch there is a new message about folding the sail when there are strong headwinds.

As you can see in the screen shot below, this message appears when you have a TAIL wind and the sail should NOT be folded. It then does not appear when you actually have a HEAD wind and the sail should be folded. In otherwords it is backwards.

Last Edit : Feb 25, 2024, 05:00 (UTC)
# 2

Literally nobody asked for this tooltip. Just another annoying clutter in the UI.

Last Edit : Mar 31, 2024, 11:08 (UTC)
# 3

Yes this happens for me too. The tooltip tells me to close the sails even when they should be open. This tooltip has created a lot of confusion for other members of my guild too. Suggestion to be able to disable it. Or make it only show when heading into a strong headwind. 

Last Edit : Mar 31, 2024, 23:32 (UTC)
# 4

There's no need for it at all. It always shows if windspeed >= 250, regardless of direction. 

Next they will add a message that tells us to raise our sails.  But that will be done wrong too.  Then they will "automate" sail handling, and mess that up.  After that they will "remove" winds altogether and make sails just cosmetic, but they won't really remove winds, they will just remove the UI.  Then they will add "winds" back, but only in specific areas, that always speed up or slow down your ship, regardless of the direction that you are heading in those areas.  Which may be how they think sails and wind work now.  And thus - the message that no one wanted.

I bet this sounds familiar...

24 1509
Lv Private
Doiportne
Last Edit : Apr 3, 2024, 23:06 (UTC)
# 5

Ever since the update on Feb 21, 2024 different people have noticed it.

As have i but i've been too lazy to post XD

here's a cap from feb 26

and another from march 14

It happens in various spots. Next time it happens I'll hide my chat and post full screens so you can see it happens everywhere.

19 72
Lv Private
Andswaru
Last Edit : Jun 15, 2024, 17:48 (UTC)
# 6

would be great if we were able to permanently hide this very helpful message

0 13
Lv 61
Rye
Last Edit : Mar 29, 2025, 11:27 (UTC)
# 7

It's not that hard, you know?
More than a year and is still there...

// Function to check the wind direction
function checkWindDirection(windDirection, userOrientation) {
      // Convert directions to ranges in degrees
      let frontalRangeStart = (userOrientation - 45 + 360) % 360;
      let frontalRangeEnd = (userOrientation + 45) % 360;
      let rearRangeStart = (userOrientation + 135) % 360;
      let rearRangeEnd = (userOrientation - 135 + 360) % 360;
      // Helper function to check if a direction is within a range
      function isWithinRange(direction, rangeStart, rangeEnd) {
            if (rangeStart <= rangeEnd) {
                  return direction >= rangeStart && direction <= rangeEnd;
            } else {
                  return direction >= rangeStart || direction <= rangeEnd;
            }
      }
      // Check frontal range
      if (isWithinRange(windDirection, frontalRangeStart, frontalRangeEnd)) {
            // Insert pop-up logic here
      }
      // Check rear range
      if (isWithinRange(windDirection, rearRangeStart, rearRangeEnd)) {
            // Hide pop-up logic here
      }
}

Last Edit : Feb 4, 2026, 14:21 (UTC)
# 8

If the devs would ever try playing their own game, they would notice many annoying things like this. Any complaints and reports regarding these problems go into the void and it's been going on for years

0 13
Lv 62
Rye
Reply

Bug Reports

Use this forum section to report bugs during your adventures.