http://bugs.winehq.org/show_bug.cgi?id=17900
Summary: RenderTargetLockMode=disabled required for playable
display
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
On at least two games (Thief 2 and Jedi Knight Dark Forces II, I've not tried
others of this vintage yet) unless the key Wine/Direct3D/RenderTargetLockMode
is set to disable the game display is completely unplayable.
Of course, disabling this key has undesirable side effects: in JKDF2 the HUD is
overlaid by the game display, in Thief2 the in game menu is unusable -- but
this must be a strong clue as to what is going wrong here.
I've tried setting this key to default, readtex, texdraw, textex, and in all of
these cases the effect is a sort of upside-down shimmering stripes. This
visual effect may be a side effect of what's really going on, because any
attempt at a screen shot capture either a good image or an upside down image.
I think what is actually happening is that the image is constantly alternating
between upsidedown and rightside up!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16017
Summary: Counter Strike Source Stutters
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheinen(a)gmail.com
Hardware: AMD X2 3800+ nVidia GF 6600GT 128MB
Kernel 2.6.27
Wine 1.18
Drivers 177.80 nVidia
Description:
The games runs smooth 60+ fps otherwise. When this bug occurs the screen
stutters/hitches/freezes and sounds will repeat(usually a grenade being thrown
or exploding seem to be commond sounds that play when this happens). This can
last from 1 to 5 seconds. The Hud will often redraw. After this the game is
playable again but occurs frequently, every 2-3 rounds of play. This occurs on
all maps while playing online. It occurred on both 64bit and 32 bit builds of
linux.
There doesn't seem to be any meaningful output from the console.
This bug does not occur using windows operating system on my hardware. It only
occurs when using wine. I think it is related to this.
http://half-life.wikia.com/wiki/Source_Engine#Stutter
heres a whole webpage dedicated to it
http://www.blep.net/hl2stutter/
I have tried dxlevel 7 8 and 8.1
In winecfg audio acceleration Full, Standard, and Basic
I've tried all the suggested solutions on the second url above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9468
Summary: Mortal Kombat Trilogy crashes
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rchayster(a)gmail.com
Created an attachment (id=7810)
--> (http://bugs.winehq.org/attachment.cgi?id=7810)
output
I have Mortal Kombat Trilogy, patched to version 1.1. The game crashes on
startup. When I run $ wine MKTRILW.EXE
The wine outputs:
err:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
fixme:win:EnumDisplayDevicesW ((null),0,0x33f688,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x125ce0) : stub,
simulating 64MB for now, returning 64MB left
And just stucks there. When I press ctrl+c wine outputs this and quits:
The program encountered a problem at address 00432252 and cannot continue
I'm putting the WINEDEBUG=+all debug log here as an attachment. It's the last
1000 lines.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17618
Summary: winecfg does not set drive type correctly for Local Hard
Disk choice
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
The Drives panel in winecfg has a Type: dropdown which allows Auto-detect,
Local Hard Disk, Network Share, Floppy Disk, or CD-ROM to be chosen for each
drive.
Each of these sets a registry value, except for Auto-detect and Local Hard Disk
which simply remove the registry value for the respective drive.
Local Hard Disk should set the registry value for the drive to "hd".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16069
Summary: VC6 debugging not working
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kresander(a)yahoo.com
I have used Wine to compile and run fairly large programs (more than 75 source
files and 2GB, 5GB of source code). Background is available in my post at Wine
User's forum under title Cannot install Visual C++ version 6.0 (VC6). My last
reply in the thread is this:
+++ begin +++
So far, I have tried four projects from Windows to Linux/Wine. All compiled
using VC6 on Wine and ran ok the first time. The two largest contained 78 and
105 cpp files with approximate source file sizes 2GB and 5GB.
Features used:
GUI: most standard and extended controls via dialog calls/macros
and CreateWindow, various window positioning/resizing functions,
messageboxes
GDI: most except paths
CHARS: most functions defined by <tchar.h>
FILES: fopen,fread, fwrite, ftell, fseek, fclose, _findfirst,
_findnext, _mkdir, remove, _tunlink
MEMORY new,delete and most memory and <string.h> functions.
Did not use MFC or ATL frameworks, just plain, Windows API functions
and as few of these as I could manage.
Did not use Windows file and directory functions.
Did not use c++ exception handling
Did not use Windows memory allocation function or older mallocs.
BUT
could not get the debugging to work.
1. on entry to the Windows main program:
int PASCAL WinMain( ...)
{
WNDCLASS wc;
MSG msg;
int a = 1; // for testing debug
int b = a + 1 ; // testing debug
hmodule = fhInstance ; <<< put breakpoint here
Values of variables a and b were reported as unknown expressions.
2. a little bit further into WinMain at call to CreateWindow for
main window:
hwndmain = CreateWindow( "GenericAppClass", ....
The program entered CreateWindow, but never returned.
Does debugging work, or have I entered unchartered waters?
+++ end +++
I don't write bigger and more resource-demanding programs than those mentioned
above. The VC6 compiled these with ease, ran without a single glitch and the
IDE behaved as I was used to see it. With debugging working there is no reason
for me to be on Windows any more. Have wanted to leave for years.
VC6 is an excellent product (too good to be Microsoft) and it now seems it can
offer cross-development on Linux. Really worth pursuing in my view.
You can reach me at kresander(a)yahoo.com.
Best regards
Ken Resander
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16006
Summary: Problem getting 'Wordtalk' Addin working in MS Word 97
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.wordtalk.org.uk
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graemebruce(a)aspects.freeserve.co.uk
Created an attachment (id=17211)
--> (http://bugs.winehq.org/attachment.cgi?id=17211)
Output following boot up of Word97 and click on Wordtalk configure icon.
Trying to run Wordtalk with Word 97 on an Asus Eeepc (Xandros) through Wine
1.0.
Both Word and Wordtalk appear to install satisfactorily and the Wordtalk
tooolbar appears in Word. However on clicking icons on the bar nothing works. I
have set oleaut.dll to native and installed riched20 and riched30 from
Winetricks. This seems to enable the Visual Basic Editor but still can't get
the macros in Wordtalk to run.
Wordtalk is an addin which is extremely imporatnt for dyslexic users. It
'echoes' text and reads the spellcheck list. I am very keen to get this running
for school pupils in our area so priority is quite high! Anny help most
welcome.
A log of console output is attached, following boot up of Word and click on the
'configure' icon on Wordtalk tooolbar (black spanner)
I've tried using Word 2003 instead - similar results. Would prefer to use
Word97 because the Asus Eeepc has limited hard disc space so a compact
installation is preferable.
Word 97 was installed with the 'typical' installation option and the 'full'
version of Wordtalk was used. The Wordtalkstartup utility is installed and
working correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17334
Summary: Ethernet card emulator
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sudheerss(a)gmail.com
I have a Win app which needs a license to run. The license needs to verify the
mac-id of the machine on which it is installed. So, when I start the app, I get
the message - "No ethernet adapater is found on this machine". I know that the
app is correctly installed since it almost opens up, but gives this message and
then ends. Is there a way in Wine to 'trick' the app and pass a desired value
of the mac-id, so that the app can then run? All that the app needs is a
mac-id.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10016
Summary: age of wonders 2: the application does not get any mouse
input
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=8746
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Input from the mouse does not seem to reach the application.
I tried running the application's setup program,
switching between mouse in "color mode", "black & white" mode
and "software mode".
The colorful surface that represents the mouse pointer shows on the top-left
part of the screen, but does not move in response to mouse movement.
I tried running with a native dinput.dll, but there was no difference.
Therefore I set WINEDEBUG=dinput, and saw nothing in the trace.
I don't know which WINEDEBUG values to try in this case.
I was not sure which component to pick from the list, and I went with
x11driver, but I have no idea if the issue is really there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12528
Summary: You can resize the WinMerge dialog vertically on Wine,
but not Windows
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://winmerge.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Install and run WinMerge
2. Press Ctrl+N to create a new document
3. Enter some text in the "Untitled right" pane
4. Press the close button
This will bring up the "Save modified files?" dialog.
5. Resize the dialog
On windows, you only see the left-right resize mouse pointer and can only
resize on the x axis. Using Wine, you can resize along the y axis and the
remainder of the dialog window is drawn black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10085
Summary: Adobe Bridge CS2 complains that it can't start due to
licensing restrictions
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I'm testing the Adobe Bridge that comes with the Photoshop CS2 trial. On
Windows during the 30 days or trial this application works. It shows the same
message when these 30 days passes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.