SDL_net icon indicating copy to clipboard operation
SDL_net copied to clipboard

SDLNet_SendDatagram fails if the socket is created with NULL address

Open captain0xff opened this issue 9 months ago • 0 comments

SDLNet_SendDatagram fails with the error Failed to send from socket: The system detected an invalid pointer address in attempting to use a pointer argument in a call. on windows if the socket is created by passing NULL as the first parameter of SDLNet_CreateDatagramSocket. I can reproduce it with voip-chat example.

captain0xff avatar May 01 '24 15:05 captain0xff