I can’t find the solution even if I search on Google
When I run -game I get that error
Hi and welcome to the community.
Which course is this relating to? Which version of unreal engine are you using? Did your Windows firewall prompt to open a port and did this work?
Often these things are missing something in the code so a new steps to try.
- Close the editor and delete the binaries and intermediate folders from your project directory
- Review your code against the end of lecture code in the course and ensure it is the same
- Add more logging and see at which point the error is occurring.
Start with this and let me know how you get on.
This is the 6th lecture in Unreal 4 C++ Multiplayer Master: Intermediate Game Dev.
Window firewall doesn’t work
My Unreal Version 5.2
- Even if I delete the binaries and intermediate folders and run it, I get the same result.
- All code is the same
- more log limit character
Ok, this course is designed for UE 4,not 5 so that is a potential source of failure.
Ok,without seeing the project I am unable to help so if you could once again remove the binaries and intermediate folders, zip up the directory and upload to https://gdev.tv/projectupload and let me know when you are done. I will try take a look at it but it may take a few days.
I sent the zip. Thank you so much for your kind help.
Ok, This works fine for me. I did a very quick test and get no errors and it launches so you have the project set up correctly. I do know that sometimes non-ascii characters in a path, and spaces as well, can cause an issue so you could try that. Also, make sure your project is not stored in your Windows One Drive folder.
Other than that, I can confirm that the issue is not with the project but rather with your PC setup. This I cannot help with unfortunately.
Thank you for helping me.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.