firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
223 stars 37 forks source link

[Bug] Fetching RemoteConfig in Unity editor shows windows error #780

Closed MichalDolezalAG closed 1 year ago

MichalDolezalAG commented 1 year ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

After updating Firebase from 11.1.0 to 11.2.0, editor started to show windows error when entering play mode. It's caused by fetching remote config. All our computers have Czech language (Česko). The error says:

Microsoft Visual C++ Runtime Library Runtime Error!

Program:

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

When the error is showing, play mode still run normaly. No error is shown in unity or in the log files. When you press OK, Unity shuts down.

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? Yes

What's the issue repro rate? (eg 100%, 1/5 etc) 100%

What happened? How can we make the problem occur? Set system language to Czech

plotlessplot commented 1 year ago

Can confirm that this issue also happens 100% of the time on Unity 2021.3.22f1 running on a Windows 11 PC set to Português (Portuguese).

paulinon commented 1 year ago

Hi folks,

It appears that the issue you're reporting is similar to what's described in this ticket in the C++ repository, and a fix for this is currently in progress. That said, I'll be closing this for now, and you may check the aforementioned threads for updates.