Robot 2023/2024 freezes when switching GUI language

Robot 2023/2024 freezes when switching GUI language

netsonicyxf
Advocate Advocate
1,459 次查看
15 条回复
1 条消息(共 16 条)

Robot 2023/2024 freezes when switching GUI language

netsonicyxf
Advocate
Advocate

It jusr freezes, and it's CPU usage is 11% (Intel 8700k) as if it's under heavy analysis task.

0 个赞
已接受的解答 (2)
1,460 次查看
15 条回复
回复 (15)
2 条消息(共 16 条)

okapawal
Autodesk
Autodesk

Hi @netsonicyxf 

When does the program  freeze?

You should see the message that steel design code parameters will be changed and then that the program will be restarted.

Can you see these warnings?

okapawal_0-1681739003316.png

 

 



Waldemar Okapa

Sr Product Owner
0 个赞
3 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

@okapawal 

Yes, I saw this message, I pressed "OK" butten, then Robot freezed and never restart.

I tried unintsalling and reinstalling, but it doesn't sovle the issue.

0 个赞
4 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

What should I do to fix it?

0 个赞
5 条消息(共 16 条)

okapawal
Autodesk
Autodesk

Frankly speaking this is the first time I've ever seen such an issue.

Does it change the language when you kill the process and start the program again?

Does your user name include some special non-latin characters?

 

You may try to delete your local user data folder
C:\Users\your_login\AppData\Roaming\Autodesk\Robot Structural Analysis Professional 2023\CfgUsr



Waldemar Okapa

Sr Product Owner
0 个赞
6 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

1. It doesn't change the language when I kill the process and start the program again

2. My windows user name composes of tree English letters.

3. Deleteing the local user data folder
C:\Users\your_login\AppData\Roaming\Autodesk\Robot Structural Analysis Professional 2023\CfgUsr

doesn't help.

BTW, it never recreate itself when I kill the process and start the program again.

0 个赞
7 条消息(共 16 条)

Romanich
Mentor
Mentor

Hi @netsonicyxf,

What language do you need to switch to?

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 个赞
8 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

to English (United States)

0 个赞
9 条消息(共 16 条)

Romanich
Mentor
Mentor

Try the attached file.

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 个赞
10 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

When I clicked "Switcth to English", it shows "Open robot and load the model".

Then I opened Robot and creat a new model, it's the same language as before.

Any way, Thank you

0 个赞
11 条消息(共 16 条)

Romanich
Mentor
Mentor
已接受的解答

Hi @netsonicyxf ,

You should run the robot with some model (or empty model) and run the macro. Then close Robot and open it again.

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 个赞
12 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

It works! Thank you.😄

 

 

0 个赞
13 条消息(共 16 条)

yidan_cao
Observer
Observer

Hi, I'm having the same problem I can't get it resolved

0 个赞
14 条消息(共 16 条)

netsonicyxf
Advocate
Advocate

@Romanich 

The Robot 2025 has the same issue and it can be resolved by the same solution. Thank you.

 

When trying to switch either regional setting or printout language in Robot 2023~2025, they still freeze.

I want to

1. switching to "eurocode" and "united states" in regional setting

2. switching to "English" in printout language

 

Do you have the (VBA) solutions to these two issues as well? Thank you.

 

0 个赞
15 条消息(共 16 条)

tangld500
Explorer
Explorer

same problem with both version of 2023 and 2025. 😂😂

0 个赞
16 条消息(共 16 条)

tangld500
Explorer
Explorer
已接受的解答

Finally, I get this walkaround solution:

 

Adding these two lines of codes to the original script will set your Printout language to English and Reginal setting to US

RobApp.Kernel.Preferences.SetLanguage IRobotLanguage.I_L_PRINTOUT, 1
RobApp.Kernel.Preferences.SetLanguage IRobotLanguage.I_L_REGIONAL, 1

 

tangld500_0-1753373087587.png

 

Launch the macro as mentioned above, ie launch a random calculation then the macro.

tangld500_1-1753373300351.png

 

Now, if you want to change Reginal settings so that the section database, code etc can follow accordingly. 

I cancel the "update Preferences on exit" option and leave both language settings untouched (change language only with the macro, otherwise it will freeze again).

tangld500_2-1753373405918.png

tangld500_3-1753373573436.png

 

Sometimes it will bug again after switching region and relaunch robot.

(I can't figure out why. Error msg shows sth like "on going process, blabla". Maybe should kill the excel file before relaunching robot.) 

Simply sign out and login again (No need for reboot). 

 

 

 

 

 

 

0 个赞