![]() ![]() |
Jul 31 2006, 12:49 AM
Post
#1
|
|
|
WPI Guru Group: Software Developers Posts: 6077 Joined: 18-September 03 From: Pocatello, ID Member No.: 6960 OS: Vista Ultimate x86
|
Fixes and adjustments so far:
I had the same error.
aply fix 2,3,4,5. Asuming you are opening WPI.hta from CD/DVD. 2. Uncommented line for theme update. Link Fix Open patchFile.js and replace CODE patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); with CODE //patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); 3. Not a bug, but an enhancement and should be done by everyone. Link & fix 4. Pause time issue. Link Fix In installer.js, replace CODE Pause(0,100); //wait for the new document to be fully loaded with CODE while (window.document.readyState != 'complete') Pause(0,100); //wait for the new document to be fully loaded See if that works , it did for me.. report your results.. This post has been edited by Kelsenellenelvian: Aug 2 2006, 05:28 AM |
|
|
|
Jul 31 2006, 03:13 AM
Post
#2
|
|
|
Junior ![]() Group: Members Posts: 67 Joined: 27-October 05 Member No.: 77938
|
Since WPI 5,1 I always have this errormessage:
WPI loads the first time correctly, the second time I have this error. WPI is on HDD e:/ and has ho entry in config.js. Does WPI need to start from cdrom? |
|
|
|
Jul 31 2006, 04:09 AM
Post
#3
|
|
|
vLite & WPI Junkie :> ![]() ![]() ![]() ![]() Group: Members Posts: 671 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Vista Ultimate x64
|
Hmm, when I just let the timer run and WPI should start the install, at the end of the countdown, I get this Error message:
EDIT: sadicq fixed it, see next post This post has been edited by Dynaletik: Jul 31 2006, 07:39 AM |
|
|
|
Jul 31 2006, 04:15 AM
Post
#4
|
|
|
noob ![]() ![]() ![]() Group: Members Posts: 322 Joined: 17-August 05 From: Piatra Neamt Member No.: 69206 OS: Vista Ultimate x64
|
Open timers.js and replace the line 62 with this:
CODE document.getElementById("Timer_bar").style.width=0;
|
|
|
|
Jul 31 2006, 04:24 AM
Post
#5
|
|
|
vLite & WPI Junkie :> ![]() ![]() ![]() ![]() Group: Members Posts: 671 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Vista Ultimate x64
|
Yeah man! That works perfectly. Now the install starts. Thank you very much!!!
|
|
|
|
Jul 31 2006, 08:21 AM
Post
#6
|
|
|
Member ![]() ![]() Group: Members Posts: 154 Joined: 7-February 06 Member No.: 87234
|
Have been testing the 5.2 from DVD and had the following error opening WPI.hta with my .cmd file. Also when opening it right away from DVD. This appeared after making a ISO of it (strange because before there were no opening errors, I checked).
I'll explain: First telling that my config.js is very large one, i've got 192 programs to select (maybe this is relevant) . And all i've done is downloaded 5.2 and past my Install folder in it and my config.js too. Opening it before I made a iso of it did not showed any problems. I always start my WPI.hta by a .cmd file and it was not possible to open 5.2 this way without an error , so I tried to open wpi.hta right away on te DVD and that worked, but got the same error again. My command to open wpi.hta is: CODE @ECHO OFF REM Hide this command window. %systemroot%\system32\cmdow.exe @ /hid REM Example, how to look for CDROM-drive. Must have win51ip.SP2 at the root of the CD. for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP2 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% set wpipath=%cdrom%\WPI start /wait %cdrom%\WPI\WPI.hta DEL "%AllUsersProfile%\Bureaublad\*.lnk" DEL /s/q "%userprofile%\Bureaublad\*.lnk" DEL "%systemdrive%\*.log" RD /S /Q %systemdrive%\Install\ net user aspnet /delete REM Reset Windows Security Center. SET PP=%systemroot%\system32\WPI\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Resetten van het Beveiligingscentrum" /f REG ADD %KEY%\001 /VE /D "Reset Windows Security Center" /f REG ADD %KEY%\001 /V 1 /D "%PP%WinMgmt.cmd" /f REM Herstarten van de PC binnen 30 seconden... shutdown.exe -r -f -t 30 -c "Windows zal over 30 seconden worden herstart." EXIT The Error that occurt: CODE Error in the script for Internet Explorer.(headline off the error) ! There has been a error in the script on this page. Line: 42 Sign: 3 Error: Objectvariable or blokvariable With is not set right. Code: 0 Url: file://L:WPI\WPI.hta Then it asked me if I want to resume the script on that page and I selected yes, WPI started normally then. I made my selections (all 192) an started my installations. All went well but.... -All .cmd file commands did not run from DVD.(EXAMPLE: I still use: cmd2[pn]=['%wpipath%Install\\Apps\\ICQ\\taskkill.cmd'] -Normally my config.js list takes 32 minutes to install all the software, now it took 50 minutes to compleet (20 minutes more, so I think it was struggling with something else while installing). -The bug I had in 5.1 about not closing the installer after wpi finished is not in this verion, so that's OK now and taken care off. After installation was done, and tried to open wpi.hta again manually from DVD this error occured: CODE Error in the script for Internet Explorer.(headline off the error) ! There has been a error in the script on this page. Line: 43 Sign: 3 Error: "Undefined" is empty or no object. Code: 0 Url: file://L:WPI\WPI.hta I don't know what this all means, and I hope it is usefull information for you all. Still have the original files where I made a iso from (C:\XPCD\WPI), openig wpi.hta from that original file does not give any errors (no error opening it with my command file (after changing the path) an no error opening the wpi.hta manually from C:\XPCD\WPI\WPI.hta). Why can't I open wpi.hta on the DVD with my command file or manually ???? all other versions had no problem with this method. The reason why I still use this command is that I first want to install al mainbord drivers and other drivers like audio and network adapter drivers before installing the software. In my $OEM$\$Docs\All Users\Menu Start I made a folder "Start WPI" with the commandfile (shown above) to start wpi.hta from there. After unpacking the iso that gave the errors (explained above) to C:\XPCD I run WPI.hta manually and got no errors opening it (so that made me believe the iso was OK), went to options and selected debug mode (2) and it said that the software would not really be installed that way, this wasn't the case... all installs really took place and installed perfect (even the .cmd commands worked in the debug mode, so that's nice). But still the installation time was also this way 50 minutes (20 longer then version 5.1). My conclusion is that 5.2 installs OK from harddisk, but gives problems when burning to DVD and install from DVD (in my situation anyway). Also the install time increased with 66% that's something to look at, and verify with other testers (maybe it's because of the new installer you are using). I also found that the system was extremely slow after this installation (both ways, debug way and after install from DVD) I have got this advice from MRitter yesterday: First thing to try is this in WPI.hta, line 43 CODE fullpath = fullpath.replace("file:///","").replace(/\//g,"\\\\"); Take out 1 of the slashes after file:/// Try with only 2. But thats already done by himself I think before going public with 5.2, so that is no solution for this problem. I'll hear from you people.... This post has been edited by Pliek: Jul 31 2006, 10:24 PM |
|
|
|
Jul 31 2006, 08:30 AM
Post
#7
|
|
|
Group: Members Posts: 2 Joined: 12-March 04 Member No.: 15808 |
Hello
Sorry for my english i'm French I tri WPI 5.2 but i cannot exit (only way is Taskmanager --> kill). Can you help me ? |
|
|
|
Jul 31 2006, 11:13 AM
Post
#8
|
|
|
vLite & WPI Junkie :> ![]() ![]() ![]() ![]() Group: Members Posts: 671 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Vista Ultimate x64
|
Hmm, I only can confirm the second bug that Pilek posted. When I run WPI from HDD, it just runs fine. But when I burn it on CD/DVD I get the same errormessage that he gets. And if I click it away, WPI continues running. I did not test, if the process is much slower, but my cmd files get executed, even if the error came up.
This post has been edited by Dynaletik: Jul 31 2006, 11:15 AM |
|
|
|
Jul 31 2006, 12:00 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Members Posts: 154 Joined: 7-February 06 Member No.: 87234
|
Hmm, I only can confirm the second bug that Pilek posted. When I run WPI from HDD, it just runs fine. But when I burn it on CD/DVD I get the same errormessage that he gets. And if I click it away, WPI continues running. I did not test, if the process is much slower, but my cmd files get executed, even if the error came up. My .cmd files all for 90% taskkil.cmd to kill processes after installing a program, that doesn't work here. I think that the error WPI gave me is resposible for not loading the files to compleet taskill. This post has been edited by Pliek: Jul 31 2006, 12:38 PM |
|
|
|
Jul 31 2006, 03:23 PM
Post
#10
|
|
|
noob ![]() ![]() ![]() Group: Members Posts: 322 Joined: 17-August 05 From: Piatra Neamt Member No.: 69206 OS: Vista Ultimate x64
|
Ok... I know this sounds stupid, but I spent 2 hours on this bug ...
Open patchFile.js in notepad and replace CODE patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); with CODE //patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); Somebody forgot to comment it out ....Attention: Apply this fix on a clear WPI as the line that is not commented has already modified your WPI if you ran it from hdd. The problem showed up only when you were running WPI from CD because it was read-only and the script could not modify the files .... Note that the line you are commenting is just an example and it is not needed by WPI. Actually it's doing just the opposite. This post has been edited by sadicq: Jul 31 2006, 03:24 PM |
|
|
|
Jul 31 2006, 03:52 PM
Post
#11
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 427 Joined: 25-July 06 From: Charleston, SC Member No.: 105938
|
See Forced install enhancement. I posted a fix for what I consider a bug with the FORCE install checkbox issue. You can do a diff on the files to see the changes.
This post has been edited by zorphnog: Aug 4 2006, 06:58 AM |
|
|
|
Jul 31 2006, 04:57 PM
Post
#12
|
|
|
vLite & WPI Junkie :> ![]() ![]() ![]() ![]() Group: Members Posts: 671 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Vista Ultimate x64
|
Ok sadicq, you again solved the problem. The bug is gone. Now sometimes when I start WPI from CD/DVD, I get the following bug:
![]() The error message comes up, when WPI closes and the installer window opens. But it only comes up sometimes, not every time. I think it has to do with the loading from CD, because it takes much longer than from HDD. I already noticed this bug with WPI 5.0. And since WPI 5.0, loading WPI from Disc drive takes much longer than before. I think it is 10-15 seconds. With WPI Lite 1.2 it was about 3 seconds. Now as it says Theme=Royale, I tried with Glossy theme, but still the same error message, just "Theme=Glossy" now. This post has been edited by Dynaletik: Jul 31 2006, 05:03 PM |
|
|
|
Jul 31 2006, 10:39 PM
Post
#13
|
|
|
Member ![]() ![]() Group: Members Posts: 154 Joined: 7-February 06 Member No.: 87234
|
Open patchFile.js in notepad and replace
CODE patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); with CODE //patchLine(wpipath + "Themes\\" + Theme + "\\wpi.htm", /class="txt"/ig, 'class="opText"'); Will try this later today after work, thanks already sadicq. This post has been edited by Pliek: Jul 31 2006, 10:40 PM |
|
|
|
Aug 1 2006, 03:02 AM
Post
#14
|
|
|
noob ![]() ![]() ![]() Group: Members Posts: 322 Joined: 17-August 05 From: Piatra Neamt Member No.: 69206 OS: Vista Ultimate x64
|
|
|
|
|
Aug 1 2006, 03:24 AM
Post
#15
|
|
|
noob ![]() ![]() ![]() Group: Members Posts: 322 Joined: 17-August 05 From: Piatra Neamt Member No.: 69206 OS: Vista Ultimate x64
|
Ok, here's the solution (the post before was just to determine the source of the problem, but I'm pretty sure that that was the problem).
In installer.js, replace CODE Pause(0,100); //wait for the new document to be fully loaded withCODE while (window.document.readyState != 'complete') And this will work every time.
Pause(0,100); //wait for the new document to be fully loaded This post has been edited by sadicq: Aug 1 2006, 03:24 AM |
|
|
|
Aug 1 2006, 03:43 AM
Post
#16
|
|
|
accent artist ![]() ![]() ![]() Group: Members Posts: 375 Joined: 10-January 06 From: your back Member No.: 84897
|