http://bugs.winehq.org/show_bug.cgi?id=11808
Summary: winefile: broken horizontal scrolling
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
I've tested 0.9.56, 0.9.48, 0.9.21(!) and noticed that there is a bug with
horizontal scrolling with winefile.
After clicking the right half of the horizontal scrollbar, so that the view
scrolls to the right, click to the left. The view should scroll back to the
left, but this does not happen.
The same happens in both displays of winefile (the file list and directory
tree). In the tree, the visual effect when scrolling back is "interesting".
OTOH, regedit scrolls perfectly fine.
Same when clicking the horizontal arrows instead of the bar.
I'm using Ubuntu Dapper and Gutsy, compiling wine snapshots myself, running
wine in a 800x600 virtual desktop.
Regards,
Jörg Höhle
--
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=31222
Bug #: 31222
Summary: Hitman: Blood Money crashes when changing screen
resolution
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamefront.com/files/5075525/HitmanBloodMone
y_Demo_exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: pocketcookies2(a)gmail.com
Classification: Unclassified
Regression SHA1: d9f8cba50f4c2fc9f138d35c73ba5afc30d15866
Created attachment 41002
--> http://bugs.winehq.org/attachment.cgi?id=41002
terminal output
I believe this one is different from the recently opened bug #31217.
The problem: the game crashes when I try to change screen resolution in the
game options menu. I can reproduce the crash both with the demo version and the
full (Steam) version of the game. The same crash happens in full screen as well
as in virtual desktop mode.
According to my testing, this is a regression from Wine 1.3.20 and the problem
is still present as of wine-1.5.8-160-g8613d5e.
d9f8cba50f4c2fc9f138d35c73ba5afc30d15866 is the first bad commit
commit d9f8cba50f4c2fc9f138d35c73ba5afc30d15866
Author: John Edmonds <pocketcookies2(a)gmail.com>
Date: Tue May 3 20:22:32 2011 -0400
wined3d: Turn off message filtering temporarily in the Reset() method to
allow certain messages (e.g. WM_ACTIVATEAPP) through.
:040000 040000 aec90e219de82f19fec8fb4904112f6b497660d7
73bd34ef1c7258e97ca73401c26d121a228d3723 M dlls
Steps to reproduce the problem with the demo version:
1. Install the demo then place native d3dx9_27.dll in the game directory.
2. Start the game with HitmanBloodMoney.exe, go to Options > Graphics > Render
options. Choose a different resolution and click on <Accept>....a crash occurs
here.
Fedora 17 x86
Gnome 3.4.2
Nvidia 250 / driver 295.59
X.Org X Server 1.12.2
--
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=19862
Summary: CodeCreatures crashes.
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://ftp.sunet.se/pub/games/PC/guru3d/benchmark/Code
creatures_Benchmark_Pro_Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried some benchmark programs from guru3d, this (rather old) benchmark
program crashes.
I'll attach the log generated by the app itsself. The console output didn't
really tell anything interesting.
Note for myself, the dumb hack below makes the app run fine.
diff --git a/dlls/d3d8/texture.c b/dlls/d3d8/texture.c
index c22c491..58b5365 100644
--- a/dlls/d3d8/texture.c
+++ b/dlls/d3d8/texture.c
@@ -270,7 +270,7 @@ static HRESULT WINAPI
IDirect3DTexture8Impl_UnlockRect(LPDIRECT3DTEXTURE8 iface,
hr = IWineD3DTexture_UnlockRect(This->wineD3DTexture, Level);
wined3d_mutex_unlock();
- return hr;
+ return 0;//hr;
}
static HRESULT WINAPI IDirect3DTexture8Impl_AddDirtyRect(LPDIRECT3DTEXTURE8
iface, CONST RECT *pDirtyRect) {
--
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=24160
Summary: sigcheck incorrectly validates modified exes
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://technet.microsoft.com/en-us/sysinternals/bb8974
41.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
http://www.pastethat.com/dJurt/get
(3MB compressed, 8MB uncompressed - cant attach)
wine sigcheck -q wow2.exe
Z:\home\adys\Wow2.exe:
Verified: Signed
Signing date: 1:43 PM 8/26/2010
Publisher: Blizzard Entertainment
Description: World of Warcraft Retail
Product: World of Warcraft
Version: Version 3.3
File version: 3, 3, 5, 12340
fixme:mscoree:CorExitProcess (0) stub
The file is NOT valid, and on Windows it shows up as "Bad signature" instead of
Signed.
--
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=24903
Summary: Regression: NoX game crashes when trying inputting
anything in any textbox
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evengard(a)trioptimum.com
The NoX game
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=4324) is crashing
when inputting in any textbox ingame (setting the player name, chatting,
inputting in game console) with the following error:
wine: Unhandled page fault on read access to 0xffff0027 at address 0xffff0027
(thread 0009), starting debugger...
I did a regression testing of the bug and found that the
0e270bbd226c34bd2831673c1c546f8db76b0487 commit is the bad one.
If needed, I can post here any backtraces needed (just say what is needed to
perform a test).
NOTE: the game works perfectly well in Win98, WinXP, WinVista and Win7
--
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=29205
Bug #: 29205
Summary: Can't play Warrock
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis_pak(a)hotmail.com
Classification: Unclassified
Created attachment 37704
--> http://bugs.winehq.org/attachment.cgi?id=37704
error
First I install and update warrock all fine...
But then when I try to run the game the give me the error that is missing
msvcp90.dll
I downloaded and copy to system32 directory.
When I try to play again give me an error but is not especific just say that
this error don't appear in windows just in wine
Best Regards
Luis Vicente
PS: In attach I send a print
--
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=13365
Summary: Mising Text in IFC Markets Terminal Graphics
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://ifcmarkets.com/download/IFCMTerminalSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
When you're viewing the platform graphics, the text at the right that shows the
current prices of the currencies are missing. You can see the problem in the
screenshots.
--
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=23108
Summary: Problems switching between instances of PowerPoint
2007 with KDE
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
Created an attachment (id=28717)
--> (http://bugs.winehq.org/attachment.cgi?id=28717)
Superfluous third
I am using KDE 4 and run PowerPoint 2007 via wine 1.2rc2 (however, the problem
I will describe exists for me since the time I first started using wine more
intensively)
How to reproduce:
1. Use KDE 4 (a friend tested with another window manager and could not
reproduce it)
2. Open a PowerPoint file. Everything is fine so far, works great. As usual, I
can switch between different windows without any problems
3. Open another PowerPoint file. Now things get strange! Instead of two
PowerPoint windows, I can see three windows: the two opened files and a third
window without any content but the title. (see attached screenshot)
In that state, I cannot simply change between the instances of PowerPoint but
always have to maximize the window I would like to choose.
When closing the second PowerPoint file, the superfluous small window stays.
As far as I have tested, this behaviour does not occur with multiple instances
of Word, for instance.
--
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=15084
Summary: ReadConsoleInputW() handles a NULL lpNumberOfEventsRead
parameter incorrectly
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dg(a)cowlark.com
On the Windows console, if I try to read input events with ReadConsoleInputW()
and pass in NULL as the pointer to the lpNumberOfEventsRead field, wine
completes successfully where Windows XP fails and returns an error code.
--
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=26184
Summary: Program E-Mail Grabber Error
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghostknight22(a)gmail.com
I can´t start the program "Email Grabber" (http://www.emailgrabber.de/) with
wine. After a few seconds the program crashes.
--
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.