MSFN Forum: WPI 8.6 and beyond bug\bugfix thread - MSFN Forum

Jump to content


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

WPI 8.6 and beyond bug\bugfix thread Rate Topic: -----

#21 User is offline   myselfidem 

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

Posted 18 September 2012 - 05:35 AM

About SoundDevice on x64 computers - works now fine for me on x86 and amd64 computers - , we can change inside wmi.js:

Replace:
function getSoundDeviceID()
if (objItem.PNPDeviceID.indexOf("PCI\\VEN_")==0)


With:
if (objItem.PNPDeviceID.indexOf("PCI\\VEN_") != 0)


Thanks to check if it's OK!

This post has been edited by myselfidem: 23 January 2013 - 03:49 AM



#22 User is offline   Kelsenellenelvian 

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

Posted 18 September 2012 - 07:17 AM

Hey thats AWESOME!

#23 User is offline   myselfidem 

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

Posted 18 September 2012 - 08:25 AM

Thanks Kels! ;)

This post has been edited by myselfidem: 18 September 2012 - 08:25 AM


#24 User is offline   TerryInWales 

  • Group: Members
  • Posts: 6
  • Joined: 07-February 10
  • OS:Windows 7 x64

Posted 30 November 2012 - 04:26 PM

I thought this command would be very useful:

Example
{OS=Win7,Vista} "%WpiPath%\Install\MyApplication\MyApplicationSetup.exe" will execute the command only on Windows 7 and Vista (no XP, 2000 and previous).

I went to config. In commands, went to condition/operating system and it gave me {OS=Win8,Win7,Vista,XP} .
Being a bit of a simpleton I just backspaced over the OSes I didn't want.

Examples:
{OS=XP,Vista} "%root%\Install\AV CoDecs\VistaCodecs_v641.exe"
{OS=Win7} "%root%\Install\AV CoDecs\Win7codecs_v390.exe"
{OS=Win8} "%root%\Install\AV CoDecs\win8codecs_v132.exe"

This did not work as expected. I'm using windows 8 pro x64. WPI version 8.6.3
I can't remember now if it failed or skipped.

The first one is not that important to me because I don't have Vista anyway. It would be nice to know if it works though.

However:
{OS=Win7,} "%root%\Install\AV CoDecs\Win7codecs_v390.exe"
{OS=Win8,} "%root%\Install\AV CoDecs\win8codecs_v132.exe"

Notice, I left commas in. This does seem to work.

From config.js:

prog[pn]=['CoDecs etc XP Vista 7 8, 32 and 64 bit'];
uid[pn]=['CODECSQUICKTIMEFFDSHOW'];
ordr[pn]=[1250];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['yes'];
cat[pn]=['Multimedia'];
pfro[pn]=['no'];
cmds[pn]=[''{OS=XP%comma%Vista} "%root%\\Install\\AV CoDecs\\VistaCodecs_v641.exe"','{OS=Win7%comma%} "%root%\\Install\\AV CoDecs\\Win7codecs_v390.exe"','{OS=Win8%comma%} "%root%\\Install\\AV CoDecs\\win8codecs_v132.exe"','{x64} "%root%\\Install\\AV CoDecs\\x64Components_v390.exe"','{x86} "%root%\\Install\\AV CoDecs\\MPC-HC.1.6.4.6052.x86.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-','{x64} "%root%\\Install\\AV CoDecs\\MPC-HC.1.6.4.6052.x64.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'];
gcond[pn]=['FileExists("%programfiles%\\MPC-HC\\mpc-hc64.exe")'];
desc[pn]=['Video Codecs];
pn++;

Notice how it has replaced the commas with %comma%.
It seems to work OK, but I'm not sure if I have to leave the comma in for multiple OS choices and I can't find any documentation that seems to help.

If you were here is SW Wales in the UK I would come round and fix mritters main computer for free.
Please continue with the WPI. I really do appreciate it.

Terry

This post has been edited by TerryInWales: 02 December 2012 - 05:54 AM


#25 User is offline   vahe91 

  • Group: Members
  • Posts: 2
  • Joined: 17-November 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 December 2012 - 05:20 AM

Please fix this bug :whistle:

Posted Image

WPI language: Russian
WPI 8.6.3
OS language: English
OS: Windows 7 SP1 32 bit, IE 9

This post has been edited by vahe91: 09 December 2012 - 05:21 AM


#26 User is offline   myselfidem 

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

Posted 09 December 2012 - 06:09 AM

You need to use the updated language:

http://www.msfn.org/...ost__p__1016214

#27 User is offline   vahe91 

  • Group: Members
  • Posts: 2
  • Joined: 17-November 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 December 2012 - 06:24 AM

View Postmyselfidem, on 09 December 2012 - 06:09 AM, said:

You need to use the updated language:

http://www.msfn.org/...ost__p__1016214

thanks :thumbup

#28 User is offline   myselfidem 

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

Posted 09 December 2012 - 12:19 PM

View Postvahe91, on 09 December 2012 - 06:24 AM, said:


thanks :thumbup

;) Enjoy!

#29 User is offline   myselfidem 

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

Posted 28 December 2012 - 03:14 AM

View PostTerryInWales, on 30 November 2012 - 04:26 PM, said:

I thought this command would be very useful:

Example
{OS=Win7,Vista} "%WpiPath%\Install\MyApplication\MyApplicationSetup.exe" will execute the command only on Windows 7 and Vista (no XP, 2000 and previous).

This did not work as expected. I'm using windows 8 pro x64. WPI version 8.6.3
I can't remember now if it failed or skipped.

Notice how it has replaced the commas with %comma%.
It seems to work OK, but I'm not sure if I have to leave the comma in for multiple OS choices and I can't find any documentation that seems to help.



Yes, we must keep the comma (%comma%) for multiple OS choices!
Look at WPI_Log.txt to see errors.

Examples with Windows SP1 7 (x86):

WPI_Log.txt (installation skipped: wrong Architecture)
vendredi 28 décembre 2012 10:30:36
   Programme: Ashampoo
   ID unique: ASHAMPOO
   Ordre: 000001
   Catégorie: Applications
   vendredi 28 décembre 2012 10:30:36 - cmd1 *** Abandonné *** (Architecture incorrecte): {OS=Win8} "%wpipath%\Install\abs6_free.exe"
   vendredi 28 décembre 2012 10:30:36 - Installation terminée.



samedi 29 décembre 2012 11:33:17
   Programme: Ashampoo
   ID unique: ASHAMPOO
   Ordre: 000001
   Catégorie: Applications
   samedi 29 décembre 2012 11:33:17 - cmd1 *** Abandonné *** (Architecture incorrecte): {OS=Win8%comma%Vista%comma%XP} "%wpipath%\Install\abs6_free.exe"
   samedi 29 décembre 2012 11:33:18 - Installation terminée.


This post has been edited by myselfidem: 29 December 2012 - 04:37 AM


#30 User is offline   chymax3m 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 17-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2013 - 09:23 AM

Hello everybody, using WPI v 8.6.3 met one thing that made me reinstall OS (i thought i killed it with frequent install/uninstall software for testing) but the result is the same(look the attachment). Could You help? And one more thing (this i meet for a long time) launching wpi.exe i see the main page with blue background only. This last for few seconds but looks not pretty, exiting the config or options wizard does the same.

Attached File(s)

  • Attached File  1.png (45.83K)
    Number of downloads: 13

This post has been edited by chymax3m: 22 January 2013 - 09:24 AM


#31 User is offline   Kelsenellenelvian 

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

Posted 22 January 2013 - 09:26 AM

Do you have a different browser set as default?

Did you modify your config file manually?

PM me your config.

#32 User is offline   chymax3m 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 17-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2013 - 09:54 AM

i usually use Opera 12.12

#33 User is offline   Kelsenellenelvian 

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

Posted 22 January 2013 - 12:54 PM

I only see 1 issue in your config.

Open your config in notepad and remove all desc lines. Then open wpi and resave the config. After that your issue should be fixed.

#34 User is offline   chymax3m 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 17-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2013 - 06:13 PM

Quote

Open your config in notepad and remove all desc lines. Then open wpi and resave the config. After that your issue should be fixed.
Actually that didn't help, but 8.4.6 version works faster and there is no such bug as on the picture. And what about blue background on starting wpi?

#35 User is offline   Kelsenellenelvian 

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

Posted 22 January 2013 - 08:00 PM

Well without alot of other information I can't help you further:

OS used also x86 or x64
Fresh install of the OS?
Custom theme?
Have you tried with just your config file and not the other user files?

AV\Malware running?

Also have you properly updated your lang file?

This post has been edited by Kelsenellenelvian: 22 January 2013 - 08:01 PM


#36 User is offline   myselfidem 

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

Posted 23 January 2013 - 01:25 AM

@chymax3m

You can try changing the folder name "WPI ProEngineer v 4.2" to WPI
I see some words and sentences are too long!
However I found no trouble testing with my config.js file.

This post has been edited by myselfidem: 23 January 2013 - 04:57 AM


#37 User is offline   Kelsenellenelvian 

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

Posted 23 January 2013 - 02:39 AM

View Postchymax3m, on 22 January 2013 - 06:13 PM, said:

Quote

Open your config in notepad and remove all desc lines. Then open wpi and resave the config. After that your issue should be fixed.
Actually that didn't help, but 8.4.6 version works faster and there is no such bug as on the picture. And what about blue background on starting wpi?


May I also remind you that using WPI in a professional environment or redistributing it is against the license...

#38 User is offline   Kelsenellenelvian 

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

Posted 28 January 2013 - 10:00 AM

View Postchymax3m, on 22 January 2013 - 06:13 PM, said:

Quote

Open your config in notepad and remove all desc lines. Then open wpi and resave the config. After that your issue should be fixed.
Actually that didn't help, but 8.4.6 version works faster and there is no such bug as on the picture. And what about blue background on starting wpi?



I found out that he has modified some of the WPI files and his issue "may" be from that....

#39 User is offline   myselfidem 

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

Posted 02 February 2013 - 04:36 AM

Unfortunately, there are many copies of WPI and counterfeiting on the web !!!
I hope he uses an original copy !

#40 User is offline   myselfidem 

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

Posted 02 February 2013 - 06:44 AM

View PostTerryInWales, on 30 November 2012 - 04:26 PM, said:

If you were here is SW Wales in the UK I would come round and fix mritters main computer for free.
Please continue with the WPI. I really do appreciate it.

Terry

Thanks. Do it! :)

Share this topic:


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

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



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