Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why I can't load the game? #344

Open
Yanstory opened this issue Jul 15, 2015 · 10 comments
Open

Why I can't load the game? #344

Yanstory opened this issue Jul 15, 2015 · 10 comments

Comments

@Yanstory
Copy link

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
Copy link
Collaborator

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 [email protected] 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
#344.

@Yanstory
Copy link
Author

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

@AlexNisnevich
Copy link
Owner

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
Copy link
Owner

Let us know if the problem persists!

@Yanstory
Copy link
Author

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
Copy link
Author

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
Copy link

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

@picc-lu
Copy link

picc-lu commented Apr 11, 2018

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
Copy link

mackz-maxw commented Mar 18, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants