OMGCOOKIE for the one that makes this work.  I so need this for work :-)

On Sat, May 31, 2008 at 07:02:17PM +0300, Alexey Suslikov wrote:
> Hello [EMAIL PROTECTED]
> 
> pkg/DESCR
> Wine is an Open Source implementation of the Windows API on top
> of X, OpenGL, and Unix.
> 
> Actually, this is a resurrection of the earlier effort found here. However,
> I have started from scratch sequentially adding chunks from older diffs
> (to avoid unnecessary remnants) and making newer ones.
> 
> Although port is 1.0-rc3 now, has decent Makefile and builds fine, it is
> not so useful yet: applications crash very often with assertion like
> 
> 000b:trace:virtual:NtAllocateVirtualMemory 0xffffffff 0x0 000003ce 1000 
> 00000004
> 000b:trace:virtual:map_view got mem with anon mmap 0x231000-0x232000
> 000b:trace:virtual:VIRTUAL_DumpView View: 0x240000 - 0x240fff (anonymous)
> 000b:trace:virtual:VIRTUAL_DumpView       0x240000 - 0x240fff c-rw-
> 000b:trace:virtual:NtAllocateVirtualMemory 0xffffffff 0xb0000 20019000 
> 81000000
> 00000080
> 000b:trace:virtual:create_view overlapping next view 0x110000-0x111000 for 
> 0xb00
> 00-0x200c9000
> assertion "next->flags & VFLAG_SYSTEM" failed: file "virtual.c", line 467, 
> funct
> ion "create_view"
> 
> But I have managed to run Opera 9.5 beta 2.
> 
> Using sigaltstack leads to "Invalid argument" errors so it is disabled
> for now via "ac_cv_func_sigaltstack=no" in CONFIGURE_ENV.
> 
> Please check out http://kegel.com/wine/winetricks for a simple shell
> script which can help with installing various run-time libraries (like
> mfc, dotnet and alike).
> 
> Use "env WINEDEBUG=+all wine application" if you brave. If things
> perform badly "pkill -9 wine" and try again.
> 
> I hope more skilled porters will be able to look at the beast. Maybe
> on upcoming C2K8 ;)
> 
> Good luck.
> 
> - Alexey.


Reply via email to