0.9.13 Kubuntu 10.04 Beta 2 Game stops while starting Engine
Ok so to not mess up the other thread, i start a new one:
hedgewars crashes after loading screen right before entering actual game
(k)ubuntu 10.04 beta 2
hedgewars 0.9.13 from source & getdeb repo (tried both)
ATI Radeon HD 3600 Series with radeon driver
so here are some terminal error messages:
starting fresh compiled game:
ufftata@localhost:~$ hedgewars
ALSA lib pcm.c:7245:(snd_pcm_recover) underrun occured
without music & sounds ingame:
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/ufftata/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
low quality didn't fix the crash either.
Please post your ~/.hedgewars/hedgewars.ini (feel free to remove the password hash) you shouldn't have any ALSA errors if you really disabled all sound/music.
You can use this lil' ini file too. http://m8y.org/tmp/hedgewars.ini
Also, do you have pulseaudio installed?
https://bugs.launchpad.net/ubuntu/+source/hedgewars/+bug/454879
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
yeah thats just a misunderstanding, the alsa error doesn't occur when i disable sound & music
my hedgewars.ini;
http://pastebin.com/JFsb9j1j
i have only some client libs for pulseaudio installed, but no pulseaudio server.
appreciate your help btw, thanks alot
'k - at this point. really have no idea. The crash location from debug0.txt isn't suggestive of anything in particular, and you said Reduce Quality didn't help.
You might want to try disabling any graphics acceleration you are using in KDE.
The next thing to try after that, is launching hwengine in gdb from commandline or, well, from frontend if you can time, say, a
sleep 3;gdb -p $(ps auwx | grep hwengine | awk '{print $2}')
Followed by a continue and bt.
The crash may not be too informative w/o symbols, so might have to ask for a debug build next.
If you want to try gdb hwengine from commandline and need a Demo to point it at, lemme know.
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
hi, already disabled all kde compositing.
i'm 70 % sure that it is a problem with my graphics driver
the commandline hwengine tool didnt work:
here's the output you asked for
http://pastebin.com/Nq6xZx9M
so i checked it out with the proprietary catalyst driver, and guess what, it worked
which makes me wonder, 'cause with debian unstable and the radeon driver it worked too, but maybe i smashed something in the xorg.conf under kubuntu
Ah. That's good.
They might have disabled something in the Radeon driver that we depend on.
Do other 3d apps like glxgears work ok w/ Radeon driver?
glxinfo might be interesting too.
But hey. It works.
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
glxgears & info worked with radeon.
but i did some testing with the radeonhd driver before, and maybe i really smashed some configs
What I meant about glxinfo is maaaaaybe we use a glx feature that was removed from the radeon driver due to some flaw in it.
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
Actually ufftata, FIQ reported some issues too, and maybe you were both suffering from :
https://bugs.launchpad.net/ubuntu/lucid/+source/xorg-server/+bug/565903
"Each time there is corruption dmesg has this entry.
[ 3635.792517] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!"
Which is apparently related to that glx 1.4 problem ubuntu had prior to lucid release.
They reverted, so maybe that's why your issues went away.
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev