I recently installed beta 42, fresh install, no previous configuration, and loaded it up and I got:
http://i50.tinypic.com/54eps9.png
http://i47.tinypic.com/a85cl.png
That is definitely not rendering correctly Most of it is barely readable. The options menu is completely unreadable. What is with this? Does anyone know what could be causing this problem?
64-bit Arch Linux
Kernel with ck patch set 3.5.3
Git copy of open source ATI drivers with glamor library, dated 08/17/2012
Glitched UI
Moderator: Moderator
Re: Glitched UI
Did you use the pre-built linux32 binary, or did you get the source and compiled yourself?
darkgod wrote:OMFG tiger eye you are my hero!
-
- Posts: 4
- Joined: Mon Sep 17, 2012 6:37 pm
Re: Glitched UI
I got the source and compiled it. I used the TOME4 AUR package. It looke like it built and installed fine, but I have the graphical glitches in those pictures.
EDIT: The pre-compiled seg faults before it can even start, btw.
EDIT: The pre-compiled seg faults before it can even start, btw.
Re: Glitched UI
I get the same funky images when I compile t-engine myself, Katherine1. I have no idea what's going on. It's probably got something to do with SDL2. I'm using Ubuntu with an nvidia gfx card.
As for the pre-compiled seg-faulting, I now need run the following command to make it work:
`env LD_PRELOAD=/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so .`
As to why there isn't a 64b linux build, well, I don't know that either...
As for the pre-compiled seg-faulting, I now need run the following command to make it work:
`env LD_PRELOAD=/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so .`
As to why there isn't a 64b linux build, well, I don't know that either...
darkgod wrote:OMFG tiger eye you are my hero!
-
- Posts: 4
- Joined: Mon Sep 17, 2012 6:37 pm
Re: Glitched UI
I tried that command, it didn't work.
Code: Select all
Applications/t-engine4-linux32-1.0.0beta42/t-engine
[CPU] Detected 2 CPUs
OpenAL device available: ALSA Software on default (default ALSA Software on default)
OpenAL device available: ALSA Software on HDA ATI SB (default ALSA Software on default)
OpenAL device available: OSS Software (default ALSA Software on default)
OpenAL device available: Wave File Writer (default ALSA Software on default)
ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
Segmentation fault
Re: Glitched UI
Then try preloading "/usr/lib32/alsa-lib/libasound_module_pcm_pulse.so".
Of course, I would love it if the funky image issue were better understood.
Of course, I would love it if the funky image issue were better understood.
darkgod wrote:OMFG tiger eye you are my hero!
-
- Posts: 4
- Joined: Mon Sep 17, 2012 6:37 pm
Re: Glitched UI
That was the very next thing I tried, with the same results.