Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
By the way I really appreciate all the work you are putting into making this mod mac accessible, not many modders are willing to do that.
Looks like it successfully parses techniques.xml and then proceeds to grab the shader text to compile it down into custom bytecode, curiously it crashes the OpenGL implementation and not the game, strlen is a standard (and pretty old, deprecated even) function that just counts the number of characters in a C string, looks like either it gets passed an extremely long string (GLSL shaders are standard text strings) or, (more probably) a wrong/unmapped address in VM memory.
In any sane implementation there should be sanity checks for input arguments (and their lengths) and return an error instead of outright crashing, but that's computers for you. Go figure.
Thank Ilúvatar for debug symbols. But this is pretty weird. I still think the game saves rgl_log.txt somewhere in the Mac version. I fear I will have to roll a virtual machine and give it a go myself.
The Mac version does not look polished, to put it bluntly.
(search = used the search function + manually looked for it in every folder that it could be saved in)