* [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM)
@ 2017-09-13 18:11 bugzilla-daemon
2017-09-14 16:04 ` bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-13 18:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1468 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102709
Bug ID: 102709
Summary: War Thunder crashes after logging in to the game.
(GL_INVALID_ENUM)
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
Assignee: dri-devel@lists.freedesktop.org
Reporter: balalic.enver@gmail.com
QA Contact: dri-devel@lists.freedesktop.org
Created attachment 134200
--> https://bugs.freedesktop.org/attachment.cgi?id=134200&action=edit
GlxInfo
On my Radeon HD6950, War Thunder crashes after logging in to the game,
if using LIBGL_DEBUG=verbose and MESA_DEBUG=1 when starting the game, it spams
the following in the console:
Mesa: User error: GL_INVALID_ENUM in glTexStorage2D(internalformat =
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT)
Mesa: User error: GL_INVALID_ENUM in glCompressedTexSubImage2D(format)
and a couple of the messages are a bit different:
Mesa: User error: GL_INVALID_ENUM in glTexStorage2D(internalformat =
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT)
Mesa: User error: GL_INVALID_ENUM in glCompressedTexSubImage2D(format)
Using Fedora Rawhide, Mesa 17.3.0-devel, LLVM 6.0.0, packages from che COPR
repo.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2945 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM)
2017-09-13 18:11 [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM) bugzilla-daemon
@ 2017-09-14 16:04 ` bugzilla-daemon
2018-05-12 16:02 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-14 16:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102709
--- Comment #1 from Samuel Pitoiset <samuel.pitoiset@gmail.com> ---
Well, War Thunder doesn't check that GL_EXT_texture_compression_s3tc is exposed
before using those compressed formats.
Though, if you have libtxc_dxtn installed on your system the extension should
be enabled, can you check?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1260 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM)
2017-09-13 18:11 [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM) bugzilla-daemon
2017-09-14 16:04 ` bugzilla-daemon
@ 2018-05-12 16:02 ` bugzilla-daemon
2018-05-12 16:05 ` bugzilla-daemon
2019-09-18 19:24 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-05-12 16:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 664 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102709
--- Comment #2 from Vitalii <shpalikvitalik@gmail.com> ---
(In reply to Samuel Pitoiset from comment #1)
> Well, War Thunder doesn't check that GL_EXT_texture_compression_s3tc is
> exposed before using those compressed formats.
>
> Though, if you have libtxc_dxtn installed on your system the extension
> should be enabled, can you check?
I have the same problem with war thunder, but my driver crashes and only hard
reboots help. I can not find the logs and I do not know how to inspect it.
driver r600 padeon HD7600
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1566 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM)
2017-09-13 18:11 [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM) bugzilla-daemon
2017-09-14 16:04 ` bugzilla-daemon
2018-05-12 16:02 ` bugzilla-daemon
@ 2018-05-12 16:05 ` bugzilla-daemon
2019-09-18 19:24 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-05-12 16:05 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 835 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102709
--- Comment #3 from Vitalii <shpalikvitalik@gmail.com> ---
(In reply to Vitalii from comment #2)
> (In reply to Samuel Pitoiset from comment #1)
> > Well, War Thunder doesn't check that GL_EXT_texture_compression_s3tc is
> > exposed before using those compressed formats.
> >
> > Though, if you have libtxc_dxtn installed on your system the extension
> > should be enabled, can you check?
>
> I have the same problem with war thunder, but my driver crashes and only
> hard reboots help. I can not find the logs and I do not know how to inspect
> it. driver r600 padeon HD7600
if you run the version from windows, it also hangs but only with gallium nine
it starts with some artifacts
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1807 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM)
2017-09-13 18:11 [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM) bugzilla-daemon
` (2 preceding siblings ...)
2018-05-12 16:05 ` bugzilla-daemon
@ 2019-09-18 19:24 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:24 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102709
GitLab Migration User <gitlab-migration@fdo.invalid> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #4 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/611.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2497 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-09-18 19:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 18:11 [Bug 102709] War Thunder crashes after logging in to the game. (GL_INVALID_ENUM) bugzilla-daemon
2017-09-14 16:04 ` bugzilla-daemon
2018-05-12 16:02 ` bugzilla-daemon
2018-05-12 16:05 ` bugzilla-daemon
2019-09-18 19:24 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.