![Martin Fleisz](/assets/img/avatar_default.png)
In case alternate shell was set to an empty string ("") the old code would try to convert it to a WChar string. This resulted in a NULL pointer being returned by `ConvertUtf8ToWCharAlloc` that was interpreted as an error and the connection failed.
In case alternate shell was set to an empty string ("") the old code would try to convert it to a WChar string. This resulted in a NULL pointer being returned by `ConvertUtf8ToWCharAlloc` that was interpreted as an error and the connection failed.