http://bugs.winehq.org/show_bug.cgi?id=35533
Bug ID: 35533
Summary: Make it possible to see the sent patch files inline
without extra download step
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Classification: Unclassified
Currently clicking on a patch file attached to a job leads to a save file
dialog, it would be preferable (at least to me) to be able to see it inline.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38009
Bug ID: 38009
Summary: winex11.drv does not set NET_WM_STATE_FULLSCREEN if
the display mode was changed
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Winex11.drv only sets NET_WM_STATE_FULLSCREEN on a fullscreen game window if
the game uses the monitor resolution that was set when winex11.drv was loaded.
The cause of this is that is_window_rect_fullscreen compares the window
rectangle against the monitor size reported by Xinerama when winex11.drv was
loaded.
This appears to trigger bugs inside Metacity clones and Compiz when creating a
window at a lower resolution. It also breaks the fix that was proposed by a
Marco developer to fix the bug that currently prevents fullscreen windows from
being iconified.
--
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=23310
Summary: Mouse pointer prevented from leaving virtual desktop
window when it shouldn't be
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_1721.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
With some programs which use full-screen mode, Wine stops the mouse pointer
from leaving the window, even when virtual desktop mode is enabled and "Allow
DirectX apps to stop the mouse leaving their window" is not selected. I'll
describe two such programs.
Airport Tycoon 2 is an airport management simulation game. A demo can be
downloaded from http://www.gamershell.com/download_1721.shtml
This bug applies to the full game and the demo.
[An alternative version can be downloaded from
http://d.trymedia.com/dm/take2/60m_d/t_07om/AirportTycoon2Setup.exe
That is apparently a time-limited full version which can be unlocked on
payment. Installing IE6 using winetricks could get that to work, but as the
demo shows the problem it's not necessary.]
Use winecfg to enable virtual desktop mode, and make sure "Allow DirectX apps
to stop the mouse leaving their window" is not checked. Running the game, the
pointer is captured so it cannot leave the virtual desktop window. It is
therefore difficult or impossible to e.g. move the Wine virtual desktop window.
There are also issues when you have another window open and active in front of
the virtual desktop (e.g. Alt-Tab to a terminal window). Moving the mouse in
that non-Wine window, when the pointer is about to leave it, the pointer is
moved to the position corresponding to the centre of the virtual desktop
window.
The only console output which might be relevant is this:
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (108,70)-(916,697)
A second program which has this problem is 101 Bunny Pets. A time-limited demo
can be downloaded from http://www.selectsoftnow.com/software/info.php?ID=5858
You'll need to install IE6 using winetricks to run the demo after installing
it.
This game can be set to run in a window in its options menu, but the default is
full-screen. Notice the pointer is captured and the same issue with non-Wine
window in front as with Airport Tycoon 2. There didn't seem to be any relevant
console output when I ran it.
--
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=33658
Bug #: 33658
Summary: Warcraft 3: Crash on missing sound permissions
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 44555
--> http://bugs.winehq.org/attachment.cgi?id=44555
Crash if no sound is available
If I'm not having the permissions as the audio group Warcraft 3 will crash if
it starts (after the splash screen appeared). Adding my account to the audio
group solves the problem. In the attachments is a log of such a crash.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40617
Bug ID: 40617
Summary: Allow users to change passwords
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
I was recently rotating passwords and noticed that I can't change my testbot
password, whereas I can on forums/appdb/bugs.winehq.org
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43579
Bug ID: 43579
Summary: starting any wine process on armv7l: Bus error (core
dumped)
Product: Wine
Version: 2.15
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com, nerv(a)dawncrow.de
Regression SHA1: 3b30002aecf7cd55970979f7e02a53866fe66f1f
Distribution: Debian
I recently got a chromebook, and after setting up a debian chroot, decided to
try wine. I compiled from git, which worked fine out of the box, but crashed
trying to run anything more than --version:
(stretch)austin@localhost:~$ ./wine-git/wine cmd /c "echo hi"
Bus error (core dumped)
I installed wine from the repository (1.8.7), which I noticed works:
(stretch)austin@localhost:~$ /usr/bin/wine cmd /c "echo hi"
hi
regression testing points to:
3b30002aecf7cd55970979f7e02a53866fe66f1f is the first bad commit
commit 3b30002aecf7cd55970979f7e02a53866fe66f1f
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Oct 24 17:48:49 2016 +0200
ntdll: Cache error information for cacheable handles with no fd.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 aee6fddacd30e103f1d6e132eb6552d390714c7e
ef03cabffd148f9ebf59c8503f7197b3238c7eae M dlls
uname -a: Linux localhost 3.14.0 #1 SMP PREEMPT Wed Jul 26 23:30:44 PDT 2017
armv7l GNU/Linux
I'm not very familiar with arm, so if there's some info that would be helpful,
let me know.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38564
Bug ID: 38564
Summary: Rush for Berlin Gold crashes after starting
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51449
--> https://bugs.winehq.org/attachment.cgi?id=51449
terminal output
DRM-free version from Gamersgate.
The game shows the loading screen for a brief moment then Wine crashes
somewhere in avifil32.
Installing ffdshow or xvid doesn't make it any better.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37594
Bug ID: 37594
Summary: World of Warcraft in-game browser does not work
Product: Wine
Version: 1.7.31
Hardware: x86
URL: https://eu.battle.net/en/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ArchLinux
Created attachment 50030
--> https://bugs.winehq.org/attachment.cgi?id=50030
Screenshot of browser
The new in-game browser from 5.x has never worked. Screenshot attached.
No relevant output. Can easily be tested with a trial account going in game
menu -> Help -> Knowledge Base.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42446
Bug ID: 42446
Summary: Native Access - missing
api-ms-win-core-file-l2-1-2.dll and virtdisk.dll
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: demattcp(a)gmail.com
Distribution: ---
At first, Native Access was just missing Virtdisk.dll. Then, I copied that
specific dll file from my other Windows 10 computer into wine's system32
directory.
Now this is the output:
fixme:winediag:start_process Wine Staging 2.1 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:module:import_dll Library api-ms-win-core-file-l2-1-2.dll (which is needed
by L"C:\\windows\\system32\\VirtDisk.dll") not found
err:module:import_dll Library VirtDisk.dll (which is needed by L"C:\\Program
Files\\Native Instruments\\Native Access\\Native Access.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Native Instruments\\Native Access\\Native Access.exe" failed, status
c0000135
I am hoping this is something I can fix with winetricks.
--
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=29999
Bug #: 29999
Summary: Bloodrayne 2: text in the menus misplaced
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.fileplanet.com/147598/140000/fileinfo/Blood
Rayne-2-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39061
--> http://bugs.winehq.org/attachment.cgi?id=39061
terminal output
Now that bug #8871 has been fixed, text in the menus and in mid-game does
appear.
The problem is that text in the menus is misplaced (see the attached
screenshot).
This doesn't affect gameplay as text in mid-game appears fine.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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.