Open Yanstory opened 9 years ago
You shouldn't need IE. Chromium should work. If there is a bug preventing you from loading the game in Chromium or IE please let us know.
On Tue, Jul 14, 2015 at 7:44 PM, 862415702 notifications@github.com wrote:
I'm form china,I heard that I need IE to launch the game. But I can't see any thing,but just a horn,why? Can I launch it by using Chromium-included explorer?
— Reply to this email directly or view it on GitHub https://github.com/AlexNisnevich/untrusted/issues/344.
just like this...nothing happend.
The game should work now, but there was a period of time about a week ago when the JavaScript was corrupted. It's possible it got cached by your browser. Try clearing the cache and reloading (or try a different browser).
Let us know if the problem persists!
I open it on Windows XP and I use Chromium 42-included explorer to open.It doesn't work, either. (First comment is the situation on Win7)
网页错误详细信息(Page error details)
用户代理(UA): Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) 时间戳(The time stamp): Sat, 18 Jul 2015 05:08:00 UTC
消息: 'fn' 为空或不是对象(Message: 'fn' is empty or not the object) Line: 14 Characters: 109 Code: 0 URI: http://alexnisnevich.github.io/untrusted/lib/jquery.jplayer.min.js
消息: 'jQuery' 未定义(Message: 'jQuery' undefined) Line: 92 Characters: 1 Code: 0 URI: http://alexnisnevich.github.io/untrusted/scripts/build/untrusted.js
ajax.googleapis.com CDN is probably blocked in China.
Here's a solution:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
as <script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
or other reference you trust.解决方法:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
的 jQuery 引用换作<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
,再保存。Here's a solution:
- Right click and click “Save As...”
- Edit the html file that just saved, overwrite jQuery reference
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
as<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
or other reference you trust.- run the html.
解决方法:
- 右击,将网页另存为
- 用记事本打开网页,找到
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
的 jQuery 引用换作<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
,再保存。- 打开网页
I use chorme and win10 to find out that I can' t load the game, too. Then I followed these steps, the describtion of game loaded successfully but an error occured.
I' m wodering how can I fix it.
Make runlocal on windows 10 still have errors, I copy untrusted.js from ealier branch and it works.
I'm form china,I heard that I need IE to launch the game. But I can't see any thing,but just a horn,why? Can I launch it by using Chromium-included explorer?