Unix Technical Forum

BUG #2893: Non-standard theme explodes the installer.

This is a discussion on BUG #2893: Non-standard theme explodes the installer. within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2893 Logged by: Ilya Kogan Email address: ikogan@cs.ohiou.edu PostgreSQL version: ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Bugs

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 10:31 AM
Ilya Kogan
 
Posts: n/a
Default BUG #2893: Non-standard theme explodes the installer.


The following bug has been logged online:

Bug reference: 2893
Logged by: Ilya Kogan
Email address: ikogan@cs.ohiou.edu
PostgreSQL version: 8.1.6
Operating system: Windows XP Pro SP-2
Description: Non-standard theme explodes the installer.
Details:

I was trying to install 8.1.6 via the MSI installer and would keep getting
"Could not get system metrics: 8" when trying to get past "Installation
Notes" screen. After reading a bit about GetSystemMetrics, I decided to
switch from my non-standard theme (Some msstyle downloaded from something
that was googled) to Windows Classic.

Surprisingly, the error went away and I was free to finish installing.

I also tried installing 8.2 previously and that went without a hitch.

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 10:33 AM
Magnus Hagander
 
Posts: n/a
Default Re: BUG #2893: Non-standard theme explodes the installer.

To me this sounds like the theme is broken. Especially since we only use it to look for terminal services stuff iirc. it'd be interesting to see if this can be
reproduced on a different non standard
theme.

/Magnus


------- Original message -------
From: Ilya Kogan <ikogan@cs.ohiou.edu>
Sent: 1-14-'07, 20:05

>
> The following bug has been logged online:
>
> Bug reference: 2893
> Logged by: Ilya Kogan
> Email address: ikogan@cs.ohiou.edu
> PostgreSQL version: 8.1.6
> Operating system: Windows XP Pro SP-2
> Description: Non-standard theme explodes the installer.
> Details:
>
> I was trying to install 8.1.6 via the MSI installer and would keep getting
> "Could not get system metrics: 8" when trying to get past "Installation
> Notes" screen. After reading a bit about GetSystemMetrics, I decided to
> switch from my non-standard theme (Some msstyle downloaded from something
> that was googled) to Windows Classic.
>
> Surprisingly, the error went away and I was free to finish installing.
>
> I also tried installing 8.2 previously and that went without a hitch.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster



---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 10:33 AM
Magnus Hagander
 
Posts: n/a
Default Re: BUG #2893: Non-standard theme explodes the installer.

On Thu, Jan 25, 2007 at 07:37:21AM -0500, Ilya Kogan wrote:
> Magnus Hagander wrote:
> > To me this sounds like the theme is broken. Especially since we only use it to look for terminal services stuff iirc. it'd be interesting to see if this can be
> > reproduced on a different non standard
> > theme.
> >
> > /Magnus
> >
> >
> > ------- Original message -------
> > From: Ilya Kogan <ikogan@cs.ohiou.edu>
> > Sent: 1-14-'07, 20:05
> >
> >
> >> The following bug has been logged online:
> >>
> >> Bug reference: 2893
> >> Logged by: Ilya Kogan
> >> Email address: ikogan@cs.ohiou.edu
> >> PostgreSQL version: 8.1.6
> >> Operating system: Windows XP Pro SP-2
> >> Description: Non-standard theme explodes the installer.
> >> Details:
> >>
> >> I was trying to install 8.1.6 via the MSI installer and would keep getting
> >> "Could not get system metrics: 8" when trying to get past "Installation
> >> Notes" screen. After reading a bit about GetSystemMetrics, I decided to
> >> switch from my non-standard theme (Some msstyle downloaded from something
> >> that was googled) to Windows Classic.
> >>
> >> Surprisingly, the error went away and I was free to finish installing.
> >>
> >> I also tried installing 8.2 previously and that went without a hitch.
> >>
> >> ---------------------------(end of broadcast)---------------------------
> >> TIP 2: Don't 'kill -9' the postmaster
> >>

> You are correct, using the first theme that was a pure msstyle that you
> get when searching google for "msstyle",
> http://www.deviantart.com/deviation/30092322/, seemed to not cause the
> problem. It seems odd though that this occurs with 8.1.6 and not 8.2,
> nor does it happen with any other program I have so far run on this
> system. Is that installer really the only thing that uses
> GetSystemMetrics() in that way?


Not really. We don't call GetSystemMetrics() on XP anymore in 8.2, that
codepath only runs on Windows 2000.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-10-2008, 10:33 AM
Ilya Kogan
 
Posts: n/a
Default Re: BUG #2893: Non-standard theme explodes the installer.

Magnus Hagander wrote:
> To me this sounds like the theme is broken. Especially since we only use it to look for terminal services stuff iirc. it'd be interesting to seeif this can be
> reproduced on a different non standard
> theme.
>
> /Magnus
>
>
> ------- Original message -------
> From: Ilya Kogan <ikogan@cs.ohiou.edu>
> Sent: 1-14-'07, 20:05
>
>
>> The following bug has been logged online:
>>
>> Bug reference: 2893
>> Logged by: Ilya Kogan
>> Email address: ikogan@cs.ohiou.edu
>> PostgreSQL version: 8.1.6
>> Operating system: Windows XP Pro SP-2
>> Description: Non-standard theme explodes the installer.
>> Details:
>>
>> I was trying to install 8.1.6 via the MSI installer and would keep getting
>> "Could not get system metrics: 8" when trying to get past "Installation
>> Notes" screen. After reading a bit about GetSystemMetrics, I decided to
>> switch from my non-standard theme (Some msstyle downloaded from something
>> that was googled) to Windows Classic.
>>
>> Surprisingly, the error went away and I was free to finish installing.
>>
>> I also tried installing 8.2 previously and that went without a hitch.
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 2: Don't 'kill -9' the postmaster
>>

You are correct, using the first theme that was a pure msstyle that you
get when searching google for "msstyle",
http://www.deviantart.com/deviation/30092322/, seemed to not cause the
problem. It seems odd though that this occurs with 8.1.6 and not 8.2,
nor does it happen with any other program I have so far run on this
system. Is that installer really the only thing that uses
GetSystemMetrics() in that way?

Ilya


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFuKSFWz8XsrBu928RAndkAJ9JsXwkWqBgsx+LW82qEn 8/JbjiFQCgqU9u
O9K/VEZ5zOpr9gxNwioXVBg=
=0Q3J
-----END PGP SIGNATURE-----

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:46 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com