I have problem with running example file

Discussion in 'Modeling' started by kw_robotics, Nov 7, 2017.

  1. I downloaded MoJoco pro 150 with student licence.
    and activated it. so I can run "simulation.exe" in ..\bin.
    Drag and drop example model "humanoid.xml"
    But It occur an error and shows test in console window that

    "XML parse error at line 0, column 0: Failed to open file"

    I can't solve this problem.
    I attach a capture of it.
    please help me. T.T
     

    Attached Files:

  2. Emo Todorov

    Emo Todorov Administrator Staff Member

    This can happen when the path to the file is invalid or the file cannot be opened for some other reason... not clear why it is happening to you. Can you open the file in a text editor and make sure it is a proper text file? Also, you can provide the path to the file as a command-line argument to ./simulate
     
  3. I solve this problem.
    It occurred because directory path includes non-english folder name.
    I changed folder name in english and it works normally.
    Thank you so much for your help :D