Hi there, I'm running kernel 2.4.20-8smp in Redhat 9.0. I downloaded the latest source (20030813) and installed with the script ./tools/wineinstall However, after everything has finished, whenever I execute anything related to wine (e.g. "wine"), I get a segmentation fault and the core is dumped. Does anyone has similar problems? Does anyone know what went wrong? Btw.. could there be a problem with smp kernels?? Thank you for your help! -- Sincerely, Jung Ko http://www.ece.ualberta.ca/~jung
If you don't have a really good reason for using the source, you can get a binary from http://sourceforge.net/project/showfiles.php?group_id=6241&release_id=177906 Be sure to get a RH9 binary, and for your processor.
I saw that error until I used the i686 installation files instead of the athlon files. That corrected my problem and I hope this helps. Joe ----- Original Message ----- From: "Jung Ko" <jung@montrealalliance.org> To: <wine-users@winehq.com> Sent: Wednesday, September 10, 2003 17:24 Subject: Segmentation fault> Hi there, > > I'm running kernel 2.4.20-8smp in Redhat 9.0. I downloaded the latest > source (20030813) and installed with the script ./tools/wineinstall > > However, after everything has finished, whenever I execute anything > related to wine (e.g. "wine"), I get a segmentation fault and the core is > dumped. > > Does anyone has similar problems? Does anyone know what went wrong? Btw.. > could there be a problem with smp kernels?? > > Thank you for your help! > > -- > Sincerely, > Jung Ko > > http://www.ece.ualberta.ca/~jung > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users
Hi, I was having the same problems when using configure, but the problems mysteriously vanished when I used the wineinstall script to install it. I think it might have been related to a previous version as I did a "make uninstall" right before running wineinstall and then it worked. I'd remove all old files first if you have not already done so, and then try again. I got rid of all my old config files as well, just in case. But like I said, I'm not sure if that was the problem since I changed several things at the same time...just an idea. BTW, I'm running 2.6.0-test4-mm6 with SuSE 8.0 and no smp. -Wes- Jung Ko wrote:>Hi there, > >I'm running kernel 2.4.20-8smp in Redhat 9.0. I downloaded the latest >source (20030813) and installed with the script ./tools/wineinstall > >However, after everything has finished, whenever I execute anything >related to wine (e.g. "wine"), I get a segmentation fault and the core is >dumped. > >Does anyone has similar problems? Does anyone know what went wrong? Btw.. >could there be a problem with smp kernels?? > >Thank you for your help! > > >
Hi, I repeat my post because the preceder has been misunderstood. Now I use wine-20030911-mdk9.1. Running a 16bit Window Program causes Segmentation fault. Before i tried wine version 20030115. The Program was running but I could not get a file selector box ans so I wasn't able to load and save files. Is there anybody who solved such problems? I add the last lines of the "debugmsg +all,warn-heap" below. regards bernhard 000a:Call SHELL.3: REGCLOSEKEY(00000058) ret=03e7:00c6 ds=0457 000a:Call advapi32.RegCloseKey(00000058) ret=4155f085 000a:Call ntdll.NtClose(00000058) ret=40bb4271 000a: close_handle( handle=0x58 ) 000a: close_handle() = 0 { fd=-1 } 000a:Ret ntdll.NtClose() retval=00000000 ret=40bb4271 000a:Call ntdll.RtlNtStatusToDosError(00000000) ret=40bb427c 000a:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=40bb427c 000a:Ret advapi32.RegCloseKey() retval=00000000 ret=4155f085 000a:trace:global:GlobalHandle16 0ad7 000a:Ret SHELL.3: REGCLOSEKEY() retval=00000000 ret=03e7:00c6 ds=0457 000a:trace:global:GlobalHandle16 00bf 000a:Call KERNEL.15: GLOBALALLOC(0002,00002000) ret=044f:022f ds=0457 000a:trace:global:GLOBAL_Alloc 8192 flags=0002 000a:trace:heap:RtlAllocateHeap (0x404e0000,00000002,00002000): returning 41a41fa0 000a:trace:global:GlobalHandle16 00bf 000a:Ret KERNEL.15: GLOBALALLOC() retval=0c76 ret=044f:022f ds=0457 000a:trace:global:GlobalHandle16 00bf 000a:Call KERNEL.18: GLOBALLOCK(0c76) ret=044f:023a ds=0457 000a:trace:global:WIN16_GlobalLock16 (0c76) -> 0c770000 000a:trace:global:GlobalHandle16 00bf 000a:Ret KERNEL.18: GLOBALLOCK() retval=0c770000 ret=044f:023a ds=0457 0009: *killed* exit_code=0 000a: *killed* exit_code=0 Segmentation fault
Using the latest source from cvs - current as of 10 October 2003, 10:43 Pacific time, I can not run wine at all, I always get "Segmentation fault". This is on Debian GNU/Linux kernel 2.4.20 using the 2.95.4 gcc compiler. Using ./configure --prefix=/usr It used to work until patches received last night. wineserver -p will load the server but no other wine program will run. Any ideas or help would be greatly appreciated. Thanks, Pete