Sitcoms Online - Main Page / Message Boards - Main Page / News Blog / Photo Galleries / DVD Reviews / Buy TV Shows on DVD and Blu-ray

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


Sitcoms Online Message Boards - Forums  

Go Back   Sitcoms Online Message Boards - Forums > Chit Chat > Chit Chat - Classic
Register Community View Today's Active Threads (No CC/CC Only) Search Photo Galleries Calendar FAQ

Notices

SitcomsOnline.com News Blog Headlines Facebook X/Twitter Bluesky Threads Instagram YouTube RSS

The Hawk Premieres Thursday on Netflix; Snoopy Presents: There's No Place Like Home, Snoopy Trailer
Sitcom Stars on Talk Shows; This Week in Sitcoms (Week of July 13, 2026)
SitcomsOnline Digest: Rob Reiner Receives Posthumous Emmy Nomination; Season Premiere Date Set for American Horror Story
Great Entertainment Television Acquires House; Remembering Louise Lasser of Mary Hartman, Mary Hartman
78th Primetime Emmy Award Nominations; Disney's The Cheetah Girls: Next Gen
Ian Ziering Hosting The CW Road Trip Series; Shark Tank Season 18 Guest Sharks
Great Entertainment Television's Psych 20th Anniversary Marathon; Netflix Announces Cast for Myron Bolitar


New on DVD and Blu-ray

Happy's Place - Season One (Blu-ray) Two and a Half Men - The Complete Series (Blu-ray) Abbott Elementary - The Complete Fourth Season (DVD) I Love Lucy - The Complete Series - 75th Anniversary Edition (DVD) The Office - The Complete Series - Superfan Extended Episodes (Blu-ray)

11/04/25 - Happy's Place - Season One (Blu-ray) (DVD)
11/11/25 - Rick and Morty - Season 8 (Blu-ray) (DVD)
11/11/25 - SpongeBob SquarePants - The Complete Fifteenth Season (DVD)
11/11/25 - Two and a Half Men - The Complete Series (Blu-ray)
12/02/25 - Tom and Jerry - The Golden Era Anthology (1940-1958) (Blu-ray) (DVD)
12/16/25 - Lippy the Lion and Hardy Har Har - The Complete Series (Blu-ray)
12/16/25 - Wally Gator - The Complete Series (Blu-ray)
01/20/26 - The Woody Woodpecker and Friends Golden Age Collection (Blu-ray)
01/27/26 - The New Fred and Barney Show - The Complete Series (Blu-ray)
02/11/26 - Tom and Jerry - The Complete CinemaScope Collection (Blu-ray)
03/24/26 - Looney Tunes Collector's Vault - Volume 2 (Blu-ray)
04/11/26 - Abbott Elementary - The Complete Fourth Season (DVD)
04/21/26 - Famous Studios Champion Collection (Blu-ray) (DVD)
05/19/26 - I Love Lucy - The Complete Series - 75th Anniversary Edition (DVD)
05/19/26 - Looney Tunes Cartoons - The Complete Series (Blu-ray) (DVD)
07/14/26 - The Office - The Complete Series - Superfan Extended Episodes (Blu-ray)
07/28/26 - I Love Lucy - The Complete Series - 75th Anniversary Edition (Blu-ray)

More Recent and Upcoming TV DVD and Blu-ray Releases / TV Shows on DVD, Blu-ray and Prime Video / DVD Reviews Archive


Search Sitcoms Online:



Donate

Please make a donation if you can help with Sitcoms Online's web hosting costs. Thanks for your support!

We receive a small commission on all DVDs, Blu-rays, CDs, Books, and any other items ordered through our Amazon.com links as an associate. Thanks for using our links for your online shopping!

Reply
 
Thread Tools Search this Thread
Old 09-13-2008, 04:14 AM   #1
snowcreature23
Jason is waiting.
Forum Regular
 
snowcreature23's Avatar
 
Join Date: Oct 16, 2007
Location: Kenai,Alaska.
Posts: 758
Send a message via Yahoo to snowcreature23
Default Computer help

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.
snowcreature23 is offline   Reply With Quote
Old 09-13-2008, 04:24 AM   #2
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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.
Wreckless is offline   Reply With Quote
Old 09-13-2008, 07:08 PM   #3
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

there are plenty of computer help sites around that can do the job better than Sitcoms Online when it comes to computer help, but usually when a problem is posted someone here does try to help out.

some great sites to check out:

http://www.spywareinfoforum.com/

the I am NOT a Geek help forums: http://forum.networktechs.com/index.php

http://www.computerhope.com/

http://www.theeldergeek.com/

http://www.windowsnetworking.com/

http://www.bootdisk.com/

http://www.free-codecs.com

http://forum.sysinternals.com/
robyrob is offline   Reply With Quote
Old 09-13-2008, 07:15 PM   #4
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

Quote:
Originally Posted by snowcreature23
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?
is this in Internet Explorer or Firefox? it seems like there is something corrupted in your cache, clean your cache and temp files,

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.
robyrob is offline   Reply With Quote
Old 09-13-2008, 07:28 PM   #5
70s show watcher
Member
Forum 4000 Club Member
 
Join Date: May 20, 2008
Location: between point place and studio 8 h
Posts: 4,549
Default

Quote:
Originally Posted by Wreckless8228836
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.
i wonder if you might need a new sound card ? i jhad to have mine replaced a few years back
70s show watcher is offline   Reply With Quote
Old 09-13-2008, 07:29 PM   #6
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

Quote:
Originally Posted by Wreckless8228836
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.
for the sound problem, have you tried using different speakers or headphones?

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.
robyrob is offline   Reply With Quote
Old 09-13-2008, 08:06 PM   #7
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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.
Wreckless is offline   Reply With Quote
Old 09-13-2008, 08:11 PM   #8
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

Quote:
Originally Posted by Wreckless8228836
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.
did you try call Sony, or use their online help to get them to show you where to find the correct driver?
robyrob is offline   Reply With Quote
Old 09-13-2008, 08:13 PM   #9
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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.
Wreckless is offline   Reply With Quote
Old 09-13-2008, 08:41 PM   #10
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

Quote:
Originally Posted by Wreckless8228836
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.
phone support In English: 1-888-476-6972 Monday - Saturday 1:00AM-8:00PM EST

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
robyrob is offline   Reply With Quote
Old 09-13-2008, 09:01 PM   #11
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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.
Wreckless is offline   Reply With Quote
Old 09-13-2008, 09:03 PM   #12
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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..
Wreckless is offline   Reply With Quote
Old 09-13-2008, 09:08 PM   #13
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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?
Wreckless is offline   Reply With Quote
Old 09-13-2008, 09:10 PM   #14
Wreckless
Member
Forum Fanatic
 
Wreckless's Avatar
 
Join Date: Nov 04, 2007
Location: Banned
Posts: 9,406
Default

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.
Wreckless is offline   Reply With Quote
Old 09-13-2008, 09:30 PM   #15
robyrob
certified wackball#3
Moderator
Forum Icon
 
robyrob's Avatar
 
Join Date: Aug 03, 2003
Location: hiding under the third booth at Arnold's
Posts: 58,200
Default

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
robyrob is offline   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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:13 AM.


Although the administrators and moderators of the Sitcoms Online Message Boards will attempt to keep all objectionable messages off this forum, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of the Sitcoms Online Message Boards, nor vBulletin Solutions Inc. (developers of vBulletin) will be held responsible for the content of any message. The owners of the Sitcoms Online Message Boards reserve the right to remove, edit, move or close any thread for any reason.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.