Skip to content

How to get start error logEn

Michael-X-Net edited this page Feb 4, 2023 · 1 revision

How to solve startup problems

If there is a problem with startup, the status page and logs cannot be viewed, and the problem cannot be analyzed. What should I do? Here is the way to analyze the problem: start.bat/start.sh

###Windows system Press Win key + R, enter cmd, and open the cmd command line window (Assume the XX-Net path is D:\Tools\XX-Net) Switch to the XX-Net directory: D: (press Enter) cd \Tools\XX-Net\ (press enter)

Execute the start command: python3\python.exe code\default\launcher\start.py You can see that there is a log output to see where the problem lies. If you can’t solve it, you can post the log to the Issues area for feedback and seek help.

Mac and Linux platforms

  1. Open a command line terminal window
  2. Switch to the XX-Net directory
  3. Execute start.sh

Other solutions for Windows system

  • Method 1 Close xx-net, right click on the taskbar and "Start Task Manager" - find pythonw.exe - end the process.
  • Method 2 Re-download the corresponding version and decompress it, and copy the entire directory of XX-Net/data that was in use to the new version. Double-click the start shortcut.

If you still can't solve it, please feedback to:

https://github.com/XX-net/XX-Net/issues https://groups.google.com/forum/#!forum/xx-net

Paste the exception log, operating system, etc.

Clone this wiki locally