Delphi - socket error 10038 at startup. How solve it?
Asked Answered
S

2

7

I get socket error 10038 at startup.

enter image description here

How solve this error?

Stenopetalous answered 29/5, 2022 at 13:42 Comment(0)
L
10

This is a common error. Try this:

  1. shut the IDE down.
  2. run regedit.
  3. go to HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\21.0\KnownIDE Packages
  4. find the entry $(BDS)\Bin\LivePreview270.bpl and change the data from "Embarcadero FireUI Live Preview Package" to "__Embarcadero FireUI Live Preview Package" (so, just add two underscores in front of the text)
  5. start the IDE.
Lepp answered 29/5, 2022 at 13:46 Comment(3)
Magic! :-) ....Etienne
Thanks, saved me a reinstall... Happened after patching 11.2 via GetIt- shouldn't have touched 10.4!Housewife
Just got that error and the answer still works - much appreciatedTabatha
T
0

This is suitable for Delphi 11 as well, the branch in the system registry is HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Known IDE Packages and value name $(BDS)\Bin\LivePreview280.bpl, value data to change is "Embarcadero FireUI Live Preview Package" Put one or two underscores in front.

Tranquil answered 23/8, 2024 at 18:1 Comment(1)
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.Clipping

© 2022 - 2025 — McMap. All rights reserved.