Page 1 of 2

MSVCP100.dll

Posted: Mon Jul 02, 2012 12:49 pm UTC
by JOURNEYMAN

I get following error. :eek:

Daemon.exe - Unable to Locate Component
This application has failed to start because MSVCP100.dll was not found. Re-installing the application may fix this problem.

I just extracted the folder and replaced it with alpha4. Where do I find this .dll? Is there something else that needs to be done?


Re: MSVCP100.dll

Posted: Mon Jul 02, 2012 1:54 pm UTC
by JBiscuitz

same problem here. Any help please?


Re: MSVCP100.dll

Posted: Mon Jul 02, 2012 2:28 pm UTC
by danmal

Ishq must have forgotten to include MSVCP100.dll with the package. We should have a fixed package up soon.


Re: MSVCP100.dll

Posted: Mon Jul 02, 2012 4:54 pm UTC
by Fuma

Here is a link to msvcp100.dll in our github repository so you won't have to redownload the >400MB package when we fix it.
https://github.com/Unvanquished/Unvanqu ... vcp100.dll

I am saddened that no one bothered to test the build before release...


Re: MSVCP100.dll

Posted: Tue Jul 03, 2012 12:02 pm UTC
by JOURNEYMAN

Copied msvcp100.dll to the Unvanquished directory but I got following error.

Daemon.exe - Unable to Locate Component
This application has failed to start because MSVCR100.dll was not found. Re-installing the application may fix this problem.

I copied the msvcr100.dll and msvcr100d.dll from the alpha4 to the alpha5 directory and I get the following error.

recursive error 'Syscall ABI mismatch' after: Syscall ABI mismatch.

I'm guessing the msvcr100.dll and msvcr100d.dll also need to be updated? These two files were not in the directory when I downloaded.


Re: MSVCP100.dll

Posted: Tue Jul 03, 2012 12:54 pm UTC
by JBiscuitz

loading OpenAL32
Can't load OpenAL32
not initializing.
call to Init failed – bailing

VM file ui compiled to 1049863 bytes of code
ui loaded in 4677408 bytes on the hunk
recursive error 'Syscall ABI mismatch' after: Syscall ABI mismatch
----- CL_Shutdown -----
Closing SDL audio device…
SDL audio device shut down.
RE_Shutdown( destroyWindow = 1 )
------- R_ShutdownImages -------
------- R_ShutdownVBOs -------
------- R_ShutdownFBOs -------
------- GLSL_ShutdownGPUShaders -------

Shutting down OpenGL subsystem

Same problem as journeyman. not sure if this is the important part of the console, but i posted it just in case.


Re: MSVCP100.dll

Posted: Tue Jul 03, 2012 7:42 pm UTC
by Ishq

No. Make sure you get the latest assets and VMs. That syscall error is because you're trying to load old VMs on a newer client. The latest VMs are http://sourceforge.net/projects/unvanqu ... 3/download


Re: MSVCP100.dll

Posted: Tue Jul 03, 2012 9:28 pm UTC
by someguyovertheinternet

i have updated everything and checked for the right vms but i am still getting the recursive error 'Syscall ABI mismatch' after: Syscall ABI mismatch error

--nvm i fixed it by adding +set sv_pure 0 to the command line


Re: MSVCP100.dll

Posted: Wed Jul 04, 2012 12:16 am UTC
by Ishq

After looking into this some more, it seems that Windows seems to load vms-0.4.1.pk3 instead of vms-0.5.0.pk3. If you delelete vms-0.4.1.pk3 from %APPDATA%/Daemon/main/, it will work.


Re: MSVCP100.dll

Posted: Wed Jul 04, 2012 4:25 am UTC
by JBiscuitz

Awesome! smart cookie there Ishq.

For those who do not know, just copy and paste the " %APPDATA%/Daemon/main/ " into your windows explorer (the browser bar while going through locations on your computer... "my computer", "my documents" etc...) and delete the file " vms-0.4.1.pk3 ".

Thanks again!