Failed to create hook for UWorld.Tick

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

FuzzyGrill

Well-known member
Joined
Oct 27, 2018
Messages
1
When I start up ARK with server API, I get this message, thus when ARK tries to start, it crashes.

10/27/18 12:12 [API][info] -----------------------------------------------
10/27/18 12:12 [API][info] ARK: Server Api V2.7
10/27/18 12:12 [API][info] Loading...

10/27/18 12:12 [API][info] Dumping structures..
10/27/18 12:12 [API][info] Dumping functions..
10/27/18 12:12 [API][info] Dumping globals..
10/27/18 12:12 [API][info] Successfully read information from PDB

10/27/18 12:12 [API][error] Failed to create hook for UWorld.Tick
10/27/18 12:12 [API][info] Initialized hooks

10/27/18 12:12 [API][info] API was successfully loaded
10/27/18 12:12 [API][info] -----------------------------------------------


Setting breakpad minidump AppID = 346110
Steam_SetMinidumpSteamID: Caching Steam ID: 1234567890 [API loaded no]


The only plugin that I am using is ArkShop for now.

How do I fix this problem?
 
Its giving you an error while starting up the ArkServerAPI - so the ArkShop doesn't get loaded at all.

Im currently using the exact same API Version of it and it doesn't give me any error.
I would start downloading the latest build and replacing already existing files.
 
When I start up ARK with server API, I get this message, thus when ARK tries to start, it crashes.

10/27/18 12:12 [API][info] -----------------------------------------------
10/27/18 12:12 [API][info] ARK: Server Api V2.7
10/27/18 12:12 [API][info] Loading...


10/27/18 12:12 [API][info] Dumping structures..
10/27/18 12:12 [API][info] Dumping functions..
10/27/18 12:12 [API][info] Dumping globals..
10/27/18 12:12 [API][info] Successfully read information from PDB


10/27/18 12:12 [API][error] Failed to create hook for UWorld.Tick
10/27/18 12:12 [API][info] Initialized hooks

10/27/18 12:12 [API][info] API was successfully loaded
10/27/18 12:12 [API][info] -----------------------------------------------


Setting breakpad minidump AppID = 346110
Steam_SetMinidumpSteamID: Caching Steam ID: 1234567890 [API loaded no]


The only plugin that I am using is ArkShop for now.

How do I fix this problem?
That can happen when you try to launch the API on a Client instead of a dedicated server installation.
 
According to what Foppa said; The only currently workaround should be to download the official Ark Server with the SteamCMD and then install ArkServerAPI and simply join via LAN :D
 
Last edited:
Back
Top