-
Notifications
You must be signed in to change notification settings - Fork 7.7k
How to get start error logEn
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.
- Open a command line terminal window
- Switch to the XX-Net directory
- Execute start.sh
- 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.
https://github.com/XX-net/XX-Net/issues https://groups.google.com/forum/#!forum/xx-net
Paste the exception log, operating system, etc.