I updated the engine to 4.7.2.
I load up my project, press File → Package project → Windows.
Next I was pressing x64 version but now for some reason only x32 version is available. Anyway whatever I press I have this error
What version of the Editor are you on? We updated to 4.7.2 today, so I was wondering if you were working out of that or not. Also, could you please provide me with the exact steps you are taking to package your project for Windows?
I have installed Visual Studio 2013 professional. Do I need to use VS? Because I just launch packaging from the editor.
I tried to package with deactivated anti-virus and have the same result.
And about that link… I haven’t figured out what he did to resolve the problem. He just clicked on “verify”?
The reason I asked about Visual Studio is because within the error you’re receiving, this appears: ERROR: Exception in AutomationTool: You are attempting to compile on a machine that does not have a supported compiler!
I wanted to make sure you weren’t using a much older version of Visual Studio, as there are sometimes issues that arise when using older versions of Visual Studio.
In the link I gave you previously, Posokhov corrected their issue by making a backup of their project. They then went back into the Unreal Launcher, clicked on the drop-down arrow beside launch (for the version they’re on) and then selected ‘verify’.
Keep in mind that once it finishes the verifying process, a message may pop up saying there were files backed up, just click ‘ok’ and then check your project again.
Let me know if this solves the issue for you. Looking forward to hearing from you.
Thanks!
Have you ever been able to package your project, in any other version of the Engine? Also, do you get the same result when you follow your exact packaging steps to package a blank project?
I didn’t try to package this project on earlier version of the engine. But you was alright! A new project was built successful. The problem is only in my project. But why? How can I find out?
If you’re trying to get the from your project, look for your project file: Unreal Projects\MyProject9\Saved\
You can also try to package your project and when you receive the error, all of the are placed into the output within the Editor. So if you go to the Editor after the error has already occurred, you can select Window > Developer Settings > Output and then copy them, then paste them into Notepad ++ for instance and save it for us.
Let me know if you have any further questions, thanks!
Yeah I’ve solved this problem!! The problem somehow was in this project. I just renamed folders “Saved” and “Source” into “Save1” and “Source1” (Equal to deleting them) and open the project. And then I could package it!
But the new problem has appeared -_- For some reason not all assets are being packaged: the floor is without a texture, the characters can’t fight, they can only move, but in the engine all is correct
Glad to hear that your issue with packaging has been resolved. Lets see if we cant get the rest to work. Would you be able to attach the new log files generated from the successful build?
From the log that you have provided, It is hard to see any portion that could be causing the issue. If possible, would you be bale to share the project with myself so that i may be able to test the issue internally? You can send it to me privately at https://forums.unrealengine.com/member.php?4890--Gribbin.
Or if possible, is there a way that I may be able to reproduce this issue using a template project?
I’ve already asked this question in forum and I was told that I have to eliminate incompatible warnings in packaged project. This specific question has already been resolved. Thanks)