Hello, I use ubuntu 9.04 and I have freshly installed wine from depot : deb http://wine.budgetdedicated.com/apt jaunty main Unfortunatelly, I can't do anything with it, because, when I run wine or winecfg, I have "Segmentation fault" directly without other message... Is there a log file or something else which could help me to determine wher is my problem ?
I use the version wine 1.1.31, no one could tell me some basics commands to check if something could be missing ... ? Code: user at mypc:~$ winecfg Segmentation fault I have nothing at all to work on .... Please help.
And with this, anyone could help ? Code: user at mypc:~$ ldd /usr/bin/wine linux-gate.so.1 => (0xb80b4000) libwine.so.1 => /usr/bin/../lib/libwine.so.1 (0xb7f76000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f4e000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dea000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7de6000) /lib/ld-linux.so.2 (0xb80b5000)
albundy wrote:> user at mypc:~$ winecfg > Segmentation faultReinstall Wine (completely remove it first). Reinstall video drivers.
Well, I have reinstalled it many times, and for my driver, I use the intel one adapted for my computer.
albundy wrote:> Well, I have reinstalled it many times, and for my driver, I use the intel one adapted for my computer.Then let it dump the core (ulimit -c unlimited). Run gdb with that core file and post the backtrace here.