Four blank errors in each new project

My errors seem to be coming from the script developer in Visual Studio. If I can fix that, I wont have the errors…

change it to .NET 3.5 work for me

Got the same problem today. Been using v. 2018.3.1f1. Nothing helped to fix it on this ver, however the problem disappeared when I downloaded the previous Unity version (2018.2.20f1)

Changing script runtime version to “.NET 3.5 (Deprecated)” worked for me.

The 4 blank errors went away and interactive tutorial now works.

p.s: Using Windows 7 - Unity 2018.3.2f1 fresh install after uninstalling 2017 (wich I hadnt used in the last 6 months)

I posted a similar question before in help but it was erased due to duplicates. I thought I’d share what fixed it for me. I simply updated windows (7) and voila errors gone. Good luck.

Hi, I think I found a way to solve the problem. go to unity, open Project settings> Player search for Scripting Runtime Version and switch to 3.5, unity will restart and everything will return to normal without errors :slight_smile: ready, solved.

Hello,

Had the same problem. Install windows update from this link to your 32 bit or 64 bit system accordingly:
https://support.microsoft.com/en-us/help/2533623/microsoft-security-advisory-insecure-library-loading-could-allow-remot

Regards.

2 Likes

Hello,

Had the same problem. Install windows update from this link to your 32 bit or 64 bit system accordingly:
https://support.microsoft.com/en-us…ry-insecure-library-loading-could-allow-remot

Regards.

7 Likes

Is there a way to fix it with the new net 4.x script runtime? The net 3.5 switch fixes the issue but will that be viable for future updates?

Hi,
i had the same problem and my fix was to install Windows6.1-KB3172605-x64 and Windows6.1-KB3020369-x64. After that the problem was solved! Hope it helps you out :slight_smile:

greetings

1 Like

sry for repost :stuck_out_tongue:

its https://www.microsoft.com/de-DE/download/details.aspx?id=53335
and https://www.microsoft.com/en-us/download/details.aspx?id=46817
i have win 7 64 bits, if it says it can´t install you need to enable the update service :wink:

greetings

2 Likes

Hey everyone,

For windows 10 users, there is a fix for this:

" …You can, however, try to do a clean reinstall of Unity by following these steps:

  • Uninstall Unity
  • Delete Unity folders inside %appdata%/Roaming, %appdata%/Local and %appdata%/LocalLow directories.
  • Delete C:/ProgramData/Unity folder (ProgramData is hidden)
  • Clear registries occupied by Unity (using software like CCleaner)(I suggest using the free trial for CCleaner)
  • Install Unity with Anti-virus software turned off. …"

I sent a bug report regarding this issue, and thanks to Liutauras, I was able to get rid of the errors :slight_smile:

sry for re repost,
but it´s important for windows 7…
if you install the updates and have the windows defender service disabled it will pop up an error on restart and get stuck at 30%. np just restart your machine but maybe it´s better to enable it first… sry for 3 posts but i thought it could be important :expressionless:

greetings

1 Like

I also have found some solution for those errors:

Thanks, this solved it!

2 Likes

For some reason, I’m not able to install this Windows Update. I also read that deleting the manifest.json file, inside “Packages” folder (after creating the project) would work, but it didn’t for me. Finally I managed to avoid the issue with a rudimentary solution.

In case someone is having the same issue, this is what I did: I created the project using an older version of Unity (in my case 2017.4.20), and then closed it. Once the project has been created, I open it with any Unity 2018 (like 2018.3.2) and after the short usual process of converting the project to the modern version, the project finally opens. The blank errors are gone, so I can start working as usual with the 2018 version.

I’m not a Unity expert, but if someone is having this problem, and can’t install the Windows Update, this might work.

Thanks everyone!

I’m on w10 and having the same issue in 2018.3.02f. And i can’t take any of the working solutions cause i can’t go back to 2018.2.x because i am using some of the new features. Neither i can put the net in 3.5 because of the same, i am using code that not works in 3.5. Its a school project so i need a fix to this, or i won’t be able to finish it. I am pretty much fucked, i dont know what to do.

EDIT: OMG . I dont know how but i had the exe of unity in compatibility mode for win8. Disabling that fixed the problem.

2 Likes

Hello

Hello, do you have the windows update service running ? if you have disabled it, then unplug your internet connection if you need to and reenable it to install them; or maybe you need to install windows 7 service pack 1 first. then install Windows6.1-KB3172605-x64 and Windows6.1-KB3020369-x64. if one of this two wont install try the other, they need to be installed in order…

its https://www.microsoft.com/de-DE/download/details.aspx?id=53335
and https://www.microsoft.com/en-us/download/details.aspx?id=46817

i hope this will help you

regards

what options will i loose if i switched to .net3.5

Thank! Changing the compatibility mode helped me too.
What I did:

  1. updated my windows 10 completely (a dark theme appeared, it’s cool :))
  2. went into the folder where Unity is installed. Right-clicked Unity.exe, select properties, then the compatibility tab and uncheck the box "run the program in compatibility mode c: "and clicked apply.
    And it worked!

4335811--391213--Безымянный.png

2 Likes