Quote:
Originally Posted by Frug
[You must be logged in to view images. Log in or Register.]
can you detail how you run it? I'm getting the following under wine 1.7.11 on OSX:
Code:
wine ./p99-patcher.exe --eval "(p99-patcher:main)"
< wine ./p99-patcher.exe --eval "(p99-patcher:main)"
Expression unexpectedly false: win32-os.c:857
... VirtualAlloc(addr, len, (mem_info.State == MEM_RESERVE)? MEM_COMMIT: MEM_RESERVE, PAGE_EXECUTE_READWRITE)
===> returned #X00000000,
(in thread 00000000) ... Win32 thinks:
===> code 487, message => Invalid address.
... CRT thinks:
===> code 0, message => Success
ensure_space: failed to validate 536870912 bytes at 0x22300000
|
Hi Frug, sorry I have not tested on OSX - under GNU/Linux I run EQ in wine and run this application directly with sbcl (Steel Bank Common Lisp - the back end to all this), via:
Code:
sbcl --eval '(ql:quickload :p99-patcher)'
You'll just have to "git clone" the github repo and make sure to install sbcl, probably through homebrew or whatever mac calls it if there is not a native binary on the SBCL site.
If I had a mac available, I could set up a single file download that you'd just click the native binary and run it, but unfortunately I do not
[You must be logged in to view images. Log in or Register.] (the p99-patcher.exe includes the full SBCL runtime)