1

I installed the Pepper SDK according to the guide (https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch1_gettingstarted/installation.html) multiple times now, but as i am starting the Robot Emulator for Pepper or trying to connect to the real robot, Android Studio just closes without any error. I looked into the Windows Event Viewer and it says the problem is located in qi.dll in C:\Users[name]\AppData\Local\Temp\qi.dll. The last message in the Event Log says "QI_WRITABLE_PATH=D:\Softbank Robotics\RobotSDK\API 7/naoqi-config/ D:\Softbank Robotics\RobotSDK\API 7\tools/bin/naoqi-bin.exe --qi-listen-url tcp://127.0.0.1:9570" and the emulator loads to 0-17% before closing. I already tried to reinstall pretty much everything and different versions, but nothing helped.

Yannic
  • 23
  • 2

1 Answers1

0

First, are you running it on a compatible system?

Given that you are on Windows 11, this troubleshooting section might apply to your case:

Connection to a real or virtual robot is impossible and log contains:

java.lang.UnsatisfiedLinkError: C:\Users\[yourUserName]\AppData\Local\Temp\qi.dll

The error may be caused by space character your session name [yourUserName].

Victor Paléologue
  • 2,025
  • 1
  • 17
  • 27