goulcode Posted March 31, 2022 Share Posted March 31, 2022 Hello guys! Well, I'm using a Canonical Ubuntu 20.04, installed mono and done everything needed to run the server. But I still getting this error, anyone knows what should I do? Thanks! Link to comment Share on other sites More sharing options...
0 panda Posted April 1, 2022 Share Posted April 1, 2022 See if your issue is related to this: https://github.com/AscensionGameDev/Intersect-Engine/issues/1111 Link to comment Share on other sites More sharing options...
0 goulcode Posted April 1, 2022 Author Share Posted April 1, 2022 On 4/1/2022 at 12:27 AM, panda said: See if your issue is related to this: https://github.com/AscensionGameDev/Intersect-Engine/issues/1111 Expand Oh, ya my mono is in v6.12 and I'm using arm64 ubuntu... Trying to figure out how can I install mono 6.8 Link to comment Share on other sites More sharing options...
0 Xiphoid Posted April 1, 2022 Share Posted April 1, 2022 On 4/1/2022 at 1:47 AM, goulcode said: Oh, ya my mono is in v6.12 and I'm using arm64 ubuntu... Trying to figure out how can I install mono 6.8 Expand https://linuxize.com/post/how-to-install-mono-on-ubuntu-20-04/ This will fix it Link to comment Share on other sites More sharing options...
0 goulcode Posted April 1, 2022 Author Share Posted April 1, 2022 On 4/1/2022 at 4:13 AM, Xiphoid said: https://linuxize.com/post/how-to-install-mono-on-ubuntu-20-04/ This will fix it Expand I've already used this steps, but it's installing mono 6.12 and I'm searching for 6.8... I tried use "sudo docker run -d -t -p 5400:5400/udp mono:6.8.0" but stucks in "Loading" Link to comment Share on other sites More sharing options...
0 goulcode Posted April 1, 2022 Author Share Posted April 1, 2022 I could make it run, but i'm getting this problem: UPnP Service Initialization Failed. You might not have a router, or UPnP on your router might be disabled. See logs for more information Reveal hidden contents EDIT: I'm using Ubuntu 20.04 on Google Cloud and already made an Firewall Rule "0.0.0.0/0" 5400 UDP Link to comment Share on other sites More sharing options...
0 panda Posted April 1, 2022 Share Posted April 1, 2022 On 4/1/2022 at 2:18 PM, goulcode said: I could make it run, but i'm getting this problem: UPnP Service Initialization Failed. You might not have a router, or UPnP on your router might be disabled. See logs for more information Reveal hidden contents EDIT: I'm using Ubuntu 20.04 on Google Cloud and already made an Firewall Rule "0.0.0.0/0" 5400 UDP Expand Well if you're using Google Cloud you don't need UPnP and you can disable it in your config to get rid of the warning. Link to comment Share on other sites More sharing options...
0 goulcode Posted April 1, 2022 Author Share Posted April 1, 2022 On 4/1/2022 at 2:36 PM, panda said: Well if you're using Google Cloud you don't need UPnP and you can disable it in your config to get rid of the warning. Expand I disabled UPnP and everything is fine! Thanks! Link to comment Share on other sites More sharing options...
0 panda Posted April 1, 2022 Share Posted April 1, 2022 On 4/1/2022 at 3:13 PM, goulcode said: I disabled UPnP and everything is fine! Thanks! Expand To be clear, there was no issue before, it was just a warning that UPnP (automatic port forwarding) wasn't working. So long as you have manual port forwarding set up, the warning means nothing. Link to comment Share on other sites More sharing options...
Question
goulcode
Hello guys!
Well, I'm using a Canonical Ubuntu 20.04, installed mono and done everything needed to run the server.
But I still getting this error, anyone knows what should I do?
Thanks!
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now