Displaying 9 results from an estimated 9 matches for "quix0r".
Did you mean:
quiser
2010 Jul 24
4
Wine 1.2-GIT: Compiler error in user32/painting.c
I got the following compiler error with Wine 1.2-GIT (up-to-date checkout):
Code:
make[1]: Entering directory `/home/quix0r/git/wine/dlls/user32'
ccache gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -fPIC -o painting.o...
2009 Jan 17
0
libtheora fails to compile examples on Solaris
Hi together,
I have compiled so far a lot libs and already some programs on my
Solaris 5.7 box (old, I know). When I try to compile libtheora the
examples are not compiling:
make[2]: Entering directory
`/export/home/quix0r/more/libtheora-1.0/examples'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I/usr/local/include -I/usr/local/include/libpng12 -Wall
-Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer
-finline-functions -funroll-loops -MT png2theora-png2theora.o -MD -MP
-MF ".deps/png2theora-...
2011 Aug 05
5
Duke Nukem Forever Demo (Steam) not launching
Got someone this demo working? 50,- EUR is a lot money to me so I like to play the demo first. But it seems to be impossible?
I have latest Wine from GIT and did the required winetricks steps (dinput8, xinput, removed asterisk from dinput8 user.reg line, added xinput1_3 (with native only) to winecfg, corefonts, tahoma installed; all done in a new wine bottle aka. WINEPREFIX). A +d3d logfile
2011 Jan 12
5
SoF3 nealry completly white with latest GIT
Hello all,
I'm running latest GIT here and I tried to play SoF3 (Soldier Of Fortune 3: Payback) but the main menu, some intro video (not the company logos) and weapon selection are all white. Additionally wine is putting out a lot of these messages:
-----------------------
fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
-----------------------
I'm also
2010 May 19
0
wine-git 1.1.44 build fails with "undefined reference xxx"
...ian Unstable system with AMD64 (Intel Core 2 Quad CPUs) and recent Debian packages (the rest, not Wine).
I have configured it this way: ./configure --prefix=/opt/
So no special parameters. When I do a "make" I got this:
> wowthunk.o: In function `K32WOWCallback16Ex':
> /home/quix0r/git/wine-git/dlls/krnl386.exe16/wowthunk.c:562: undefined reference to `__wine_enter_vm86'
> collect2: ld returned 1 exit status
> winegcc: ccache failed
> make[1]: *** [krnl386.exe16.so] Error 2
> make: *** [dlls/krnl386.exe16] Error 2
I was able to "fix" it by just cal...
2011 Jan 04
3
Linker problems with latest GIT
Hi,
I have linker problems with latest GIT checkout (I already did a 'make distclean'):
Code:
../../../../wine/dlls/dinput/dinput_main.c: In function ?LL_hook_proc_xi2?:
../../../../wine/dlls/dinput/dinput_main.c:930: error: ?IDirectInputDevice2AImpl? undeclared (first use in this function)
../../../../wine/dlls/dinput/dinput_main.c:930: error: (Each undeclared identifier is reported
2010 Apr 04
0
Re: Building latest Wine-GIT on AMD64 still fails
I still have no luck. :( I have tried to remove the m32-check. Configure then works but I got assembler errors later on, so there is need of other fix for this.
I update my dsitro now so let's see if I have more luck. :)
2011 Jan 12
1
Re: Any Game is not working in wine. Why?
I "own" a Steam version of Tomb Raider Anniversary here and it works fine. For Underworld I need a little patch which I found somewhere in the wine bug-tracker (the mouse cursor is still a bit slow in the menu but the game itself is good playable).
Here are my patches:
http://ww.mxchange.org/downloads/wine/patches/
I need them on my 64-bit system to make it compile against ia32 libs
2011 Feb 02
2
Not implemented function GetRealProcAddress
This function is required by some apps/games I have installed, e.g. RaidWorks and is missing in mscoree.dll:
Code:
wine: Call from 0x7b839967 to unimplemented function mscoree.dll.GetRealProcAddress, aborting
I got this when I executed 'wine RailWorks.exe' on console. I have latest GIT of Wine installed.