Jump to content

Binary releases and tests


Slice
 Share

50 posts in this topic

Recommended Posts

I think there must be separate thread for binary releases and discussion about.

 

24.10.2015

I made Sherry based on Wine branch Staging with my Hackintosh specific patches.

As well there are my mathematical investigations for textures and surfaces.

Full log

- security checks if some game wrong using Windows API. WineHQ will crash. Sherry will return "invalid call" for game to decide what to do.

- reduce a number of tracing leading to lags
- reduce repeated messages in logs
- implemented D3DXSaveVolumeToFile, including save .dds files with compression
- implemented support for DXTn compressed textures. There is a support in Stage but with external library and without Volume support. Sherry has this support.
- implemented smooth filtering. It will be noticeable when small textures stretched to larger surface.
- support for textures with several levels. It was partially supported in WineHQ. Stage has no correspondent patches.
- check for wide range of Videocards (MacOSX specific)
- correct OSX 10.7.5 graphics bug. So called AMDSpeedHack but affected Geforce 7300 as well. Sherry is faster then WineStage and CrossOver.
- implemented a possibility to set custom quirks workarounds. For example preventing crash of Heroes VI
- some support for new DirectX formats like DX9ex
- check for GL_TIMEOUT_EXPIRED_APPLE. I may note that wine-stage is Linux specific while Sherry is Mac OSX specific.
- crop images to not write out of window preventing crashes
- implemented transparency by color key. It was used in some sprite games.
- I also accepted patches from other people that are not accepted into WineHQ with different reasons, 34166, 35397
- several security and optimization fixes

 

https://dl.dropboxusercontent.com/u/17286472/Other/WS9WineSherry1.7.53-c.tar.7z  See new below

It requires update Wineskin Wrapper with my libraries

WrapperUpdate5.tar.7z

 

2018-02-03 New WrapperUpdate. Some libraries in Update5 was 32bits only. Update6 contains more universal 32/64 libs.

WrapperUpdate6.7z

 

  • Like 5
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...

New version

WS9WineSherry-1.9.4.tar.7z.zip

 

Officially resolved

Bugs fixed in 1.9.4 (total 27):

   9823  Mentioning "wine eject" in SGML
  11657  Problems with MessageBox API
  12217  Documentation should be in XML and not SGML format
  13683  Ultima IX: Mouse pointer missing when reading books, under inventory
  19733  Pendulumania crashes
  21454  Dolphin Wii/GCN emulator crashes on rom load
  27680  Multiple 64-bit applications crash on startup (violation of the Windows 64-bit ABI, stack pointer (RSP) must be 16-byte aligned when making a call to Win64 API)
  29862  BitComet version<1.37 fails to start
  33581  Wine does not quit gracefully
  34174  MinGW installer 0.5-beta-20120426-1 fails to process log files (sharing violation on temp file used for piped output)
  35824  UltraISO 'ISODrive.sys' crashes in entry point (SCM doesn't start SERVICE_FILE_SYSTEM_DRIVER type services with winedevice hosting process)
  36013  bleem! 1.4 (PlayStation emulator) fails on startup, complaining with 'Not enough memory to load program!'
  37288  Not implemented feature System.Drawing.Pen.ResetTransform()
  37373  No Limits 2: Help files fails to show text. Needs Times New Roman, or dwrite ability to use font replacements
  37556  CompareStringW should abort on the first nonmatching character to avoid invalid memory access.
  38314  Mouse Wheel doesn't work for Jagged Alliance 2 version 1.13 (it uses MOUSEHOOKSTRUCTEX)
  39433  mshtml:xmlhttprequest fails on IE 7
  39792  Saturn PCB Design Toolkit 6.86 fails to load, reporting missing 'SHCore.dll' dependency (import descriptors with empty thunk list must be ignored)
  39866  XIIZeal (steam) immediately exits on start
  40034  Linksys usb wireless adapter installer needs wlanapi.dll.WlanEnumInterfaces
  40053  Romance of the Three Kingdoms 13 (三國志13) fails to start
  40075  3DMarkVantage needs SM4 dcl_output_siv support
  40094  SimCity 4 Deluxe fails to start when set to use hardware rendering
  40108  kernel32:process regression
  40114  mshtml:style regression (crash)
  40129  MSI Reading and Writing Behaves differently than Windows
  40166  drcom.exe client needs rasapi32.RasGetLinkStatistics

My bug collection resolved unlike pure wine

 11819 11963 12652 12941 13683 15422 15839 16114 18477 20776 22819 23807 25086 25325 25528 25696 25786 26757 27035 27600
 28177 28678 29052 29397 32007 32273 32490 33476 33661 33768 33988 34052 34095 34166 34658 34906 35207 35363 35585 36763
 37271 37398 37399 37760 38159 38208 38216 38277 38286 38648 38711 38785 38791 39674 39734 39749 39805 39866 39998 40096

Enjoy!

  • Like 3
Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

.....

 

https://dl.dropboxusercontent.com/u/17286472/Other/WS9WineSherry1.7.53-c.tar.7z

It requires update Wineskin Wrapper with my libraries

https://dl.dropboxusercontent.com/u/17286472/Other/WrapperUpdate2.tar.7z

And this version also dependent on one new library OpenAL

attachicon.gifOpenAL.zip

 

 

Link offline

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 6 months later...
  • 2 months later...
  • 2 months later...

I spend some time to create new version Sherry based on

Wine-2.11 + Staging-2.11 almost full patchset + most of Sherry patches which are not obsolete.

I have to mention that sometimes wine developers accepted my ideas by making them own way. OK, I am happy that my ideas accepted even without my copyrights.

 

WS9WineSherry-2.11-2.tar.7z

  • Like 6
Link to comment
Share on other sites

  • 6 months later...
  • 11 months later...

Wine-4.0 announced

https://www.winehq.org/announce/4.0

Many news here although... they are mostly dream. 

I practice the engine works better then previous and contains letter bugs.

The main for me that the bug with white water in Heroes VI is resolved. It's a pity not resolved darkness bug.

As well Unigine Heaven is still not working in DX11 mode. Only in DX9.

The patch for bug 39057 is still not implemented. I did.

There is my compilation

 

WS9WineSherry-4.0.tar.7z

  • Like 3
Link to comment
Share on other sites

12 minutes ago, Slice said:

Wine-4.0 announced

https://www.winehq.org/announce/4.0

Many news here although... they are mostly dream. 

I practice the engine works better then previous and contains letter bugs.

The main for me that the bug with white water in Heroes VI is resolved. It's a pity not resolved darkness bug.

As well Unigine Heaven is still not working in DX11 mode. Only in DX9.

The patch for bug 39057 is still not implemented. I did.

There is my compilation

 

WS9WineSherry-4.0.tar.7z

Attached archive is corrupt, on my case..

Screenshot 20.png

Link to comment
Share on other sites

9 hours ago, Badruzeus said:

Attached archive is corrupt, on my case..

Screenshot 20.png

It should not be opened.

The file used as is in Wineskin which has own routines to unpack.

I tested. Download the file from my post and unpack it. No issue!

Снимок экрана 2019-01-26 в 10.57.27.png

  • Thanks 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...