Broken ISocketSubsystem in 4.13.1

Urrr… after upgrading from 4.13 to 4.13.1

Doing this return NULL pointer.

TSharedRef<FInternetAddr> nNetAddress = ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->CreateInternetAddr();

I already submited a bug report on this but any clue how to resolve this in the mean time?

I use 4.13.1 and ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->CreateInternetAddr() doesn’t return a nullptr.
Post a part of your code and explain how you check if nNetAdress is nullptr or not :slight_smile:

edit Never mind, verifying files then rebuilt the codes seemed to fix this.

Thx! :slight_smile: