Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
4
Question by jimmylucia · Oct 17, 2017 at 12:32 AM · error messagetroubleshooting

I keep getting an error regarding the Unity Package Manager, and no solution I have seen on here is working...

I just updated to Unity 2017.2, and every time I try to open a new or existing file, I get this error message after watching a progress bar of 25% sit frozen for ten seconds: Failed to start Unity Package Manager: operation timed out. Please see the Editor.log file for more information. I have deleted and reinstalled, I have gone to the terminal and returned the localhost, I cannot seem to find any kind of solution. Has anyone run into this on a Mac?

Comment
Add comment · Show 15
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image jimmylucia · Oct 17, 2017 at 07:07 AM 0
Share

Here is the info I get in my editor.log

[Package $$anonymous$$anager] Server::Start -- Port 50123 was selected Launching external process: /Applications/Unity/Unity.app/Contents/Tools/nodejs/bin/node /Users/Batcomputer/New Unity Project 1 Audio: F$$anonymous$$OD Profiler initialized on port 54900 Loading GUID <-> Path mappings...0.000083 seconds Loading Asset Database...0.000008 seconds AssetDatabase consistency checks...0.000185 seconds Refreshing native plugins compatible for Editor in 0.01 ms, found 0 plugins. Preloading 0 native plugins for Editor in 0.00 ms. [Package $$anonymous$$anager] Server::EnsureServerProcessIsRunning -- ReadyRequest exceeded maximum alloted time, ran for [10] seconds [Package $$anonymous$$anager] Server::$$anonymous$$ill -- Server was shutdown [Package $$anonymous$$anager] Package$$anonymous$$anager Server::Start -- Process restart attempt #8

It keeps making attempts, but I have no clue what the issue is. I'm new...

avatar image jakejolli · Oct 17, 2017 at 01:00 PM 0
Share

I'm getting the same thing on PC. I submitted a bug report and linked to this question.

avatar image okcompute_unity · Nov 02, 2017 at 07:45 PM 0
Share

I can't post my answer because of some issue with the captcha. Here it is as a comment.

Hi,



We have found one 100% repro step for this issue. An empty host file was the cause. We have a fix in the way. But in the meantime, can you check the content of your hosts file. It should be located here:


On Windows:

C:\Windows\System32\drivers\etc\hosts


On macOS:

/etc/hosts


$$anonymous$$ake sure the localhost host name is defined like this

127.0.0.1 localhost


Let me know if it resolve the issue!


Pascal

avatar image Medto · Nov 02, 2017 at 08:02 PM 0
Share

Thanks @okcompute_unity , It works!!

avatar image jimmylucia · Nov 02, 2017 at 10:39 PM 0
Share

This worked! Thank you so much. Right after the local host was this tag #Activation blocker. So I removed that and saved and Unity booted right up. Can't wait to start developing with this amazing tool. Thank you again!

Jimmy

Show more comments

10 Replies

· Add your reply
  • Sort: 
avatar image
5

Answer by datCloud · Dec 01, 2017 at 03:31 AM

Hi!

If there is still someone with the same error, try this:

On Windows > command prompt,

setx UNITY_NOPROXY localhost


On Mac > terminal,

export UNITY_NOPROXY=localhost


This will fix the error.
It is worth remembering that Unity has already corrected this error in later versions.

Cheers!

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Tobias_Rasmus · Dec 01, 2017 at 03:41 AM 0
Share

@datCloud it works!!! thanks dude :)

avatar image okcompute_unity · Dec 01, 2017 at 09:32 PM 0
Share

Hi @datCloud,


Thanks a lot for sharing this. I’ll add this recommendation in my response.


Regards,


Pascal

avatar image sergiolaca · Mar 22, 2018 at 11:21 AM 0
Share

it works thanx god

avatar image
3

Answer by okcompute_unity · Nov 07, 2017 at 01:01 PM

Update: The issue should be fixed in Unity 20172.0p4.


If not, please send us a bug report.


Pascal


--------------------------------------------------------------------------------------------------------


Hi,


We have found one 100% repro step for this issue. An empty hosts file is the cause. We have a fix in the way. But in the meantime, can you check the content of your hosts file. It should be located here:


On Windows:

C:\Windows\System32\drivers\etc\hosts


On macOS:

/etc/hosts


Make sure the localhost host name is defined like this

127.0.0.1 localhost


Another solution other users have reported to work is to set the UNITY_NOPROXY environment variable to localhost:

On Windows command prompt,

setx UNITY_NOPROXY localhost,127.0.0.1


On Mac > terminal,

export UNITY_NOPROXY=localhost,127.0.0.1


If this fix does not work or if your hosts file is already correct, we also found out that anti-virus softwares can prevent the Unity Package Manager process to start. In that scenario, you can disable your anti-virus software for a few minutes to test if it works. If it did, configure your anti-virus to whitelist the NodeJS bundled with Unity (Under Unity installation folder, /Tools/nodejs/node.exe on Windows of /Tools/nodejs/bin/node on other platforms).


Let me know if it resolve the issue!


Pascal

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Brutality-Arts · Nov 07, 2017 at 06:51 PM 0
Share

Yes this is the right solution, Fixed.

avatar image marquessbr · Nov 16, 2017 at 05:12 PM 0
Share

This work, but in part, because after I updated to High Sierra the message does not appear more, but my system was cracked and I need to power off my machine. So my solution was to install the patches manually one by one the Editor(...).pkg, the standardassets.pkg and the examples.pkg, so if any have the same problem I believe my machine is exactlly like other $$anonymous$$ac with the Sierra OS. Now after patched, the editor is working fine here, but I dont know what I need to do with the "builtin_shaders-2017" and "CacheServer" folders. Someone can tell-me what I need to do with these folders? thanks

avatar image aspurdy · Jan 30, 2018 at 12:12 PM 0
Share

Experienced this issue (or a similar one) with both 2017.3.0f3 and 2017.3.0p4 when opening a project from an existing Unity session. The host file solution alone didn't fix the issue for me, but after setting UNITY_NOPROXY everything seems to be working again.

avatar image
0

Answer by augustinus · Oct 19, 2017 at 07:39 AM

same to me. hmm... -_-;

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image jakejolli · Oct 19, 2017 at 12:04 PM 0
Share

Had to revert to 2017.1. No response from Unity yet. If I don't hear back soon I'll reach out to support.

avatar image
0

Answer by patrikmakrai · Oct 23, 2017 at 03:50 PM

Same here. Until this update, everything worked fine.

Environment: macOS Sierra 10.12.6

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Medto · Oct 30, 2017 at 01:17 PM

Hi, I'm a mac user, and struggling with this for a week, had to revert to 2017.1 as well.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

87 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Unity Constant Crashing 1 Answer

How to play an animation with a trigger? 3 Answers

my button dosent work, became a light switch instead of a normal button (like a bell) 1 Answer

unexpected symbol `public´ 1 Answer

What does "Compute mesh inertia tensor failed for one of the actor's mesh shapes!" mean? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges