Re: Join the effort: Porting wine-0.9.38

2007-07-18 Thread Vortechz
to everyone trying this. // Vortechz steven mestdagh wrote: Vortechz [2007-06-22, 09:22:47]: The wine port will not be submitted for quite some time since there are problems with threading and It is not forbidden to submit a tarball of a non-working port. That way, all your efforts

Re: Join the effort: Porting wine-0.9.38

2007-06-22 Thread Vortechz
libpthread!). Please correct me if you know better. // Vortechz Vortechz wrote: After some initial trouble with wine (see thread http://www.nabble.com/wine-0.9.37-ktrace-tf3733527.html wine-0.9.37 ktrace ), I recieved patches from Michael Small and continued working...so by now wine-0.9.38

Join the effort: Porting wine-0.9.38

2007-06-08 Thread Vortechz
After some initial trouble with wine (see thread http://www.nabble.com/wine-0.9.37-ktrace-tf3733527.html wine-0.9.37 ktrace ), I recieved patches from Michael Small and continued working...so by now wine-0.9.38 is at least doing something sensible...

Re: wine-0.9.37 ktrace

2007-05-26 Thread Vortechz
with the message Wine build complete as well as building the wine-pthread binary. Michael Small wrote: On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote: wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Not for me. Do you have patches? The dnsapi error is this one, right

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-25 Thread Vortechz
. On Saturday 19 May 2007 2:32:19 pm Vortechz wrote: Jacob probably recognizes this: Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe Program received signal SIGSEGV, Segmentation fault. [Switching to process 31915, thread 0x8891a000] 0x06a4dbec in _dl_malloc () from /usr/libexec

Re: wine-0.9.37, ntdll.so loading fails...grr.....

2007-05-25 Thread Vortechz
Same patches, with links that can not be misunderstood(*sigh*) http://www.nabble.com/file/p10803006/patch.configure.ac patch.configure.ac http://www.nabble.com/file/p10803006/patch.dlls_Makefile patch.dlls_Makefile http://www.nabble.com/file/p10803006/rustybuildscript.sh

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Vortechz
screaming for HLP. Jacob Meuser-2 wrote: On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote: wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Execution leads to segfault. (Note: Generic kernel _has_ SYSV MSG/SHM/SEMand I have not forgot sysctl machdep.userldt=1) I

Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Multireply, really... Mikolaj: RTHREADS in kernel makes no difference at this point and the problem seems to be within ld.so, see below... wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Michael: I don't care whether there are dlls which does not compile until wine is running, but feel

Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Uh, well...some progress coming up...but I don't know whether I'm getting closer or just being lucky ;) (I'm sorry if this post is unclear and/or of very little use. I'm not used to twisting/tweaking/porting software.) I put: 'ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no' exported

Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Vortechz wrote: [...cut...] grep -n not found wtf 100890: wine: failed to initialize: File not found About 150 lines above, /usr/local/lib/wine is opened, so there might be something missing there...? The closest access I can see is this: (note: 20251 is pid) 20251 wine

wine-0.9.37 ktrace

2007-05-12 Thread Vortechz Anderson
wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Execution leads to segfault. (Note: Generic kernel _has_ SYSV MSG/SHM/SEMand I have not forgot sysctl machdep.userldt=1) I know there are some issues about wine's use of kernel threads on OpenBSD. I am clueless about the true problem