Bug 37959 - [regresssion] Errors starting sauerbraten with today's git master.
Summary: [regresssion] Errors starting sauerbraten with today's git master.
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) All
: medium major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-05 13:04 UTC by David Ronis
Modified: 2011-06-06 20:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David Ronis 2011-06-05 13:04:20 UTC
When I start sauerbraten on my R200 box (an older HP laptop) I see:


Mesa 7.11-devel implementation error: glUniform1f should be mapped to 322, not 547
Please report at bugs.freedesktop.org
Mesa 7.11-devel implementation error: glMultiTexCoord4fARB should be mapped to 307, not 402
Please report at bugs.freedesktop.org
Mesa 7.11-devel implementation error: glGetProgramivNV should be mapped to 306, not 749
Please report at bugs.freedesktop.org
Mesa 7.11-devel implementation error: glFramebufferTexture3DEXT should be mapped to 337, not 844

after which, the program hangs.

I should also point out that this game program has triggered other, as yet unresolved,  serious bugs; see, Bug #32787 or Bug 25597.
Comment 1 Chad Versace 2011-06-06 10:26:55 UTC
On Sun,  5 Jun 2011 13:04:24 -0700 (PDT), bugzilla-daemon@freedesktop.org wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=37959
> 
>            Summary: [regresssion] Errors starting sauerbraten with today's
>                     git master.
>            Product: Mesa
>            Version: git
>           Platform: x86 (IA32)
>         OS/Version: All
>             Status: NEW
>           Severity: major
>           Priority: medium
>          Component: Other
>         AssignedTo: mesa-dev@lists.freedesktop.org
>         ReportedBy: David.Ronis@McGill.CA
> 
> 
> When I start sauerbraten on my R200 box (an older HP laptop) I see:
> 
> 
> Mesa 7.11-devel implementation error: glUniform1f should be mapped to 322, not
> 547
> Please report at bugs.freedesktop.org
> Mesa 7.11-devel implementation error: glMultiTexCoord4fARB should be mapped to
> 307, not 402
> Please report at bugs.freedesktop.org
> Mesa 7.11-devel implementation error: glGetProgramivNV should be mapped to 306,
> not 749
> Please report at bugs.freedesktop.org
> Mesa 7.11-devel implementation error: glFramebufferTexture3DEXT should be
> mapped to 337, not 844

Try doing a clean run of autoconf.
make distclean && ./autogen.sh --your-autoconf-opts && make build

Sometimes I get these errors after a `git pull`, and `make distclean`
usually fixes them.

> 
> after which, the program hangs.
> 
> I should also point out that this game program has triggered other, as yet
> unresolved,  serious bugs; see, Bug #32787 or Bug 25597.
> 
> -- 
> Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Comment 2 David Ronis 2011-06-06 20:46:33 UTC
Chad's suggestions worked.   Thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.