Greetings, SUSE Linux 10.0 on an old pentium 400Mhz After the initial setup dialogs on first run, nothing happens. Subsequent starting attempts simply does nothing at all. I have tried "strace gimp 2> outdata.txt" It gives 2357 lines, of which the last 20 looks like this: read(4, "", 4000) = 0 close(4) = 0 gettimeofday({1137533030, 236061}, NULL) = 0 mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x411e4000 munmap(0x411e4000, 32768) = 0 mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x411e4000 munmap(0x411e4000, 32768) = 0 open("/home/hanne/.gimp-2.2", O_RDONLY|O_NONBLOCK|O_LARGEFILE| O_DIRECTORY) = 4 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 getdents64(4, /* 23 entries */, 4096) = 720 getdents64(4, /* 0 entries */, 4096) = 0 close(4) = 0 mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x411e4000 munmap(0x411e4000, 32768) = 0 open("/home/hanne/.gimp-2.2/gimpswap.10230", O_RDWR|O_CREAT| O_LARGEFILE, 0600) = 4 close(4) = 0 unlink("/home/hanne/.gimp-2.2/gimpswap.10230") = 0 --- SIGILL (Illegal instruction) @ 0 (0) --- +++ killed by SIGILL +++ I am completely blank. Everything else on the computer runs just fine. Can anyone help? Let me know if you need more information, since I have no idea what may be relevant to solve the problem. Best regards Johnny :o)