Thread: Update 7.0
View Single Post
04/20/21, 05:02 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,962
Known bug on PTS:
Currently using the script to change the language is cuasing the PTS client to crash (at least if you are using the German client, but I've also installed the English Audio and Video files via the launcher: Same problem):

Code:
/script SetCVar("language.2", "en")
Addons using the same function to change the language seemed to crash the client as well.

Also crashes if other languages like "de", "fr", "ru" are used.
Did not depend on the charactername, and all addons were disabled.

Edit
Workaround Info by ZOs:
In regards to the set language crash: We know what the issue is and are putting in a fix. In the mean time, you can avoid the crash by having a companion with you. It crashes when theres no companion and you try to change language.

Last edited by Baertram : 04/21/21 at 08:30 AM.
  Reply With Quote