http://bugs.winehq.org/show_bug.cgi?id=23251
Summary: Steam: update window is always on top and does not
accept input
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cww(a)denterprises.org
While running wine in desktop mode and playing a game with Steam, if Steam
finds an update for itself, a window will appear on top of the game and will
not accept input. For games that do not support a windowed run mode (e.g.
Civilization IV), the only way to make the window go away is to exit the game
before attempting to access the Steam client window.
This occurs, for example, when I run Steam with the following script.
---- 8< cut 8< ----
#!/bin/zsh
WINEVERSION=1.2-rc3
export WINEPREFIX="$HOME/local/lib/wine-ok"
$HOME/local/wine-$WINEVERSION/bin/wine explorer \
/desktop=foo,1920x1080 start \
'C:\Program Files\Steam\Steam.exe'
---- 8< cut 8< ----
Steam may be downloaded at the following URL (though, you may need a Steam
account, which you may create at steampowered.com, first).
http://cdn.steampowered.com/download/SteamInstall.msi
--
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=34889
Bug #: 34889
Summary: Drawing to device context outside message loop does
not update window
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milasudril(a)gmail.com
Classification: Unclassified
Created attachment 46495
--> http://bugs.winehq.org/attachment.cgi?id=46495
Source code demonstrating the issue.
When drawing to a window DC outside the message loop, the window does not
update (see attachment).
On Windows: There is a flickering rectangle in the upper corner of the window
On Wine: The rectangle is not affected until a message is posted from the
system
Example compiled and tested with g++ 4.7.1 TDM-GCC 64 bit on Windows 7 64 bit.
Compiler command:
g++ test.cpp -mwindows
a.exe
--
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=29410
Bug #: 29410
Summary: FindFirstFileExW not implemented for Qt 4.8
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
Hello, Qt 4.8 use new api to access at the file, then I think it's that's
error:
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
which block:
QFileInfoList QDir entryInfoList() method into Qt 4.8.
I have do a simple test case:
http://files.first-world.info/temp/test_entryInfoList.tar.bz2
To test if it work (work on windows but not on wine)
Thanks to fix it quickly because you block all application based on Qt 4.8.
--
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=24124
Summary: Warcraft 3: window resolution cannot go more than
1370x751 in window mode
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Created an attachment (id=30364)
--> (http://bugs.winehq.org/attachment.cgi?id=30364)
This is my terminal output
Just in the title, if I go more than that, it just don't fill farther.
My configuration is:
1.9 Ghz
1366x768 screen
nvidia 8200mg
I used -opengl and -window in my launcher
--
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=34420
Bug #: 34420
Summary: QPA QT5 plugin don't work
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
Hello,
I can't run Qt5 application due to QPA plugin failed:
wine catchchallenger-single-player.exe
fixme:dwmapi:DwmIsCompositionEnabled 0x6b2bdb20
fixme:iphlpapi:NotifyAddrChange (Handle 0x105e318, overlapped 0x105e330): stub
Could not parse file "/home/user/.local/share/applications/wireshark.desktop":
Invalid key name: Path[$e]
fixme:dwmapi:DwmIsCompositionEnabled 0x6b047594
fixme:iphlpapi:NotifyAddrChange (Handle 0x11fe8d0, overlapped 0x11fe8dc): stub
wine: configuration in '/home/user/.wine' has been updated.
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
Failed to load platform plugin "windows". Available platforms are:
abnormal program termination
Cheer,
--
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=34589
Bug #: 34589
Summary: open wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ericfalcon(a)hotmail.com
Classification: Unclassified
Created attachment 46069
--> http://bugs.winehq.org/attachment.cgi?id=46069
backtrace
when i open wine. Wine tell me he have a problem
--
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=34156
Bug #: 34156
Summary: adobe photoshop cs5
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b47a26f1(a)opayq.com
Classification: Unclassified
Created attachment 45437
--> http://bugs.winehq.org/attachment.cgi?id=45437
adobe photoshop cs5
adobe photoshop cs5
--
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=27660
Summary: mailcheck and adobe reader
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wehrfeuer(a)gmail.com
mailcheck2 from d-jan.de and adobe reader 10 don't work.
--
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=34901
Bug #: 34901
Summary: Corel video Studio X2: error al cargar la biblioteca
tbyb
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anjhel.urbano(a)hotmail.com
Classification: Unclassified
Created attachment 46506
--> http://bugs.winehq.org/attachment.cgi?id=46506
error que sale al seleccionar una opción.
cargo el programa, sale un cuadro de mensaje diciendo: Incapaz de cargar la
biblioteca tbty, abre la pantalla de selección, y al seleccionar una opción, se
muestra un mensaje de error con wine
--
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=26188
Summary: Menus and text in ARMA :Armed Assault are unusable
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=33384)
--> (http://bugs.winehq.org/attachment.cgi?id=33384)
Screenshot of the menu
As the screenshot above demonstrates, the menus and text of ARMA : Armed
Assault are unusable. The game is run in a clean prefix with a d3dx9_36
override to work around http://bugs.winehq.org/show_bug.cgi?id=12757 .
Gentoo Linux X64
nvidia-drivers 270.18
Unfortunately, the console does not reveal much. If someone has an idea of a
channel to expose, please tell me.
xavier@xavier /wine/arma1/drive_c/jeu $ wine arma.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x125f578,0x00000000), stub!
err:ole:CoGetClassObject class {5959df60-2911-11d1-b049-0020af30269a} not
registered
err:ole:CoGetClassObject no class object {5959df60-2911-11d1-b049-0020af30269a}
could be created for context 0x1
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x125ea48,0x00000000), stub!
fixme:dinput:SysMouseWImpl_Acquire Clipping cursor to (0,0)-(800,600)
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
--
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.