Application Details:
Version: | EX2 |
License: | |
URL: | http://en.wikipedia.org/wiki/S... |
Votes: | 7 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.6.1 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
The core features seem to be working OK.
What does not
So far, it seems to work, but there are some UI drawing/font rendering issues, particulary in the ListView controls. Most of them are cosmetic, but there are places where text input may get corrupted, like edit boxes due to garbed characters.
No dealbreakers to report yet, though.
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Normally this wouldn't run as-is due to bug 11953, which won't be fixed. Instead, use this loader: http://www.nyaa.eu/?page=torrentinfo&tid=409336 (alt link: http://share.tsdx.net.ve/data/Win8ShareLoader.7z). It's only a simple 1.5KB exec which patches Share on memory to fix some compatibility issues - it is meant for Windows 8 (which ALSO BREAKS Share), but also works under Wine. Unncompress the loader in the same place as Share, then run ShareLoader.exe. If you don't trust third-party executables from "shady websites", the uploader of the loader also posted the sourcecode: ---copy here--- P.P.S. #include < windows.h > STARTUPINFO si; PROCESS_INFORMATION pi; void patch(int addr, int byte) { WriteProcessMemory(pi.hProcess,(void*)addr,&byte,1,NULL); } int start() { si.cb = sizeof(si); CreateProcess(NULL,"Share.exe",NULL,NULL,FALSE,CREATE_SUSPENDED,NULL,NULL,&si,&pi); patch(0x0049B523,0xEB); patch(0x0049D1B8,0xEB); patch(0x0049B4B4,0xEB); patch(0x004b06b9,0x00); patch(0x004b06c4,0xEB); patch(0x0049B225,0x00); patch(0x0049B236,0xEB); patch(0x004b0743,0xEB); patch(0x004b0785,0xEB); patch(0x004b0821,0xEB); DWORD pmask, smask; GetProcessAffinityMask(pi.hProcess,&pmask,&smask); SetProcessAffinityMask(pi.hProcess,1); ResumeThread(pi.hThread); Sleep(10000); SetProcessAffinityMask(pi.hProcess,pmask); return 0; } P.P.P.S. //allow multiple instances patch(0x004b0727,0x00); patch(0x004b0738,0x00); patch(0x004b076E,0x00); patch(0x004b077A,0x00); patch(0x004b097a,0xEB); //allow operation behind NAT (DL will not work anyway, only upload will) patch(0x00507815,0xEB); ---end copying here---
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 7.x "Wheezy" x86_64 | Dec 01 2013 | 1.6.1 | N/A | Yes | Gold | Tom Maneiro | ||
Current | Debian GNU/Linux 7.x "Wheezy" x86_64 | Mar 25 2013 | 1.4.1 | N/A | Yes | Silver | Tom Maneiro | ||
Show | Ubuntu 12.04 "Precise" i386 (+ variants like Kubuntu) | May 05 2012 | 1.5.3 | N/A | No | Garbage | Gam | ||
Show | Mac OS X 10.5 "Leopard" | Mar 19 2012 | 1.5.0 | N/A | No | Garbage | an anonymous user | ||
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Feb 22 2012 | 1.3.37 | N/A | No | Garbage | Gam |
Comments for this application have been disabled because there are no maintainers.