MSFN Forum: 7.2.0 Buglist... - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

7.2.0 Buglist... Rate Topic: -----

#1 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 28 November 2008 - 05:47 AM

OK post them here.


#2 User is offline   kashu 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 09-June 05

Posted 01 December 2008 - 12:37 PM

see my post there: http://www.msfn.org/...howtopic=126774

#3 User is offline   GrowBigTrees 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 04-December 05

Posted 01 December 2008 - 03:52 PM

View PostKelsenellenelvian, on Nov 28 2008, 12:47 PM, said:

OK post them here.


wpi.hta works very nice over a UNC networkpath now, except for 2 warnings "Could not save ./WPIScripts/useroptions.js" and "Could not save ./WPIScripts/windowsoptions.js"

For the rest, no strange things to report, except a real pleasure while using WPI 7.2 ... :thumbup

#4 User is offline   mritter 

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

Posted 01 December 2008 - 03:57 PM

I'm not crazy. I am getting that, too. Should not be happening. I will look into some more.

#5 User is offline   AlBundy33 

  • Member
  • PipPip
  • Group: Members
  • Posts: 217
  • Joined: 02-January 05

Posted 07 December 2008 - 02:19 PM

By default I don't check any applications and disable the timer - but when I start WPI after XP-Install I set the command-line arguments check=default timer=300.
If I use this commands an my hdd-WPI it works - if I use them on CD they will be ignored. :-(

Al

#6 User is offline   AlBundy33 

  • Member
  • PipPip
  • Group: Members
  • Posts: 217
  • Joined: 02-January 05

Posted 07 December 2008 - 03:15 PM

The pause-button in installer-window should pauses the process before next command starts instead to halt an the next application to install.

#7 User is offline   chaoticyeshua 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 30-March 06

Posted 09 December 2008 - 02:43 PM

Using the Exit button in the lower-right of the Config or Options windows will not load my config file again once they are closed. However, if I select Config to exit Config or Options to exit Options, it will re-load the config file.

Am I the only one experiencing this?

#8 User is offline   mritter 

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

Posted 09 December 2008 - 05:15 PM

Exit works fine for me. Did you modify any code or theme?

#9 User is offline   chaoticyeshua 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 30-March 06

Posted 10 December 2008 - 11:06 AM

Nope, haven't modified a thing.

#10 User is offline   icnocop 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 10-June 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 December 2008 - 07:26 PM

Hi.

WPI v7.2.1 on Windows XP Pro 32-bit
Using LoadDesktopBeforeInstall=false and running a {REBOOT} cmd, WPI will exit and the machine will reboot, but I receive an error during startup:

[%windir%\system32\mshta.exe]
Windows cannot find '%windir%\system32\mshta.exe'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
[OK]

This is related to installer.js line 187 and line 193.
It seems the correct syntax is to use double slashes, like ... %windir%\\system32\\mshta.exe ...
Otherwise I'd get a similar error but something weird like %windir\%system32\mshta.exe

Anyways, if I comment out those lines and then uncomment the lines above them lines, everything works as expected.

#11 User is offline   mritter 

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

Posted 11 December 2008 - 05:12 PM

Yeah, I made some updates that were complete, started that section, forgot about it, uploaded the new fixes, and well, errors.

Download a new copy or just reverse the commented lines for now. 7.2.2 will be out soon.

#12 User is offline   GrowBigTrees 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 04-December 05

Posted 14 December 2008 - 01:46 AM

Hello guys,

is there a way to check the registry for a binary (hex) value?
For instance to check if windows start and exit sounds are disabled:
 
gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\AppEvents\\Schemes\\Apps\\.Default\\SystemStart\\.Current")=="0"'];
 


Above code tests for a string value, while it should test entries like the following:
 
Windows Registry Editor Version 5.00
; removed start and exit sounds
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Default]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Default]
@=hex(2):00,00
 


#13 User is offline   mritter 

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

Posted 14 December 2008 - 01:21 PM

Everything I have always gotten as a return/check value is binary. You could try RegKeyValue(...)=="0x00000019" which is 25 binary. The binary equivilant is in parenthesis (25) next to the hex value.

Don't use quotes when checking a number.

#14 User is offline   ssjoco 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 15-April 07

Posted 16 December 2008 - 08:07 AM

Hi!
I updated WPI to 7.2.0 from the previous version (I have 148 items).
When I add or remove an item in the Config window and press Save button, the Selected item and the Item's config do not match.
Exaple:
I added a new app: CCleaner then pressed Save button
Now If I select the CCleaner from the list I get an another program's name, desc, etc. (Usually I get the last program's settings) I have to reopen the config windows, then it's working.

#15 User is offline   mritter 

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

Posted 16 December 2008 - 09:57 AM

@ssjoco: Fixed. Thanks.

#16 User is offline   ssjoco 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 15-April 07

Posted 17 December 2008 - 06:54 AM

Thnx!
Another Bug
After a reboot the language is English. I think the translation do not load.

#17 User is offline   Peter.GW 

  • Group: Members
  • Posts: 2
  • Joined: 18-December 08

Posted 19 December 2008 - 03:37 AM

Bug Version - 7.2.1

Attached File  ErrorMeldung1.png (20.2K)
Number of downloads: 4


Attached File  ErrorMeldung2.png (5.93K)
Number of downloads: 2


This happens when i ....

Requirements for the MUI - German ....
Attached File  info1.png (6.94K)
Number of downloads: 6


Requirement + WinRar DE and - WinRar EN

and Requirement for Winrar DE is + Windows MUI DE and -Winrar EN
Attached File  info2.png (7.39K)
Number of downloads: 4




When i deactivate the requirements all is working fine.


Some1 with a info how to handle this problem and do not lose the requirements?



thanks in advance
PGW

#18 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 December 2008 - 03:56 AM

Can I see your config?

You can email it to me if you don't want to attach it here...

Kelsenellenelvian @ gmail.com

#19 User is offline   Peter.GW 

  • Group: Members
  • Posts: 2
  • Joined: 18-December 08

Posted 19 December 2008 - 04:07 AM

View PostKelsenellenelvian, on Dec 19 2008, 10:56 AM, said:

Can I see your config?

You can email it to me if you don't want to attach it here...

Kelsenellenelvian @ gmail.com


Hello sure - when you tell me what file and where i can find it!

Im absolute new to WPIW.

Attached File  info3.png (56.89K)
Number of downloads: 12


I added the config.js file i found in the WPIScripts Directory.

at the moment i removed the requirements from MUI GERMAN that i can work without the errors.


Thx 4 the Support!
PGW

#20 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 21 December 2008 - 05:25 AM

Exit button doesn't work (tested in real machine and in a clean VM with XP SP3).
I stopped the program from Task Manager or Begin Install.
Edit: it works (or not works) like that: works, not works, works... ;)

This post has been edited by radix: 21 December 2008 - 07:54 AM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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