Asgarath83 Posted June 9, 2015 Posted June 9, 2015 @@eezstreet@@ent@@ensiform hello.i have a little trouble with open jk solution.because i recently formatted PC, into re installation of windows, windows renamed as "F" the "G" partition unity.on G i had the Jacode solution of openjk.now i have reinstalled visual studio 2010 i tryied to rebuild the solution for see if all works. i get this error: "warning : The referenced project 'G:/JACODE/OpenJK-master/build/ZERO_CHECK.vcxproj' does not exist.:" and so, not build nothing. i know why: because the solustion and visual studio are searching into the G/Path tthis file.... but now the solution is into the F.i cannot rename the F unit because i get some trouble with the secondary OS installed on my pc.so i got 2 solution.1 - can i rename a partition of my HD into G: and put it all solution.2 - can i edit the solustion setting about the path for searching the ZERO_CHECK.vcxproj.because i want not make for now solution number 1... because renaming a partition is little danger for my computer, i ask you about the second option: i can i set for the solution a different build\source path for bypass this error?i GOT the file ZERO_CHECK.vcxproj, simply is into the wrong path.at moment i haven't any partition of computer named as G: , so i cannot simply copy \ paste the solution in this partition for make a build.how can i solve that? o.o
Asgarath83 Posted June 9, 2015 Author Posted June 9, 2015 CMake Error: The current CMakeCache.txt directory F:/JACODE/OpenJK-master/CMakeCache.txt is different than the directory g:/JACODE/OpenJK-master/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt Maybe i need to reset some pathes of cmakecache.txt of the solution? :\
Solution Raz0r Posted June 9, 2015 Solution Posted June 9, 2015 I would delete your build folder, then re-run CMake.
Asgarath83 Posted June 9, 2015 Author Posted June 9, 2015 I would delete your build folder, then re-run CMake.Yes,reinstalled cmake,deleted all cmake file and build by my projectrun cmake.configured and generated the cmake libraries.generated the solution with the batch file of VC2010.now is building. thanks, razor.
Asgarath83 Posted June 9, 2015 Author Posted June 9, 2015 Mmm the graphic is really much better... but i am perplex about two thing that happened me today and i have this question for Openjk coders. - after i reinstalled JA game, i put my backuped exe and dll of my code mod and they got me a startup error about need of Vc libreries.after i installed VC2010, the mod started fine. so, it's NECESSARY to have installed Visual studio on a pc for run the code mod of open jk? D: this can be problematic if a day i want to share my mod with some other.- after the reinstallation, at begin i watch a terrible shader issue of my mod: ALL the shaders that use tcgen enviroment become transparent, and model too, into the engine.but after i make the newbuild with the fixed path code and i replaced my old exe and dll of the code, shaders are fixed. o.othat is... worrying... D: @@Raz0r@@eezstreet@@ent@@ensiform
mrwonko Posted June 9, 2015 Posted June 9, 2015 Users have to install the Visual C++ Redistributable for the version you're using.
Raz0r Posted June 9, 2015 Posted June 9, 2015 Also, make sure you're distributing "final" or "release" builds, not "debug"
Asgarath83 Posted June 9, 2015 Author Posted June 9, 2015 @@Raz0r Yes, i make ever the Relase building. rarely i use the debug.@@mrwonko thanks! good to know! well, i suppose i will add with mod itself, just in case they're missing.
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