2008-11-28 11:19:21 +00:00
|
|
|
Start wine:
|
|
|
|
-----------
|
|
|
|
Check whether wine runs by entering (e.g.) 'wine sol.exe' or
|
|
|
|
'wine progman'.
|
2007-01-04 16:29:39 +00:00
|
|
|
|
2008-11-28 11:19:21 +00:00
|
|
|
General Notes:
|
|
|
|
--------------
|
2007-10-04 22:39:47 +00:00
|
|
|
1. All configuration data is in the registry, and can be accessed
|
|
|
|
directly by editing system.reg or user.reg, "wine regedit.exe" or
|
|
|
|
with the graphical configuration frontend "winecfg".
|
2007-01-04 16:29:39 +00:00
|
|
|
|
- Updated to 1.1.38
- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Improved debugger support on x86-64.
- Many MSI fixes.
- Various bug fixes.
- updated winetricks
- Updated to 1.1.37
- A number of fixes in AVI file support.
- Several MSXML improvements.
- A few MSI fixes.
- Various bug fixes.
- Updated to 1.1.36
- Completion of the 16-bit separation.
- Improved Shader Model 4 support.
- A ton of memory leak fixes.
- Improved debugging support for MinGW.
- A number of MSHTML fixes.
- Various bug fixes.
- Updated to 1.1.35
- Support for OLE transacted storage.
- Better certificate checking on secure connections.
- More progress on the 16-bit separation.
- Left 4 Dead 2 DRM really supported now.
- MSI performance improvements.
- 64-bit fixes in debugger support.
- Various bug fixes.
- winetricks update
- fixed multiple downloaders, including quicktime, flash
- Updated to 1.1.34
- Many fixes for crypto certificates support.
- A lot of MSHTML improvements.
- Various fixes to support the Left 4 Dead 2 DRM.
- A number of OLE marshalling fixes.
- More Listview improvements.
- Various bug fixes.
- new winetricks release
- Add experimental dotnet35 verb
- Add IE7 verb. Based on a patch by Hans Leidekker.
- Add verbs alsa, audioio, coreaudio, esound, jack, nas, oss to override
sound driver
- Add verbs backbuffer, fbo, pbuffer for setting offscreen rendering buffer
- Don't crash winecfg if native comctl32 is used
- Fix gecko to work with wine-1.1.33.
- Make vc2003toolkit and psdk2003 verbs run on windows
- On cleanup, remove $WINETRICKS_TMP, not just the files in it
- Sorted command menu
- Update Firefox to 3.5.5
- Update mpc to latest version, move the exe to Program Files and add it to %PATH%
- Updated to 1.1.33
- Gecko now installed at wineprefix creation time.
- Better support for certificates in crypt32.
- Improved sound support in mciwave.
- Some more Direct3D 10 functions.
- Many cleanups for issues spotted by Valgrind.
- Various bug fixes.
- buildrequire "wine-gecko" prepackaged gecko engine,
so it does not need to be seperately downloaded.
- starting to build for 64bit on Factory and later.
- Updated to 1.1.32
- Many crypto fixes, particularly on 64-bit.
- Improved DVD access on Mac OS.
- Several common controls improvements.
- Various HTML support improvements.
- More DIB optimizations.
- Various bug fixes.
- Updated to 1.1.31
- Vastly improved monthcal control.
- Performance improvements for DIB sections.
- Several sound driver fixes.
- Beginning of ActiveX support in JScript.
- More Direct3D 10 work.
- More 16-bit dlls split off to separate modules.
- Support for attachments in MAPI.
- Various bug fixes.
- updated winetricks
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=15
2010-02-08 16:53:31 +00:00
|
|
|
2. Drives are configured by symlinking in ~/.wine/dosdevices/,
|
|
|
|
or by using "winecfg".
|
2007-01-04 16:29:39 +00:00
|
|
|
|
2008-05-05 23:44:08 +00:00
|
|
|
3. You have to set the WINEPREFIX variable to the wine base dir,
|
|
|
|
if it is different than ~/.wine.
|
2007-01-04 16:29:39 +00:00
|
|
|
|
|
|
|
There usually is no need for additionaly configuring wine.
|
|
|
|
|
2008-11-28 11:19:21 +00:00
|
|
|
If no ~/.wine is present, Wine will setup a fake windows
|
2007-01-04 16:29:39 +00:00
|
|
|
environment in ~/.wine by itself, including all necessary config
|
|
|
|
file and registry settings by running "wineprefixcreate".
|
|
|
|
|
2008-11-28 11:19:21 +00:00
|
|
|
|
|
|
|
Windows DLLs not supported by Wine:
|
|
|
|
--------------------------------------
|
|
|
|
A shell script called "winetricks" is included in this RPM which
|
|
|
|
can be used to quickly install missing DLLs from public redistributable
|
|
|
|
archives.
|
|
|
|
|
|
|
|
winetricks help shows all installation possibilities
|
|
|
|
|
|
|
|
winetricks gecko Installs the Mozilla Gecko rendering engine, which
|
|
|
|
provides generic HTML rendering support to Wine.
|
|
|
|
|
|
|
|
winetricks mfc40 installs the MFC40.DLL
|
|
|
|
winetricks mfc42 installs the MFC42.DLL (Applications might need it)
|
|
|
|
|
|
|
|
|
|
|
|
Violation of existing windows:
|
|
|
|
------------------------------
|
|
|
|
Wine can corrupt MS Windows installation.
|
|
|
|
|
|
|
|
It is not recommended to point Wine to an existing Windows
|
|
|
|
installation. Also it should no longer be necessary to copy
|
|
|
|
stuff from Windows installations.
|
2007-01-04 16:29:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
Error and warning messages:
|
|
|
|
---------------------------
|
2008-11-28 11:19:21 +00:00
|
|
|
Wine is intensively developed but is not always complete.
|
|
|
|
Therefore things might not work and wine might print error and
|
2008-06-25 23:10:51 +00:00
|
|
|
warning messages.
|