The map specified on the commandline '/Game/Maps/Maps/Men' Could not be found. Exiting -

Hi!
When I package my project and start it on my mobilephone i always get the error: The map specified on the commandline ‘/Game/Maps/Maps/Men’ Could not be found. Exiting -

I already read this post but nothing worked: The map specified on the commandline '/Game/GenericShooter/Maps/Menu' Could not be found. Exiting - - Multiplayer & Networking - Epic Developer Community Forums

Valey14,

In order to better assist you, I’m going to need for you to provide me the logs from your mobile device.

  • Attach your phone to the computer
  • Go here: C:\android-sdk-windows\tools
  • Open up Monitor.bat
  • Launch the program and save the logs

Make sure that you highlight all of the logs, because they do not save unless they’re highlighted.

Thank you!

Hi ,
when i try to open the monitor.bat it just opens a fraction of a second

Try going here: C:\android-sdk-windows\tools\lib\monitor-x86 and opening Monitor.exe, and then follow the instructions!

Thanks!

[link text][1]

(27.2 KB)

thats what i get, but now it says that i have no play store key

In the editor, did you click the button to turn on the Play settings? It’s buried in Project Settings > Android.

Hi,
now i am getting the error again, here is my log.
Pleas help!
[link text][1]

(66.1 KB)

After reviewing your logs, it seems that your device is running into a signal 11 crash. This crash is quite generic but it typically means that there is an issue with your gpu drivers on the device.

Could you please try the following:

  • Try reproducing this issue in a newly created project, make sure you try without adding additional maps, and also try by adding some maps in like your original project.
  • Try changing your target hardware to mobile & 2D/3D scalability. Try again with mobile & maximum quality
  • Try using ETC2 instead of ETC1
  • Update your Android device to Marshmallow if applicable

Please provide new monitor.bat files when you’re testing. You can also include the output logs from the error, in case you run into any errors packaging.

If you find exact reproduction steps, please list those out within your next reply.

Thanks!

Hi,
I tried to reproduce the issue with a new map.
I also tried packaging my project with 2d/3d scalability.
And I tried it with ETC2, but i get the error every time.

but i found out, when I launch my project instead of packaging it, the menu opens, but i get an other error" Error 1 exiting"[link text][1][link text][2][link text][3]

87312-launched,+new+error.txt (79.3 KB)
[2]: 87311-2d+3d+scaleable.txt (60.1 KB)
[3]: 87299-new+project,+multiple+maps.txt (64.6 KB)

So in the logs for 2d 3d scaleable.txt, the issue you’re running into is a Signal 11 crash. This means that your GPU drivers are having trouble with the project. You may need to update the drivers or software on your phone.

In the launched, new error.txt, I see there is a problem with locating some of your maps. Make sure that the maps are located in files that are being packaged for the project. You may want to also go to Project Settings > Maps & Modes and make sure that you have your maps set up correctly within the default map section.

What kind of devices are you using, and what is their version of Android?

Thanks!

in Maps an Modes there was no map set, but when i set a game default map, i get the error
" The map specified on the commandline ´/Temp/Untitled_0` could not be found. Would you like to load the default map instead?"
But i dont even have a map that is specified on that commandline.

I use my OnePlus 2 with Android 5.1.1 and its up to date.

Can you upload your project and provide it to me through a private message on the forums?

Thank you!

Any news about the error?

Valey14,

I have packaged and ran your project successfully on a , Nvidia Shield, Nexus 5x and a Nexus 6P. Unfortunately, we do not have the HTC One Plus 2, but the 5x and 6P were the closest devices that we had that I could test on. It could ultimately be the device itself. What I would suggest doing is if you’re able to, update the device to the newest version of the Android OS that’s out for your device.

Please keep in mind that all of the devices tested on are on Android Version 6.0.1 except for the Nvidia Shield which is on Android Version 6.0.

Looking forward to hearing back from you, thanks!

Hey Valey14,

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.

Thank you!

i am having the same issue with error code 1 with my maps. they are in the correct folder. any way someone can help?

Please submit a separate thread to AnswerHub with your logs included and additional details and we’ll assist you further.

Thanks!

Hi,

I had the same issue. I changed uproject filename when I built. I had to sync with perfoce and build it with engine source. Anyway it caused the cook path was modified. That’s why game couldn’t load map. I recommend you to use the same file name with the Name in uproject. It could resolved in my case.

Shin