MSFN Forum: WPI Bug Report Thread - MSFN Forum

Jump to content


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

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

#41 User is offline   Kelsenellenelvian 

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

Posted 25 August 2011 - 11:19 AM

OK I will start over again form last working version and send you a beta soon please watch your pm's


#42 User is offline   ZEUS__ 

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

Posted 25 August 2011 - 12:06 PM

ok :)

#43 User is offline   Kelsenellenelvian 

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

Posted 19 May 2012 - 02:24 PM

8.5 released today...

#44 User is offline   myselfidem 

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

Posted 19 May 2012 - 03:09 PM

Wow..Very nice. :rolleyes:

Many thanks Kels

This post has been edited by myselfidem: 22 May 2012 - 05:27 AM


#45 User is offline   myselfidem 

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

Posted 22 May 2012 - 05:26 AM

Strange acronyms inside the window: About WPI!

Regards

This post has been edited by myselfidem: 24 May 2012 - 05:17 AM


#46 User is offline   myselfidem 

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

Posted 22 May 2012 - 11:04 AM

Solved!

Using the previous file inside: WPI\Common\aboutwpitemplate_links.htm

Open with notepad2 and removing unwanted name and e-mail. Save the new file and all is OK!
Strange because I see that the original file: aboutwpitemplate_links.htm is the same. Weird.

Regards

This post has been edited by myselfidem: 24 May 2012 - 05:17 AM


#47 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 394
  • Joined: 20-March 04

Posted 22 May 2012 - 12:19 PM

Those characters are the unicode BOM. Save the file as ANSI/ASCII to remove them.

#48 User is offline   myselfidem 

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

Posted 28 May 2012 - 11:55 AM

View PostFrancesco, on 22 May 2012 - 12:19 PM, said:

Those characters are the unicode BOM. Save the file as ANSI/ASCII to remove them.


Many thanks Francesco for your help! Keep your good work! :thumbup

Regards

#49 User is offline   ZEUS__ 

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

Posted 08 July 2012 - 01:46 AM

it seems bugs fixed from 8.4.x. thanks for your effort. 8.5 works great.

#50 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 July 2012 - 11:32 PM

I have a problem with "Excludes" when theme is in horizontal mode: http://i3.lulzimg.com/5c36ed3d21.png (I cant check either of the two)

Vertical up and down there is no problem selecting one or the other: http://i3.lulzimg.com/d5ae391582.png

Here is my code:
prog[pn]=['.NET Framework 4 Full'];
uid[pn]=['DOTNETFX4FULL'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\dotNETfx\\netfx_core_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_core_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','{x64} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','"%WinDir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent','{x64} "%WinDir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent'];
excl[pn]=['DOTNETFX4CORE'];
gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full")'];
desc[pn]=['Microsoft .NET Framework 4 Full'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\dotNETfx.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['.NET Framework 4 Client'];
uid[pn]=['DOTNETFX4CORE'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\dotNETfx\\netfx_core_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_core_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-x86.msp" /qn','"%WinDir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent','{x64} "%WinDir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent'];
excl[pn]=['DOTNETFX4FULL'];
gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client")'];
desc[pn]=['Microsoft .NET Framework 4 Client'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\dotNETfx.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

This post has been edited by ricktendo64: 29 July 2012 - 11:15 AM


#51 User is offline   Kelsenellenelvian 

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

Posted 30 July 2012 - 01:34 AM

WOW that one is going to be hard to track down.

#52 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 394
  • Joined: 20-March 04

Posted 30 July 2012 - 03:12 PM

View Postricktendo64, on 28 July 2012 - 11:32 PM, said:

I have a problem with "Excludes" when theme is in horizontal mode: http://i3.lulzimg.com/5c36ed3d21.png (I cant check either of the two)

Vertical up and down there is no problem selecting one or the other: http://i3.lulzimg.com/d5ae391582.png


I can't reproduce it. Maybe both items having the same category is what disables both? I need a copy of the whole WPI folder (without Install) to debug that.

#53 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2012 - 07:08 AM

View PostFrancesco, on 30 July 2012 - 03:12 PM, said:

I can't reproduce it. Maybe both items having the same category is what disables both? I need a copy of the whole WPI folder (without Install) to debug that.

I thought the problem was because they were on the same line, but I moved one to the end on the last row and you still could not select either

Sent you a PM with the link

#54 User is offline   myselfidem 

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

Posted 02 August 2012 - 12:50 PM

We can't get the new update with WPI v8.5 to WPI v8.5.2 but it is possible with WPI v8.1.0

Regards

This post has been edited by myselfidem: 04 August 2012 - 04:31 AM


#55 User is offline   myselfidem 

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

Posted 03 August 2012 - 11:01 AM

Inside the new Manual for WPI it's needed to change the path to download the file "Sources.rar" with the SetupComplete.cmd included:

Inside: Manual\en\ Chapiter-10.html\line 53:
1 = Download this <a href="http://www.wpiw.net/downloads/Sources.rar">Pre-configured sources\setupcomplete.cmd archive.</a> &quot;Click-able link!&quot;<br />


Just needed to change: "sources.rar" to "Sources.rar"

http://www.msfn.org/...post__p__980388

Regards

*Edit: Thanks to move this post, because it's not inside the right topic!

This post has been edited by myselfidem: 03 August 2012 - 11:20 AM


#56 User is offline   myselfidem 

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

Posted 07 August 2012 - 09:19 AM

With WPI v8.5.2 , I can select on the option items: Window | Window resolution:

By System (Default)
or
Custom...

But the texts does not appear on the top and on the bottom.

And selecting French language the text "Widescreen" is not in French but in English.

Thanks

This post has been edited by myselfidem: 08 August 2012 - 02:32 AM


#57 User is offline   chymax3m 

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

Posted 07 August 2012 - 11:06 AM

Hello, found a bug in Screen resolution combo: there is no string "Custom" just a blank string

Attached File(s)

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

This post has been edited by chymax3m: 07 August 2012 - 11:06 AM


#58 User is offline   Kelsenellenelvian 

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

Posted 07 August 2012 - 04:53 PM

Please open your lang fiiles and lang_en then look for the strings your missing in your langs. Then kindly add them and post here...

#59 User is offline   chymax3m 

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

Posted 07 August 2012 - 10:20 PM

It is mentioned in the manual about that string, but i can't find it in the lang file. Strings corresponded to the labels of that sector are translated, but there is no such a string corresponding to dropbox.

#60 User is offline   chymax3m 

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

Posted 07 August 2012 - 10:21 PM

Actually there is such a string :
optCustom[lang]                 = ['Custom...'];

but it doesn't reflect in dropbox

This post has been edited by chymax3m: 07 August 2012 - 10:33 PM


Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • 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