RT-Thread studio not opening

Created at 2020-12-15 11:10:03

e0133d531aa58e77925a37ee6db21392.png

I tried to open the Rt-thread studio but I am unable to open it.
I installed version 1 and version 2 it happens to me at both version I also tried reinstalling but issue is not fixed. I even tried using the VPN but no improvement. I kept my system on whole night waited to see if the IDE is slow but the issue still exists. The login page is always blank and I am unable to login. Is there a way to fix it or can I somehow bypass login page.{{Screenshot (112).png(uploading...)}}

更多

Follower
0
Views
1.4k
ErikChan
ErikChan 2020-12-16

Finally, with Varun's help, this issue was solved.

If you guys meet this kind of problem,
please open studio.ini which was located in the root directory of RT-Thread studio,
and then, modify
-Dorg.rtthread.studio.browser.systemdefault=false
to be
-Dorg.rtthread.studio.browser.systemdefault=true

With all operations above, open RT-Thread studio again

4 Answers
ErikChan
ErikChan 2020-12-15

Welcome, varun.

Would you like to show me the content of studio.ini which was located in the root directory of RT-Thread studio?

And then check the value of -Dorg.rtthread.studio.isGlobal;if it's false, please set it to be true.

image.png

image.png

varun
varun 2020-12-15

The value is True by default @ErikChan
Capture.JPG

jutga34
jutga34 5天前

Do you want to implement some kind of automated build? You can also directly use the make command on the cmd command line shell to build the project, but you must first add the build tool path to the system environment, and then make the makefile in the debug directory of the project
https://github.com/RT-Thread/rt-thread/blob/master/documentation/quick-start/quick_start_qemu/quick_start_qemu_macos.mdSnow Rider 3D

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share