MSFN Forum: WPI Bug Report Thread - MSFN Forum

Jump to content


  • 11 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

WPI Bug Report Thread Rate Topic: -----

#101 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 08:57 AM

There is an error with WPI v8.5.6 with our customized useroptions.js if the values for Window resolution are:

Size freeze
// Window tab
Resolution=0;
MainWindowWidth=;
MainWindowHeight=;



And we can't change the Window resolution values inside the box !

Regards

This post has been edited by myselfidem: 16 August 2012 - 09:27 AM



#102 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 09:17 AM

Hmmm seems to me that due to increased error handling and code optimizations you CANNOT have nothing defined in the

MainWindowWidth=;
MainWindowHeight=;

So either change it to:

Resolution=0;
MainWindowWidth=800;
MainWindowHeight=600;

or completly REDO your options settings and resave.

(Resolution=0; is system defualt the other 2 are ignored when that is set.)

Also got the french lang file thanks.

This post has been edited by Kelsenellenelvian: 16 August 2012 - 09:18 AM


#103 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 09:22 AM

Thanks. Yes I solved the trouble using the values you said...But the Window resolution is frozen inside the option window resolution wizard!

Regards

#104 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 09:25 AM

I see now.

#105 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 09:32 AM

So let me tell you what i get:

The options to set the resolution MANUALLY (or CUSTOM)

Only become active when the very bottom option "Custom" is selected.

See pic 1&2

#106 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 09:39 AM

Yes, it's like you said...But what about the other sizes we could select before?
Could you solve this touble, please?

Thanks

*Edit: there no resume text about installed programs indise WPI_Log.txt and WPI.exe try to start a new time after the installation is done!

This post has been edited by myselfidem: 17 August 2012 - 01:28 AM


#107 User is offline   ZEUS__ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 184
  • Joined: 03-January 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 10:10 AM

Thanks @Kel,
Now it's working good:) Here is new Turkish file for 8.5.6. Also I removed line 494 and line 532 after I read myselfidem's notice.

Attached File(s)



#108 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 10:17 AM

View Postmyselfidem, on 16 August 2012 - 09:39 AM, said:

Yes, it's like you said...But what about the other sizes we could select before?
Could you solve this touble, please?

Thanks

*Edit: there no resume text about installed programs indise WPI_Log.txt and WPI.exe try to start a new time after the installation is done!


So you have 0 standard options to select from?

if not this file may fix it.

Will look into the reboot thing.

#109 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 10:18 AM

View PostZEUS__, on 16 August 2012 - 10:10 AM, said:

Thanks @Kel,
Now it's working good:) Here is new Turkish file for 8.5.6. Also I removed line 494 and line 532 after I read myselfidem's notice.



got it.

#110 User is offline   Whatsup 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 11-February 10

Posted 16 August 2012 - 11:24 AM

Hi..

Thanks Kelsenellenelvian for the very fast update^^.
Tomorrow I can say,if it all work as it should be.
I can't test it today.because my son and his m8's used all my computers.

Thanks also francesco,of course i try this to:
you have to use "start wpi.exe" or runonceex

Thanks alot for the quick response.tomorrow i can tell you more.

Thx guys^^

bye

#111 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 11:30 AM

View PostKelsenellenelvian, on 16 August 2012 - 10:17 AM, said:

So you have 0 standard options to select from?

if not this file may fix it.

Will look into the reboot thing.


No, all selected programs are installed but there is no resume text value about the installed programs inside WPI_Log.txt, and WPI.exe is launched a new time, for any reason!

Tested the file you gave without success.

Thanks

#112 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 August 2012 - 12:13 PM

About WPI_Log.txt it seems the trouble is inside: installer_log.js

At this line: function LogWPIInformation()

Removing:
WriteLogLinePlain("   "+getText(lblSysArch6432)+"="+sysArch6432);
WriteLogLinePlain("   "+getText(lblTrue64Bits)+"="+true64bits);



as those values have been removed inside lang_en.js, works and the WPI_Log.txt is writed completely!

However WPI.exe starts a new time at restart (using execute after) when the installation is done, for any reason!

Regards

This post has been edited by myselfidem: 16 August 2012 - 01:08 PM


#113 User is offline   Whatsup 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 11-February 10

Posted 16 August 2012 - 01:36 PM

hi..

Missing the folder Codebase in WPI_v8.5.6???

Nothing read about??

Grt Whatsup

EDIT:now i read it in page 4 sorry^^

This post has been edited by Whatsup: 16 August 2012 - 01:43 PM


#114 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 01:43 PM

workin g on the rest

whatsup =
v8.5.5 Updates - Released August 12th, 2012
====================================================
*** Relocated the Codebase folder into the Common folder.

#115 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 01:47 PM

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Then if it is you will need to redo\resave your options.

If still not working then send me your whole wpi folder minus the installs, audio and graphics.

#116 User is offline   Whatsup 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 11-February 10

Posted 16 August 2012 - 02:25 PM

Yep same as myselfidem here:Dutch

linw 469 lblSysArch6432[lang] = ['SysArch6432'];
line 470 lblTrue64Bits[lang] = ['True 64 Bits'];

Did remove to.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
I read just your post Kel and follow your tip now...and start with clean WPI:

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Test rolling again^^

-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - -
myselfidem: same problem here.when software is installed wpi close and reopen again?
http://www.msfn.org/...ost__p__1007390

-------------------------------------------------------------------------------------------------------------------------------------------
I'am very sorry,but still same problem.
http://www.msfn.org/...ost__p__1007118

No music and WPI will still not start with loading screen?
I already use runonceex i see,like this.

FOR %%i IN (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:\Autounattend.xml SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI\WPI.exe" /f
---------------------------------------------------------------------------------------
I try this:
REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI\start WPI.exe" /f but it does nothing...do you have a suggestion for me??

Grt Whatsup.

This post has been edited by Whatsup: 16 August 2012 - 04:46 PM


#117 User is offline   fariq 

  • Group: Members
  • Posts: 2
  • Joined: 16-August 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2012 - 05:37 PM

just want to say up front that i've been using this software for a year, it has helped me ALOT. also this is my first post in a forum ever.

found 2 bugs in 8.5.6...tested with clean WPI also. did not have either of these in 8.5.

1. can't exit 'configuration' mode unless save is done first.
2. {EXTRACT} seems to be broken, some commands that contained it before aren't working anymore and when i try to add {EXTRACT} from the DOS menu, it does't put anything in the textbox below.

#118 User is offline   Kelsenellenelvian 

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

Posted 16 August 2012 - 08:01 PM

fariq = WHat laguage are you using in WPI?

I cannot replicate your config error. I bet it is a error in your lang file.

I did change the 7z.exe file recently. Grab the one from the tools folder of wpi 8.5 and try it please.

Whatsup = Try this for a startup script

@ECHO OFF
SETLOCAL
(SET DRIVE=)
FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^
 "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^
 GET Name /VALUE^|FIND "="`) DO SET "DRIVE=%%~d#"&SET "FPATH=%%#"

START "" "%DRIVE%\WPI\WPI.exe"
exit


Also what is the warning you get when the audio files are being deleted?

This post has been edited by Kelsenellenelvian: 16 August 2012 - 08:19 PM


#119 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 August 2012 - 01:25 AM

View PostKelsenellenelvian, on 16 August 2012 - 01:47 PM, said:

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Then if it is you will need to redo\resave your options.

If still not working then send me your whole wpi folder minus the installs, audio and graphics.


After a new test with an WPI_v8.5.6 untouched I have the same trouble explained above.

I removed only the two unwanted lines inside lang_fr.js.

WPI starts with my customized Autounattend.xml file after Windows 7 is installed.

The WPI_Log.txt isn't writed completely. Programs installed, results, time start and time end, inside the log file are missing.

WPI restarts when the installation is done for unknow reason and installer Window size is bigger than normal and freeze.

About selection window resolution size, works but this is new that the values 800 x 600 are greyed. However I can select others size.

Regards

This post has been edited by myselfidem: 18 August 2012 - 01:25 AM


#120 User is offline   Whatsup 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 11-February 10

Posted 17 August 2012 - 01:57 AM

Hi..

Whatsup = Try this for a startup script

Your script is working,Only WPI is running immediately.
To fix this,I made a StartWPI.cmd file with your script.
The runonceex activate the StartWPI.cmd after the restart from windows.

Like this:
-----------------------------------------------
cmdow @ /HID
@echo off
FOR %%i IN (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:\Autounattend.xml SET CDROM=%%i:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY%\010 /V 1 /D "C:\StartWPI.cmd" /f
exit
-----------------------------------------------

Compleet selfinstaller look like this now:

;!@Install@!UTF-8!
Progress="yes"
RunProgram="StartWPI.exe /s"
RunProgram="RunOnceEx.cmd"
;!@InstallEnd@!

And this work for me^^ thank you thank you Xd.

-----------------------------------------------
Strange thing now:

mshta.exe starting him self after restart.

============================================================================

The Music is only runnig if i change %systemdrive%\Audio in C:\Audio.
The Waring only show up by this setting C:\Audio.

so if music been removed out wpi now warning [Big Warning,can't find it in lang_nl.js] came up,and not succes.
The files are been removed out the Audio folder,but not the Audio folder,it stay's visible in C.

================================================================================

I can confirm myselfidem results, same here!!!!!!..
[WPI restarts when the installation is done for unknow reason and installer Window size is bigger than normal and freeze.]

and also:

I can confirm fariq problem, same here!!!!!!..

================================================================================

Sorry for bad english^^

Grt Whatsup

This post has been edited by Whatsup: 17 August 2012 - 02:17 AM


Share this topic:


  • 11 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • 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 - 2013 msfn.org
Privacy Policy