Hi Fabio, First I'd suggest that you let it run for longer. Just-in-time compiling can take a while, so if you stopped the process within 20s or so, assuming there's inactivity, you might have missed the output. Also you can try running it in a command prompt like PowerShell, so that it does not close immediately after finishing.
If you waited long enough and it does freeze there, then you could try two things. Open the demo file and change verbosity to debug (DEMSim.SetVerbosity("DEBUG")), re-compile and re-run and let us see where the freezing happens. Or better, just try compiling and running it in WSL to see if it works. Windows now comes with WSL and installing it is as easy as one line of command. It's likely to work fine in WSL and if not, it's probably about the environment or the hardware. Thank you, Ruochun On Wednesday, October 8, 2025 at 11:38:35 PM UTC+8 fabi....@gmail.com wrote: > Hi everyone, > > I am a student currently involved in my master's thesis work regarding > soft soil. > I'm trying to download and use *DEM-Engine* following all the passages > listed in https://github.com/projectchrono/DEM-Engine (Windows user with > *CUDA > 12.9 *and a GPU NVIDIA GeForce GTX 1050 Ti). > > I cloned the repo's main branch using *Sourcetree* and putting the flag > on the recursive option. Then on *CMake* (version 4.1.1) I made the > configuration and generation without any error apparently (here the > screenshot). > > [image: CMAKE_screen.PNG] > > After that I built the solution project in Release mode using *Visual > Studio 2022* without error outputs. As a test I tried to run the demo > *DEMdemo_SingleSphereCollide.exe. > *The previously linked GitHub says that the output of the simulation > should be a series of text lines (no matter what they are) but this does > not happen to me. The only output I obtain is the following: > > [image: DEMO_screen.PNG] > > Looking at the original script of the demo in the source folder I can see > that some libraries that should be included are not present, like < > *core/utils/ThreadManager.h*>, <*DEM/API.h*>, <*DEM/HostSideHelpers.hpp*>, > <*DEM/utils/Samplers.hpp*>. > > Do you have any idea of what could be the problem? > > Thank you in advance > > -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to projectchrono+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/projectchrono/a5a9da85-db9a-4ea5-beb0-004289277012n%40googlegroups.com.