MSFN Forum: Runtime error in WPI - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Runtime error in WPI Rate Topic: -----

#1 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 28 October 2006 - 11:32 AM

I am getting a runtime error in WPI - no matter what I do i can't get rid of it. I even started all over again. with a fresh copy of WPI 5.5 added into my UXPCD folder and tried it with just one tweak to install. WPI gives me a green checkmark telling me it is good and then I get the runtime error and WPI hangs.

A Runtime error has occurred
Do you wish to debug?

Line: 273
Error: the system cannot find the file specified

I've tried changing the path in config.js to every variation I can think of but, nothing works. ie: %ROOT%; %WPIPATH%;%CDROM% and even the exact address E:\UXPCD\WPI\Install\Reg......

I do not want to create an iso file to mount until I know that it is working correctly and I should be able to run wpi from the HDD folder it is currently residing in.

I am running XP Pro X64 edition

I am adding my relevant files to the post and, hopefully, somebody can point me in the right direction.....
Attached File  WPI_Log.txt (1.13K)
Number of downloads: 22Attached File  config.js (1.88K)
Number of downloads: 25

This post has been edited by bart of borg: 28 October 2006 - 11:36 AM



#2 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 28 October 2006 - 11:52 AM

My first thought is: does the x64 Window's have the RegEdit file in the same place and name as x86 systems? Do your program installs works? If so then it has to due with the RegEdit path.

#3 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 28 October 2006 - 12:31 PM

Path to regedit is c:\windows\regedit.exe. i'm pretty sure that's the same as regular XP.
As for my programs.....It doesn't matter what i try to install, i get the runtime error....i just used the regtweak because it was an easy starting point, anything i try to run from WPI causes the same error.... Can you think of anything else?

and thanks for the quick reply!

This post has been edited by bart of borg: 28 October 2006 - 12:33 PM


#4 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 28 October 2006 - 03:39 PM

are you trying to run your wpi from a disk or is it being copied over to the pc during its install.. ?

if its being installed from either id seriously say your addresses are wrong,, meaning this is what ive noticed
regb[pn]=['E:\\UXPCD\\WPI\\Install\\Reg\\rightcomp.reg'];


now if your running it from a cd the address would look like this
regb[pn]=['%CDROM%\\WPI\\Install\\Reg\\rightcomp.reg'];


and if you were running it from a cd then it would look like this
regb[pn]=['%WPIPATH%\\WPI\\Install\\Reg\\rightcomp.reg'];


it looks to me like your adding an unnescessary cd structure meaning dont add the "UXPCD" part because thats none excistent after you burn the contents onto a disk..


hope this helps you out thats what i see any ways

#5 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 28 October 2006 - 03:59 PM

No, i don't want to run it from a cd yet.....like I said in the first post, I want to test it before i add it to the iso i'm going to create.

I've tried changing the path in config.js to every variation I can think of but, nothing works. ie: %ROOT%; %WPIPATH%;%CDROM% and even the exact address E:\UXPCD\WPI\Install\Reg......

I do not want to create an iso file to mount until I know that it is working correctly and I should be able to run wpi from the HDD folder it is currently residing in.

I am running XP Pro X64 edition


#6 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 28 October 2006 - 04:02 PM

View Postbart of borg, on Oct 28 2006, 05:59 PM, said:

No, i don't want to run it from a cd yet.....like I said in the first post, I want to test it before i add it to the iso i'm going to create.

I've tried changing the path in config.js to every variation I can think of but, nothing works. ie: %ROOT%; %WPIPATH%;%CDROM% and even the exact address E:\UXPCD\WPI\Install\Reg......

I do not want to create an iso file to mount until I know that it is working correctly and I should be able to run wpi from the HDD folder it is currently residing in.

I am running XP Pro X64 edition



even if your running it from hd youll still need the %WPIPATH% and youll have to leave the uxpcd path out of it,, because it still will not excist even when running wpi,

#7 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 28 October 2006 - 04:48 PM

Yes, I know this......You are misunderstanding me.......
This the current attempt......
regb[pn]=['E:\\UXPCD\\WPI\\Install\\Reg\\rightcomp.reg'];


I have also tried:

regb[pn]=['%CDROM%\\WPI\\Install\\Reg\\rightcomp.reg'];

and
regb[pn]=['%WPIPATH%\\Install\\Reg\\rightcomp.reg']


regb[pn]=['%WPIPATH%\\WPI\\Install\\Reg\\rightcomp.reg']

and

and
regb[pn]=['%ROOT%\\WPI\\Install\\Reg\\rightcomp.reg']


They all cause the same error

This post has been edited by bart of borg: 28 October 2006 - 04:53 PM


#8 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 28 October 2006 - 09:15 PM

i see, im about out of clues then,, are your ie core files still intact on the pc or were they removed ? and also has this pc been newly reset ? and if not how long has it been,, just curious

well anyways i wish i could help you better man,, perhaps some one else has got some ideals

#9 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 28 October 2006 - 10:10 PM

IE files are untouched...although I never use it. PC has been running fine for about 4 months - the last time I reloaded XP........Thx for your help.

#10 User is offline   bart of borg 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 22-August 04

Posted 29 October 2006 - 12:09 AM

I figured it out......For some reason, WPi's addition of quotation mark's in the config screen invalidates anything you put there. If I remove the quotes from each app or tweak and then save the resulting config.js file, everything works fine!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy