AlexNisnevich / untrusted

A meta-JavaScript adventure game by Alex Nisnevich and Greg Shuflin.
http://alex.nisnevich.com/untrusted/
4.59k stars 712 forks source link

Why I can't load the game? #344

Open Yanstory opened 9 years ago

Yanstory commented 9 years ago

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?

neunenak commented 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.

Yanstory commented 9 years ago

just a horn just like this...nothing happend.

AlexNisnevich commented 9 years ago

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).

AlexNisnevich commented 9 years ago

Let us know if the problem persists!

Yanstory commented 9 years ago

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)

Yanstory commented 9 years ago

I use IE and IE said this:

网页错误详细信息(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

manoharprabhu commented 8 years ago

ajax.googleapis.com CDN is probably blocked in China.

picc-lu commented 6 years ago

Here's a solution:

  1. Right click and click “Save As...”
  2. 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.
  3. run the html.

解决方法:

  1. 右击,将网页另存为
  2. 用记事本打开网页,找到<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>,再保存。
  3. 打开网页
mackz-maxw commented 2 years ago

Here's a solution:

  1. Right click and click “Save As...”
  2. 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.
  3. run the html.

解决方法:

  1. 右击,将网页另存为
  2. 用记事本打开网页,找到<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>,再保存。
  3. 打开网页

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.

image

I' m wodering how can I fix it.

mackz-maxw commented 2 years ago

Make runlocal on windows 10 still have errors, I copy untrusted.js from ealier branch and it works.