<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Divinity: Original Sin Enhanced Edition(Native) crash on start"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93551#c70">Comment # 70</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Divinity: Original Sin Enhanced Edition(Native) crash on start"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93551">bug 93551</a>
from <span class="vcard"><a class="email" href="mailto:gloriouseggroll@gmail.com" title="Thomas Crider <gloriouseggroll@gmail.com>"> <span class="fn">Thomas Crider</span></a>
</span></b>
<pre>Marek Olšák this patch for glxcmds.c is necessary for the game to run at all,
without it the game crashes:
+ if (strcmp((const char *) procName, "glNamedStringARB") == 0 ||
+ strcmp((const char *) procName, "glDeleteNamedStringARB") == 0 ||
+ strcmp((const char *) procName, "glCompileShaderIncludeARB") == 0 ||
+ strcmp((const char *) procName, "glIsNamedStringARB") == 0 ||
+ strcmp((const char *) procName, "glGetNamedStringARB") == 0 ||
+ strcmp((const char *) procName, "glGetNamedStringivARB") == 0)
+ return NULL;
as for not setting envvars, in my current patch I made dri_context set an
envvar and getstring read that envvar because I wasn't sure how to set the
vendor string in dri_context, and I wasn't sure how to use driQueryOptionstr in
getstring in order to do so.
I have a modified patch which currently does this instead in dri_context:
if (driQueryOptionstr(optionCache, "allow_vendor_override")) {
ctx_config->vendor==driQueryOptionstr(optionCache,
"allow_vendor_override");
}
obv. ctx_config->vendor is wrong, but I don't know the correct syntax.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>