Unity Webplayer installation error- Unity Webplayer update finished, but installed..
https://forum.unity3d.com/threads/unity-webplayer-installation-error-unity-webplayer-update-finished-but-installed.168840/
I have this issue thats been serious doing my head in.
When I install the latest unity web player, I always get the following error:
Failure to update Unity Web Player.
Unity Web Player update finished, but installed revision (4018001) is less than the required revision (4018002). Please reinstall.
I have searched far and wide and spend about 5 hours time, have seen and followed several threads of users with similar problems, but the solutions, which worked for them, did not work for me.
I have tried the following methods and always the the same error message:
1. Uninstall unity web player. Reinstall web player- didnt work
2. The above + restart computer reinstall web player - didnt work
3. The above + clear browser caches an all browsers installed on os, reinstall web player - didnt work
4. The above + delete all local unity files (all the folders from program files, which remain after installation), reinstall - didnt work
5. The above + download CCleaner and run cleaner and do registry clean, reinstall web player - didnt work
6. The above + use regedit and find every single instance of 'unity' and delete all unity entry files - didnt work
7. Installed the full webplayer .exe file from a .cab file (forum suggestion somewhere) - didnt work
8. Installed the unity editor (forum suggestion somewhere - didnt work
9. Tried clean installing it on firefox, IE9 and Opera.
Im running win 7 SP1, unity webplayer 4.0.1f2 using Firefox.
The webplayer used to work fine back in december (when i last used it here).
I am also located in China, so i wouldnt find it impossible to believe if there was some sort of internet communication problem.
I am a unity developer, in my office i have uninstalled and reinstalled the web player 100's of times, always without problem (just my luck that at home using my free time, i get these issues)
my best guess to the problem is, that somewhere, somehow some old files are stored somewhere (even though i removed all traces on unity) and when it runs the version check, it goes to the wrong directory (or doesnt find it).
any help on this would be great,a s i have literally been yelling at the monitor the whole morning, as this is an extremely frustrating bug.
===================================================================================================
Im gonna reply to this thread myself, as I have finally managed to find out the problem (and its a bug, so hope someone from unity is taking note).
Starting by just having uninstalled the unity webplayer (no need for regedits, cclean etc).
First, I install the unity loader.
this creates following folders on my system:
C:\Users\UserNamer\AppData\LocalLow\Unity\WebPlayer\loader
Next, I install the unity webplayer.
this creates the following two folders:
C:\Users\UserNamer\AppData\LocalLow\Unity\WebPlayer\mono
C:\Users\UserNamer\AppData\LocalLow\Unity\WebPlayer\player
Now, for the important bit:
Within each of these folders, there is a file called: 'info.plist'
If you open up that file with notepad, you can see the string:
<string>4.0.1f2</string>
(Please note, as of writing, the current unity webplayer version is 4.0.1f2, which is shown in the string above. Depending when you read this, your version number may be different)
now, inside of the 'loader' and 'player' folders, the string will have those values,
however inside the 'mono' folder, I have discovered the string to be different.
It shows:
<string>4.0.1f1</string>
not
<string>4.0.1f2</string>
so the version number is different!
I simply changed it so that its the same as the string in the 'player' and 'loader' file and,
it worked!
F***ing knew it all along that there was just some simple verification check at the end, which was causing the cockup.
I spent good 6 hours, researching, following all solutions, even doing system restores. Nothing, but anyway.
I tested this method step by step, repro-ed it about 5 times and it works 100% for my problem (or people who have the same problem as me).
on a final note, i have no idea why the webplayer is creating the bug, i have it running on about 20 systems at the office and no problem. Just for some unknowns reason it happens on my home computer, so i cant clock it off at work :/.
Anyway, if this solution proves useful for anyone, please leave a comment so that others know it works too.
I don't wish that crazy amount of frustration and troubleshooting for something that should be super simple, onto anyone.
Thanks!
Unity Webplayer installation error- Unity Webplayer update finished, but installed..的更多相关文章
- [Unity][Heap sort]用Unity动态演示堆排序的过程(How Heap Sort Works)
[Unity][Heap sort]用Unity动态演示堆排序的过程 How Heap Sort Works 最近做了一个用Unity3D动态演示堆排序过程的程序. I've made this ap ...
- Unity与Android交互-Unity接入高德地图实现定位以及搜索周边的功能(使用Android Studio)详细操作
刚进公司给安排的任务就是Unity接入高德地图,算是踩了不少坑总算做出来了,抽点时间写个博客记录一下 废话不多说 先上效果图 获取定位并根据手机朝向显示周边信息 使用的Unity ...
- C#开发Unity游戏教程之Unity中方法的参数
C#开发Unity游戏教程之Unity中方法的参数 Unity的方法的参数 出现在脚本中的方法,无论是在定义的时候,还是使用的时候,后面都跟着一对括号“( )”,有意义吗?看起来最多也就是起个快速识别 ...
- Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
注* 请先跳到文章后面的配置“操作系统的区域设置”部分,然后尝试重试安装VS,如果仍然失败,请看下面内容. 安装UAP SDK失败 Visual Studio 2015 RC Community 安装 ...
- 安卓真机调试 出现Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE....
[2016-08-20 14:38:39 - hybrid-android] Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE[2016-0 ...
- 模拟器报Installation error: INSTALL_FAILED_CONTAINER_ERROR解决方法
今天刚刚导入了一个项目,但是多次导入,始终有错误,解决不了.第一次是我导入项目之后,项目前边有红色叉号,但是项目里面却没有错误标志.重新打开Eclipse,方解决了这个问题.但是,在模拟器上运行,却始 ...
- Android安装失败 Installation error code: -110
在系统开发过程中,开发的app管理器,发现怎么安装都是失败. 详细的查看了log发现. I/ActivityManager( 899): START {dat=file:///mnt/sdcard/ ...
- 使用个推的时候出现Installation error: INSTALL_FAILED_DUPLICATE_PERMISSION
使用个推的时候出现 Installation error: INSTALL_FAILED_DUPLICATE_PERMISSION perm=getui.permissio... 解决办法: 先将手机 ...
- MySql Error: Can't update table in stored function/trigger
MySql Error: Can't update table in stored function/trigger because it is already used by statement w ...
随机推荐
- 2016/05/17 thinkphp3.2.2 分页的使用:①在Home下设置Publics文件夹或在thinkPHP下library的vender 把page.class.php 考贝进入 ②通过new 实例化方式调用 $page=new \Home\Publics\Page($total,3);
注意分页的方法有两种:一种是thinkphp3.2 自带的 另一种是之前新闻页用过的 显示效果稍有差别 显示效果: 细节问题: ①搜索页面 要加session判断 和 分页 ②修改 ...
- np_utils.to_categorical
https://blog.csdn.net/zlrai5895/article/details/79560353 多类分类问题本质上可以分解为多个二分类问题,而解决二分类问题的方法有很多.这里我们利用 ...
- intellij idea pycharm phpstorm webstorm 使用 FiraCode 作为编程字体,更新后字符乱码问题解决
先说使用下载 传送门 https://pan.baidu.com/s/1OI-novVYy-C74HIUfr9E6w windows: 1.下载后打开ttf文件夹,选择所有右键安装. 2.或者使用ch ...
- cmder 使用 linux bash 管道符 | grep 来筛选文件
ls -l | grep -i fira -rw-r--r-- 用户名 Feb : FiraCode-Bold.otf -rw-r--r-- 用户名 Nov FiraCode-Bold_01.ttf ...
- 记录-springMVC访问web-inf下文件问题+在jsp页面导入jquery插件路径不对问题
环境:spring + springMvc + mybatis + maven 关于在springMVC环境访问web-inf目录下文件,其一有在springMVC xml文件下加 <!-- 对 ...
- Data Decisions: DSP vs. DMP
http://www.cmo.com/features/articles/2016/3/9/data-decisions-dsp-vs-dmp.html As marketers assess the ...
- Linux安装Nginx使用反向代理
nginx的反向代理功能(自带了反向代理的功能,天生的二道贩子)1.实验环境准备准备2个服务器,都安装好nginx软件nginx1 192.168.13.79 作为web服务器 (理解为火车票售票点) ...
- JQuery日记 5.11 Sizzle选择器(五)
//设置当前document和document相应的变量和方法 setDocument = Sizzle.setDocument = function( node ) { var hasCompare ...
- QT设置TextEdit颜色
//设置textEdit颜色 QPalette palette= ui->receiveTextEdit->palette(); palette.setColor(QPalette::Ba ...
- 在vi或vim上查找字符串
从开头搜索 在命令模式下,输入/你要查找的字符 按下回车,可以看到vim把光标移动到该字符处 再按n(小写)查看下一个匹配 按N(大写)查看上一个匹配, capslock切换大小写,也可以在小写状态下 ...