You can sign up to get a daily email of our articles, see the Mailing List page.
We do often include affiliate links to earn us some pennies. See more here.

Wine Development Release 1.7.51 Is Now Available

By - | Views: 9,294
Bugs fixed in this release:




















































































































Number Description
9848flipviewer fails to load
14915FlushFileBuffers() fails on disk volume, sets ERROR_INVALID_HANDLE when handle supposedly valid
19425notepad: running notepad with a non-existent file and choosing yes to create a new file should do so immediately (appinstall)
22978SimCity2000: race condition causes crash in MCI during startup
28186uninstaller has no proper usage message
28770Diablo 2 - sound works in menu, stops after starting game
28911cnet download app cannot download anything
290174th Dimension 6.5.4 crashes
29380Sonic Generations: needs 'C:\users\\My Documents\My Games' to exist
29381Sonic Generations: configuration tool turns into a zombie process when closed
29880Sonic Generations: no audio
30170Afterburner 3D: screen not drawn properly (orm=fbo)
32213Tales of Pirates II Randomly Closes out.
32527No Navigation in panel / Heredis 9
34008Multiple DirectX10 games need D3D11CreateDevice implementation with D3D_FEATURE_LEVEL_10_x support (Bioshock Infinite, Age of Mythology: Extended Edition, GRID )
34244DARK (2013) doesn't launches without native quartz
36300valgrind shows an invalid read in msxml3/tests/saxreader.c
36498Project64: about page is black
36589valgrind shows uninitialized memory use in usp10/tests/usp10.c
36875Incorrect check in PlayEnhMetaFileRecord() with case == EMR_SCALEWINDOWEXTEX
37266LTSpice netlist text unreadable (monospaced text glyphs are misplaced and overlapping)
37451python 3.1.1: test_test_decimal failed
37865echo/ not works as expected (like echo. and echo:)
37915Multiple games and applications need proper handling of Vista+ 'PROCESS_QUERY_LIMITED_INFORMATION' right (UPlay games, MS Visual Studio 2015 installer)
38343Unimplemented function mfplat.dll.MFGetPluginControl
38672valgrind shows uninitialized memory in update_net_wm_states()
38751El Matador, Exodus from the Earth have rendering issues when anti-aliasing enabled
38841PunkBuster 'PnkBstrB.exe' initialization fails (K32EnumProcessModules write to NULL pointer)
38870regsvr32: Flags should be processed before files
38927IVONA Voices (SAPI TTS): Trial period (30 days) prematurely expires as soon as wineserver session ends
39014Multiple games render pink artifacts (O2Jam, Stranded II, SpaceRace)
39077o2jam doesnt close completely after exit the game, it stays on the process
39111Reinstalling Nvidia Physx adds
39127Multiple applications wrapped with XenoCode Postbuild 2009 application sandboxing crash with stack overflow ('NtWaitForSingleObject' must not call 'NtWaitForMultipleObjects')
39148Guild Wars and Guild Wars 2 don't exit properly
39165dlls/xaudio2_7 fails to compile (unconditional dependency on OpenAL)
39174TP Link CPL administration tool crashed on : unimplemented function wpcap.dll.pcap_parsesrcstr
Article taken from GamingOnLinux.com.
Tags: Open Source, Wine
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
4 comments

mrdeathjr Sep 6, 2015
In this wine version introduce xaudio2 support (new version needed for mint 17.2) and some bugs as corrected in dark (quartz problem), sonic generations and others


View video on youtube.com

View video on youtube.com

View video on youtube.com


Also is needed new dependency: openal-soft-dev 32bit

In my case works with new openal files from

Quotehttps://launchpad.net/ubuntu/+source/openal-soft

Files needed are libopenal1_1.16.0-3_i386.deb, libopenal1_1.16.0-3_amd64.deb, libopenal-data_1.16.0-3_all.deb, libopenal-dev_1.16.0-3_i386.deb, libopenal-dev_1.16.0-3_amd64.deb, makehrtf_1.16.0-3_i386.deb, makehrtf_1.16.0-3_amd64.deb, openal-info_1.16.0-3_i386.deb and openal-info_1.16.0-3_amd64.deb

However if you have installed desmume 0.9.11, yabause, dolphin 5.0 rc25, handbrake 0.10, ffmpeg is needed uninstall this packages first before for proceed install new openal files

After this can reinstall emulators and works normally

^_^


Last edited by mrdeathjr on 6 September 2015 at 11:30 am UTC
nifker Sep 6, 2015
Is there an option in wine to see the framerate?
GermainZ Sep 6, 2015
Quoting: nifkerIs there an option in wine to see the framerate?
No easy way to see the current FPS on the screen, but you can see the average of the last few seconds in the terminal using the 'fps' WINEDEBUG option. For example, I use this in my zprofile (no debug info except FPS):

export WINEDEBUG=-all,+fps

… or you can just do it for a single command:

WINEDEBUG=+fps wine /path/to/file.exe


Last edited by GermainZ on 6 September 2015 at 7:41 pm UTC
dubigrasu Sep 7, 2015
Add 2>&1 | tee /dev/stderr | sed -u -n -e '/trace/ s/.*approx //p' | osd_cat --lines=1 --font="lucidasans-bold-24" --color=yellow to the command and you'll get the fps on screen:

While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.