Pages

Sunday, February 28, 2016

Установка и настройка Wine программы для запуска приложений Windows

Wine (WINE Is Not an Emulator)  специальная программа, слой совместимости, для запуска Win32 приложений в UNIX-подобных системах. Проще говоря, эта штука позволяет запускать виндовые проги и игры в вашем уютном Линуксе.

Программа активно развивается, но пока, к сожалению, не все приложения корректно в ней работают (а некоторые не работают вовсе). С играми пока тоже печально – полной поддержки DirectX 10 и 11 нету, только 9 и младше. (поддержка DirectX 10 активно улучшается в последних тестовых сборках). Но тем не менее, и на DirectX 9 очень много игр. В этой статье мы установим и сконфигурируем Wine, а также установим приложение PlayOnLinux, которое очень пригодится для игр. Установка будет зависеть от вашего дистрибутива, но сама настройка программы абсолютно одинакова в подавляющем большинстве дистрибутивов. Существует две ветки Wine – стабильная и тестовая. В большинсве случаев рекомендуется использовать именно тестовую, так как программа активно развивается и улучшается. Пока рассмотрим установку стабильной версии (примеры для командной строки, однако вы можете пользоваться графическими утилитами, типа Ubuntu Software Center или Yast2 в OpenSUSE):

Для Debian/Ubuntu/Mint:

sudo apt-get install wine winetricks

Для OpenSUSE:

sudo zypper ar -r http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.1/Emulators:Wine.repo
sudo zypper in wine

Для Fedora:

sudo yum install wine
cd /tmp
wget http://www.kegel.com/wine/winetricks
chmod +x winetricks

Обратите внимание. Если у вас 64 битная система, то для корректной работы 32-х битных программ (а игры в большинстве именно такие), необходимо сконфигурировать Wine на 32-х битный префикс. Для этого водим:

WINEARCH=win32 WINEPREFIX=~/.wine winecfg

Откроется окно настроек. Можете оставить всё как есть.



Теперь нам необходимо установить комплект системных библиотек для работы наших виндовых приложений. В меню программ найдите и запустите Winetricks (или из терминала командой winetricks). В первом окне выбираем---Select the default wineprefix--- наживаем ОК. Во втором---install a Windows DLL or component---ОК


Запомните:
Нужно будет отмечать точками, как в списке. Лучше устанавливать не все сразу, а по несколько штук. Я их разделю для удобства. Далеко не уходите при установке, нужно соглашаться с лицензионными соглашениями и прочим. Будут выскакивать окошки с ошибками, жмите ОК. Начнём.

directx9, d3dx9, d3dx9_26, d3dx9_28, d3dx9_31, d3dx9_35, d3dx9_36, d3dx9_42, d3dx9_43, d3dx10, d3dx11_42, d3dx11_43, d3dxof, devenum, dinput8, dirac, directmusic, directplay, dmsynth

dotnet20

dotnet30 (посыпятся ошибки и откроется окно в файловом менеджере и в браузере, скачиваем по второй ссылке и перемещаем в это окно файлового менеджера. Набираем в консоли winetricks и снова выбираем dontnet30. Перед этим нужно проверить Настройку Wine, чтобы стояла версия Windows XP или Vista.


dxdiagn, gecko120, gfw, mfc40, mfc42, msasn1, msxml6, gdiplus , physx, quartz

vb5run, vb6run, vcrun2003, vcrun2005, vcrun2008, vcrun6, vcrun6sp6

wmp10, wsh56vb, wsh57, xact, xact_jun2010, xinput

Установим шрифты. Выбираем Instal a Font и указываем

corefonts , fontfix

Настройка реестра

Открываем Change Settings и отмечаем
1. DirectDrawRender(ddr) -- opengl
2. Multisampling Direct3D -- enabled
3. OffscreenRenderingMode(orm) -- fbo
4. PixelShaderMode(psm) -- enabled
5. Render TargetLockMode(rtlm) -- auto
6. UseGLSL(glsl) -- enabled (default)(Для видеокарт Nvidia рекомендуется оставить disabled. Это может существенно поднять производительность некоторых игр).
7. VertexShaders(vsm) -- hardware
8. VideoMemorySize 1024 (выбирете значение ОЗУ вашей видеокарты)
9. MouseWarpOverride(mwo) -- enabled (force)
Подтверждаем наши изменения – OK.

Вот собственно и всё. Теперь небольшие примечания по установке софта и игр. Во первых, ни в коем случае не устанавливайте дополнительное ПО, которое предлагает программа (всякие директиксы, visual c++ и так далее). Внимательно проверяйте и в случае чего – снимайте галочки. Во-вторых, в конце установки снимайте галочку "Запустить программу".

Теперь что касается тестовой версии. Для Ubuntu/Mint существует специальный репозиторий. Чтобы его подключить и поставить тестовую версию Wine, вводим в терминале:

sudo add-apt-reposytory ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt install wine 1.7 winetricks

В некоторых дистрибутивах (например Debian), для установки тестовой версии, её нужно собирать из исходного кода. Но это уже выходит за рамки этой статьи. Или вы можете установить wine-staging, который также является тестовым, но имеет несколько дополнительных возможностей.

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

Выпуск Wine 1.9.4

Доступен очередной экспериментальный выпуск открытой реализации Win32 API - Wine 1.9.4. С момента выпуска версии 1.9.3 было закрыто 27 отчётов об ошибках.
Наиболее важные изменения:
  • В DirectWrite добавлена поддержка цветных глифов и запасных шрифтов (font fallback);
  • Внесены улучшения в WebServices Reader;
  • Добавлены дополнительные форматы в Direct3D 11
  • Упрощён синтаксис и проведена чистка тестов, в которых используется вызов todo_wine_if();
Закрыты отчёты об ошибках, связанные с работой игр и приложений: Ultima IX, Pendulumania, Dolphin Wii/GCN emulator, BitComet, UltraISO, No Limits 2, Jagged Alliance 2, PCB Design Toolkit 6.86, IE 7, XIIZeal, Three Kingdoms 13, 3DMarkVantage, SimCity 4 Deluxe.

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

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

The #WineHQ #Wine development release 1.9.4 is now available for #Linux and #Mac.

What's new in this release:
  • Support for color glyphs and font fallbacks in DirectWrite.
  • Improvements to the WebServices reader.
  • Support for more formats in Direct3D 11.
  • Simplified syntax and clean up of tests marked todo.
  • 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.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="" br="" fails="" start="" to="">  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

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

Wednesday, February 17, 2016

MacGourmet Deluxe 4.2.5 has been released


MacGourmet Deluxe is a recipe-management application that allows users to create, edit, and scale new recipes, or import recipes from their favorite websites, then share them via email, Facebook, and Twitter.

Unlike MacGourmet, MacGourmet Deluxe users can also plan meals, analyze nutritional information, and generate shopping lists.
Features
  • Chef's view for distraction-free cooking
  • Add images to your recipes and to the steps, as well as to your Beer, Wine, and Cheese notes
  • Use the Ingredient search or let MacGourmet suggest a recipe for you
  • Free cloud account for storing and syncing on Mariner Cloud

 

What's New Version 4.2.5


Note: Now requires a 64-bit Intel processor.
  • Fixed "unsupported url error on Mariner Cloud sign in.

 

Requirements

  • Intel, 64-bit processor
  • OS X 10.7 or later

You can use any of these 4 coupons in the Mariners online store and save between 5% and 25% off the retail price of new purchases or one of the 5 pack bundles.

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

Tuesday, February 16, 2016

How to run Windows programs on Linux with CodeWeavers CrossOver

Want to move to Linux, but there's this one application that's keeping you stuck on Windows? CodeWeaver's CrossOver Linux may be exactly what you need.

Just because there's a Windows application you must use doesn't mean you must run Windows. CodeWeavers CrossOver Linux enables you to run many popular Windows applications on Linux. Supported Windows applications include Microsoft Office (from Office 97 to Office 2010), Intuit Quicken, and some versions of Adobe Photoshop and Photoshop CS. CrossOver also runs games. For example, you can play such popular online games as World of Warcraft and Guild Wars.

Need Microsoft Office on your Linux PC? Thanks to CodeWeavers CrossOver that's not a problem.
Sure, with powerful enough hardware you could run your Windows applications on Linux inside a virtual machine (VM) such as Oracle's VirtualBox. The problem with these is that they don't run well on systems with limited resources. If CrossOver supports the applications you need you won't need to worry with fitting a VM.

CrossOver runs many but not all Windows programs. For example, you can run Visio 2010 on CrossOver Linux. AutoCAD? Not so much.

Will your program run on Linux, or for that matter CrossOver Mac? CrossOver keeps a complete listing of what runs, and what doesn't. You can also try CrossOver with a 15-day free trial to make sure the software you need works well on a Linux system.

CrossOver is based on the open-source project Wine, an implementation of the Windows application programming interface (API) on top of the Unix/Linux operating system family. Wine is a mature project with 20 plus years of work behind it.

Technically, you don't need CrossOver Linux to run Windows applications on Linux. You can do it with Wine alone -- if you know what you're doing. CrossOver gives you automated installation of Windows applications and technical support. In short, CrossOver makes it much easier to install and manage Windows applications on Linux.

CrossOver 15, the latest version, is available as a 15-day free trial. If you like it will cost $59.95. It comes with 12 months of upgrades and technical support. CrossOver is supported on Debian, Fedora, Mint, Red Hat Enterprise Linux (RHEL) and Ubuntu. It should work on any Linux, but these are the officially supported distributions. CrossOver requires almost nothing from your PC except that it be capable of running Linux. Any PC from the last five years will have no trouble running it.

There's also a good free program, PlaysOnLinux, which duplicates some of CrossOver's functionality but doesn't have much support. If you're new to Linux, CrossOver is the best way to go. Since you can try it for free, you'll know before you buy whether it supports your favorite Windows applications.

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

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

The Wine development release 1.9.3 is now available.

What's new in this release:
  • New version of the Gecko engine based on Firefox 44.
  • JSON support in JavaScript.
  • Improved line breaking in DirectWrite.
  • Some more write support in WebServices.
  • Still more Shader Model 4 instructions.
  • 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.3 (total 24):

  12652  Tom Clancy's Rainbow Six: Vegas 2 fails to launch (number of quality levels for D3DMULTISAMPLE_NONMASKABLE multiple-sample type must not exceed 8)
  14617  Multiple Visual Basic 5/6 applications using ActiveX components depend on Standard OLE Types Typelib which is missing from 'olepro32.dll'
  28488  Arcanum: Mouseclicks in character generation screen doubled with pause
  32695  Yahoo Messenger login crashes on unimplemented function nspr4.dll.PR_SetCurrentThreadName (messenger provided 'nspr4.dll' ABI incompatible with Wine Gecko)
  32852  BioEdit: changing the install directory doesn't show the change in the GUI
  33140  Photos opened in Nikon Capture NX 2.4 have inverted red and blue channel for displaying.
  33988  Star Wars: The Force Unleashed II - Crashes with a page fault
  34504  __unDName doesn't support function pointer with type "P8"
  34507  __unDName doesn't support data type "$$B"
  37632  farcry 3 display strange colors
  37911  LINE program, black window
  39092  Regression introduced with xaudio2_8
  39181  "When Monster Strikes", "The Vanishing of Ethan Carter Redux" require msvcr120.dll._set_FMA3_enable
  39615  Multiple applications want msdrm.dll (Dassault Systemes CATIA v5, FoxitReader 5.1)
  39686  IE frame freezes after calling the print dialog
  39865  Poker Night: changing to non-fullscreen mode crashes X.
  39875  Starcraft can't see Direct Cable Connection games hosted on another computer
  39904  Spurious "You must use msvcrt" error even when __MSVCRT__ is defined (-mno-cygwin)
  39928  Star Wars: The Old Republic corruptions in dialogues when Conversation Depth of Field is enabled
  39933  iNode 3.6 client needs ndis.sys.NdisAllocateSpinLock
  39965  Lego Mindstorms EV3 Software does not find EV3 brick using Bluetooth: needs irprops.cpl
  40021  IDEA v1.7 fails to start
  40035  VMware shared folders network provider fails loading in MPR
  40052  Opening an RTF file with "A Wine application" fails with "File not found"

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

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

The Wine maintenance release 1.8.1 is now available.
What's new in this release:
  • Various bug fixes.
  • Small translation updates.
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.8.1 (total 24):

   7938  Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA
  11023  Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch
  22581  Internet Explorer 3.01 crashes on some web pages (unimplemented function ole2disp.dll16.VARIANTINIT)
  24658  Unimplemented function ole2.dll16.READCLASSSTM
  28113  winverbs doesn't work, needs ole2disp.dll16.SAFEARRAYALLOCDESCRIPTOR
  32852  BioEdit: changing the install directory doesn't show the change in the GUI
  34185  Castlevania: Lords of Shadow demo doesn't work after intro movies
  38076  GameRanger: unimplemented function dnsapi.dll.DnsFlushResolverCacheEntry_A
  38818  Umax Astra 4100 USB scanner driver installer needs setupx.dll16.DiBuildDriverIndex in Win9X mode
  39454  64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS provided)
  39611  Any Video Converter (AVC) crashes after converting a video, needs msvcr100.dll._wtmpnam_s
  39660  some *-config scripts in configure.ac are not crosscompiling friendly
  39678  Zararadio can not read folder/file name path with Latin characters
  39739  Cobra 11 - Burning Wheels demo: crashes when starting the tutorial
  39752  The elder scrolls IV: Oblivion issues
  39805  GTAIV rendering is broken
  39811  GetLongPathName not working on case insensitive filesystems when short path is passed
  39904  Spurious "You must use msvcrt" error even when __MSVCRT__ is defined (-mno-cygwin)
  39943  Worms Armageddon opens wine explorer instead of running
  39952  trackbar thumb always at zero on dialog load.
  39953  StarCraft II: 64bit client crashing regularly due to access violation (0xC0000005)
  39954  StarCraft II: 64bit client only runs with lowest shader settings
  39974  Thumb slider doesn't respond to key events
  40052  Opening an RTF file with "A Wine application" fails with "File not found"

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

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

The Wine development release 1.9.2 is now available.
What's new in this release:
  • GStreamer 1.0 support.
  • Support for SHA hashes in BCrypt.
  • Synthesizing bold glyphs also for bitmap fonts.
  • Underlines support in DirectWrite.
  • Still more Shader Model 4 instructions.
  • 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.2 (total 41):

   7938  Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA
   8490  SHBrowseForFolder: BIF_NEWSTYLEDIALOG not implemented - title gets cropped in uTorrent
  11023  Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch
  18932  Installshield installer text not being bolded (appinstall)
  20896  Use-after-free in DdeClientTransaction in user32 dde tests
  24658  Unimplemented function ole2.dll16.READCLASSSTM
  28113  winverbs doesn't work, needs ole2disp.dll16.SAFEARRAYALLOCDESCRIPTOR
  30557  winegstreamer broken with >=glib-2.32.0
  31496  Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP continually spammed in console
  31836  Add support for GStreamer 1.0 API/ABI
  31913  EasyPal version August 6 2012 crashes on unimplemented function msvcp60.dll.??Dstd@@YA?AV?$complex@N@0@ABNABV10@@Z
  34185  Castlevania: Lords of Shadow demo doesn't work after intro movies
  35774  MSVC 2012 needs msvcp110.dll.?_Equivalent@sys@tr2@std@@YAHPBD0@Z
  36299  valgrind shows a few possible leaks in msxml3/tests/httpreq.c
  36303  valgrind shows several leaks in msxml3/tests/schema.c
  37536  Native MSVCP120.dll override requires implementation of msvcr120.dll._W_Gettnames (Desura client)
  37908  GLFont crashes saving a .glf file (needs msvcp70.dll.?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDH@Z)
  38451  valgrind shows uninitialized variable in dlls/shlwapi/tests/ordinal.c
  38722  AVG installer wants ntdll.dll.RtlCreateUserProcess
  38781  Dungeon Keeper FX runs too quickly (differences in clock() function)
  39186  Steam client: links missing underline when DirectWrite method enabled
  39558  Unused variables xoffset, yoffset in SCROLL_TrackScrollBar
  39609  Dirt 3 requires WINED3DFMT_R8G8_UNORM
  39677  Zararadio crashes when it has to change from a playlist to another.
  39739  Cobra 11 - Burning Wheels demo: crashes when starting the tutorial
  39803  When closing a maximized microsoft word 2007 window, the program is closed but the desktop screen is not refreshed
  39805  GTAIV rendering is broken
  39818  J-Link 1.3.0 does not start at all, needs winspool.drv.EnumPrinterKeyW
  39820  Warhammer 40k: Kill Team needs BC1_UNORM
  39838  Wreckfest Server: Crashes at startup, unimplemented function KERNEL32.dll.GetConsoleScreenBufferInfoEx & SetConsoleScreenBufferInfoEx
  39874  Alien Shooter crashes often with access violation
  39901  LeapPadExplorer needs rasapi32.dll.RasSetCustomAuthDataW
  39943  Worms Armageddon opens wine explorer instead of running
  39950  Cabal II can't be opened, needs msvcp100.dll.?lowest@?$numeric_limits@M@std@@SAMXZ
  39951  KeePassX 2.0 wants KERNEL32.dll.SetSearchPathMode
  39952  trackbar thumb always at zero on dialog load.
  39953  StarCraft II: 64bit client crashing regularly due to access violation (0xC0000005)
  39954  StarCraft II: 64bit client only runs with lowest shader settings
  39958  Regression in dmime caused by change in flag handling for DSBCAPS_CTRLPAN in dsound
  39974  Thumb slider doesn't respond to key events
  39984  EveOnline launcher crashes when started, needs msvcr120.dll._dpcomp

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

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

The Wine development release 1.9.1 is now available.
What's new in this release:
  • A few more deferred fixes.
  • Support for debug registers on x86-64.
  • More Shader Model 4 instructions.
  • Support for the Mingw ARM toolchain.
  • 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.1 (total 38):

  10919  GetLargestConsoleWindowSize() should not return hard coded constants
  11372  Geoplan / Geospace popups cannot be accepted or dismissed
  22581  Internet Explorer 3.01 crashes on some web pages (unimplemented function ole2disp.dll16.VARIANTINIT)
  23298  Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhGetLogFileTypeW'
  23642  Before You Know It crashes
  24061  Drag & Drop doesn't redraw on Stars! 2.60b
  28082  OCCT Perestroïka needs hal.dll.READ_PORT_ULONG
  28696  ieframe/tests/intshcut.c: Uninitialised value in test_ReadAndWriteProperties
  28698  ieframe/tests/intshcut.ok: uninitialized value in PersistFile_Load, found during test_ReadAndWriteProperties
  30260  Office 2010 SP1 & SP2 installers report failure
  32088  KODAK Share button app wants SETUPAPI.dll.SetupDiSelectBestCompatDrv
  32692  Clones (game) crashes when starting a single-player game (without native d3dx9 libraries)
  33121  wineconsole: Ignores height/width window size specified in program's external configuration file
  33937  [EA Origin]Pictures don't display correctly with Wine set to win7
  34405  AkelPad 4.8.4 crashes in Options->Plugins menu
  36298  valgrind shows several leaks in msxml3/tests/domdoc.c
  36302  valgrind shows several leaks in msxml3/tests/saxreader.c
  37030  Visual Basic 6 - Listbox shows scrollbar when there isn't any
  38230  3D Ultra Pinball Thrillride: Intro movie fails to play; causes hang
  38736  Volume Shadow Copy Service (VSS) Backup/Restore Test Tool from Windows SDK 8.1 needs api-ms-win-security-lsalookup-l1-1-0.dll
  38737  'makeappx' tool from Windows SDK 8.1 crashes on unimplemented function ntdll.dll.RtlInitializeGenericTableAvl
  38738  VSS Agent from Windows SDK 8.1 needs api-ms-win-security-lsalookup-l1-1-1.dll
  39034  SuperTux 0.3.5a crashes on startup
  39035  The Forest: Game fallbacks to 64 MB VRAM
  39074  IXMLDOMDocument::cloneNode crash
  39195  msvcr120.dll.nextafter is needed by Sonkwo
  39295  Saints Row 2 crashes on unimplemented function x3daudio1_4.dll.X3DAudioInitialize
  39454  64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS provided)
  39475  PhysX 9.15.0428 installer does not run ('advapi32.RegOpenCurrentUser' must return a real handle instead of 'HKEY_CURRENT_USER' for user root key)
  39486  Unused value in CFn_WMCommand (Coverity #1225886)
  39563  Oddworld: Stranger's Wrath HD crashes when starting a new game
  39579  iNode 3.6 client needs ndis.sys.NdisAllocateMemoryWithTag
  39660  some *-config scripts in configure.ac are not crosscompiling friendly
  39750  Sonic Generations: Crash due to stack overflow
  39752  The elder scrolls IV: Oblivion issues
  39823  "fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000" appears thousands of times in terminal when running the Lego Mindstorms EV3 software
  39861  Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhBindInputDataSourceW'
  39892  UFile crashes with runtime error when rendering certain pages

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

Sunday, February 14, 2016

Codeweavers CrossOver 15.0.1 has been released

I am delighted to announce that CodeWeavers has just released CrossOver 15.0.1 for both Mac OSX and Linux.  CrossOver 15.0.1 has important bug fixes for both Mac and Linux users.

Mac customers with active support entitlements will be upgraded to CrossOver 15.0.1 the next time they launch CrossOver Mac.  Linux users can download the latest version from https://www.codeweavers.com/.

Change Log For CrossOver Mac and Linux :

 15.0.1 CrossOver - January 13, 2016
  • Mac OS X:
    • Fixes for various user interface bugs on OS X 10.8
  • General Improvements
    • The final, release version of Wine 1.8 has been merged into this release.
    • We now have better support for display of Chinese characters in situations where not all Chinese fonts are available.
    • Various non-English translations have been improved.
  • Application Support:
    • The backup feature in Quicken has been fixed.
    • Quicken versions 2004 and earlier are again able to open database files.
    • Fixed a bug which prevented StarCraft from running on OS X.
    • Fixed a bug which prevented South Park: Stick of Truth from running.
  • Linux:
    • CrossOver will install successfully on CentOS 6.7.
    • CrossOver will install successfully when D-Bus fails.

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

Friday, February 12, 2016

Enter for your chance to win a GPX Wireless Drone from Uneeqco

Dare to fly fast and fare with the GPX Wireless Drone. Plus, record sharp images with the 0.3 megapixel camera. The 3-axis gyroscope, 4-channel direction control and 160 ft. to 260 ft. range put you in the pilot’s seat.

No purchase necessary to enter.

Promotion Period: The Uneeq Company Drone giveaway sweepstakes begins at 9AM Central on Monday, January 18, 2016 and ends at 12 Midnight Central on February 15, 2016.
https://uneeqco.com/giveaways/?ap_id=twickline
Enter to Win Today