search for: huk

Displaying 20 results from an estimated 33 matches for "huk".

Did you mean: hu
2009 Apr 23
4
Which version of OpenGL is wine using?
Hello again. Today I got following questions: 1.Which version of OpenGL is wine written in? 3.1? 3.0? 2.1? 2.0? Lower maybe? 2.Is wine using custom OpenGL extensions? From which vendors (NVIDIA I guess, ATI, S3, INTEL or others as well?)? 3.What is the minimum OpenGL version to run DX2/3/6/7,DX8,DX8.1 and DX9.0 apps? (I guess for OpenGL apps it doesn't really matter right? You are just
2009 May 24
3
Registry setting question...
Is there a way to set registry key, other then editing system.reg/user.reg file? For DIB engine we can export WINEDIB=ON or edit registry, is this the case with other registry keys as well? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090524/b69fa546/attachment.htm>
2010 Feb 07
3
Re: Wine 3D performance - where does the bottleneck lies and how
The performance of WineD3D depends on the application and display drivers. It is hard to say where we are losing the performance and whether it is WineD3D which has to be blamed. To find out where the performance is lost you need to profile the app using e.g. sysprof or oprofile. Then you can see where the time is spent. Typically we don't spend a lot of time in Wine code but outside Wine in
2007 Mar 19
2
Fullscreen Refresh rate problem...
Hello to everybody. I was wondering... is there a way to force wine to use always highest possible refrash rate - when I ran a game in Fullscreen? I ask because - for excample my good old Incubation works flawless on wine (testet with wine 0.9.27 and 0.9.28) but when I switch to fullscreen(640x480 for this game) the refresh rate is only at 60 HZ - and my eyes hurts after a while... (mty monitor
2009 Apr 18
2
Regression testing - compilation error after second bisect
OK, I'm trying to make regression test for ddraw. Here is exactly what I did: 1: git clone git://source.winehq.org/git/wine.git wine-git cd wine-git 2: git bisect start dlls/ddraw git bisect good wine-0.9.15 git bisect bad Now first test: CC="ccache gcc" ./configure ?verbose && make depend -j2 && make -j2 Compilation successful regression present, another run:
2009 May 03
2
Bug report – unknown fields
Hello again. Can somebody please tell me what does ?CC?/?Default CC? in bug report form means? What should we write there? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090503/649746c6/attachment.htm>
2010 Feb 13
2
Wine, ICC compilation and performance tests.
Hello everyone. As some of you know, I was able to compile wine with Intel C++ Compiler (ICC), compilation log is located here: http://wine.x.pl/wine-1.1.38-ICC-compilation.log.tar.gz Some tests failed, and dxgi failed to compile (this is only related to DX10 I think), anyway all apps I tested worked fine (Red Faction 1 & 2, 3DMark 2000,2001SE,2003,Foobar2000,Operation Flashpoint), so I did
2009 Jun 15
2
Playing Games with Wine while listening to music
I have this problem: When playing a PC game via wine while listening to music with let's say Amarok, there's no sound in the PC game anymore. It's like the sound channel is occupied by the music player so wine cannot playback any soundfiles. Sounds are working if I play a Linux game like Nexuiz while running some music via a music player (ok, completely different, I know, but
2006 May 14
3
Wine cvs How do I injstall this??
I'm new to linux community and I want to install wine from cvs. I loked here http://www.winehq.com/site/cvs but I understan it... i mean I entered in the console: export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine cvs login everything fine then i entered: cvs -z 3 checkout wine and I get something like this (this is the end after it stopped doing "something"): U
2010 Feb 04
4
Does Wine support the NVIDIA 7186 drivers?
A query regarding WINE support for older hardware: Does Wine support the NVIDIA 7186 drivers, or are they too old and unsupported now? Following on from this post - http://forum.winehq.org/viewtopic.php?t=7509 and http://forum.winehq.org/viewtopic.php?t=6574&highlight=rome+total+war I've been playing around a bit. I've tried without installing DX9 as well as using Winetricks to
2011 May 24
1
Loading an S object into R
...?? ?"Wc??????O?? ?[i?????2#_? ? X? ?I?? K?Z??? (?'~?? u???? ???:??? ???u ?? ??????? d??g??? ??"?N?? J????? ??}?h???8rN?? u?{[?? ????u?? ???? N???? z0Q?_?? ??>??? ?GM?I?? ??G???? ?*????? ????? 8? v??? ???nM?? ??9??? P??C????j???? ??? ?? <?<??? V ??m???=C?????N????? ?Y????????HuK?? ?vw???? ??Sdg?? /??? ? ${F??? N?$?S???U~A???????????h?????? 2????? ??`?? \#???? r c?^???Z&??/?? K ???? ?r??????lJ???? - \ ????M? ????@????? ? ??.v?? ??????? ??3p????'??S??? S7????? X9= ??? ?Q??? ?.?2?????9['????????? L?F?_?? F??7???P 2 3 4 5 6 8 13 15 18 21 22 24 25 26 28 31 32 34...
2009 Apr 17
1
Regression testing questions...
OK, today I got a few questions about regression testing. 1.Is there a way to get exact patch using git and regression testing? I mean, if I found that, as in tutorial: a460a2df43aa8eae10b1db028c6020829b009c54 is first bad commit commit a460a2df43aa8eae10b1db028c6020829b009c54 Author: Stefan Doesinger <stefandoesinger at gmx.at> Date: Sat Jun 9 14:27:41 2007 +0200 wined3d: Store the gl
2007 Nov 07
1
Which is the latest Wine that has DGA support?
Hello. I'm trying to find wine that can make use of DGA (with new Linux distros like my Debian 4.0). I need it because I want to run Fallout 2 with acceptable speed - right now it is unplayable (without DGA). So far I tested wine 0.9.15 and some above - and no luck. I guess I should look for older Wine but which one exactly? Thanks in advance and sorry for my English. -------------- next
2009 May 03
2
Which native dlls can make change to program graphics?
Hello again. Today I would like to ask if anybody knows... which dlls, that we can safely override CAN make ANY changes to graphical output? In other words, which native dlls should I test (any?) with apps that have graphical corruption ? to (hopefully) get rid of this corruption? Thanks in advance (again ;] ) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 25
6
Problems getting workaround for Fallout bug #6033
I can't get workaround for Fallout mouse problem working as mentioned on: http://bugs.winehq.org/show_bug.cgi?id=6033 I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput] named MouseWarpOverride with the value 'disable' This had no effect. Can anyone give me any ideas as to what I may need to do?
2009 Jul 09
3
Starcraft logs out from gnome session
Hi there I've been using latest (development, 1.1.25) wine on hardy some time ago, but now I am on Jaunty and I have encountered some problems. Wine is up to date, although. First was the trouble with graphics, but thanks to this topic it was solved. Next problem is the reason for this topic creation. When I'm launching Starcraft, connect to battle.net and then quit Starcraft, gnome
2010 Feb 22
0
Re: Waiting forever for appdb test data aproval - how can I spee
James Huk wrote: > Hello everyone. > > Nearly a week ago I submitted test data for one of apps in AppDB and > it is not approved yet, I was wondering - is there a way to speed up > test data approvals? "Nearly a week ago" is not "waiting forever" by any stretch of the...
2008 Feb 24
3
a small mouse bug in project IGI
Hi, I installed project IGI with the CD , everything seems to work but there are a small mouse bug : i can't turn more than 180? :( I think this bug can be resolve if I "fix" the mouse somewhere on the screen but don't work in winecfg. OS:Ubuntu 7.10 Wine Version:0.9.55 card driver:nvidia-glx-new with the repository
2008 May 14
2
Weird problem with OpenGl based games (Quake 3 engine)
I will try to explain the best I can - but honestly... it may be hard to understand what I am talking about anyway... Problem is like this - whatever I try to play OpenGL based game that uses Quake 3 engine I got weird mouse "jumps". Let's take Soldier of Fortune 2 Demo as it can be downloaded for free. When in jungle I try to look left or right - mouse jumps slightly (the
2009 Jun 21
8
Wine 1.1.24 .deb Packet
Could please someone compile and upload Wine-Version 1.1.24? Because atm its not listed here: http://wine.budgetdedicated.com/archive/index.html . I need it, because i use mwine and it uses only the deb Packets of Wine. THX