Really the layout is like this:
Copy files\folders from X86 to ARM. Copy ALL of the wine binaries from X86 side to ARM. Don't forget to grab wrm, notepad, regedit, etc.. Don't do rsync -arPtz
[email protected]:/usr/bin/wine* /usr/bin and expect all the files to be copied... copy ALL the wine binares. then start copying files to /lib.. you will know which ones as qemu will ask.. then grab libwine and the wine folder.. then qemu will ask for more files for lib.. the last one being libdl something.. Then winecfg should run.. You will also need to copy the libX and libx libraries for X and well, more libraries.. I ran a script to regsvr32 all native dll's from XP just to see what wine would ask for and I was surprised.. it wanted quite a bit of X86 libraries to fullfill all the requirements... You guys will see. Heck, what am I thinking.. I bet you know the list of X86 libraries that wine would want brought over more then I.
<-----------------------------------------------------------------COPY FILES FROM X86 to ARM. FILES THAT ARE ASKED FOR.
ARM ___________________________________________________________________X86
/usr/bin/wine executables____________________________________________/usr/bin
/usr/gnemul/qemu-i386/lib____________________________________________/lib
/usr/gnemul/qemu-i386/lib/i386-linux-gnu_______________________________/lib/i386-linux-gnu (if copying from newer distro's of ubuntu)
/usr/gneul/usr/lib___________________________________________________/usr/lib
/usr/gnemul/qemu-i386/usr/lib/i386-linux-gnu____________________________/usr/lib/i386-linux-gnu (if copying from newer distro's of ubuntu)
/usr/gneum/qemu-i386/usr/lib/wine____________________________________/usr/lib/wine
/usr/share/wine____________________________________________________/usr/share/wine
~/.wine__________________________________________________________~/.wine
~/.local/applications/wine___________________________________________~/.local/applications/wine
(~/.wine can be recreated if you delete if, as long as /usr/share/wine has been brought over)
This is if wine has been installed on /usr prefix instead of /usr/local on the X86 side.. You must match the prefix...
WHAT NOT TO DO!!!!!!!!!!!!!!!
DONT try doing something like this
sudo ln -s /proc /usr/gnemul/qemu-i386/proc
OR
sudo ln -s /home/ubuntu/.wine /usr/gnemul/qemu-i386/home/ubuntu/.wine
It just freezes and nothing happens.. You can get away with /dev if I remember correctly... But it seems that this is not needed. the more files you stick inside of /usr/gnemul/qemu-i386... the more qemu slows down.. So if you overload it, or give it an entire filesystem from X86 like I did... expect things to be sluggish.. I did that just as a test to see what would happen.