Dislocated Time Posted June 7, 2008 Posted June 7, 2008 (edited) If you've read up on WPIW, you'll know that you shouldn't overwrite your config.js file, otherwise all the programs that you added and configured are gone. Edited June 7, 2008 by Dislocated Time
Dislocated Time Posted June 7, 2008 Posted June 7, 2008 (edited) My config.js (at the end, I've also attached my check.js)I've deleted some of the comments at the beginning and added my own.I've deleted the majority of your post ~~ Kel ~~ Please use the attachment feature on the forum or [ codebox] tags Edited June 8, 2008 by Kelsenellenelvian
Dislocated Time Posted June 8, 2008 Posted June 8, 2008 (edited) My new approach:Installing both the older and newer versions of WPI parallel and using the same config.js in both.In the older version WPI sets the beginning column on the right side, leaving one column of free space. I found out that this was due to the entry "pn=1;" in the config.js. When I changed this entry to "pn=0;", the column started correctly on the left side. Whenever I made any changes to the configurations however, WPI automatically changed it back to the wrong starting position and when I looked in the config.js, the entry I had originally changed was changed back to "pn=1;". This has been solved in the newer version of WPI, where the columns start at the right position.In the newer version of WPI, when using the exclude function and thereafter exiting to the installation routine, the following happens which does not happen in the older version: sleep.exe is called and thereafter, the error message which I mentioned in my original forum entry. This is not solved by changing the copyright sign back to a "c" in 2 parentheses as MRitter suggested.I am just using two programs that exclude one another - AVG and AVAST.There is the possibility to just use the exclude function in just one of the programs or to use the exclude function in both so that they exclude each other in the exact same manner.I am continuing to test this function from different angles and will keep updating this same message with the results that I have empirically found out.In the newer version, when I have any excludes, the moment when I exit to the installer program, the message appears "JavaScript Error Report Message: 'cond[...].0' is null or not an object URL:file://X:\HFSLIPXPENG\SOURCE\WPII\WPI.hta File:check.js Function: excludorIsChecked() Line 465"The older version does not trigger this error message.I don't know very much about Javascript yet, but what I do notice is line 472. In most of the javascript, the variable Cat is used with a capital C and in some places with a small C. On line 472 the word catch is used. I have no idea about if you use this term for CatCheck or if it really means catch, but in any case, there is a chance that the program might confuse Cat and catch as being the same variable with ch at the end. Is this really intentional? When I looked through the older version of the check.js where the function works correctly, I could not find the word "catch" in the text. Edited June 8, 2008 by Dislocated Time
Kelsenellenelvian Posted June 8, 2008 Author Posted June 8, 2008 Weirder and weirder. I appreciate your testing please keep it up.Busy Busy Busy days though it'll slow down in a coupla days and then i can look more.
Dislocated Time Posted June 8, 2008 Posted June 8, 2008 (edited) Read my previous message.BTW - a little affair with the partner of a senior PayPal exec rules out the PayPal possibilty. I'd appreciate it if you made a different possibility possible. Edited June 8, 2008 by Dislocated Time
G_DuB24 Posted June 8, 2008 Posted June 8, 2008 I have had problems when having both the newer version of WPI and the older versions on my system.i was editing the older versions of my wpi when i noticed that there was an update. i did not quit know how to go about doing the upgrade and i did not receive any reply to my question so i went ahead and tried it myself. I figured out that the config file was the one that i was going to need to get copied over and this is how it happend.initially, i thought i had copied the config file to the new WPI. I continued to work on the NEW version thereafter. Keep in mind, that i am only trying to set different backgrounds and move some of the icons around to customize my WPI screen. I was not doing any entries into the config file. after hours of trial and error at trying to change the border sizes and other stuff, i finally got it to look how i wanted it everything was perfect except the tooltip box was too short, but whatever. i deleted my old WPI folder and files. now this is where my moment of glory turns into s***. i double click the WPI icon to admire my work one last time before i go to sleep (@ 9:30 am :wacko: ) and all i see is my background settings and no text. i remember the exact thing happening to me before. this was the exact reason that i quit working on my WPI project. I deleted the older version, and then the new version that was working fine, stoped working. At that point, i couldn't figure it out...so i retired WPI half completed and under construction.Anyways, back to yesterday. It made no sense to me but i decided to restore the deleted WPI folder for 6.3 i think (6.5 is the new one right?). I KNEW if i restored that folder, my WPI v6.5 would work. And guess what, IT DID. When nothing works right, or makes sense, join the situation and do something that makes no **** sense too. It seems to work quite too often. I understand what "Stupid is, is stupid does" means now i think the config file is getting located somehow by the application. Is it set to search only within the orig WPI folder, or just that specific file? There were a few times where i would run it and my applications would finally show up, but the theme settings were not the same. weird stuff. Forgot to mention that i was using the Glossy Theme for the 6.3 and when i copied that over, i was informed it was not compatible with the new one. this is how i had my wpi folder structured:WPIProject/wpi 6.5/WPI <--- i ran THIS WPI Application. There was no config file located here.WPIProject/wpi 6.3/WPI <--- the config file that was being used by WPI 6.5 was located in this WPI folder.after deleted and restoring about 8 times, i finally figured out i was missing the config file. LONG story...but hopefully my point was made. I guess when the stupid train picks you up for a ride there no getting off.
Kelsenellenelvian Posted June 8, 2008 Author Posted June 8, 2008 I am sorry I missed your original post. Yes you are right config.js IS the key and wpiscripts is the folder it is looked in for.Themes were massivly updated in the last 2 releases so the 6.3 wpi.htm will not be compatable with the new format. Could you kindly attach your config.js to your newt post (remove any serials) it may help with testing a couple of bugs that have cropped up.
G_DuB24 Posted June 8, 2008 Posted June 8, 2008 now im getting errorsi passed my mouse over my BORGChat application in WPI and in the tooltip, it was X'ed out, so i went into the config file and i did not have the path to the folder set to either the install or the image. So, i did that. That is when i started getting all these errors.This is the error i get when i try to launch WPII do not have any categories. this is all i see when i select the drop down boxThis is the error message i get when i exit out of the Config tabhere is my config fileconfig.jsthx for ur time
Kelsenellenelvian Posted June 8, 2008 Author Posted June 8, 2008 You have a half finished entry in the topmost section of your config.js file... (where the first actuall entry should be.)I have removed it and all is fine.
Twisten Posted June 8, 2008 Posted June 8, 2008 (edited) edit: moved to bug tracker to make things neater. Edited June 13, 2008 by Twisten
t4user Posted June 8, 2008 Posted June 8, 2008 I don't know very much about Javascript yet, but what I do notice is line 472. In most of the javascript, the variable Cat is used with a capital C and in some places with a small C. On line 472 the word catch is used. I have no idea about if you use this term for CatCheck or if it really means catch, but in any case, there is a chance that the program might confuse Cat and catch as being the same variable with ch at the end. Is this really intentional? When I looked through the older version of the check.js where the function works correctly, I could not find the word "catch" in the text.catch is a reserved word and a trap for error in a try..catch statement i.e try some work and if error execute catch statements. We call this kind of errors as exceptions (like file not found, disk full, etc.).Cat & cat are differents Javascript distinguishes uppercase and lowercase . There are no possibilities for javascript to make confusion between this 3 identifiers.
mritter Posted June 8, 2008 Posted June 8, 2008 I posted a bug fix on this problem. Download it, test it, report any problems/success in that message thread, not here.http://www.msfn.org/board/excludorIsChecke...or-t118800.html
G_DuB24 Posted June 8, 2008 Posted June 8, 2008 thanks...i found it myself after reading what u wrotelol...didn't comment out my template.learned my lesson...no more troubleshooting after hour 6 :wacko: thank kel
MAVERICKS CHOICE Posted June 9, 2008 Posted June 9, 2008 All Kool for Jule here Kel with latest version & no dramas.
hukiller Posted June 12, 2008 Posted June 12, 2008 one question Why i can't copy/extract file in the Porgram Files(x86) AND Program Files folder. all wpi version bugs on vista!!!!!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now