Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Entry Point Not Found

A topic by nocomment01 created Jul 27, 2020 Views: 437 Replies: 2
Viewing posts 1 to 2
(1 edit)

Upon starting the new 0.40 version I get this error:

The procedure entry point cuDevicePrimaryCtxGetState
could not be located in the dynamic link library \DAIN_APP Alpha\torch\lib\caffe2_nvrtc.dll

On my system I've got:

GPU: GeForce 210

CUDA 6.5

Nvidia Driver 342.1

On prior version, 0.39, I use to get errors that say "No CUDA Detected" at the start and when starting "Feed Frames to DAIN" I get driver out of date error. Unfortunately, there isn't any driver updates for my GPU.

Developer

Hey there, GeForce 210 can only work with CUDA 1.2, even if you have 6.5 installed.

You need a graphic card that accept at least CUDA 5.0, you can see the list here.

https://en.wikipedia.org/wiki/CUDA

Okay, makes sense.