Page 1 of 1

POL core error 0xc000007b

Posted: Tue Dec 03, 2019 5:21 am
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

Re: POL core error 0xc000007b

Posted: Wed Dec 04, 2019 1:05 am
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.

Re: POL core error 0xc000007b

Posted: Wed Dec 04, 2019 2:44 pm
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. :)

Re: POL core error 0xc000007b

Posted: Tue Dec 17, 2019 5:04 am
by Skinny
Visual Studio 2013 is no more supported.
Recent CMake version maybe cause issues.

What versions do you use?