Jump to content

Recommended Posts

Posted

I haven't goten 4.2 to work properly since its release. Is there any place to download the latest 3.x version? It didn't have the audio which I've spent much time trying to strip out completely, and it was 100% reliable.


Posted

I am sorry but I lost some of the backup files I has so I can't provide you with a copy.

However a couple of threads down is the thread explaining how to fix the errors with the audio player...

Posted

Okay I think i found your problem:

When using the $oem$ folders once windows is installes $oem$\$1 does not exist so you need to change this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%cdrom%/$OEM$\$1\Install\WPI

To this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%~dpo\Install\WPI

Posted (edited)

So if I do that, it will run off the hard drive, but not the CD? I really don't care about CD functionality, as long as it works after the unattended load and a few more random times before the next reload.

I don't have any files in front of me...is that in main.js?

Edited by InTheWayBoy
Posted
Okay I think i found your problem:

When using the $oem$ folders once windows is installes $oem$\$1 does not exist so you need to change this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%cdrom%/$OEM$\$1\Install\WPI

To this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%~dpo\Install\WPI

I corret in this way but now the wpi.cmd go wrong. With %cdrom% go fine. I think that problem of my error of line 138 on mains.js is another. I have red other post but nothing i can't understand in which way i can correct that.

Posted
Okay I think i found your problem:

When using the $oem$ folders once windows is installes $oem$\$1 does not exist so you need to change this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%cdrom%/$OEM$\$1\Install\WPI

To this:

REM Determine the WPI startup path.

REM if wpi should run off the cd the replace %~dp0 with %cdrom%.

set wpipath=%~dpo\Install\WPI

I corret in this way but now the wpi.cmd go wrong. With %cdrom% go fine. I think that problem of my error of line 138 on mains.js is another. I have red other post but nothing i can't understand in which way i can correct that.

I HAVE FOUND ONE SOLUTION... IF WPI MENU IS IN ENGLISH WITH MUSIC ON ALL GO FINE...

I HOPE THAT SMALL PROBLEM WILL GO TO RESOLVE IN THE NEXT VERSION...

Posted

He's right...I had the audio disabled and was getting the error...enabled it and everything is fine.

Is there a way to rip the whole audio function out of the script? I really don't need it, none of the computers here even have speakers.

Posted

Not to sound like a dick, BUT HAVE YOU CHECK OUT THE STICK NOTES? HELLO IT SAYS HOW TO FIX THE AUDIO PROBLEM.

Here is a link to it.

http://www.msfn.org/board/index.php?showtopic=53095

It is just so frustrating when you make a post on how to fix something and people just dont read it. They would rather just sit and complane about the dam program. Have you ever programed before? It aint easy. No program ever runs without bugs. If you don't like this because you feel WPI has to many bugs, then dam quit using Microsoft Windows also it has nothing but bugs, but we tend to deal with it. Heven forbid we get an error.

2 little lines of code need to be changed. And people are putting up this much whining. You spent how much time complaning about the audio player and spent how much time trying to remove the code. It would have took only a few min to make the fix.

Don't want to sound like an a** hole but it is just very frustrating.

Thanx for letting me vent.

Posted

And you know what, after reading this whole post again, I can't find one ill-willed comment towards WPI, the authors, or anyone on this board for that matter...except of course you and I not wanting to be dicks.

Secondly, how the hell are we supposed to know that some javascript error is related to an Audio Problem...maybe you should rename the post "FIX TO WIERD JAVASCRIPT ERROR" instead...a little more descriptive, especially since the error exists since we DONT use audio...how the hell are we supposed to know it's not working right since we can't hear anything.

Thirdly, if it's two little lines of code then why not upload that real quick. Not like you have to do much, hell you could have done that in the time it took you to vent on this post. I'm not a programmer, so I guess I'm too stupid to comprehend the massive work it takes to open notepad, change the two lines, save, recompress, and then upload it to the server...maybe that's just the network admin talking. You know I think I made an AuotIT script that does that...hmmm, maybe I am a programmer now! Woohoo!

So guess that's my venting...thanx again for the excellent app!

Posted

so many people are getting the same error, everyone said it is the audio player, checked it out and it was, made a post on how to fix it. worked for the few people that have sent me there wpi folders. Worked on thier theme for them and noticed they have not chnaged it yet, do it and now they don't get the problems.

Also I don' thave the power to upload the file all I can do is make posts just like you. I could have posted my wip but I have many changes that I am working on. (all to come in a future release). And yes it will be a feature everyone will use.

If you want I am will to help you. If you say the change did not work for you send it to me and I will see what is up with it.

Posted

Well I've been busy doing the roll-out this weekend, so I haven't had much time to get the files to ya. But in truth I ran into other issues as well so I have decided to hold off on implimenting WPI in our scheme for the moment. I'll send em to you tonight when I'm back in the office.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...