Pages

Showing posts with label Solaris. Show all posts
Showing posts with label Solaris. Show all posts

Friday, January 19, 2018

The WineHQ Wine stable release 3.0.0 is now available for Linux and Mac

The Wine team is proud to announce that the stable release Wine 3.0 is now available for Linux and macOS.

This release represents a year of development effort and over 6,000 individual changes. It contains a large number of improvements that are listed in the release notes. The main highlights are:
  • Direct3D 10 and 11 support.
  • The Direct3D command stream.
  • The Android graphics driver.
  • Improved DirectWrite and Direct2D support.
Once again, because of the annual release schedule, a number of features that are being worked on have been deferred to the next development cycle. This includes in particular Direct3D 12 and Vulkan support, as well as OpenGL ES support to enable Direct3D on Android.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.


What's new in Wine 3.0

*** Direct3D

- A significant number of Direct3D 10 and 11 features are implemented in
  this release, including:
  - Compute shaders.
  - Hull and domain (tessellation) shaders.
  - Stream output.
  - Format capability queries.
  - A large number of shader model 4 and 5 shader instructions.
  - Shader model 4 and 5 interpolation modifiers.
  - Shader model 4 and 5 clip and cull distances.
  - Indirect draws and indirect compute dispatch.
  - Structured buffers.
  - Byte addressable buffers.
  - Append and consume buffers.
  - Unordered access view counters.
  - Cube-map arrays.
  - Layered rendering to 3-dimensional textures and texture arrays.
  - Mip-map generation.
  - Conservative depth output.
  - Type-less (sub)resource copies.
  - Depth bias.

- The multi-threaded command stream feature serializes Direct3D rendering
  commands from different threads into a single rendering thread. Its main
  purpose in this release is rendering correctness, but the feature also
  provides opportunities for future performance improvements. This feature
  is disabled by default.

- Support for OpenGL core contexts in Direct3D is improved, to the point
  that core contexts are used by default for Direct3D 10 and 11
  applications on AMD and Intel graphics cards. As a result, users of those
  graphics cards in combination with Mesa OpenGL drivers should no longer
  need to set the "MaxVersionGL" registry key to enable Direct3D 10 and 11
  support.

- The Direct3D graphics card database recognizes more graphics cards.

- New HKCU\Software\Wine\Direct3D registry key:
  - "csmt" (REG_DWORD)
    Enable (0x1) or disable (0x0, default) the multi-threaded command
    stream feature described above.

- Deprecated HKCU\Software\Wine\Direct3D registry keys:
  - "StrictDrawOrdering"
    This has been superseded by the multi-threaded command stream feature.
  - "OffscreenRenderingMode"
    The "fbo" setting is the only remaining supported value. The
    "backbuffer" setting, while still available, is no longer supported.

- Removed HKCU\Software\Wine\Direct3D registry keys:
  - "AlwaysOffscreen"
    This is always enabled in this release.
  - "MultiSampling"
    Use the "SampleCount" (REG_DWORD) setting to force a specific
    multi-sample anti-aliasing sample count for swapchain render targets
    instead.


*** Graphics

- Drawing outlines of Direct2D geometry objects is implemented.

- Direct2D linear and radial gradient brushes are implemented.

- Direct2D compatibility with GDI is implemented.

- Bounds computation of Direct2D geometry objects is implemented.

- Simplification of Direct2D geometry objects is implemented.

- The OpenGL extension list is updated to OpenGL version 4.6.

- The system GLU library is only needed when the Nurbs renderer is used,
  all other GLU functions are implemented internally.

- Metafile playback in GdiPlus supports most of the GdiPlus-specific
  metafile record types, in addition to the standard metafile records.

- GdiPlus graphics operations take the GDI transform into account.

- Encoding image formats with a palette is supported in WindowsCodecs.


*** Android

- Wine can be built as an APK package and behaves like a proper Android
  application.

- A full graphics driver is implemented. Because of restrictions of the
  Android window management API, only full screen desktop mode is
  supported.

- A full audio driver is implemented.

- OpenGL is supported, but it's limited to the OpenGL ES API that is
  available on Android.

- Direct3D is not supported yet, because it cannot run on top of OpenGL ES
  at this point. This will be addressed during the next development cycle.


*** Kernel

- The default Windows version is set to Windows 7.

- The full semantics of named pipes are implemented, including message-mode
  pipes.

- Position Independent Executables are supported, both for the Wine binary
  itself and also when starting external binaries.

- Serial and parallel port devices are created automatically, with the
  corresponding symlinks in the dosdevices directory. The detected ports
  can be overridden through the HKLM\Software\Wine\Ports key.

- Safe DLL search mode is implemented. It is enabled by default, and can be
  disabled by setting the "SafeDllSearchMode" value to 0 under
  HKLM\System\CurrentControlSet\Control\Session Manager.

- Safe process search mode is implemented. It is disabled by default but
  can be requested by the application, and it can be forced by setting the
  "SafeProcessSearchMode" value to 1 under
  HKLM\System\CurrentControlSet\Control\Session Manager.

- Asynchronous I/O performance is improved by reducing the number of server
  calls.

- Memory write watches work correctly when used concurrently with file I/O
  on the same buffers.

- Virtual memory allocations can be arbitrarily large on 64-bit platforms.


*** User interface

- The built-in mouse cursors are redesigned, and available in higher
  resolution for high DPI screens.

- The Shell Explorer, the common dialogs, and the RichEdit control properly
  scale on high DPI screens.

- The screen DPI value can be overridden by setting the "LogPixels" value
  under HKEY_CURRENT_USER\Control Panel\Desktop.

- In desktop mode, higher display resolutions with various aspect ratios
  are supported.

- The Task Dialog common control is implemented.

- The Internal User Interface is supported in MSI.

- Double-buffered theme painting is implemented.

- The TWAIN library supports a user dialog for selecting the scanner
  source.

- Device-independent bitmaps and metafiles can be stored into the OLE Data
  Cache.


*** Desktop integration

- The StartupWMClass field is set in generated desktop files so that they
  can be matched to their respective Windows binary.

- Clipboard changes from other X11 applications are detected through the
  Xfixes library instead of polling.

- The RichEdit control supports pasting metafiles.

- The Program Manager DDE protocol for manipulating program entries and
  groups is implemented.

- The HID service for detecting Plug & Play devices is active by default.

- Version 4 of the system tray notification protocol is supported on macOS.


*** Text and fonts

- Contextual glyph substitution is supported in UniScribe.

- Character tables are based on version 10.0.0 of the Unicode Standard.

- The Nepali and Bangla (India) locales are supported.

- Font support is compatible with the new behaviors introduced in FreeType
  version 2.8.1.


*** DirectWrite

- Trailing line trimming signs in both character and word modes is
  supported.

- Cluster wrapping mode is supported.

- Uniform and proportional line spacing methods are implemented.

- Oblique and bold simulation is also supported in bitmap rendering mode.

- Per-factory cache is thread safe.

- Overhang metrics evaluation for layouts are implemented.

- In-memory font file loader is implemented and is available to
  applications.


*** D3DX

- Support for D3DX 9 preshaders is improved.

- Support for D3DX 9 application defined effect state managers
  (ID3DXEffectStateManager) is implemented.

- Using effect pools to share effect parameters between D3DX 9 effects is
  implemented.


*** Internet and networking

- UDP/TCP listeners are implemented in Web Services.

- Web Services supports the .NET Binary Format, including the string table
  extension.

- Web Services supports the .NET Message Framing Protocol.

- Asynchronous support is enabled for receiving messages in Web Services.

- HTML event handling is rewritten to support standard-compliant mode.

- Multiple new standard-compliant HTML APIs are supported. HTML document
  mode support is improved to preserve compatibility with documents
  expecting legacy behavior.

- The WebBrowser control supports MHTML files.

- Embedding HTML documents in .NET applications is better supported.

- WinHTTP correctly parses cookie attributes.


*** Cryptography

- Cryptographic hashes are implemented internally instead of relying on
  GnuTLS.

- AES encryption is supported.

- The Microsoft Root Certificate 2011 is added to the list of known
  Microsoft certificates.

- The Mono and Gecko add-on packages are verified with SHA256 checksums.


*** ARM platforms

- On ARM, the floating point ABI defaults to 'softfp' for compatibility
  with Windows binaries.  It can be changed by passing the --with-float-abi
  flag to configure.

- The Wine preloader is also used on ARM64 platforms.

- Relay debugging is supported on ARM64 platforms.


*** Built-in applications

- Registry importing and exporting in RegEdit is reimplemented for better
  compatibility. Windows 3.1 registry files can also be imported. Registry
  files are exported to Unicode format by default.

- RegEdit always shows the 64-bit view of the registry on 64-bit prefixes.

- The Reg.exe registry manipulation tool supports importing and exporting
  registry files.

- The command interpreter implements the MKLINK command.

- The command interpreter supports escape characters in the prompt string.

- WineMine shows a confirmation dialog before resetting the best scores.


*** Tools

- The IDL compiler (widl) handles C++ aggregate returns in an
  MSVC-compatible way.

- The resource compiler (wrc) supports translating version resources
  through the po files.

- The Wine debugger (winedbg) supports printing floating point and SSE
  register state.

- All Perl scripts that parse XML use the standard XML::LibXML module.

- The obsolete wineinstall tool is removed.


*** Miscellaneous

- XAudio supports float audio formats with more than 2 channels.

- The Scheduler and related classes are supported in the C++ runtime.

- SQL driver installation is supported in ODBC.

- The ProgramData well known directory is supported.

- The Mono engine is updated with upstream Mono fixes, and supports the
  Mono profiler API version 2.

- The thread id is always displayed in debug traces.


*** New external dependencies

- The krb5 library is used to implement the Kerberos Authentication
  Package.

- The XFixes library is used to receive clipboard change notifications.

Run Microsoft Windows Applications and Games on Mac, Linux or ChromeOS save up to 20% off  CodeWeavers CrossOver+ today.

Sunday, April 3, 2016

The WineHQ Wine development release 1.9.7 is now available for Linux and Mac

The WineHQ Wine development release 1.9.7 is now available Linux and Mac OSX.

What's new in this release:
  • More work towards the WineD3D command stream.
  • More support for Shader Model 5 shaders.
  • C++ exception handling on x86-64.
  • Support for Windows-style static import libraries.
  • Performance fixes in the XML writer.
  • Various bug fixes.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.


 Bugs fixed in 1.9.7 (total 42):

  10063  wineconsole run fail on korean locale.
  10156  oleidl.h has OLECONTF_ONLYUSER misspelled
  12400  Display problems in Indiana Jones and The Emperor's Tomb with vertex shader enabled
  15537  Game "PURE" shows black screen
  19081  Force closing winhlp32 without a file loaded pops up an error dialog (appinstall)
  19171  Powerpoint viewer 2003 & 2007 show weird characters (appinstall)
  19538  Microsoft Publisher 2007 and 2010 crash when opening documents/templates (TSF manager 'ITextStoreACPSink' must support QI with 'IID_ITextStoreACPServices')
  19585  Water is red in Settlers: Heritage of Kings demo
  20695  Cannot scroll documents being compared in winmerge
  26767  U-he Tyrell, Uhbik and ACE vst plugins: GUI Knob bug (image files files not being sorted correctly)
  26942  CSPRO 4 editing : context menu on grid header not working properly
  26978  tokenadmin.exe crash : Unimplemented function winscard.dll.SCardListReadersA
  28172  Civilization II crashes on startup
  29319  Internet Explorer 8 fails to start an InPrivate Browsing session
  29979  ElsterFormular crashes when trying to print already sent income tax return
  30488  IE8 shows corrupted previews on the quick tabs screen
  31393  Nvidia force antialiasing no longer works
  32347  Alien8 and Head Over Heels crash when window is moved partly off-screen
  35092  Multiple 64-bit applications need __CxxFrameHandler implementation (Ableton Live 9.1, Adobe Cloud apps)
  35711  Winelib: compile error in wincon.h if NOGDI is defined before #include
  36136  oleaut32/tests/vartest.c test shows a couple leaks with valgrind
  36297  valgrind shows uninitialized memory in msxml3/tests/domdoc.c
  36383  valgrind shows several uninitialized values in ddraw_CreateSurface() in ddraw/tests/dsurface.c
  36748  valgrind shows two possible leaks in d3drm/tests/d3drm.c
  38347  Canon PIXMA MP495 driver setup needs setupapi.dll.SetupDiSetDeviceInstallParamsW
  38670  advapi32/registry tests shows several uninitialized values
  38971  Allied Telesis Smart Switch Management Utility v1.0.0.7 crashes on unimplemented function mgmtapi.dll.SnmpMgrTrapListen
  39215  Nvidia GeForce GTX960M detected as GTX470
  39435  The 64 bit mshtml:xmlhttprequest fails on Windows 8/10
  39667  dinput: MotoGP 3 demo launcher crashes on leaving key configuration dialog.
  39681  Unimplemented function crypt32.dll.CryptMsgVerifyCountersignatureEncoded
  39786  GoodSync crashes, needs oleaut32.OleLoadPictureFile
  40048  Camtasia Studio 8 : crashes on unimplemented function dwmapi.dll.DwmSetPresentParameters
  40081  CLM Explorer needs fontsub.dll.CreateFontPackage
  40113  mshtml:xmlhttprequest regression
  40135  msvcirt.c:1386:5: warning: comparison of unsigned expression < 0 is always false
  40182  Elder Scrolls Online: Login connection issues
  40297  Multiple app crashes in macdrv_EnumDisplayMonitors
  40304  EveHQ2 crashes with builtin gdiplus
  40306  Overexposed/wrong gamma? on The Legend of Heroes Trails in the Sky SC
  40319  VerbAce Dictionary does not install correctly
  40331  The Legend of Heroes Trails in the Sky SC crashes on start with runtime error R6025


Run Microsoft Windows Applications and Games on Mac, Linux or ChromeOS save up to 20% off  CodeWeavers CrossOver+ today.

Monday, January 26, 2009

Bordeaux 1.6 for Solaris and OpenSolaris systems coming soon.

Bordeaux 1.6 is now running on current Solaris and OpenSolaris systems.

I have been working with a couple friends over the past two weeks to get Bordeaux running on Solaris and OpenSolaris 2008.11. We now have everything compiling and running but like always more testing needs to be done before it's ready for final release.

The installer, Bordeaux programs, built-in Wine programs, bordeaux-winetricks, and a couple small test apps are the only applications we have gotten around to testing as of today. The good news is everything that's been tested works very well on both Solaris / OpenSolaris and everything is extremely stable.

We should have a final release ready within the next day or so, as we have started testing the main supported applications today. I'm posting this information now so Solaris users are aware of the pending release and can have the below dependencies installed and any problems resolved in advance of the release...

The cost of Bordeaux 1.6 is $25.00. Anyone who has purchased Bordeaux in the past six months is entitled to a free upgrade. Bordeaux comes with six months of upgrades and support and of course a 30-day money back guarantee.

Supported Applications:

  • Microsoft Office 2003
  • Microsoft Office 2000
  • Microsoft Office Visio 2003
  • Microsoft Office Project 2003
  • Adobe Photoshop 6
  • Adobe Photoshop 7
  • Microsoft Internet Explorer 6

About Bordeaux:

The Bordeaux Technology Group is a software services and development company specializing in Windows compatibility software. Users of Linux, BSD, and Solaris systems from time to time find themselves in the need to run specialized Windows software. The Bordeaux suite enables access to these programs and data in a seamless and low cost manner without requiring licensing of Microsoft Technology. The Bordeaux Group also provides migration services and support for alternative operating systems specializing in Windows compatibility.

There is a multitude of software developed only for the Windows operating system and even when software vendors port thier applications to another platform, generally it lacks features that the Windows version contains. The only solution these developers face is to have access to both systems for testing which leads to increased infrastructure demands, and wasted project resources. If you are vendor interested in supporting your application on Linux, BSD or Solaris or a software user that needs to run a Windows application on Linux, BSD, or Solaris we can help.
Version 1.8 New Features:
  • First initial release for OpenSolaris
Fixed broken winetricks download locations
In order to run Bordeaux you will need to install the base packages from
http://www.sunfreepacks.com/.

Bordeaux also needs xmessage which is not include in (SXCE 104). You can easily fetch the source from:

http://xorg.freedesktop.org/releases/individual/app/xmessage-1.0.2.tar.bz2

Here is a full list of dependencies Bordeaux requires on Solaris and OpenSolaris sysyems.

FSWxorg-client-programs = needed for grep package
xdg-utils = needed for menu support
pygtk = needed for Bordeaux installer
wget = needed by Bordeaux
cabextract = needed by Bordeaux
wine = needed by Bordeaux
fontforge = needed by Wine
bison = needed by Bordeaux
flex = needed by Bordeaux

Most of the above dependancies can be installed from the OpenSolaris
"Pending" Repository.



"Microsoft Word 2003 on OpenSolaris via Bordeaux"



Bordeaux for OpenSolaris has been Released!

Wednesday, March 5, 2008

Wine on Solaris

This Page Has Been Moved: Please Note the New Location Below

We restructured the whole site and this page no longer exists on this location. The page that your looking for has been moved to a different Web address on the new and improved Wine-Reviews.net Site:


Click on the link above to go to the new location. (To maintain accessibility, we have not set up automatic redirection to the new page.) If you have a bookmark to the old page, please change it to the new address above. If you followed a link from another Web site to this page, please let the people responsible for that Web site know the new location above. If you are having trouble finding the information you want, do a search on this article at our new site.

Thanks for your understanding and Sorry for the inconvenience.

The Editors at Wine-Reviews




Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac