WineHQ

Share

Version EX2, next after A82

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!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

  • Adding and connecting to nodes
  • Editing clusters
  • File searches
  • File downloads
  • File uploads
  • Triggers
  • Plugins (Tested with CacheDumpExEro)

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:

    • GPU:
    • Driver:

    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---

    selected in Test Results table below
    Operating systemTest dateWine versionInstalls?Runs?Used
    Workaround?
    RatingSubmitter
    ShowDebian GNU/Linux 7.x "Wheezy" x86_64Dec 01 20131.6.1N/A Yes GoldTom Maneiro 
    CurrentDebian GNU/Linux 7.x "Wheezy" x86_64Mar 25 20131.4.1N/A Yes SilverTom Maneiro 
    ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)May 05 20121.5.3N/A No GarbageGam 
    ShowMac OS X 10.5 "Leopard"Mar 19 20121.5.0N/A No Garbagean anonymous user 
    ShowUbuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu)Feb 22 20121.3.37N/A No GarbageGam 

    Known Bugs

    Bug # Description Status Resolution Other apps affected
    11953 Share EX2 crashes CLOSED WONTFIX View

    Show open bugs

    Comments

    Comments Disabled

    Comments for this application have been disabled because there are no maintainers.
    Back