You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PythonEngine.Initialize();
PythonEngine.Exec("from System import String\nString.Format('{0},{1}', 1, 2)"); //crashes here
int i = Runtime.Py_Main(cmd.Length, cmd);
PythonEngine.Shutdown();
in python, this line crashes
The text was updated successfully, but these errors were encountered:
sekkit
changed the title
String.Format("x,y = {0},{1}", Screen.width, Screen.height)
using String.format crashes in python
Dec 21, 2021
Environment
Details
using
The text was updated successfully, but these errors were encountered: