Jump to content
  • 0

2023 fresh installation & compile map-server.exe error


Sehrentos

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   22
  • Joined:  10/24/14
  • Last Seen:  

Hey,

I tried installing and compiling the project solution in visual studio, by following guides found in the forums, since the installation guidelines in the github also did not work.

Problem is after successful compile, the map-server stops and report about missing msvcr110.dll and after finding the right dll file, then it crashes in 0xc000007b error.

The project was rebuild in release mode x64.

Windows 11 environment.

Edited by Sehrentos
grammar
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

i have same issue  with windows 10 x64 bit, the error appear at map server.

 

edit:

Found the solution, copy file msvcr110.dll into 

C:\Windows\System32
C:\Windows\SysWOW64\

guide at here How to Fix Msvcr110.dll Is Missing or Not Found Errors (lifewire.com)

i'm attach the file if you need it.

msvcr110.dll

Edited by hendra814
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   22
  • Joined:  10/24/14
  • Last Seen:  

Thank you, but that just didn't work for me.

I found the existing windows DLL file in the /SysWOW64 and copied to the /System32, but no success.

I also tried to install: Visual C++ Redistributable for Visual Studio 2012 Update 4, but no success (this should install the original windows msvcr110.dll x86 or x64 depending on your system).

Rebuild the map-server after each changes and tested again.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 10/26/2023 at 2:00 PM, Sehrentos said:

Thank you, but that just didn't work for me.

I found the existing windows DLL file in the /SysWOW64 and copied to the /System32, but no success.

I also tried to install: Visual C++ Redistributable for Visual Studio 2012 Update 4, but no success (this should install the original windows msvcr110.dll x86 or x64 depending on your system).

Rebuild the map-server after each changes and tested again.

try this guide click here

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 10/26/2023 at 2:00 PM, Sehrentos said:

Thank you, but that just didn't work for me.

I found the existing windows DLL file in the /SysWOW64 and copied to the /System32, but no success.

I also tried to install: Visual C++ Redistributable for Visual Studio 2012 Update 4, but no success (this should install the original windows msvcr110.dll x86 or x64 depending on your system).

Rebuild the map-server after each changes and tested again.

I'm have same issue 0x000007b when reinstall my os, and when i check my visual studio by default it's pointing x64.

try change into debug win32, and after that recompile your server.

now the issue already solved.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  24
  • Reputation:   1
  • Joined:  06/11/23
  • Last Seen:  

On 10/21/2023 at 7:31 PM, Sehrentos said:

Hey,

I tried installing and compiling the project solution in visual studio, by following guides found in the forums, since the installation guidelines in the github also did not work.

Problem is after successful compile, the map-server stops and report about missing msvcr110.dll and after finding the right dll file, then it crashes in 0xc000007b error.

The project was rebuild in release mode x64.

Windows 11 environment.

try to install : https://www.mediafire.com/file/xb1pjxpsjipaqyq/Visual-C-Runtimes-All-in-One-Jul-2021.zip/file

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   22
  • Joined:  10/24/14
  • Last Seen:  

Thanks for the help. Only the Win32 mode is working on my machine. So I will work with that for now, but it would be nice to use x64 when possible.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 11/14/2023 at 8:52 AM, Akbare-2nd said:

already tried install it too, but still not working if compile using x64.

But i'ts weird, because the issue only happne for map server, for anothers ( login, char and web server) are working.

Edited by hendra814
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...