Displaying 5 results from an estimated 5 matches for "hafi".
Did you mean:
hadi
2008 Jun 22
2
Problem with Gothic2
Hi,
i got a problem with gothic2.
after installing i tried to start the game.
i got this:
Code:
wine Gothic2.exe
wine: Unhandled page fault on execute access to 0x0166fd78 at address 0x166fd78 (thread 0009), starting debugger...
Unhandled exception: page fault on execute access to 0x0166fd78 in 32-bit code (0x0166fd78).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
2011 Jun 21
0
Oblivion - Knights of the Nine & Shivering Isles
...inishing Oblivion i wanted to play the above mentioned additions.
KotN was missing and for Shivering Isles i got this:
http://www.triffids.de/pub/spiele/ob/ob4.jpg (167 KB)
Surprising. *g*
But there was a workaround for both of the additions. Instead of
starting oblivion this way
---------------
hafi at i5 ~ $ cat `which ob`
#!/bin/bash
cd ~/.wine/drive_c/Program\ Files/Bethesda\ Softworks/Oblivion
wine Oblivion.exe
---------------
i had to use
---------------
hafi at i5 ~ $ cat `which ob2`
#!/bin/bash
cd ~/.wine/drive_c/Program\ Files/Bethesda\ Softworks/Oblivion
wineconsole Oblivion.exe
-...
2010 Aug 11
7
Night & Magic VIII - brightened central part
...m8 itself because
i was able to launch the game successfully with
wine start 'h:\_autorun\autorun.exe'
using the mounted CD2 of mm8. Well, i had to wait a bit until this
message appears
err:alsa:wine_snd_pcm_recover underrun occurred
or the game would crash. It crashes also when trying
hafi at e675 ~/.wine/drive_c/Programme/mm8 $ wine mm8.exe
but that's another matter which has nothing to do with the graphical
problem. wine is set to Windows XP and virtual desktop.
Kernel 2.6.34-gentoo-r1
Graphic card Geforce 8800 GTS
nvidia-drivers 195.36.31
Any thoughts?
Hartmut
2011 Nov 21
6
Gothic 3 - problem with start menu
Greetings,
once there was a time when Gothic 3 ran poorly on wine but had no
difficulties with displaying the start menu. Now, with a fresh ~/.wine,
the trailers behave nicely but when it comes to the start menu, it is
not displayed.
A significant error line regarding this is:
fixme:d3dx:ID3DXFontImpl_DrawTextW (0x394fd18)->(0x39ce150, L"Neues
Spiel", -1, 0x32e078, 5, 0xff000000):
2016 Jun 23
4
Since wine 1.9.11 - How to get rid of the new bar below the game window?
...ea. Here is a screenshot of
Gothic I.
http://www.triffids.de/pub/screenshot/wine-1.9.11.png (931 KB)
No desktop environment here, only IceWM. My games are started with shell
scripts which cd to the directory of the game and then run 'wine
program'. In the case of Gothic I
---------------
hafi at i5-64 ~ $ cat `which g1`
#!/bin/bash
cd ~/'.wine/drive_c/Program Files (x86)/JoWooD/Gothic/system/'
wine gothic
---------------
There has to be a parameter when calling a program which disables this
new bar. Or at least a simple way to get rid of it after the game is
started. Perhaps it...