http://bugs.winehq.org/show_bug.cgi?id=10769
Summary: Window contents spontaneously move to root (0,0), stops
updating
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
This is a little Windows program used to generate sound effects:
http://www.cyd.liu.se/~tompe573/sfxr.zip
Run it and play with it for a little while (space to play sound). After a
little while -- the exact period varies, but it's usually within a couple
minutes, sometimes a bit longer -- the contents of the window spontaneously
moves to the top left of the screen (ie the root window), escaping its window
frame, and the window contents will stop updating. The program still runs and
works fine in its original window frame, as can be verified by modifying
sliders (blindly) and playing the sounds, though file windows won't pop up.
Usually I also get this message in the console when this happens:
err:region:CombineRgn Invalid rgn=(nil)
This happens both with and without wine emulating a virtual desktop.
--
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=10470
Summary: Radmin viewer 3.1: Black squares in the voice chat
window
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.famatech.com/download/rview31.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
Created an attachment (id=9200)
--> (http://bugs.winehq.org/attachment.cgi?id=9200)
Black squares
We got an error:
1. Installed Radmin server 3.1 (http://www.famatech.com/download/rserv31.exe)
on a windows computer.
2. Installed Radmin viewer 3.1 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Voice Chat"
mode.
There are black squares in the left part of voice chat window (see attached
screenshot voice_chat_artifacts.png).
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
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=10457
Summary: Application complains that directsound is not detected
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fry.kun(a)gmail.com
An application attempts to detect directsound and turns off sound option,
internally. Attached errors show up on wine's stdout.
--
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=10378
Summary: Programmer's Notepad 2 gives an error message, closes
after using search function
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9049)
--> (http://bugs.winehq.org/attachment.cgi?id=9049)
Console log
Programmer's Notepad 2.0.6.1 can't use the search function in Wine. (crtl + f)
Instead, a window pops up saying that Programmer's Notepad has experienced an
unexpected problem and must close. It then asks you if you'd like to save a
diagnostics file. If you select "No", the program crashes. If you select yes,
it will tell you it saved the file and close normally.
I'm guessing that since you can close it without crashing that the crash is a
separate bug, so I won't include a console log with the crash info unless one
of you guys need it.
And before anyone asks; yes, the search function does work in Windows.
--
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=10294
Summary: Mouse Y is off by 100 pixels in some fullscreen games
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
This is a bit difficult to explain, but I'll try anyway.
Some of the games created with so-called "Klik products" (available on
Clickteam.com) switch to fullscreen mode when they start. This is no problem,
except that the following happens: the position where you see the mouse is not
the same position as the game reads the mouse position in. The actual mouse
pointer is always ~100 pixels below the things happening in the game.
Example: there's a button. You want to click it. You can't, it doesn't do a
thing. You move the mouse a bit lower in the application. Suddenly, you CAN
click the button, even though your mouse pointer is ~100 pixels below the
actual button.
I don't know of any other way to test this bug than to play a Klik game.
"Eternal Daughter" on http://www.derekyu.com/games.html does this thing when
you press escape during gameplay and try to press "continue" or "quit".
(Side note: small graphical glitches tend to occur when I move my mouse lower
than the visible screen.)
--
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=10137
Summary: WinSock ServerSocket
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: software(a)rel-tek.com
Hi,
I am trying to modify my windows program to run on Linux. After much trial and
error, I got it to run for the most part, but one thing. My program
communicates over TCP/IP (LAN) through Winsock. I've written Client and Server
communication for my program that also handles socket errors. Part of that
includes reconnection based on the socket error or exception handling. Anytime
the sockets disconnect unexpectedly, for instance, by host or server program
crashing or disconnecting, my program is supposed to trigger on the exception
and try to reconnect. It works exactly the way I described it on the Window,
but on Linux under Wine my program doesn't reconnect by handling the exception.
Under wine my program acts like it never saw the socket error exception but
when the program is started from scratch it works. But once the host is
disconnected while client is connected, it doesn't handle the exception.
My program must handle these exceptions or it will not work right. Am I doing
anything wrong or do I need to update wine?
Any suggestions?
Thanks in advance.
Thaya,
--
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=10124
Summary: Some apps (for excample: game "Turok") don't see D3D
Compatible Adapter.
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://files.abandonia.com/ramdisk/6b93afc1db82f7870fe5b
210aa9bd95402e5b26158aa591bc2464060262/Turok%20-
%20Dinosaur%20Hunter.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Huk256(a)wp.pl
Created an attachment (id=8692)
--> (http://bugs.winehq.org/attachment.cgi?id=8692)
Console output.
Some apps (game "Turok - for example) refuse too run because they don't see any
D3D device - "Turok" give me the message: "No 3D accelerated hardware cards or
drivers found". In the attachment you will find everything from the console.
This bug does not occurs in Cedega (game see the D3D Device) so this is wine's
problem. I've tested it with wines from 0.9.15 to 0.9.47 - and this error is
always present.
--
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=10036
Summary: The General PL: Problem with RichLine, it makes game
unplayable
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://rapidshare.com/files/25570219/General_PL_dla_peb.
pl.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: romano92(a)gmail.com
Created an attachment (id=8579)
--> (http://bugs.winehq.org/attachment.cgi?id=8579)
Log
Application show error applet "RichLine inserting error" and doesn't write
lines that should be colored (as I remember).
Password to the .rar is "peb.pl".
--
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=10005
Summary: Ever 17 - out of infinity
Product: Wine
Version: unspecified
Platform: Other
URL: http://ftp1.gmsnet.com/hirameki/ever17PC_trial.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javabean_elpaso(a)yahoo.com
Created an attachment (id=8527)
--> (http://bugs.winehq.org/attachment.cgi?id=8527)
open the program via winefile then set default options then crashes
installer runs but the program itself crashes when u attempt to run through
winefile winefile itself stays open and if u attempt to open through nautilus
it crashes without taking nautilus with it
ubunto 7.04
{Gnome 2.18.1 (Ubuntu 2007-04-10)
kernel 2.6.20-16-generic (#2 SMP Sun Sep 23 19:50:39 UTC 2007)
gcc 4.1.2 (i486-linux-gnu)
xorg 7.2.0 (04 April 2007)} sysinfo==system
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.