I have exact same problem. No matter what project I try to build, it always gives that same error. I can only run game via “Launch” in editor, but no matter what I do, I can’t build a stand alone build. I’m using windows 7 x64 and building a win32 package.
Also - as a side note, how do you exit game once it’s launched? Is there some mystical key-combo that exits or do I have to somehow add this functionality to my projects?
Alt-F4 doesn’t work for me. I managed to add an input action to quit game when player presses Esc or Alt-X. It doesn’t appear that any built-in hot key is used for exiting game which seems odd to me. Fortunately adding one was not hard.
Yes, I noticed that also. Development build seems to work fine but shipping build always fails with that descriptor file error. I’m not sure what differences are between dev and ship - maybe shipping is more compact. In any case, choosing a different build shouldn’t break build if nothing else is changed.
No shipping is like a finish game.
it make it able for works on and with Steam for example.
But u are right. It s only kind of rendering and building and this cant make it possible or impossible to work
It’s because of files left on your phone from previous build. Use something like ASTRO on your phone to make sure all previous folders and files are deleted.
Uninstalling game from your phone/tablet will not remove all files and indeed keeps your game crashing
We will be tracking issues you are experiencing on post that you made:
Please refrain from posting your issue on multiple threads on AnswerHub. We will address issue on your post. Make sure you include any you can, as requested by wittlief.
I noticed that you marked this issue with crash tag, does your packaged project actually crash and bring up crash reporter, or does it just stop working with descriptor error?
If former, can you see if you have crash in your project’s saved folder and attach to this thread as a txt file?
If you don’t experience a crash, can you post your project’s successful build , along with your packaging process?
For process I mean more like how do you package, from editor or from Project Launcher? Do you use command line? Are you using binary or source from Github?
For normally i open my project editor and package there always (with file->packaging project) and i look with outputlog always process and faults and errors while packaging works.
All in all i use source from Github.
I hope this is more useful than before.