DSim Desktop Local Tool Installations - Failed to get list of versions

I have never used DSim before. I created a student account. I installed the extension for the Desktop version in VS Code and logged in to my account following the instructions, but when I try to install DSim I get the error in the screenshot. What should I do?
Thank you.
Best Answer
-
You should install DSim Studio and then DSim from there. DSim Desktop is being deprecated. See this support article for details:
https://help.metrics.ca/support/solutions/articles/154000141162-install-dsim-studio
1
Answers
-
You should install DSim Studio and then DSim from there. DSim Desktop is being deprecated. See this support article for details:
https://help.metrics.ca/support/solutions/articles/154000141162-install-dsim-studio
1 -
I was able to download DSim Studio and run it with the hello.sv example, thank you. But when I try to run it with Altair's uvm-hello-world-main example I get the following error at the end of Elab1:
Found 6 unique specialization(s) of 6 design element(s).
Optimizing...
Building models...
PLI/VPI access: (none)
Simulation time precision is 1ns.
Linking image.so...
ld: cannot find C:\Program: No such file or directory
ld: cannot find Files\Altair\DSim\2025\uvm\1.2\src\dpi\libuvm_dpi.so: No such file or directory
ds_ld Altair DSim version: 2025.0.0000 (b:S #c:32 h:e6a01125e5 os:msys2_)and in Sim 1:
=N:[License]
Licensed for Altair DSim Cloud.
=N:[License] New lease granted.
=F:Unable to open shared library: dsim_work/image.so
“dsim_work\image.so": The specified module could not be found.1 -
I have the same elaboration error only when I use DSim with UVM on Windows. It looks the default DSim Studio installation directory of Windows version is problematic for UVM compile.
C:\Program Files\Altair\DSim\
0 -
I tried the Linux version of DSim Studio via WSL (Ubuntu-24.04) on Windows 11. Elaboration and simulation completed without errors but I cannot see the wave file.
I am completely new to UVM and I don't know if a wave file should be generated. This is the simulation result:
--- UVM Report Summary ---
** Report counts by severity
UVM_INFO : 3
UVM_WARNING : 0
UVM_ERROR : 0
UVM_FATAL : 0
** Report counts by id
[RNTST] 1
[TEST_DONE] 1
[my_test] 10 -
@red_elephant Could you please start a new Community post for your comment?
https://community.altair.com/discussion/comment/190674/#Comment_190674
This allows us and other users to better search for different questions, answers, and posts. Do so for all new discussions.
0 -
This is expected behaviour. Waveforms and waveform files are generated only if the design's simulation options specify them, whether the design is UVM or not. This example design does not specify them, as can be seen in the Options of the Elab and Sim configurations.
See
for details.1 -
The UVM error is a known limitation for Windows machines:
This limitation will be removed in the next release of DSim.
2 -
I've done it.
https://community.altair.com/discussion/62098/dsim-error-ld-cannot-find-c-program-no-such-file-or-directory1