• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error trying to run a server in windows server 2019

massinha

New Member
Joined
Mar 13, 2019
Messages
36
Reaction score
0
I ran a local OTX version 7.6 project and everything runs fine without errors on the console etc ("WINDOWS 10")...
However, when I run it on a VPS with Windows Server installed, I get this error:

"This application was unable to start correctly (0xc000007b)."

I have already tested all the versions of visual c++ that were recommended in other posts, i already downloaded some dll packages that are also found in other posts...

Someone pleaseeeee help me


1720220774859.png
 
The error code "0xc000007b" typically indicates a problem with a mismatch between 32-bit and 64-bit versions of Windows and applications or missing or corrupted system files. Here are some steps to troubleshoot and potentially resolve this issue:### 1. Check Application and System Architecture Compatibility- Ensure that your OTX application matches the architecture of the operating system on your VPS. If the VPS is 64-bit, the application should ideally be 64-bit as well.### 2. Install Visual C++ Redistributables- Make sure you have installed the correct versions of Visual C++ Redistributables. For OTX, you often need older versions. Here are some links to download different versions: - Visual C++ Redistributable for Visual Studio 2015 - [V
 
The error code "0xc000007b" typically indicates a problem with a mismatch between 32-bit and 64-bit versions of Windows and applications or missing or corrupted system files. Here are some steps to troubleshoot and potentially resolve this issue:### 1. Check Application and System Architecture Compatibility- Ensure that your OTX application matches the architecture of the operating system on your VPS. If the VPS is 64-bit, the application should ideally be 64-bit as well.### 2. Install Visual C++ Redistributables- Make sure you have installed the correct versions of Visual C++ Redistributables. For OTX, you often need older versions. Here are some links to download different versions: - Visual C++ Redistributable for Visual Studio 2015 - [V
Ty, i will try!
 
Back
Top