EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP > EQ2Map Troubleshooting

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 12-18-2007, 12:41 PM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default Auto Updating Issue

whenever i run the auto updater it will start running then tell me there is a script error and ask me if i want to debug it if i click no about 4 times the program runs normally(as far as i can tell) and works in game i dont know what is causeing this but its really driving me nuts.

I have tried to reinstall java and the program both neither one seems to fix the problem i dont know if there is a error log i can post cause i cant find one


OS is windows xp

any help would be appriciated if you need more info please tell me what you need
Reply With Quote
  #2  
Unread 12-18-2007, 02:15 PM
ShadowProwler420's Avatar
ShadowProwler420 ShadowProwler420 is offline
A Griffon
 
Join Date: Nov 2004
Server: Permafrost
Posts: 660
Default

Do you have the .NET framework installed?
__________________

"Certainty of death! Small chance of success! What are we waiting for?!"

Reply With Quote
  #3  
Unread 12-18-2007, 04:10 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

Quote:
Originally Posted by Xarcara View Post
whenever i run the auto updater it will start running then tell me there is a script error and ask me if i want to debug it if i click no about 4 times the program runs normally(as far as i can tell) and works in game i dont know what is causeing this but its really driving me nuts.

I have tried to reinstall java and the program both neither one seems to fix the problem i dont know if there is a error log i can post cause i cant find one


OS is windows xp

any help would be appriciated if you need more info please tell me what you need
Are you sure you are using EQ2MAP Updater , as it don't use scripts or java ?????
__________________
Pimigo / Splitpaw
Reply With Quote
  #4  
Unread 12-19-2007, 08:20 AM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default

net framework is installed and if its not a java error is some kind of code error for whatever.

if i bring up the debugger this is what i get:

Microsoft JScript Runtime error: Object expected

and then it breaks at this point

<script type="text/javascript">
_uacct = "UA-1459431-32";
urchinTracker(); <-----------


so you can se why i thought it was a java error
Reply With Quote
  #5  
Unread 12-19-2007, 09:29 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

jnils I bet that script error is coming from the news page being desplayed inside the updater. Maybe Xarcara needs to clear their cache if you cache this page like you to the maplist.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #6  
Unread 12-19-2007, 10:50 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

Quote:
Originally Posted by Landiin View Post
jnils I bet that script error is coming from the news page being desplayed inside the updater.
Sorry, Landiin is right, its the News page that fails, but i don't know why.

See if you can open it in your normal browser.
http://maps.eq2interface.com/updates.html
__________________
Pimigo / Splitpaw
Reply With Quote
  #7  
Unread 12-19-2007, 12:39 PM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default

the news page loads in my browsers and loads in the updater just fine. I cleared my cache in the auto-updater folder same issue


there are actually two breaks in the script, marked below
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1459431-32";
urchinTracker(); <---------
</script>
<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">
_qacct="p-80xBzMhbKolFI";quantserve(); <--------

Neither one of the two websites will load in my browser.

hope that helps

Last edited by Xarcara : 12-19-2007 at 12:53 PM.
Reply With Quote
  #8  
Unread 12-19-2007, 01:32 PM
Buyirugh's Avatar
Buyirugh Buyirugh is offline
A Dervish Cutthroat
 
Join Date: Sep 2005
Server: Unrest
Posts: 37
Default

Quote:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1459431-32";
urchinTracker();
</script>
<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">
_qacct="p-80xBzMhbKolFI";quantserve();</script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-80xBzMhbKolFI.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript>
<!-- End Quantcast tag -->


Those are both indeed part of the update page (http://maps.eq2interface.com/updates.html). You might want to check to make sure that your security settings are not too high. If you prevent execution of javascript for the Internet zone in Internet Explorer then this might be the cause of your problems.
__________________
Reply With Quote
  #9  
Unread 12-19-2007, 02:34 PM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default

checked the settings in both Internet explorer and Mozzila and in internet options all java and scripting related settings are enabled
Reply With Quote
  #10  
Unread 12-21-2007, 05:39 AM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default

just wondering if anyone had come up with a solution or am i fracked
Reply With Quote
  #11  
Unread 12-21-2007, 09:42 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

It has to bee a setting or firewall at your end.
__________________
Pimigo / Splitpaw
Reply With Quote
  #12  
Unread 12-21-2007, 12:04 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Possibly try adding the updater exe to window's firewall exceptions?
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #13  
Unread 01-09-2008, 06:26 AM
Xarcara Xarcara is offline
A Brown Bear
 
Join Date: Jan 2006
Server: Lucan DLere
Posts: 9
Default

im assuming this is a dead stick but just to fyi i get the problem with or without my firewalls up and with it added to my exception list
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:39 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI