POL core error 0xc000007b

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

POL core error 0xc000007b

Post by atreiu »

Hi

for a long time i haven't touch POL but now i need to change core a little bit.
1>------ Build started: Project: pol, Configuration: Release Win32 ------
1>LINK : warning LNK4010: invalid subsystem version number 5.0; default subsystem version assumed
1>pol-2017.vcxproj -> D:\DEVELOPMENT\UO_Friolly\polserver-master\pol-core\pol\.\Release\pol.exe
1>Done building project "pol-2017.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
but when i start pol.exe then i get this message.
Image
this 64bit OS Win 7 but on this PC with this OS 1 year ago was all perfect, seems like i did something wrong O_o
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: POL core error 0xc000007b

Post by Nando »

Which visual studio version do you have? Have you changed your version recently? If so, did you run cmake again?

Given that you have a linker error, I'd assume the compiled binary is looking for the wrong libraries.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: POL core error 0xc000007b

Post by Yukiko »

I had issues building the Core under VS 2019 initially, I received errors during the build process, but last night I was able to successfully build it. I believe there was a recent update to VS 2019. If you are using VS 2019 you might try again. Also, you might give the build Windows batch file located in the /build-bin directory. See if that works. One final note, I built the Core last night but I didn't try running it because it was getting late. :)
Skinny
Expert Poster
Posts: 76
Joined: Wed Dec 19, 2012 10:27 pm

Re: POL core error 0xc000007b

Post by Skinny »

Visual Studio 2013 is no more supported.
Recent CMake version maybe cause issues.

What versions do you use?
Post Reply