View unanswered posts | View active topics It is currently Sun May 12, 2024 1:53 pm



Reply to topic  [ 16 posts ] 
can't bring up the character stat screen in firefox or IE 
Author Message
The Artificer

Joined: Sun Jul 14, 2013 11:13 pm
Posts: 300
at not least on these computers at my campus' library. those are the only two browsers installed on these machines.


Thu Nov 20, 2014 9:25 pm
Profile
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Weird... works ok for me at the moment... ummmmmmmmmmmm

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Thu Nov 20, 2014 9:53 pm
Profile WWW
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Long shot: Shift+F5?

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Thu Nov 20, 2014 9:53 pm
Profile WWW
Anuran Sentinel

Joined: Mon Aug 05, 2013 7:07 pm
Posts: 254
Getting some really bad lag effects. I mostly button mash playing my warrior. I hit 1, 2, and D repeatedly. While doing this it wont let me change targets and I have to wait until it gets through all the queued 1, 2, D presses before I can do anything else. It also counts all those summon next monsters and I have to wait to cycle through all of them.

Making it very hard to play.


Thu Nov 20, 2014 11:39 pm
Profile
The Artificer

Joined: Sun Jul 14, 2013 11:13 pm
Posts: 300
okay, i'm home now. i could open the stats screen when i first loaded up nevergrind on my home computer, but after tabbing over to this window and then tabbing back the stats screen is no longer working. and now the mob lifebar window has disappeared too.

perhaps screen positions of movable windows are being incorrectly written to the save file? maybe the stats screen is actually opening, just the game is trying to draw it at a position that is effectively not on my monitor.


Fri Nov 21, 2014 4:27 am
Profile
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Perhaps? Try typing this in the console: $("#window1").css({top:0, left:0, display:'block'});

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 10:40 am
Profile WWW
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Badplayer01 wrote:
Getting some really bad lag effects. I mostly button mash playing my warrior. I hit 1, 2, and D repeatedly. While doing this it wont let me change targets and I have to wait until it gets through all the queued 1, 2, D presses before I can do anything else. It also counts all those summon next monsters and I have to wait to cycle through all of them.


This sounds like something odd is going on on your local machine. Even my Kindle HDX tablet doesn't lag. Does this problem change if you close out the browser and re-open it? I've never seen input lag so that sounds rather bizarre to me. Input should happen in less than a millisecond.

The next time that happens... do me a favor and open your console and type $("*").length and tell me what it returns :)

Maybe a shit ton of elements are accumulating on the DOM somehow. A huge DOM (basically a memory leak) can possibly make the game run like shit. That's the only thing I can think of right now.

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 10:46 am
Profile WWW
The Artificer

Joined: Sun Jul 14, 2013 11:13 pm
Posts: 300
copy and paste from console:

6java1.js:1 Uncaught TypeError: undefined is not a function
http://www.nevergrind.com/ Failed to load resource: net::ERR_CACHE_MISS
$("#window1").css({top:0, left:0, display:'block'});
[<div id=​"window1" class=​"strongShadow ui-draggable" style=​"top:​ 0px;​ left:​ 0px;​ display:​ block;​">​…​</div>​]
2java1.js?v0-7-160:1 Uncaught TypeError: undefined is not a function
3java1.js?v0-7-160:1 Uncaught TypeError: undefined is not a function
java1.js?v0-7-160:1 Uncaught TypeError: undefined is not a function
4java1.js?v0-7-160:1 Uncaught TypeError: undefined is not a function




that command you had me enter brought up the Talents tab of the stats screen. was unable to switch to other tabs. and when i closed the stats window i was then unable to reopen it -- those typeerrors are what popped up when i tried reopening the stats.

oh, and i isolated the problem a bit more -- when i first load the game i can open the stats screen fine with C, but after closing it and trying to open it with T i start having issues.


Fri Nov 21, 2014 5:03 pm
Profile
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Oh, okay. I'll take a look at that. I guess that's why I didn't find it because I always open stats with C.

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 5:07 pm
Profile WWW
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
I think it's something with my reportTalent() function. What class are you playing?

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 5:11 pm
Profile WWW
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Shadow Knight, I bet. I know the problem.

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 5:13 pm
Profile WWW
The Artificer

Joined: Sun Jul 14, 2013 11:13 pm
Posts: 300
yup, shadow knight =p you know me


Fri Nov 21, 2014 6:01 pm
Profile
Anuran Sentinel

Joined: Mon Aug 05, 2013 7:07 pm
Posts: 254
Lag effect must have been on my end. Not having any trouble with it at the moment.


Fri Nov 21, 2014 9:51 pm
Profile
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Good! :D

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Fri Nov 21, 2014 10:41 pm
Profile WWW
Anuran Sentinel

Joined: Mon Aug 05, 2013 7:07 pm
Posts: 254
Not letting me load any toons that are in cities or travel to any city. Both Firefox and chrome.


Sat Nov 22, 2014 4:16 pm
Profile
Site Admin
User avatar

Joined: Thu Jan 03, 2013 12:56 am
Posts: 4133
Location: Crofton, Maryland
Fixed. Sorry a bit late on this one. Attended a wedding yesterday. :o

_________________
Nevergrind - Web Browser RPG
Nevergrind 2 Test Server
Firmament Wars - Multiplayer Grand Strategy Warfare
YouTube | Facebook | Discord


Sun Nov 23, 2014 11:22 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 16 posts ] 

Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software