Darth Martyr Posted January 24, 2016 Posted January 24, 2016 I am compiling the JK2 source code from the repository located here I am using Microsoft Visual Studio Ultimate 2013 After compiling it, when trying to start jk2mp.exe or jk2Ded.exe, it crashes when trying to load the Quake 3 Virtual Machine file jk2mpgame.qvm If I extract and run the files within the Release folder that were already present when I extracted the code from the jedioutcast-master.zip, it runs just fine with no problems. Anyone know what's going on? If there are any jk2mv developers here, any suggestions? Or maybe @@ent could be of more assistance?
mrwonko Posted January 24, 2016 Posted January 24, 2016 How about you press that debug button and find out where the crash is happening? You should compile in Debug mode though or you won't have symbols. Darth Martyr likes this
Darth Martyr Posted January 24, 2016 Author Posted January 24, 2016 How about you press that debug button and find out where the crash is happening? You should compile in Debug mode though or you won't have symbols.I tried that, but it won't display the source in visual studio.
ent Posted January 24, 2016 Posted January 24, 2016 Then you compiled w/o debug symbols.Why don't you visit https://jk2.info/ for jk2mv assistance?qvms definitely fail to get loaded if you built binaries with newer compilers. jk2mv solves it.
Darth Martyr Posted January 24, 2016 Author Posted January 24, 2016 Then you compiled w/o debug symbols.Why don't you visit https://jk2.info/ for jk2mv assistance?Good suggestion. I'll check it out. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now