View Today's Active Threads (No Chit Chat/Chit Chat Only) / View New Posts (No Chit Chat/Chit Chat Only) / Mark All Boards Read / Chit Chat Board
Chit Chat - Main Board / Games / Movies / Music / Sports / Video Games / Chit Chat - Classic / View Latest Threads in All Chit Chat Boards
![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Jason is waiting.
Forum Regular
|
I think SCOL needs to et a computer question board up, I have found other sites with them they hust talk about how to fix computers if there's something wrong with them. Anyways this is what I have wrong I can't get my pass word working on my yahoo mail arron_392001@yahoo.com is my name,but this is what it says when I try to get my password Yahoo! Mail experienced a login error:
name:ReferenceError message:setupInit is not defined lineNumber:704 fileName:file:///C:/Users/Test/Desktop/launch.ht any body knows what this means?<html><head><!-- Copyright 2008 Yahoo!, Inc. All rights reserved. --> <meta http-equiv="Expires" content="Sat, 16 Nov 2002 00:00:01 GMT"> <meta http-equiv="Content-type" content="text/html;charset=utf-8"><title>Yahoo! Mail</title> <script language="JavaScript"> window.onerror = function(sMsg,sUrl,sLine){ var str, RS, sLaunch = (window.gLaunchSequenceCompleted&&gLaunchSequenceCompleted)?"aLaunch":"bLaunch"; var brows="otherBrows",plat="otherPlat",ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('msie')!=-1){brows='ie';} else if (ua.indexOf('safari')!=-1){brows='saf';} else if (ua.indexOf('firefox')!= -1){brows='ff';} if (ua.indexOf('mac')!=-1){plat='mac';} else if (ua.indexOf('windows')!= -1){plat='win';} str = ["ScriptError",brows,plat,sLaunch]; RS = document.createElement("IMG"); RS.onload = function(){ eval( "'onload'; this.onload = null; this.onerror = null;" ) }; RS.onerror = function(){ eval( "'onerror'; this.onload = null; this.onerror = null;" ) }; RS.src = "rs?log=ScriptError;" + str.join("-"); RS = null; // break closure window.onerror = null; return false; } function _exit(reason, msg, stack, extraParamStr) { var sFormHTML = "", sMethod = "GET", sUrl; var oFormEl, forceLog = 0; switch (reason) { case "missingJS": case "noactiveX": case "QS": case "cache": break; case "cookie": if (msg || stack) sMethod = "POST"; break; case "launchFailure": sMethod = "POST"; break; default: reason = "launchFailure"; sMethod = "POST"; break; } msg = msg || "unknown"; msg = reason + "\n" + msg; try { if (location.search.indexOf("logJSErr=1")) forceLog = 1; } catch (e) { forceLog = 0; e = null; } sUrl = ["troubleLoading?prob=", reason, "&log=", forceLog, "&", extraParamStr].join(""); //post to trouble loading sFormHTML = [ "<form id='errForm' name='errForm' action='", sUrl, "' method='", sMethod, "' hidefocus='true' tabindex='-1' ", "style='visiblity:hidden;display:none'><input type='hidden' name='msg' value='", escape(msg), "' /><input type='hidden' name='stack' value='", escape(stack), "' /></form>" ]; try { sFormHTML = sFormHTML.join(""); oFormEl = document.createElement("div"); oFormEl.innerHTML = sFormHTML; document.body.appendChild(oFormEl); oFormEl = document.getElementById('errForm'); } catch (e) { e = oFormEl = null; } _exit = function() {}; if (oFormEl) { oFormEl.submit(); } else { window.location.href = sUrl; } } </script> <script language="JavaScript"> var gLaunchSequenceCompleted = false; var gPostLaunchSequenceCompleted = false; var activeX = { enabled: true,xmldom:'MSXML2.DOMDocument.3.0',xmlhttp:'MSXML2.XMLHTTP.3.0',message:'', _newDOM: function(bt) { var ret = null, e1, e2; if ("ActiveXObject" in window) { try { ret = new ActiveXObject(activeX.xmldom); } catch (e1) { e1 = ret = null; } if (!ret) { try { ret = document.createElement("XML"); ret.loadXML("<f />"); ret.XMLDocument = ret.documentElement; } catch (e1) { ret = null; } } } if (!ret) try { ret = document.implementation.createDocument("", "", null); } catch (e2) { ret = null; }; return (bt) ? {err:e1||e2,msg:"xmldom:failure\n"} : ret; }, _newHTTP: function(bt) { var ret = null, e; try { ret = new XMLHttpRequest(); } catch (e) { e = ret = null; } if (!ret) try { ret = new ActiveXObject(activeX.xmlhttp); } catch (e) { ret = null; } return (bt) ? {err:e,msg:"xmlhttp:failure\n"} : ret; } } function _CD(action) { if ( action != "exit" ) return; deleteCookie( "YM.BM", "/", "yahoo.com" ); var url = "http://login.yahoo.com/config/login?logout=1&.src=cdgm&.intl=us&.direct=2&.done=http://www.yahoo.com&.last=http://mail.yahoo.com"; var redirectObj = elt ("uh_soredirect"); if (redirectObj && redirectObj.value.length) url = redirectObj.value + url; window.top.location.href = url; } function _H4O(event, srcElement) { } function _MMOH(event, srcElement) { } function getExceptionDetail(e, sep, stack) { if(!sep) sep = "\n"; var msg = ""; if(!e) return msg; if(e.name) msg += "name:"+e.name+sep; if(e.message) msg += "message:"+e.message+sep; if(e.number) msg += "number:"+e.number+sep; if(e.lineNumber) msg += "lineNumber:"+e.lineNumber+sep; if(e.description) msg += "description:"+e.description+sep; if(e.fileName) msg += "fileName:"+e.fileName+sep; if(stack && e.stack) msg += "stack:"+e.stack+sep; return msg; } function Timer () { this.start = 0; this.total = 0;} function Stopwatch (name) { this._name = name; this._timers = {}; this.start = function (name) {this.startIfNeeded(name);}; this.startIfNeeded = function (name) {var t = this._timers[ name ]; if(!t) t = new Timer(); if (t.start!=0) return; t.start = ( new Date() ).getTime(); this._timers[ name ] = t;}; this.stop = function (name) {this.stopIfNeeded(name);}; this.stopIfNeeded = function ( name ) {var t = this._timers[ name ]; if (!t || !t.start) return; t.total += ( ( new Date() ).getTime() - t.start ); t.start = 0;}; this._getTimer = function (name) {return this._timers[name];}; } var gLaunchProfile = new Stopwatch("LaunchProfile"); var gLaunchStartTime = ( new Date() ).getTime(); gLaunchProfile.start("PreOnload"); gLaunchProfile.start("-kPartner"); var kPartner = { 'location': 'http://us.mg2.mail.yahoo.com/dc/launch', 'serverName': 'us.mg2.mail.yahoo.com', 'farm': '624', 'launchParams': { 'To':'pers-785021682@craigslist.org', 'Cc':'', 'Bcc':'', 'Subj':'Peninsula', 'Body':'', 'action':'compose', 'umid':'' }, 'wssid' : 'SzkXsFHl54B', 'path': { 'webApp': '/dc/', 'webService': 'ymws', 'proxy': '' }, 'commonDomain': '.mail.yahoo.com', 'bizMailDomain': '', 'jsLib': { 'combo': 1, 'comboConf': 1, 'ycsBuild': 1, 'base': 'http://mail.yimg.com/us.js.yimg.com/', 'script': 'combo', 'dir': 'lib' }, 'userDomain': '', 'intl': { 'user': 'us', 'stripped': 'us', 'loc': 'us' }, 'rss': { 'enabled': true, 'minCheckMinutes': 60, 'discUrl': 'http://rec.feeds.yahoo.com/fd/popup.php' }, 'calendar': { 'enabled': true, 'userProvisioned': true, 'mobileDelivery': true, 'lastModTimestamp': '1196828481', 'createTimestamp': '1081819476'}, 'showCalStrip': true, 'ab':{'load':1}, 'droplet': { 'allowed': 0 }, 'messenger': { 'enabled': true, 'showmsn': true, 'newoverlay': true, 'server': 'us.mg2.mail.yahoo.com', 'port': '5050' }, 'isAMT': '', 'sms': { 'enabled': true}, 'relogin': { 'popup': true, 'url': 'https://login.yahoo.com/config/login_verify2?.intl=us&.src=cdgm&.pd=c%3dUUxCT1K42e7bwdS23u.79t.FKQ--' }, 'showWelcomeATT': '', 'trackRocketStats': 'none', 'useIMMailNotifications': '', 'rsLaunchMetrics' : true, 'beaconSubPageViews': true, 'opi': { 'server': 'mail.opi.yahoo.com', 'script': 'online', 'param1': 'u=', 'param2': '&m=g&t=0', 'newserver': 'opium3.msg.vip.mud.yahoo.com', 'newparam2': '&m=g&t=5' }, 'im': { 'server': 'login.yahoo.com', 'script': 'config/send_webmesg', 'param1': '.target=', 'param2': '' }, 'mobile': { 'hcs': false, 'hsa': false }, 'mailOptions': { 'enabled': 'true', 'url': '/y5/s/mailoptions', 'reqIntl': '' }, 'weather': { 'enabled': 'true','useWrapper': 'true','ocpHost': 'yapi.feeds.yahoo.com','timeout': '1'}, 'isMsgrUser': '2login1208384623msgr1216517936', 'll': null, 'foldersInitiallyExpanded':1, 'hasNotepad': true, 'hasSubjectOMatique': true, 'hasFunTyping': true, 'showNewBanner': true, 'checkAllFolders' : false, 'minCheckMailMinutes' : 10, 'maxCheckMailMinutes' : 10, 'autoSave' : { 'interval': 5, 'timeout': 15}, 'syncTimeRatio' : 3, 'isin': 0, 'axs': false, 'useRichText': false, 'addUnknownContacts' : 'prompt', 'dirSearchOrder': 'null', 'cdl': false, 'userYIV': '', 'pr': 0, 'showWelcomePage': 1, 'emoticonBaseUrl': 'http://mail.yimg.com/us.yimg.com/i/mesg/tsmileys2/', 'fpw':'', 'fph':'', 'btph':'', 'msgTableRowHeight': 17, 'bigTableHeaderHeight': 17, 'cwpref': { 'frc':'', 'suc':'', 'rec':'', 'sic':'', 'toc':'', 'sec':'', 'moc':'', 'loc':'', 'atc':'', 'apc':'', 'nac':'', 'emc':'', 'phc':'', 'coc':'' }, 'cwdef': { 'frc':140, 'suc':205, 'rec':150, 'sic':50, 'toc':150, 'sec':150, 'moc':130, 'loc':85, 'atc':18, 'apc':160, 'nac':150, 'emc':160, 'phc':140, 'coc':150 }, // 'blindedName2': 'appid=ymdc&abwssid=', Turn this on for Pheasant AB support and remove the line below. 'blindedName2': '', 'blindedName': 'wkpoAQOV1No4VHN0loL_IQ--', 'acFeedUrl': 'http://address.mail.yahoo.com/acjs3/utf8/us/wkpoAQOV1No4VHN0loL_IQ--', 'acListFeedUrl': 'http://address.mail.yahoo.com/acjs4/utf8/us/wkpoAQOV1No4VHN0loL_IQ--', 'acCodeUrl': 'http://us.js1.yimg.com/us.yimg.com/lib/pim/r/medici/13_15/mail/ac.js', 'isHeadAdServed': true, 'sido': 0, 'bucket': 1, 'encd': 'iso-8859-1', 'emim': '%7B%22site-attribute%22%3A%22content%3D%5C%22tenure%3A%20week%2014-%3Bno_expandable%3Bajax_cert_expandable%5C%22%22%7D', 'bcn': 1, 'skwd': 160, 'impr': [ 3000,3000,3000,3000,15000,3000,10000,3000,10000 ], 'apos': [ "SKY,MNW,SW1,SW2,SW3", "CSKY,MNW,SW1,SW2,SW3", "MNW,SW1,SW2,SW3", "SW1,SW2", "CSKY,MNW,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,MNW", "CSKY,MNW" ], 'epos': '', 'wadp': [ "LREC", "" ], 'wprp': [ "H1,H2,H3", "H1,H4,H5" ], 'wpne': [ "H1", "H1" ], 'proxyads': false, 'slug' : 1, 'bizMailType' : 0, 'pbranding': { 'tenabled': true, 'tlink': 'http://www.trueswitch.com/yahoo', 'pcode': '', 'isSN': false, 'pname': 'Yahoo!', 'tos': '', 'ppolicy': '', 'copyright': '', 'nofb': false, 'feedback': '', 'nocus': false, 'contactus': '', 'upsenabled': false, 'ups': '', 'tutorial_link': '', 'helpUrl': '' }, 'ypc': { 'isYpcUser': false, 'restrictOut': false, 'attachOK': true, 'restrictIM': false }, 'showNuTour': { 'newUser': false, 'migUser': false }, 'gxconf': false, 'msgrPresenceUrl' : 'http://mail.yimg.com/us.yimg.com/i/us/pim/userstatus_2.swf', 'msgrPresenceIframe' : false, 'stationeryEnabled' : true, 'openMail' : { 'enabled': false }, 'systemHost': 'web62413.mail.re1.yahoo.com', 'version': { 'major': '1', 'minor': '3', 'patch': '0', 'build': '1042.48', 'buildTime': '07/14/2008 05:22 PM' }, "lw" : {"on" : true,"url" : "http://l.yimg.com/us.js.yimg.com/lib/s2/rel/ysc_csc_ymailcg_3.1.1.js","excludeTypes" : {}} }; var ymSigChk = true; var ymsigy = "v=1&n=e3k1c3sgn4fav&l=0hhed_tzsqqr/o&p=m1v318r0130g0000&jb=16|47|&r=bu&lg=en-US&intl=us"; var ymsigq = "action=compose&YY=840252050&.rand=1037827943&To=pers-785021682@craigslist.org&Subj=Peninsula"; var __gProfileTimeout__ = false; var gComponentMap = {"baseurl":"http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/","intlDir":"us\/","components":{"addcxn_nomunge":["addcxn_nomunge_1042_48.js",377],"crossframe_nomunge":["crossframe_nomunge_1042_48.js",5542,98],"msgcomp":["msgcomp_1042_48.js",87402,19965],"im_sdk_nomunge":["im_sdk_nomunge_1042_48.js",32695,250],"msgcompext":["msgcompext_1042_48.js",28320,1756],"weather":["weather_1042_48.js",9746,2127],"im":["im_1042_48.js",35821,1917],"stationery":["stationery_1042_48.js",21534,912],"home":["home_1042_48.js",27719,1502],"attachdownload":["attachdownload_1042_48.js",19103,1218],"calstripmini":["calstripmini_1042_48.js",17935,428],"amunger":["amunger_1042_48.js",174],"init":["init_1042_48.js",749926],"ondemand_extnav":["ondemand_extnav_1042_48.js",6585,578],"print":["print_1042_48.js",5397,564],"tableview_ext":["tableview_ext_1042_48.js",7558,53],"yab":["yab_1042_48.js",49978,3191],"folders":["folders_1042_48.js",10466,938],"calstripedit":["calstripedit_1042_48.js",89804,7375],"calstrip_od":["calstrip_od_1042_48.js",23799,3186],"turing":["turing_1042_48.js",8607,1877],"extended_yui_nomunge":["extended_yui_nomunge_1042_48.js",139065,1095],"acctswitcher":["acctswitcher_1042_48.js",1974,68],"calstrip_hover":["calstrip_hover_1042_48.js",23940,863],"maprelated_nomunge":["maprelated_nomunge_1042_48.js",125948,444],"msgsend_od":["msgsend_od_1042_48.js",24548,1537],"calstrip":["calstrip_1042_48.js",54219,1342],"rss":["rss_1042_48.js",34985,1797],"search":["search_1042_48.js",20837,881],"yui_container_nomunge":["yui_container_nomunge_1042_48.js",64732,493],"helpbubbles":["helpbubbles_1042_48.js",26210,4813],"ramjet":["ramjet_1042_48.js",37423,774],"us":["strings_1042_48.js",265696],"yabui":["yabui_1042_48.js",67523,4287],"im_ondemand":["im_ondemand_1042_48.js",116082,9957],"calrichmedia":["calrichmedia_1042_48.js",6031,46],"options":["options_1042_48.js",12117,793]}}; gLaunchProfile.stop("-kPartner"); gLaunchProfile.start("-StringJsLoading"); var gRegLaunch=[]; ksandTheme=kThemes={theme:"sand",link:"#0066CC",hoverBackground:"#E7E8DD",elements:"url(/inc/img/icons.gif)",repeatX:"url(/inc/img/repeat_x.gif)",folderIcons:"url(/inc/img/icons.gif)",secondaryHighlightedText:"#5c58b0",highlightedText:"#ffffff",headline:"#6C53B8",borderColor:"#B3B6B0",primaryText:"#000000",secondaryText:"#7A8180",primarySelection:"#7b79c7",secondarySelection:"#EEEAFE"};var themeMapJS={"sbc_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/a627242f36aeb3342c1a4b65b2ebb757_1.js",23898],"pink_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/37dcdef622a2e8b93ae6730a4aa515e0_1.js",23901],"plum_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/06c43710388fa08a160221e3026bbdb1_1.js",23901],"lime_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/360271c5a1c8b3a274e231725439f228_1.js",23901],"blue_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/f4d51dd4b8f1993ce81cfa0546ae276b_1.js",23901],"gold_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclie |
|
__________________
JUST BELEIVE Last edited by snowcreature23; 09-13-2008 at 09:29 PM. |
|
|
|
|
|
|
#2 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
I totally agree! I am still having problems with my computer's sound, on account there is no sound coming out of the computer lol. We need a computer forum on here asap! But yeah, that's weird, my yahoo mail is working fine. Maybe your browser is acting funny? 1. Has this been happening for more then a couple hours/today or is it over the last couple of days, that it hasn't been working? 2. Did you fill in the option for an alternative email, when you registered for yahoo mail? You didn't have to, but if you do, send the forgotten password to the other email, the other email can even be a student email if you're at a college or w/e like I am. Good luck and get back to me! I will try to help as best as I can.
|
|
|
|
|
|
#4 | |
|
certified wackball#3
Moderator
Forum Icon Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
|
Quote:
in Firefox: go to the Tools menu, click on Clear Private Data, check 'Cache' only, Clear Private Data Now. in IE: go to the "Tools" menu, click on Internet Options, on the General tab in the Temporary Internet Files section, click "Delete Files", Click "OK" if that doesn't work, download CCleaner, install it, close all programs and then run CCLeaner, then try it again. |
|
|
|
|
|
|
#5 | |
|
Member
Forum 4000 Club Member
Join Date: May 20, 2008
Location: between point place and studio 8 h
Posts: 4,549
|
Quote:
|
|
|
|
|
|
|
#6 | |
|
certified wackball#3
Moderator
Forum Icon Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
|
Quote:
will a cd play? have you checked the volume and sound settings in the Control Panel? have you tried to reload the sound drivers? - right click on Computer on the Start menu, click on Manage, click on the Device Manager tab, click the entry titled: Sound, video and game controllers, see if it has a red circle through it or double click on the sound device and see if it shows any problems under Device Status, if it does close that and right click on the sound device and select Uninstall, close the Device manager and reboot, allowing Windows to detect the device and install new drivers. You may need to go to your computer manufacturer's website and download new drivers. |
|
|
|
|
|
|
#7 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
Yes I have checked the sound properties, it says sound is working, like it doesn't say it needs to be updated. I think i just need to find the right realtek player for my computer- This program I have says the product name is VGN-NR160E, it says the version is C3LQES12 but on the bottom of the computer it says the model is PCG-7Z1L. I've downloaded the realtek player off a site for the product name VGN-NR160E but that didn't work so I don't think it's that. The same site doesn't have a download link for audio drivers for PCG-7Z1L so I don't know.
|
|
|
|
|
|
#8 | |
|
certified wackball#3
Moderator
Forum Icon Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
|
Quote:
|
|
|
|
|
|
|
#9 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
No, where's the site with the online help? All the sites I've tried either weren't right, annnoyed me or didn't help me out.
|
|
|
|
|
|
#10 | |
|
certified wackball#3
Moderator
Forum Icon Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
|
Quote:
email: https://esupport.sony.com/US/perl/contact-email.pl? online chat: http://www.docs.sony.com/startchat.asp?modelnum=&chat=1 the driver download page is here: http://esupport.sony.com/US/perl/swu...GNNR160E&LOC=3 |
|
|
|
|
|
|
#11 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
Thanks for the links. I hope I can seriously get this fixed, it's a pain not having sound. Even when I will downgrade my driver in a little bit from Vista to XP, I know the sound won't work so I wanna fix it.
|
|
|
|
|
|
#12 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
And that driver download page, I downloaded files from their, went to install/setup and that's when it said it's not suitable for this computer..
|
|
|
|
|
|
#13 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
Ok I typed in PCG7ZIL and It did not recognize the model and that model wasn't on the list....this shouldn't be that complicated. if VGNNR160E doesn't work and this PCG one is not on the list, what the hell am I gona do?
|
|
|
|
|
|
#14 |
|
Member
Forum Fanatic
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
|
Is there any other program(s) besides SIW (System Information for Windows) that I can download & run to find out info about my computer. Maybe it'll actually say the model number through another computer.
|
|
|
|
|
|
#15 |
|
certified wackball#3
Moderator
Forum Icon Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
|
the correct product number/model number should be the one on the sticker on your computer, and I honestly think you are going to need to talk to Sony to find out why the driver on their download page for your computer doesn't install.
do you have recovery disks, or is it a recovery partition on the computer? you could always back up your stuff and start over again with a fresh install |
|
|
|
![]() |
|
|