Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Problem with DLL file

A topic by vovanblack created Jul 20, 2024 Views: 191 Replies: 5
Viewing posts 1 to 2

When open exe, goes error "Point of enter in procedure SetThreadDescription not found in library DLL UnityPlayer.dll"
How to fix this?

Developer

Must be some issue with Unity game engine. Though I've never encountered this. What operating system are you on? Which device?

Windows 10 Professional, PC

Developer

The only thing I found googling is this https://discussions.unity.com/t/the-procedure-entry-point-error-in-windows-build... Could be some restrictions on your PC. Most likely, you'd experience this with many other Unity games, or maybe games that use the same features of Unity this game is using (e.g. Analytics). In any case, there isn't anything I can do, as it's an engine/OS issue. You could change some Windows settings if it indeed is very restrictive setup, or just play on another device I guess.

Fun part is that other games on unity are working excellently. But still thanks for attempt of help

Developer

Oh.. I guess it's the analytics module then? I don't use any other functionality above the bare-bone essentials of Unity. 

Or it could be the Unity versions? I use 2023.x engine version. Maybe the other games you played were built on earlier versions? I update the engine as new versions of it come out. Maybe it just solves itself later on.