Unity crashes Suddenly - unity3d

I used unity a long time and suddenly it started to crash (on every unity version). My upm.log:
[2021-01-24T13:16:36.882Z][INFO] Creating server instance
[2021-01-24T13:16:36.932Z][INFO] Starting Server
[2021-01-24T13:16:36.946Z][INFO] Server started on port [65174]
[2021-01-24T13:16:37.254Z][INFO] Health Request received
[2021-01-24T13:18:52.909Z][ERROR] [Unity Package Manager (Upm)]
Parent process [18192] was terminated
I tried to log out and log in again, i tried to make a new inbound in the firewall but it didnt helped.
I hope u can help me

Did you use vaccine?
If so try uncheck unity folder and work folder. (DMZ)
Sometimes Vaccine has security issues.

Related

VSCode Remote Server stuck on initializing server

I'm currently trying to access a remote server using VS Code's Remote SSH extension. I haven't had a problem when using it before (that was around a month ago) but today when I tried to access the server I ran into some trouble.
I have the hostname and everything configured in a config file, and so I just click on that option and type in the password. However, VS Code seems to be stuck on "Opening Remote..." for the past hour or so. The dialogue I get in the terminal is as follows:
username#host's password:
Running remote connection script
Acquiring lock on /home/username/.vscode-server/bin/abcdefghijklmnop1234567989/
vscode-remote-lock.abcdefghijklmnop1234567989
Installing to /home/username/.vscode-server/bin/abcdefghijklmnop1234567989...
Downloading with wget
Does anybody know what the problem might be? Is this normal?
EDIT
As soon as I posted this the connection was successfully made. However, I would also like to still know what the problem was and if it normally takes around an hour, and what this process might be doing. I also believe it would be helpful to the community overall.
Thank you.
I've faced the same issue just now and realized that firewall protection has something to do with it.
As soon as I disabled it, the remote connection was established and I managed to see my code again.

Unity Multiplayer connection error before connecting "ClientDisconnected due to error: Timeout"?

Here I am making an Multiplayer(only 2 players) Game in Unity. Im using NetworkManager class. Here one player will enter by starting a host and the other player will enter as client by entering Server's IPAddress.
My issue is I am starting a server and when i try to connect front client i m getting the following error.
ClientDisconnected due to error: Timeout
UnityEngine.Networking.NetworkIdentity:UNetStaticUpdate()
But the same code was working fine before 30mins but getting this error frequently. Please help I am Stuck here. :(
Yes I Got the reason behind this. This problem is because of Unity servers, sometimes the Unity servers are busy it seems so the connection cannot be accomplished between the multiplayers.

Issue with running AssetBundleManager local server

Everytime I try to run the local server on unity I get this error:
ArgumentException: Can't find process with ID 787
After this error, the button is disabled. I'm using a Mac, I'm running behind a proxy but my co-worker said that he can run it just fine. Maybe it's a bug? Once I click the error, it directs to this line of code in the LaunchAssetBundleServer script, which comes by default with the AssetBundleManager that you can download from unity.
var process = Process.GetProcessById (instance.m_ServerPID);

VS 2013 Web Deployment Failing - Socket Error 10054

I posted on friday regarding this issue and received no response, however since then some updates have occurred which might affect whether people have an answer to my question or not.
I'm trying to deploy an MVC website to Azure, and in this particular project the web deploy receives a Socket Error 10054 and gives up after 10 attempts saying it was Unable to write data to the transport connection. It makes varying progress in between the socket failures but never completes within the 10 attempts.
I have since had a play around with other projects which are deployed to different url locations within this same Azure Account and they deploy fine! I think this means the problem is not on my end, i.e. port 8172 is open and deployment can be achieved with my current local settings.
What are the problems that can cause this socket error 10054? I saw somewhere that I should enable the "Allow untrusted certificate" option when deploying but I can't find that option within VS 2013.
Any ideas are welcome please,
This issue is driving me mad, it seems there's a real mixed bag of solution ideas which have worked for others but not me.
JK

"Authentication servers are down, please try again later." vanilla 1.8 MineOS

I have had a MineOS setup using the pre-packaged Turnkey bundle on a dedicated system and it worked at first, but recently the system kicked everyone off the server. Any attempt to reconnect give the message: "Authentication servers are down, try again later." and 4 days later, same issue.
From what I can tell this means that the server can't verify my user ID with Mojang's servers for some reason. I checked and there are no disruptions on Mojang's servers, so it must be my system. I tried disabling online-mode and it said "You are not whitelisted on this server." and still wouldn't let any one in. Im thinking this is an error in the firewall configuration but I dont know how or where to start with that. I have already verified that my router is not blocking access to Mojang's servers so it must be within my system configurations somewhere.
What confuses me is why it worked at first and then quit seemingly at random. Any thoughts on what is causing this and how to fix it? thanks in advance for any assistance
turns out the dns server had gotten messed up when changing a static ip. fixed that and everything started working again.