Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patchcreator cml error #32

Open
dansheen21 opened this issue Jun 6, 2018 · 1 comment
Open

patchcreator cml error #32

dansheen21 opened this issue Jun 6, 2018 · 1 comment

Comments

@dansheen21
Copy link

So i'm trying to build the patchcreator - because when I build using the .bat file the patchcreator that gets built just opens and closes. But when I open the solution file I get this:

RefinedGunz-master\cml\cml.vcxproj : error : The project file could not be loaded. Could not find file 'C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj'. C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj

^ cml.vcxproj doesn't exist in the git so I'm not able to build it..

@Asunaya
Copy link
Owner

Asunaya commented Jul 1, 2018

because when I build using the .bat file the patchcreator that gets built just opens and closes

Do you have the files in the right place? PatchCreator expects the game files to be in a directory called client relative to it, and should output a patch.xml and a some files in a sync directory.

But when I open the solution file

The solution files there are outdated and not supposed to be used. The .bat will run cmake to generate the build files, and the right solution file should appear inside the directory where the generated build files are, and you can build with that. (But that wouldn't change anything, since the .bat just regenerates and builds with the generated solution file already.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants