CompFX Posted December 27, 2005 Posted December 27, 2005 (edited) Spent all of 12 hours building up the config.js file. Only for the damned thing to erase itself.Got all 150+ programs in my config.js file, and now WPI just showing me a blank screen. Course I immeaditley check my config file and (to my surprise, all was well)So WTF is going on with this?(A side note) This is not just a WPI thing. For some ungodly reason, the html autorun dont run, hell it hardly walks. It displays the bg pic, but none of the text or links.Any ideas?Any help would be appreciated.CompFX Edited January 2, 2006 by CompFX
CompFX Posted January 2, 2006 Author Posted January 2, 2006 To get ride of a blank screen:To resolve the problem, type these commands from Start, Run dialog: regsvr32 jscript.dllIf that does not help, execute the following commands as well. regsvr32 nusrmgr.cpl regsvr32 /i mshtml.dll
CompFX Posted January 2, 2006 Author Posted January 2, 2006 Now I have this problemAn error has occurred in the script on this pageline: 225Char: 42Error: Unterminated String ConstantCode: 0URL: file://C:\ICE\WPI.htaClicked yes, and getJavaScript Error ReportMessage: Object Expectedurl: file://c:\ICE\WPI.htafile: api.jsLine: 138
Kelsenellenelvian Posted January 2, 2006 Posted January 2, 2006 Would you please post your config.js file?
CompFX Posted January 2, 2006 Author Posted January 2, 2006 (edited) This one does not work. When WPI loads, it shows the first error, in my prior post. However, it no longer shows the second error. After i click yes, keep running script, it loads the background, the stuff on the left side of the page, but it does not load my the main screen. (where you can check what you want to install)I displayed it here, but then i could not see any more of my replies, so i put it as an attachment.config.js Edited January 2, 2006 by CompFX
glent Posted January 2, 2006 Posted January 2, 2006 (edited) you have made a typo on line 223 you havecmd2[pn]=['taskkill /f /im iexplorer.exereplace that with thiscmd2[pn]=['taskkill /f /im iexplorer.exe']Problem solved Edited January 2, 2006 by glent
CompFX Posted January 2, 2006 Author Posted January 2, 2006 (edited) I feel like such a fool. I have been fighting with this for almost 4 days now. I have gone over this file at least a dozen times.How in the world did you pick up on that?How come it says there was an error on line 225, and you caught the error on line 223?After seeing the line that had the typo i realized why it was like that. I use to have a double pipe in the command line, but I kept getting an error, so i took out the double pipe, and put it on two lines.I feel like such a jack a$$Thank you so much. Deeply appreciated.CompFXoh yea, what do you use to open the js file? how you know it was on line 223?I us php expert editor, because it numbers line lines for me, but i was just wondering what you use? Edited January 2, 2006 by CompFX
glent Posted January 2, 2006 Posted January 2, 2006 I use notepad2 and if there is and error in you code it will have a yellow line through the text, makes things alot easier
CompFX Posted January 2, 2006 Author Posted January 2, 2006 (edited) Wow, impressed.I dl'ed Notepad2, and i like it.Another program to add to my uiProblem solved, thank you.ThanksCompFX Edited January 2, 2006 by CompFX
Kelsenellenelvian Posted January 3, 2006 Posted January 3, 2006 Yup NotePad2 makes things quite a bit easier...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now