Same ones I posted in OP, I edited loader.c differently too. But the real fix was to edit main.c in /winesrc/loader and trick it into compiling the linux function instead of the apple one. Also the shared-libraries have to end in so not dylib for some reason, or else it looks for libwine.dylib in @@executablepath instead of /usr. If that wasnt the case I could upload it right now, so I have to recompile and then upload. But it WORKS! it really does, it should be ready in about 6 hours, the DLLs are what take so long to compile. There is a lot of them. Ill edit OP in a bit so I can show exactly what I did. This is with 1.3.9 btw