Glitched UI

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Katherine1
Posts: 4
Joined: Mon Sep 17, 2012 6:37 pm

Glitched UI

#1 Post by Katherine1 »

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

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: Glitched UI

#2 Post by tiger_eye »

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!

Katherine1
Posts: 4
Joined: Mon Sep 17, 2012 6:37 pm

Re: Glitched UI

#3 Post by Katherine1 »

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.

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: Glitched UI

#4 Post by tiger_eye »

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...
darkgod wrote:OMFG tiger eye you are my hero!

Katherine1
Posts: 4
Joined: Mon Sep 17, 2012 6:37 pm

Re: Glitched UI

#5 Post by Katherine1 »

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

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: Glitched UI

#6 Post by tiger_eye »

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.
darkgod wrote:OMFG tiger eye you are my hero!

Katherine1
Posts: 4
Joined: Mon Sep 17, 2012 6:37 pm

Re: Glitched UI

#7 Post by Katherine1 »

That was the very next thing I tried, with the same results.

Post Reply