MSVCR90.dll Errors
#1

Had a localhost server for testing but ever since I updated my Windows 10 recently I've been having it crash on startup, the error crashdetect provides is:

Code:
[23:39:16]  Loading plugin: Whirlpool
[23:39:16] [debug] Server crashed due to an unknown error
[23:39:16] [debug] Native backtrace:
[23:39:16] [debug] #0 561e7087 in ?? () from C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_508df7e2bcbccb90\MSVCR90.dll
[23:39:16] [debug] #1 02c6284c in ?? () from plugins\Whirlpool.DLL
[23:39:16] [debug] #2 0046a51b in ?? () from samp-server.exe
[23:39:16] [debug] #3 0046a66c in ?? () from samp-server.exe
[23:39:16] [debug] #4 0019fd24 in ?? ()
[23:39:16] [debug] #5 4b5a9068 in ?? () from samp-server.exe
[23:39:16] [debug] #6 6805eb00 in ?? () from samp-server.exe
[23:39:16] [debug] #7 004b5a84 in ?? () from samp-server.exe
[23:39:16] [debug] #8 02224fe8 in ?? ()
[23:39:16] [debug] #9 64656c69 in ?? () from samp-server.exe
If anybody knows why this happens & how to fix it any information would be handy, thanks.
Reply
#2

Reinstall Microsoft Visual C++ Runtime library. If its a new Installation of Windows 10, I'd say download all he packages (from 2008 version to 2015 version) and install them both 32 bit and 64 bit.
Reply
#3

Quote:
Originally Posted by Chyakka
View Post
Had a localhost server for testing but ever since I updated my Windows 10 recently I've been having it crash on startup, the error crashdetect provides is:

Code:
[23:39:16]  Loading plugin: Whirlpool
[23:39:16] [debug] Server crashed due to an unknown error
[23:39:16] [debug] Native backtrace:
[23:39:16] [debug] #0 561e7087 in ?? () from C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_508df7e2bcbccb90\MSVCR90.dll
[23:39:16] [debug] #1 02c6284c in ?? () from plugins\Whirlpool.DLL
[23:39:16] [debug] #2 0046a51b in ?? () from samp-server.exe
[23:39:16] [debug] #3 0046a66c in ?? () from samp-server.exe
[23:39:16] [debug] #4 0019fd24 in ?? ()
[23:39:16] [debug] #5 4b5a9068 in ?? () from samp-server.exe
[23:39:16] [debug] #6 6805eb00 in ?? () from samp-server.exe
[23:39:16] [debug] #7 004b5a84 in ?? () from samp-server.exe
[23:39:16] [debug] #8 02224fe8 in ?? ()
[23:39:16] [debug] #9 64656c69 in ?? () from samp-server.exe
If anybody knows why this happens & how to fix it any information would be handy, thanks.
Download from here https://support.microsoft.com/en-us/...al-c-downloads
Reply
#4

Quote:
Originally Posted by marshmallow
View Post
I've downloaded all the ones I could now while that removed the error about msvcr90.dll, it still crashes on startup.

Code:
[09:13:36]  Loading plugin: Whirlpool
[09:13:37] [debug] Server crashed due to an unknown error
[09:13:37] [debug] Native backtrace:
[09:13:37] [debug] #0 02c6255b in ?? () from plugins\Whirlpool.DLL
[09:13:37] [debug] #1 0046a51b in ?? () from samp-server.exe
[09:13:37] [debug] #2 0046a66c in ?? () from samp-server.exe
[09:13:37] [debug] #3 0019fd24 in ?? ()
[09:13:37] [debug] #4 4b5a9068 in ?? () from samp-server.exe
[09:13:37] [debug] #5 6805eb00 in ?? () from samp-server.exe
[09:13:37] [debug] #6 004b5a84 in ?? () from samp-server.exe
[09:13:37] [debug] #7 02224fe8 in ?? ()
[09:13:37] [debug] #8 64656c69 in ?? () from samp-server.exe
Anyone know any other reason it'd crash?
Reply
#5

Do what GTLS said and install both 32, and 64 bits of ALL the C Runtimes, rather than just the latest version.

There's about 4-5 versions you need to install.



And if you're going to use CrashDetect, at least use -d3 in the compiler options as it says in the release, as otherwise, that garbage it's reporting, is simply nothing.


Whirlpool is compiled with Visual Studio 2015 if you haven't grabbed those runtimes.
Reply
#6

Quote:
Originally Posted by Sew_Sumi
View Post
Do what GTLS said and install both 32, and 64 bits of ALL the C Runtimes, rather than just the latest version.

There's about 4-5 versions you need to install.



And if you're going to use CrashDetect, at least use -d3 in the compiler options as it says in the release, as otherwise, that garbage it's reporting, is simply nothing.


Whirlpool is compiled with Visual Studio 2015 if you haven't grabbed those runtimes.
I have every single runtime I could find in both x86 and x64, including 2015, I've also added -d3 to my compiling options.

Code:
Header size:          66988 bytes
Code size:          9751276 bytes
Data size:         201413868 bytes
Stack/heap size:   18000000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:229232132 bytes
Code:
[17:19:53] [debug] Server crashed due to an unknown error
[17:19:54] [debug] Native backtrace:
[17:19:54] [debug] #0 5b277087 in ?? () from C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_508df7e2bcbccb90\MSVCR90.dll
[17:19:54] [debug] #1 02a3284c in ?? () from plugins\Whirlpool.DLL
[17:19:54] [debug] #2 0046a51b in ?? () from samp-server.exe
[17:19:54] [debug] #3 0046a66c in ?? () from samp-server.exe
[17:19:54] [debug] #4 0019fd24 in ?? ()
[17:19:54] [debug] #5 4b5a9068 in ?? () from samp-server.exe
[17:19:54] [debug] #6 6805eb00 in ?? () from samp-server.exe
[17:19:54] [debug] #7 004b5a84 in ?? () from samp-server.exe
[17:19:54] [debug] #8 02224fe8 in ?? ()
[17:19:54] [debug] #9 64656c69 in ?? () from samp-server.exe

I sadly can't make any sense out of this.

edit: Fixed now, used a different version of Whirlpool.
Reply
#7

Quote:
Originally Posted by Yousha
View Post
MSVCR90 = Visual C++ Runtime 2008
That got fixed in the first few posts... If you're going to post, at least read what's put up...
Reply
#8

Generally its not a good idea to download .dll files, but its not gonna hurt you to try. Download a new .dll file and paste it inside your server folder and try to run the server.

EDIT: Forgot to tell you that, some packages(vcredist) has updates too. Make sure you downloaded those update packages for them as well.
Reply
#9

If people are really struggling with runtimes, I suppose I can suggest the thing I hate most, the All-in-one from a German site I always use when I cbfed on figuring out which runtime I am missing, or when I want to simply install everything when I do a clean install of windows..

https://www.sereby.org/site/All%20in%20One%20Runtimes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)