I have re-built my code and recompiled every time.
I was using the PrintLine(FString::PrintF(“string”), *variableName)));
I also tried the PrintLine(TEXT(“string”), *variableName)));
I have also commented out the PrintLine in cartridge.h and tried using the FString::Printf
I have deleted the Binaries and Intermediate directories and relaunched.
it still crashes when I click on Play.
How can I proceed ? I obviously can not proceed any further in the course till this is fixed
Your problem is that the game crushes if you type longer word that the hidden word is (correct me if I’m wrong), I’ve had the same problem and I handled it by checking if lenght of the words is longer than index. Here is my solution:
Hi Kovelja009, Unfortunately that is not the case, I do not even get to play the game as soon as I press the Play button Unreal Crashes. I have typed out the solution fully but I have done that so much in testing where it crashes that I just put in the welcome message as that is where the FString is used. Thanks for the help though
Thank you for the offer
I was up so late last night I am not sure if I downloaded their code from github so will do that now before pressing on with just listening.
Thank you so much for your help though, it really is appreciated