AMD Phenom support

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nilres
Newbie
Newbie
Posts: 4
Joined: Thu Mar 13, 2008 8:17 am

AMD Phenom support

Post by nilres »

Hi @ all, first sorry for my bad english.

I have a AMD Phenom Processor. And get the following errors:

Code: Select all

nilres@localhost ~ $ wine test.exe
fixme:reg:GetSystemInfo unknown cpu family '16', please report ! (-> setting to 386)
The same by winecfg, for winecfg i found a bug fix in the bugzilla. But noone for the main wine program. My question is when was the bug in the main wine porgramm fixed?

~nils
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: AMD Phenom support

Post by vitamin »

nilres wrote:Hi @ all, first sorry for my bad english.

I have a AMD Phenom Processor. And get the following errors:

Code: Select all

nilres@localhost ~ $ wine test.exe
fixme:reg:GetSystemInfo unknown cpu family '16', please report ! (-> setting to 386)
The same by winecfg, for winecfg i found a bug fix in the bugzilla. But noone for the main wine program. My question is when was the bug in the main wine porgramm fixed?

~nils
It's not fixed yet: Bug 10742 .
nilres
Newbie
Newbie
Posts: 4
Joined: Thu Mar 13, 2008 8:17 am

Post by nilres »

But with the patch i can fix it for me. But the patch is only for the winecfg program. When comes a patch for the main Program?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: AMD Phenom support

Post by vitamin »

nilres wrote:But the patch is only for the winecfg program.
Where do you see it's for winecfg only? It's for kernel.dll - which affects all programs run on Wine.
nilres
Newbie
Newbie
Posts: 4
Joined: Thu Mar 13, 2008 8:17 am

Post by nilres »

I try this patch:"http://bugs.winehq.org/show_bug.cgi?id=10742"

My winecfg works good but the other wine programms not.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

nilres wrote:I try this patch:"http://bugs.winehq.org/show_bug.cgi?id=10742"

My winecfg works good but the other wine programms not.
In what why they don't work?
nilres
Newbie
Newbie
Posts: 4
Joined: Thu Mar 13, 2008 8:17 am

Post by nilres »

Because i become the old errors:

"fixme:reg:GetSystemInfo unknown cpu family '16', please report ! (-> setting to
386)"
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: AMD Phenom support

Post by vitamin »

nilres wrote:Because i become the old errors:

"fixme:reg:GetSystemInfo unknown cpu family '16', please report ! (-> setting to
386)"
Then you didn't compile Wine properly or did no removed old Wine.
Locked