jacob-carlborg / dvm

A tool to install and manage D compilers
56 stars 11 forks source link

Cannot find dmd-2.0xx.x.bat file #36

Open jcd opened 8 years ago

jcd commented 8 years ago

PS C:\Projects\d\foo> .\binaries\dvm.exe -v install 2.068.2 Fetching: source: http://downloads.dlang.org/releases/2.x/2.068.2/dmd.2.068.2.windows.zip destination: C:/Users/jonasd/AppData/Roaming/dvm/archives/dmd.2.068.2.windows.zip

[========================================>] 21320/20800 KB

Installing: dmd-2.068.2 Unpacking: source: C:/Users/jonasd/AppData/Roaming/dvm/archives/dmd.2.068.2.windows.zip destination: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2

Moving: source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/windows/lib destination: C:/Users/jonasd/AppData/Roaming/dvm/compilers/dmd-2.068.2/windows/lib

source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/windows/lib64
destination: C:/Users/jonasd/AppData/Roaming/dvm/compilers/dmd-2.068.2/windows/lib64

source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/windows/bin
destination: C:/Users/jonasd/AppData/Roaming/dvm/compilers/dmd-2.068.2/windows/bin

source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/src
destination: C:/Users/jonasd/AppData/Roaming/dvm/compilers/dmd-2.068.2/src

Installing wrapper: C:/Users/jonasd/AppData/Roaming/dvm/bin/dmd-2.068.2.bat An unknown error occurred:

tango.core.Exception.IOException@C:\Users\doob\AppData\Roaming\dub\packages\tango-1.0.1_2.067\tango\core\Exception.d(59): C:\Users\jonasd\AppData\Roaming\dvm\bin\dmd-2.068.2.bat :: The system cannot find the path specified.

0x0043F50F 0x0042DBFB 0x004334EA 0x0044FC5B 0x0044FB71 0x004021E8 0x769E3744 in BaseThreadInitThunk 0x7700A064 in RtlSetCurrentTransaction 0x7700A02F in RtlSetCurrentTransaction PS C:\Projects\d\ded>

jacob-carlborg commented 8 years ago

Have you used DVM before on this system?

jcd commented 8 years ago

No AFAIR this is the first install of dvm on this system.

jacob-carlborg commented 8 years ago

Is DVM itself installed? Did you run dvm install dvm?