Jump to content

Visual C installer prompting on each startup


mentasm
Go to solution Solved by mentasm,

Recommended Posts

mentasm

Hi,

 

For the last 3 or 4 days, whenever the server starts I am getting prompted to install Visual C.  If I click yes, I get the repair/uninstall window, as iut is already installed.  I've tried a repair, but it made no difference and I was still prompted to install again on next restart.

 

Probably wouldn't be a major issue, but my media centre reboots every morning after disk image backup, so when the wife comes to the machine she is finding the installer priompt up on the screen over the top of ET.

 

Any idea why the server thinks it isn't installed when windows clearly knows it is installed?  Any way to fix other than re-installing Emby server whcih I really don't want to do? 

Link to comment
Share on other sites

mentasm

I'm still suffering this.

 

I have tried uninstalling visual c++ and letting it re-install.

 

It's become most annoying.  Why is emby server prompting to install something that is clearly already installed?

 

Is it worth me posting logs?

Link to comment
Share on other sites

mentasm

OK, here's the details.

 

On starting server I get this:

 

5795cd88a34d6_embystart.jpg

 

If I click yes I get this:

 

5795cdab74990_c.jpg

 

Here is the latest log:

 

 

Log.txt

Link to comment
Share on other sites

It's checking for the presence of this registry key under local machine, so perhaps you can verify that

                var subkey = Environment.Is64BitProcess
                    ? "SOFTWARE\\WOW6432Node\\Microsoft\\VisualStudio\\12.0\\VC\\Runtimes\\x64"
                    : "SOFTWARE\\Microsoft\\VisualStudio\\12.0\\VC\\Runtimes\\x86";

Please note, although you claim to have it installed, two things within Emby Server claim otherwise - first the registry check, then second, ImageMagick fails to load because it depends on it being installed. So I think there is definitely something going on in your environment.

Link to comment
Share on other sites

mentasm

Will check tonight.  Happy to install something if I have to.  Just want it fixed.

Link to comment
Share on other sites

well then maybe that is your problem if it is not part of the image. On some systems we've seen  you need to reboot after the c++ install and it looks like yours is one of them.

Link to comment
Share on other sites

mentasm

Sorry, that was unclear.  Image is taken, not applied.  I just like to keep the daily state backed up for a month

Link to comment
Share on other sites

mentasm

x64 key existed, x86 didn't.

 

Downloaded and installed x86 visual c++ 2013.  the 2nd reg key still doesn't exist.  Server still prompts to install the x64 version

Link to comment
Share on other sites

I don't have an answer for you then. I think there is a problem with your environment.

Link to comment
Share on other sites

mentasm

So what exactly are the requirements?  Both visual c++ 2013 x86 and x64?

 

this is what I have installed (from Add/remove programs screen)

 

57996e843c911_vc.jpg

Link to comment
Share on other sites

  • Solution
mentasm

I managed to fix this.

 

Something odd has obviously happened with a server update.

 

The Core_RL_wand.dll file was not in C:\Users\media\AppData\Roaming\Emby-Server\System\x64

 

I found it in C:\Users\media\AppData\Roaming\Emby-Server\System.old\x64 and copied it into the correct location.

 

The server now starts without prompting to install visual c++ 2013

Link to comment
Share on other sites

a previous version of the server had it's c++ version checking wrong, basically getting mixed up between x86 and x64 it was corrected a couple releases ago, prior to when you posted this so the whole time i just assumed you were running the latest version.

Link to comment
Share on other sites

mentasm

Any idea why the core_rl_wand.dll never made it into the C:\Users\media\AppData\Roaming\Emby-Server\System\x64 folder?

 

I assume the system.old folder was created by an upgrade process somewhere along the line?

 

Currently running version 3.1.6034.22791

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...