Everything works until I try to join a local session on my laptop. The session is there as I have a debug message.
CODE
if mplay_session_find()>0
{
if mplay_session_name(0)="Main_Server"
{
show_message("Server Found...Connecting")
mplay_session_join(0,string(Username))
if mplay_session_status()=2
{
show_message("Connection to server success. Press OK to continue to check Username and Password")
}
if mplay_session_status()=0
{
show_message("Connection to server failed.")
}
exit
}
}
{
if mplay_session_name(0)="Main_Server"
{
show_message("Server Found...Connecting")
mplay_session_join(0,string(Username))
if mplay_session_status()=2
{
show_message("Connection to server success. Press OK to continue to check Username and Password")
}
if mplay_session_status()=0
{
show_message("Connection to server failed.")
}
exit
}
}
It does not connect in the end.
Also, if I try on a friends computer, which I did, it works fine.
The connection is tcpip and the mplay_session_status() returns as 0.
Is there any programs that interfere with Mplay? Thnx in advance.
I have tried:
Shutting Windows Firewall
Shutting Windows Defender
Opening all ports on router
Closing all software that communicates with the internet
