Search found 107 matches

by mogorva
Sun Nov 24, 2019 7:13 am
Forum: Linux
Topic: Wine and Elemental: Legendary Heroes
Replies: 1
Views: 653

Re: Wine and Elemental: Legendary Heroes

Disable dwrite.dll in winecfg if you are using plain (non-Staging) Wine.
Wine-Staging already contains a series of patches that possibly help with the missing font problem.
by mogorva
Tue Jan 01, 2019 6:01 am
Forum: Linux
Topic: Monkey Island 2 Special Edition won't start
Replies: 3
Views: 3317

Re: Monkey Island 2 Special Edition won't start

The AppDB page of the game is outdated, the game needs only xact d3dx9_42 and d3dcompiler_42 in recent Wine (tested in 4.0-rc4). Obviously it is native d3dcompiler_42 what is missing. Unfortunately for you, winetricks doesn't recognize the 'd3dcompiler_42' verb. The easiest method would be to search...
by mogorva
Thu Sep 27, 2018 1:29 pm
Forum: Linux
Topic: Trying startting supreme comander at debian 9.5
Replies: 8
Views: 2223

Re: Trying startting supreme comander at debian 9.5

Go to the in-game Option -> Video menu and change 'Fidelity' level to 'Low' ('Medium' may also work).
I think the problem is covered by this bug report.
by mogorva
Sun Sep 23, 2018 11:39 am
Forum: Linux
Topic: Compile earlier versions of Wine on modern Linux distro
Replies: 3
Views: 1528

Re: Compile earlier versions of Wine on modern Linux distro

You need to apply this patch to compile against newer libpcap.
by mogorva
Sat Aug 25, 2018 9:38 pm
Forum: Linux
Topic: Civilization IV: graphic problems
Replies: 14
Views: 4227

Re: Civilization IV: graphic problems

Guess what: I was able to find a DLL I needed from https://www.dll-files.com/d3dx9_32.dll.html. I was surprised to find that there was already a d3dx9_32.dll in my c:\windows\system32. Doing a simple back up, diff confirmed that the files weren't the same. Substituting the new one for the old was t...
by mogorva
Sat Aug 25, 2018 10:44 am
Forum: Linux
Topic: Civilization IV: graphic problems
Replies: 14
Views: 4227

Re: Civilization IV: graphic problems

PenguinLust wrote:So how do I install it, because my winetricks doesn't know what it is
https://wiki.winehq.org/Winetricks
by mogorva
Sat Aug 25, 2018 1:55 am
Forum: Linux
Topic: Civilization IV: graphic problems
Replies: 14
Views: 4227

Re: Civilization IV: graphic problems

@PenguinLust: from my experience the game needs native d3dx9_31 and d3dx9_32 to display those icons properly. You can install them with winetricks. env WINEPREFIX="/home/pl/wine32" winetricks d3dx9_31 d3dx9_32 That seemed to partially work. _31 installed ok, but the other one gave me: Unk...
by mogorva
Wed Aug 22, 2018 9:42 pm
Forum: Linux
Topic: Civilization IV: graphic problems
Replies: 14
Views: 4227

Re: Civilization IV: graphic problems

@PenguinLust: from my experience the game needs native d3dx9_31 and d3dx9_32 to display those icons properly. You can install them with winetricks. env WINEPREFIX="/home/pl/wine32" winetricks d3dx9_31 d3dx9_32 If you want to find out exactly which d3dx9* libraries are used by the game (I h...
by mogorva
Sun Dec 18, 2016 9:34 am
Forum: Linux
Topic: build fails for info.o for pcupsGetPPD
Replies: 2
Views: 1667

Re: build fails for info.o for pcupsGetPPD

I'm also experiencing this build failure on Fedora 25 when trying to compile older (pre-1.9.14) Wine.
The patch that resolved the issue:
https://source.winehq.org/git/wine.git/ ... b99d1b3294

Need to run autoreconf after applying the patch.
by mogorva
Tue Jan 27, 2015 8:57 am
Forum: Linux
Topic: Giana Sisters Twisted Dreams stops at game logo
Replies: 10
Views: 4254

Re: Giana Sisters Twisted Dreams stops at game logo

Thank You VERY MUCH! It works now. I can play it. I have only one problem now. I can't lanuch steam from desktop. It's soething wrong with wineprefix, i think. Could you also help me with that? I can run Giania Sisters from desktop launcher with this env WINEPREFIX="/home/firekage/.wine" ...
by mogorva
Tue Jan 27, 2015 5:33 am
Forum: Linux
Topic: Giana Sisters Twisted Dreams stops at game logo
Replies: 10
Views: 4254

Re: Giana Sisters Twisted Dreams stops at game logo

firekage, I suspect you have the issue because the game hangs when trying to play the intro video. fixme:wmvcore:WMReader_Open (0x3e14b720)->(L"data_common\\BFG Logo 1080p.wmv" 0x4ec37240 (nil)) Install WMP10 via winetricks: winetricks wmp10 It's not really a regression because the intro v...
by mogorva
Wed Aug 27, 2014 12:16 pm
Forum: Linux
Topic: Help to download/install perfect world international client.
Replies: 4
Views: 2008

Re: Help to download/install perfect world international cli

Hello Inluvwithlinux,

You didn't specify what Wine version you're using. If not 1.7.24 or 1.7.25 please upgrade.
Downloading PWI in Wine 1.6.x fails here as well, but it works in 1.7.24/.25
by mogorva
Sun Aug 10, 2014 12:14 am
Forum: Linux
Topic: divinity 2 dragon knight saga memory dump
Replies: 15
Views: 4605

Re: divinity 2 dragon knight saga memory dump

This means you compiled Wine without png support. You need to install libpng-devel package with your package manager then recompile Wine. When you run ./configure in the build tree you will be informed if certain dependencies are missing. For example: OpenCL development files not found, OpenCL won't...
by mogorva
Fri Aug 08, 2014 8:01 pm
Forum: Linux
Topic: divinity 2 dragon knight saga memory dump
Replies: 15
Views: 4605

Re: divinity 2 dragon knight saga memory dump

Download the attachment from the bug report that contains the patch: http://bugs.winehq.org/attachment.cgi?id=46317 Apply the patch to the Wine source code then compile Wine as described here: http://wiki.winehq.org/FAQ#head-719d19ccbd20c36445e065d0f46f80c2a301ce52 Now you have a patched Wine that h...
by mogorva
Fri Aug 08, 2014 2:16 am
Forum: Linux
Topic: divinity 2 dragon knight saga memory dump
Replies: 15
Views: 4605

Re: divinity 2 dragon knight saga memory dump

The crash is due to the missing vertex blending implementetaion in Wine.
The latest patch from bug #6955 can be applied on recent 1.7.23 and that should fix the crash in the game.
by mogorva
Sat Aug 02, 2014 12:32 am
Forum: Linux
Topic: xaudio 2 for Wolfenstein
Replies: 2
Views: 1937

Re: xaudio 2 for Wolfenstein

Terminal output? Wine version? Unless it's an issue with your Win64 setup (which I'm not familiar with), try to re-install Xaudio2 libraries: winetricks --force xact_jun2010 But I've installed the latest dx 9 and10 ... If you mean the whole DX9 and 10 redistributable packages, I'm not sure they're r...
by mogorva
Sat Aug 02, 2014 12:19 am
Forum: Linux
Topic: Problem to display Font (Blender 2.71 windows)
Replies: 4
Views: 3682

Re: Problem to display Font (Blender 2.71 windows)

Your Wine version is very old and is no longer supported. Please upgrade to the latest development version (1.7.23 as of writing). If you want to use a patched Wine you have to compile it from source. I can't give you step by step instructions on how to compile Wine on Ubuntu because I'm on a differ...
by mogorva
Fri Aug 01, 2014 9:53 am
Forum: Linux
Topic: Problem to display Font (Blender 2.71 windows)
Replies: 4
Views: 3682

Re: Problem to display Font (Blender 2.71 windows)

I think the problem you see is actually bug 11436
There's a hackish patch in that bug report that fixes the unreadable font issue for me in Blender 2.7.1

Wine 1.7.23
Nvidia gfx card / binary drivers 340.24
by mogorva
Thu Jul 31, 2014 5:31 am
Forum: Linux
Topic: Skyrim not launching
Replies: 5
Views: 3662

Re: Skyrim not launching

try

Code: Select all

winetricks xact_jun2010
by mogorva
Wed Jul 30, 2014 11:24 am
Forum: Linux
Topic: E-sword setup in Ubuntu 14.04 with Wine.
Replies: 3
Views: 2687

Re: E-sword setup in Ubuntu 14.04 with Wine.

What Wine version? The app starts fine here in Wine 1.7.23, but you have to wait for ~15-20 seconds until the program is loaded. 1. create a new (and clean) 32-bit wineprefix: 'WINEARCH=win32 winecfg' 2. install e-Sword: 'wine setup1030.exe'. mfc42 is already installed in /system32 3. cd to the dire...
by mogorva
Tue Jul 29, 2014 11:31 am
Forum: Linux
Topic: Fonts for Windows Games
Replies: 1
Views: 946

Re: Fonts for Windows Games

Code: Select all

winetricks corefonts
should help.
by mogorva
Sat Jul 26, 2014 3:30 am
Forum: macOS
Topic: NWN2, Wine & 3D Acceleration
Replies: 6
Views: 6825

Re: NWN2, Wine & 3D Acceleration

Install native dxdiagn.dll via winetricks:

Code: Select all

winetricks dxdiagn
Besides, only native d3dx9_36.dll is needed to start the game here on Linux/Wine 1.7.23

See bug 34686
by mogorva
Mon Jul 21, 2014 8:51 am
Forum: Linux
Topic: Civilization III
Replies: 9
Views: 5284

Re: Civilization III

DBarr wrote:robriley84, I know its been a while, but did you ever find a fix for this? I have the exact same problem and have been trying to find a fix.

Thanks!
AFAIK the only way to get rid of the crash is to compile Wine without OSMesa support.
See bug 36100
by mogorva
Mon Jul 21, 2014 8:33 am
Forum: Linux
Topic: Problem with Older Game
Replies: 2
Views: 1444

Re: Problem with Older Game

If you want hear in-game music you need to install some native dlls, use winetricks --force devenum amstream quartz For some reason this must be repeated *twice* in order to successfully register quartz.dll If you can live without music provided by the game, open up regedit and navigate to HKEY_CURR...