About the bugs that keil5 cannot open the project file, crashes, and does not display

About the bugs that keil5 cannot open the project file, crashes, and does not display



foreword

Recently, I was doing an embedded job. When configuring esp8266, I encountered the problem that the project file was not displayed and the flashback was opened. At the beginning, I thought it was an incompatible version, so I uninstalled keil5. I downloaded the latest version, but there was a problem. still. After that, I tried many methods, and finally recorded the methods I tried.


1. Opening the project does not display

Example: pandas is a NumPy-based tool created to solve data analysis tasks.
Reason: The file path of the project file (*.uvprojx) is too long.
Solution: Shorten the path and copy the project to the desktop.
insert image description here

2. Open the project and crash immediately

method 1

insert image description here
Delete the two files above the icon, some may also be one.

Method 2

Open the registry shortcut key win+R, enter regedit
and click the following path: HKEY_CURRENT_USER → SOFTWARE → KEIL → mineision5 → RecentProject, and then delete all other projects except the default
insert image description here

Guess you like

Origin blog.csdn.net/weixin_45464524/article/details/130275803