http://bugs.winehq.org/show_bug.cgi?id=23187
Summary: DeferWindowPos behaves wrong when invalid HWND
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodrigorivascosta(a)gmail.com
Created an attachment (id=28848)
--> (http://bugs.winehq.org/attachment.cgi?id=28848)
Sample program to demonstrate the problem
The Wine behavior of the BeginDeferWindowPos/DeferWindowPos/EndDeferWindowPos
functions differ from the Windows one when some of the HWND used are invalid:
The attached program uses these functions to move several windows at once, but
one HWND is purposely hijacked to force the error. In Windows, all the windows
but the wrong one are moved. In Wine, however, only the windows "before" the
wrong one are moved.
It looks like Windows checks the HWNDs to be valid when calling DeferWindowPos
whereas Wine checks them when calling EndDeferWindowPos.
This can be checked with the output of the attached program:
Windows:
------------
BDWP 006D03E7
DWP 006D03E7
DWP 006D03E7
DWP 00000000
Error: 1400
DWP 006D03E7
DWP 006D03E7
DWP 006D03E7
EDWP 1
------------
Wine:
------------
BDWP 001B0082
DWP 001B0082
DWP 001B0082
DWP 001B0082
DWP 001B0082
DWP 001B0082
DWP 001B0082
EDWP 0
Error: 1400
------------
Note that the Windows behavior is somewhat different than the documented in
MSDN.
Regards.
--
Rodrigo.
--
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=24916
Summary: Soulbringer: crash in D3D Hardware mode
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuele.emalele(a)gmail.com
As stated in bug 11616 the game SEEMS to work but only in Software low detailed
mode: when speaking about 'mode' I'm referring to an internal game mode
selection.
The game has four execution mode they can be chosen by a menu during launch.
Please note that I do not know the truly meaning of the mode itself but I
reported them as the game name themselves.
Here follows the Wine report:
Wine 1.2 report ->
Exec game mode: DirectDraw6 HAL -> not working, black screen and return to
desktop
Exec game mode: D3D7 HAL -> not working, black screen and return to desktop
Exec game mode: D3D7 T&L HAL -> not working, black screen and return to
desktop
Exec game mode: D3D7 RGB -> not working, black screen and return to desktop
Exec game mode: Software -> not working, black screen and return to desktop
Wine 1.3.5 report ->
Exec game mode: DirectDraw6 HAL -> black screen, return to desktop but music
in background so it seems that the game has launched
Exec game mode: D3D7 HAL -> not working, black screen and return to desktop
Exec game mode: D3D7 T&L HAL -> not working, black screen and return to
desktop
Exec game mode: D3D7 RGB -> not working, black screen and return to desktop
Exec game mode: Software -> IF I install native DCOM98 with winetricks -> the
game works perfectly
Exec game mode: Software -> IF I DO NOT install native DCOM98 with winetricks
-> the game has a similar behaviour as DirectDraw6 HAL but in this case I have
music and only a part of the first game menu's screen instead of black screen
I opened an issue to you as per point 6.6 of the Wiki Wine FAQ about DCOM;
anyway the best solution of course it's a fix of the hardware D3D mode. Please
note that I've tried D3D mode both with Vertex Shader hardware On and Off.
Thank you and please ask me anything you may need to solve the 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=17196
Summary: Text Editor Curser can be scrolled outside editor
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
This bug is about the cursor which displays the position,
where text will appear in an text editor.
In a text editor like notepad with enough content for scrollbars it is possible
to scroll so long, until the cursor gets displayed oudside the actual text
editor.
If you scroll to much the cursor gets captured outside the editor and doesn't
come back if you scroll back.
I can reproduce the bug with notepad, however if you scroll the cursor so much,
that it stays outside it will be actually out of the window.
To see that the cursor gets actually displayed, if there is still window at the
position you try the Application Warcraft III: World Editor, which suffers from
the same bug.
--
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=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=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=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=15100
Summary: Google Talk cannot be "x"ed out
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin.j.mccann(a)gmail.com
Created an attachment (id=15783)
--> (http://bugs.winehq.org/attachment.cgi?id=15783)
Output fron running "wine googletalk.exe"
The "x" in the upper right hand corner of the Google Talk window does not work
for closing the application. However, the minimization button does work. I'm
unsure as to which feature has a bug or is unimplemented.
--
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=21397
Summary: LookupAccountName cannot retrieve a 'groups' SID
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Debugging an application I found the cause of the first failure is that the
software installs a 'group' (which fails with a fixme). Post install, I created
a group (addgroup) but the application calls LookupAccountName to retrieve the
SID of that created group.
You can hack around this (if LookupAccountName fails, query the current user
and re-call the function to get it's sid) but looking at the function there is
complete support missing for anything other than the current user.
Ideally it should call (something like getgrent?) and if it finds a group, map
it to a SID somehow (perhaps end the SID with the gid?). It could handle
querying other users as well in a similar way (getpwnam?)
JEWMQ
--
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=23775
Summary: Text box is too small in 16-bit program. Only one line
high, should be two.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29800)
--> (http://bugs.winehq.org/attachment.cgi?id=29800)
Stellar Explorer 2.0b demo
The 16-bit game Stellar Explorer 2.0b (attached) shows a problem with the size
of a text box.
The text box at the upper left of the window should show two lines of text.
Running under Wine, it's only one line high and the scroll buttons at the right
side consequently appear squashed.
Run stellar2.exe. Click through the initial dialog boxes then select File->New
from the menu and click OK.
--
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=24112
Summary: Xara Designer Pro 6 demo crashes when you select
'continue trial'
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.xara.com/us/downloads/designer/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the free demo, then use 'winetricks msxml4' to get past bug 24111,
and the app presents a dialog asking whether you want to buy the app
or continue the trial. The buttons are poorly rendered.
If you continue the trial, it crashes with
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x00d691bf).
(I later accidentally ran the app with wine-1.2; it complained about msxml4
again,
but after that, in wine-1.3.1, the buttons were ok, and I even started the
app once all the way into its main interface.)
--
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=20026
Summary: Metal Fatigue crashes when I attempt to change
skirmish map
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmatra(a)citromail.hu
Created an attachment (id=23568)
--> (http://bugs.winehq.org/attachment.cgi?id=23568)
Backtrace from Wine 1.0.1
In newer Wine versions I can't get back traces, because Wine hags with a system
error dialog(the send or don't send error report one if under Windows). I can't
click anywhere so I have to kill the process and I won't get the back trace.
However, I know this issue is very old so I installed a Wine (1.0.1) which
didn't have that error dialog yet. Now it simply crashes, but I get back
trace...
Clicking to change the map will immediately make an unhandled exception and the
debugger will start.
The Demo do not have any skirmish maps.
--
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=23547
Summary: Railroad Tycoon 2: Platinum (Steam) crashes when
setting resolution to 800x600
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 6doughnuts(a)gmail.com
Created an attachment (id=29410)
--> (http://bugs.winehq.org/attachment.cgi?id=29410)
Logs from the time of the crash - not sure if they're related or not.
After beginning a scenario I went into the Options menu and chose the 600x800
graphics mode. The application crashed and I got the WINE 'serious error'
dialog. Attempting to restart the game causes it to crash again when it begins
playing the intro movie.
--
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=25516
Summary: Sims 3 flickering white textures
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=32488)
--> (http://bugs.winehq.org/attachment.cgi?id=32488)
Terminal output
This problem happens for me on GeForce 400 series graphics cards using driver
260.19.21 and 195.36.31, but not on a GeForce 295 with driver 195.36.15
I attached the terminal output but there wasn't anything revealing in there.
The bug goes away when trying a WINEDEBUG=+d3d log.
The issue also goes away when you disable the 'advancedrendering' option in the
game's Options.ini file (My Documents/Electronic Arts/The Sims 3/).
--
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=17923
Summary: No music in X-COM: UFO Defense
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afffect(a)gmail.com
No music playing in X-COM: UFO Defense Collectors Edition. Sound is ok. Older
Wine versions are affected too.
The only output is those 3 lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f644,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13af28,0x13ae28): stub
Probably has something to do with the SetVolumePan stub, I've tried to dig in
the code to implement it, but failed. I guess it shouldn't be too difficult to
implement for someone familiar with wine sound stuff.
--
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=18631
Summary: regedit
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Based off bug 18622, regedit pops up the wrong error when recasing a file. To
preproduce:
$ wine regedit
insert a new key 'foobar'
right click, rename 'foobar' to 'FOOBAR'
Error 'File exists'.
On windows 2K, it gives:
'Error Renaming Value'
'Cannot rename foobar: The specified value name already exists. Type another
name and try again'
'OK'
--
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=25538
Summary: Heroes of Newerth needs native msvcr80
Product: Wine
Version: 1.3.9
Platform: x86
URL: http://dl.heroesofnewerth.com/HoNClient-2.0.2.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
You can reproduce this without an account. Download, install, run hon.exe, and
get:
wine: Call from 0x7b838d43 to unimplemented function msvcr80.dll._fcvt_s,
aborting
may also need msvcr80:wctomb_s.
--
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=25402
Summary: Woody Two Legs crashes with unimplemented function
msvcr90.dll._ecvt_s
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://games.on.net/file/38121/Woody_Two-Legs_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Woody Two Legs requires d3dx9_36.dll otherwise
wine: Call from 0x7b837392 to unimplemented function
d3dx9_36.dll.D3DXFloat32To16Array, aborting
with d3dx9_36.dll
wine: Call from 0x7b837392 to unimplemented function msvcr90.dll._ecvt_s,
aborting
It works with d3dx9_36.dll and winetricks vcrun2008
--
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=24759
Summary: safearray axis in reversed order
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
The api SafeArrayCreate expected a vector holding the shape
of array, eg. foo[3,4], the vector should be {3,4}. But what
I found was that wine interprets this vector in the reversed
order of what a real window would do. Hence one need to supply
a vector of {4,3} to wine to create the correct shape.
Also related to this, other api that need axis number are also
affected. eg. SafeArrayGetLBound/SafeArrayGetUBound
SafeArrayGetLBound ,1, will retrieve lbound of the second axis
SafeArrayGetLBound ,2, will retrieve lbound of the first axis
steps to reproduce problem,
create a safearray of shape [3,4] of integer from 0 to 11
open excel via ole automation and get a range of cell of the same shape
put the variant of the safearray into range
cleanup ole stuff
use excel or other spreadsheet programs to inspect the result.
expected output is a block of cells
0 1 2 3
4 5 6 7
8 9 10 11
actual output:
numbers not in this order and a column of cells with content <n/a>
repeat the test using real window and to confirm result.
--
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=22679
Summary: Photoshop CS5 installer fails
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.adobe.com/products/photoshop/main.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=27934)
--> (http://bugs.winehq.org/attachment.cgi?id=27934)
wine-1.1.44-19-gd2a0188 +msi +msidb +msiexec
The installer for Photoshop CS5 (32-bit) exits without error.
Console simply states "Exiting Installer with Code: 0"
This will probably affect all CS5 products.
Tried the workaround for Bug 18070 but that did not help so this is a separate
issue.
--
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=18688
Summary: Ventrilo crashes on startup
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://pastey.net/115072
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhaarr+wine(a)gmail.com
This is a weird one for me.
If Ventrilo 3.0.x is the first application to start under WINE (1.1.22), it
works fine.
If, however, you start another application first, say World of Warcraft, and
then try to start Ventrilo, it crashes with the following debug output:
http://pastey.net/115072
Note that this only happens with WINE 1.1.22, NOT 1.1.21 or earlier. So it is a
recent regression.
Hopefully that should lead to a speedy fix.
--
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=25249
Summary: Wine crash running Leonardo.exe - Process
/usr/bin/wine-preloader was killed by signal 11
(SIGSEGV)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mothlight(a)fastmail.fm
Steps to Reproduce:
1. Install http://www.envi-met.com/download30.htm (password is 49152cwRt)
2. Start Leonardo component
[nice@politemadness ENVImet31]$ wine Leonardo.exe
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b837a03 (thread
0009), starting debugger...
err:seh:setup_exception_record stack overflow 992 bytes in thread 0009 eip
7bc712e1 esp 00230f50 stack 0x230000-0x231000-0x330000
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
Segmentation fault (core dumped)
process tid prio (all id:s are in hex)
0000000e services.exe
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000017 0
00000016 0
00000013 0
00000012 0
[nice@politemadness ENVImet31]$ 00000019 explorer.exe
0000001a 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
[nice@politemadness ENVImet31]$ rpm -q wine-core
wine-core-1.3.7-2.fc14.i686
[nice@politemadness ENVImet31]$ pwd
/home/nice/.wine/drive_c/ENVImet31
Output from abrt
warning: core file may not match specified executable file.
[New Thread 14488]
[New Thread 14509]
[New Thread 14510]
Failed to read a valid object file image from memory.
Core was generated by `Leonardo.exe '.
Program terminated with signal 11, Segmentation fault.
#0 0x687c853e in ?? ()
Thread 3 (Thread 14510):
#0 0x68000852 in ?? ()
No symbol table info available.
#1 0x681709eb in ?? ()
No symbol table info available.
#2 0x7bcac868 in ?? ()
No symbol table info available.
#3 0x7bc713f1 in ?? ()
No symbol table info available.
#4 0x00000013 in ?? ()
No symbol table info available.
#5 0x7ffd31d0 in ?? ()
No symbol table info available.
#6 0x7bc3e6a4 in ?? ()
No symbol table info available.
#7 0x7ffd381c in ?? ()
No symbol table info available.
#8 0x7bc732e5 in ?? ()
No symbol table info available.
#9 0x7ffd38e0 in ?? ()
No symbol table info available.
#10 0x68171e00 in ?? ()
No symbol table info available.
#11 0x0000000a in ?? ()
No symbol table info available.
#12 0x7ffd3c4c in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 2 (Thread 14509):
#0 0x68000852 in ?? ()
No symbol table info available.
#1 0x681709eb in ?? ()
No symbol table info available.
#2 0x7bcac868 in ?? ()
No symbol table info available.
#3 0x7bc79463 in ?? ()
No symbol table info available.
#4 0x7ffd718c in ?? ()
No symbol table info available.
#5 0x7bc3e6e6 in ?? ()
No symbol table info available.
#6 0x00000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 14488):
#0 0x687c853e in ?? ()
No symbol table info available.
#1 0x00000000 in ?? ()
No symbol table info available.
No shared libraries loaded at this time.
No symbol "__abort_msg" in current context.
No symbol "__glib_assert_msg" in current context.
eax 0x1 1
ecx 0x231d88 2301320
edx 0x680214dc 1744966876
ebx 0x687cf220 1753018912
esp 0x7ffdb834 0x7ffdb834
ebp 0x7ffdb88c 0x7ffdb88c
esi 0x7ffdb9d0 2147334608
edi 0x7ffdb994 2147334548
eip 0x687c853e 0x687c853e
eflags 0x10246 [ PF ZF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x33 51
gs 0x3b 59
No function contains program counter for selected frame.
--
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=25695
Summary: Bug SFML 1.6, Wine 1.2, VS2008
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulo(a)prsolucoes.com
Created an attachment (id=32731)
--> (http://bugs.winehq.org/attachment.cgi?id=32731)
LOG - BUG TRACK
When i try execute my game
(http://www.prsolucoes.com/downloads/solodefender.zip), i get an
exception(attached) on my Ubuntu 10.04 with Wine 1.2.
It was created with SFML 1.6 (http://www.sfml-dev.org/), VisualStudio 2008 and
Windows 7 32 bits.
My error is releated with file:
msvcp90.dll
My error message is:
Unhandled exception: unimplemented function msvcr90.dll._realloc_crt called in
32-bit code (0x7b8368a2).
Command executed on Linux Ubuntu 10.04:
1 - sudo apt-get install wine
2 - wine SoloDefender.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=16581
Summary: Actual progress is not shown within progress bars for
Nullsoft installers
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://sc2.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
It seems that Nullsoft installers don't show the actual progress within a
progress bar when fetching online packages. This was with the setup for Ur-Quan
Masters 0.6.2, built with Nullsoft Install System v2.22.
The only item that appears in the terminal is:
fixme:shell:SHAutoComplete SHAutoComplete 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.
http://bugs.winehq.org/show_bug.cgi?id=24547
Summary: Secret of Monkey Island wants 10 msvcp80 functions
(and one from msvcr80)
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
./MISE.exe imports following stub symbols:
msvcp80:??0_Lockit@std@@QAE@H@Z
msvcp80:??1_Lockit@std@@QAE@XZ
msvcp80:??Bid@locale@std@@QAEIXZ
msvcp80:?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z
msvcp80:?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z
msvcp80:?_Incref@facet@locale@std@@QAEXXZ
msvcp80:?_Register@facet@locale@std@@QAEXXZ
msvcp80:?classic@locale@std@@SAABV12@XZ
msvcp80:?id@?$ctype@D@std@@2V0locale@2@A
msvcp80:?tolower@?$ctype@D@std@@QBEPBDPADPBD@Z
./MISE.exe imports following stub symbols:
msvcr80:?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
winetricks vcrun2005 works around 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=25149
Summary: Explzh: show the first letter only in listview or
treeview.
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.ponsoftware.com/en/archiver/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagawa.aki+winebugs(a)gmail.com
Created an attachment (id=31897)
--> (http://bugs.winehq.org/attachment.cgi?id=31897)
Screenshot of Explzh (on wine, winxp)
"Explzh for Windows" is one of well-known file compression/decompression
utility in Japan.
There are two binary version, Japanese version (Ver.5.69a) and English one
(Ver.5.69a_en). English version is still release candidate version.
Both Japanese version and English one show compressed item names with the first
letter only in listview or treeview area when I load an archive file in wine.
How to reproduce:
1) Launch EXPLZH.EXE
2) Open a compressed file. ([File]-[Open Archive] or Drag & drop)
Note: We need a plugin dll file except for lzh/zip/cab/rar archive.
The attachment is showing the problem.
Opening archive is Crystal Disk Mark 3.0i (CrystalDiskMark_3_0_0i.zip). You can
download from http://en.sourceforge.jp/projects/crystaldiskmark/releases/.
But this problem is *not* archive file specific.
--
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=24111
Summary: Xara Designer Pro 6 puts up error dialog "msxml4 was
not installed properly"
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.xara.com/us/downloads/designer/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Saw a question about Xara Designer Pro 6 on
http://www.talkgraphics.com/showthread.php?47409-Linux-and-Designer-Pro-6
so I gave it the downloadable demo a try.
It installed fine, but on startup, put up a fatal dialog saying
"msxml4 has not been installed properly...."
winetricks msxml4 works around this.
--
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=25882
Summary: Eve online crashes with builtin msvcr80 on
unimplemented function _wsopen_s
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
eve online crashes on startup with msvcr80=b
The log says
wine: Call from 0x7b839483 to unimplemented function msvcr80.dll._wsopen_s,
aborting
Only of interest to purists, since the game bundles msvcr80.
--
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=25908
Summary: Crash in winmerge when unfocusing edit field
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joao.eiras(a)gmail.com
1) Need to install winmerge http://winmerge.org/downloads/ . I'm using 2.12.4.0
Unicode
2) Open WinMerge and select two folders to compare
3) In the file list view, click once on a file name to select, and again to
edit the file name inline.
4) Click outside the file name editable field -> 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.
http://bugs.winehq.org/show_bug.cgi?id=23411
Summary: YoWindow: Fails to start
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://sweb1.yowindow.com/wimo/deploy/yosetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29188)
--> (http://bugs.winehq.org/attachment.cgi?id=29188)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
2) install YoWindow
3) wine yowindow.exe
Behaviour:
Please Wait->Preload Landscape->Please Wait->Error Window (see attachment) and
application closure
Expected behaviour:
YoWindow should start without any 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=24046
Summary: Keypressing in shellview can result in infinite hang
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
CC: bunglehead(a)gmail.com
Forked off #18147
(In reply to comment #6)
> Should be fixed by d57247ce396c4a71918fb9bc41b99a350063fdb2.
Nikolay
Your patch causes a regression. Pressing a key with shellview selected results
in a hang if:
- No file beginning with that key exists
- There is no other selection
--
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=20399
Summary: Wine systematic crash running MPLAB 8.40
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tritemio(a)gmail.com
Running MPLAB 8.40 under wine I have a crash selecting the "watch" item in the
menu "View".
I attached the last 1000 lines of
export WINEDEBUG=+relay
env WINEPREFIX="/home/anto/.wine" wine "C:\\Programmi\\Microchip\\MPLAB
IDE\\Core\\MPLAB.exe" 2>&1 | tee winelog.txt
The crash backtrace is at line 502.
--
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=25883
Summary: Stalker pripyat benchmark crashes with builtin msvcr80
on unimplemented function _sopen_s
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Stalker pripyat benchmark crashes on startup with msvcr80=b
The log says
wine: Call from 0x7b839483 to unimplemented function msvcr80.dll._sopen_s,
aborting
Only of interest to purists, since the game bundles msvcr80.
--
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=19826
Summary: .Net 2.0 Listview isn't updated properly and causes
program to hang
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.talkington(a)insightbb.com
CC: bunglehead(a)gmail.com
Created an attachment (id=23225)
--> (http://bugs.winehq.org/attachment.cgi?id=23225)
Commit e8846b7c78b008bbd5deb7d9f9c7a7793db32c68
A .NET program I use recently started to hang while it was populating it's
listviews. I've run regression tests and determined that commit
e8846b7c78b008bbd5deb7d9f9c7a7793db32c68 is the patch that causes the hangs. I
have attached this patch as well. Reversing this patch in lasted git causes
the program to function as expected.
>From the looks of it, this may mean the program is written improperly.
Unfortunately though, this DOES run as expected on windows so having the
developer 'fix' it is not an option.
Program: GamParse
Download link: http://gambosoft.com/Pages/Downloads.htm
Requirements: .Net 2.0
Description: This program reads in a log file generated from EverQuest (a
MMORPG) and reports various statistics, mainly the DPS (damage) of various
characters.
I will also attach a small log file that can be used to test.
Normal operation would be opening the log file from within the program, waiting
for it to load and then selecting the various fights in the leftmost list and
seeing the stats on the different tabs.
Latest operation in git wine is the file never completes loading.
--
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=17563
Summary: Crash when using TTM_GETTEXT + LPSTR_CALLBACK
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gamezelda2(a)gmail.com
Created an attachment (id=19718)
--> (http://bugs.winehq.org/attachment.cgi?id=19718)
Test application: Pressing the button crashes the program under Wine (the text
shows correctly if you go over the button). Source included.
Any program crashes when the message TTM_GETTEXT is sent to a ToolTip that has
lpszText set to LPSTR_CALLBACK.
The problem seems to be in dlls/comctl32/tooltips.c, in the functions
TOOLTIPS_GetTextA and TOOLTIPS_GetTextW.
The crash happens when Wine tries to copy lpszText, which is 0xFFFFFFFF.
Test application included.
--
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=15833
Summary: TreeView control don't save item's state
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iwarmouse(a)gmail.com
Created an attachment (id=16963)
--> (http://bugs.winehq.org/attachment.cgi?id=16963)
patch that i offer to fix this bug
Hi.
BUG:
TreeView sends TVS_GETDISPINFO notifycation. Main application catch it and
change "mask","state" and "stateMask" in a TVITEM structure. After returning
from message handler, item's state don't changed. TreeView don't save new item
state in function TREEVIEW_UpdateDispInfo after calling
TREEVIEW_SendRealNotify.
This is Delphi code sample, TMyTreeView inherits from TCustomTreeView
//-----------------------------------------------------------------
procedure TMyTreeView.CNNotify(var Message: TWMNotify);
var
hNode: Integer;
begin
with Message do
case NMHdr^.code of
TVN_GETDISPINFO:
with PTVDispInfo(NMHdr)^ do begin
hNode := item.hItem;
with PTVDispInfo(NMHdr)^.item do begin
mask := mask or TVIF_STATE or TVIF_HANDLE;
stateMask := stateMask or TVIS_STATEIMAGEMASK;
state := (state and not TVIS_STATEIMAGEMASK)
or UINT(IndexToStateImageMask(MyGetItemImageIndex(hNode)));
end;
end;
end;
inherited;
end;
//-----------------------------------------------------------------
This's link to MSDN page, where described how it must work:
http://msdn.microsoft.com/en-us/library/bb773456(VS.85).aspx
I'm offer this patch (attached) to fix this bug.
--
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=13064
Summary: AfterEffects 7 tryout crashes on startup, needs
GDI32.dll.CreateFontIndirectExW
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/aftereffects/win/7.x/After
_Effects_7_0_Tryout.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the tryout works now (modulo one missing image,
see bug 10003). Starting it was a trial, though.
First, it crashed straight off, can't recall what it said, but there
was an error dialog. Rerunning it with +module got past that ?!
Then it put up the normal "continue trial" dialog box -- but transparant!
Probably has to do with this warning:
err:bitmap:X11DRV_DIB_SetImageBits Out of memory!
Then it crashed with
wine: Call from 0x7ee118b0 to unimplemented function
gdiplus.dll.GdipCreateFontFamilyFromName, aborting
winetricks gdiplus worked around that.
Then it crashed with the present bug,
wine: Call from 0x9cecd7 to unimplemented function
GDI32.dll.CreateFontIndirectExW, aborting
--
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=20198
Summary: Help icon crashes Internet Explorer 7
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.wine-reviews.net/wine-reviews/applications/
ie-7-on-linux-with-wine.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phobieweb(a)yahoo.de
Created an attachment (id=23816)
--> (http://bugs.winehq.org/attachment.cgi?id=23816)
Gzipped wine default console output
If you hover over the help icon (ALT+l) of IE7 for more than a second the
browser crashes.
Replicated with 1.1.30~winehq0~ubuntu~9.04-0ubuntu1 and
1.1.29~winehq0~ubuntu~9.04-0ubuntu1 .
With 1.0.1-2 the IE7 does not start at all...
I used the HOWTO on
http://www.wine-reviews.net/wine-reviews/applications/ie-7-on-linux-with-wi…
to install the IE7.
--
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=19688
Summary: STATISTICA 6 demo crashes on startup
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.statsoft.ru/_Rainbow/documents/STATISTICADe
mo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22989)
--> (http://bugs.winehq.org/attachment.cgi?id=22989)
STATISTICA 6 demo backtrace
When starting the STATISTICA 6 demo on 1.1.27, the application immediately
produces a backtrace, and then simply hangs. Bug 6168 suggests a comctl32
issue, and using native comctl32 allows the application to start. The backtrace
is attached.
--
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=19627
Summary: Muziic installer causes a page fault
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://download.cnet.com/Muziic/3000-2168_4-10910117.h
tml?part=dl-10045338&subj=dl&tag=button
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22898)
--> (http://bugs.winehq.org/attachment.cgi?id=22898)
Wine 1.1.27 console output
The Muziic installer causes a page fault towards the end of the installation.
Despite this, it does seem to be installed.
Backtrace:
=>0 0xb7dd273f strlenW+0x15(str=0x10)
[/home/test/wine-git/libs/wine/../../include/wine/unicode.h:216] in
libwine.so.1 (0x0032f1c4)
1 0x7b8651b0 WideCharToMultiByte+0x51(page=0, flags=0, src=0x10, srclen=-1,
dst="çkÆ{", dstlen=260, defchar=0x0, used=(nil))
[/home/test/wine-git/dlls/kernel32/locale.c:1902] in kernel32 (0x0032f234)
Running with LANG="en_GB.UTF-8" as default.
--
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=24897
Summary: Age of Empires III trial complains "parsing error in
Fonts2.xml" without native msxml4
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://www.agecommunity.com/all_downloads.aspx
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game installs fine, but when you start, it aborts with a
dialog box. The +msxml,+text log shows:
trace:msxml:bind_url L"file:\\\\C:\\Program Files\\Microsoft Games\\Age of
Empires III Trial\\Fonts\\Fonts2.xml"
trace:msxml:bsc_AddRef (0x133b40) ref=2
trace:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa}
not implemented
trace:msxml:bsc_QueryInterface interface {aaa74ef9-8ee7-4659-88d9-f8c504da73cc}
not implemented
trace:msxml:bsc_OnStartBinding (0x133b40)->(ff 0x16d478)
trace:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
trace:msxml:bsc_OnDataAvailable (0x133b40)->(5 91592 0x32c10c 0x32c120)
trace:msxml:bsc_OnStopBinding (0x133b40)->(00000000 (null))
trace:msxml:saxxmlreader_AddRef 0x16d3c0
trace:msxml:SAXLocator_create returning 0x16dc18
fixme:msxml:libxmlFatalError Error handling is not compatible.
...
trace:text:DrawTextExW L"XML parsing error in Fonts2.xml. No fonts will be
loaded.", -1, [(0,0)-(180,110)] 00000050
The dialog keeps coming up multiple times, not sure if you can play by
just clicking ok over and over, it's quite annoying.
winetricks msxml3 doesn't help, but winetricks msxml4 does.
Once past startup successfully, you can remove the msmxl4 override,
the game will then start ok; seems this is only needed on first run?
--
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=18090
Summary: New regression introduced in
9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
CC: bunglehead(a)gmail.com
commit 9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Sun Apr 12 15:05:22 2009 -0400
comctl32/listview: Fix selection handling in LVM_SORTITEMS (with some
tests).
After this patch, one of the programs I am using (Watchtower Library), that
uses ownerdata listviews no longer starts, it crashes all the time.
Attached two logs: without this patch and with 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=18899
Summary: Notepad++ right click menu doesn't work
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=
95717&package_id=102072
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21741)
--> (http://bugs.winehq.org/attachment.cgi?id=21741)
screenshot
Notepad++ pops up a little menu if you right click on a file name in the
toolbar, with options to save all files, close all, print, etc. Under wine, the
menu doesn't show up.
There's no terminal output.
Screenshot attached, for those unfamiliar with notepad++.
--
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=12441
Summary: winecfg: confusing interface for setting per-app
overrides
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
winecfg's interface for setting per-app library overrides
screams "obscure! side-effect! unclean!"
--
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=11995
Summary: Wipeout XL hangs at startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.3dgamers.com/dlselect/games/wipeoutxl/wipeout
xl.zip.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://jmikeneedham.dyndns.org/?p=10, a user complained
that Psygnosis Wipeout XL hangs on startup. I confirmed
this with the downloadable demo,
http://www.3dgamers.com/dlselect/games/wipeoutxl/wipeoutxl.zip.html
Name wipeoutxl.zip
Size 6153701
sha1sum 5e420f8e79ac63e1e3bb76692dbfb0ae1caf1161
Looking at the log, it seems to be looping endlessly looking
for an audio CD to be inserted. This was common practice
back in the day; gamers would always throw an audio
CD-ROM in the drive so they could listen to music
while they played. Games often came on hybrid audio/data cds.
When you insert a hybrid audio/data cd, though,
you have to tell the system to mount the data portion,
else wine won't give it a drive letter.
So, if you jump through those hoops (e.g. insert a
cd-rom and tell the system to mount it), the
game will continue to the next problem: you can
tell the game to start, and the welcome screen then
goes away, but no game window comes up. The log shows:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f820,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful --
perhaps display has changed?
So I guess the next step is to try this on an 8 bit display.
--
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=20926
Summary: marshal_object couldn't get IPSFactory buffer for
interface
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0mcat(a)gmx.de
Created an attachment (id=25084)
--> (http://bugs.winehq.org/attachment.cgi?id=25084)
Log from running ZoomBrowser with Wine 1.1.33
Running ZoomBrowser EX (image transfer and archiving software from Canon) fails
giving the attached log.
--
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=19815
Summary: FOnline has problem with textures, some are empty
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
URL: http://fonline2238.blogspot.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bafman(a)seznam.cz
FOnline - The online remake of the Fallout world is currently in betatesting
and in active development. The problem is, the game is functional, but on
certain configurations there are outages in textures.
The coders of FOnline expect the problem to be in the wine, escpecially, DX
does not properly free unused texture from memory, preventing loading the new
ones.
Please, if you can give me some hints, how to debug the app in order to give
you more indices, pls write me and I can liase with developers, who are
primarily windows ones.
Thanks,
B.
--
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=13953
Summary: Spiceworks Hangs on launching app
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hytek3000(a)yahoo.com
CC: hytek3000(a)yahoo.com
Created an attachment (id=14106)
--> (http://bugs.winehq.org/attachment.cgi?id=14106)
Output from starting wine spicework_desktop.exe and trying to launch
application
Installer works okay for the most part (blank text on two of the install
screens), and the taskbar icon works. When clicking launch, spiceworks loading
screen hangs on "is starting..."
The log contained has some messages about a missing registry entry for Ruby.
AppDB entry: http://appdb.winehq.org/objectManager.php?sClass=version&iId=12579
--
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=24795
Summary: [The Master Genealogist 7.04] Minimized window bar for
program view within application are not shown
correctly
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Using [The Master Genealogist 7.04] when you try to minimized a program view
like the details window instead of a bar like in win xp only the text of the
windows is shown within the application and difficult to restore.
(see attachments)
no winetricks I tried worked (eg:gdiplus or dcom98)
--
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=18715
Summary: No statusbar in Notepad
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Eldmannen+wine(a)gmail.com
The Notepad that comes with Wine has no statusbar.
--
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=11412
Summary: Photoshop CS2: Strange behaviour of window overlays
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
Created an attachment (id=10543)
--> (http://bugs.winehq.org/attachment.cgi?id=10543)
Splashscreen and toolbar
Windows overlaying strange in CS2 with Wine 0.9.54, see Screenshots for
details. Examples for two cases as attachments.
Splashscreen overlays every other application like terminal, firefox, ...(funky
background is from photoshop main window)
The toolbar on the left side is from Photoshop CS2 which is opened fullscreen
but overlayed by ImageReady CS2 » Photoshop toolbar overlays everything other
Also when working with more than one image, clicking on another image window in
photoshop sets it between otehr windows instead of setting it into foreground
which is very annoying
--
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=11179
Summary: No$gba debugger GUI buttons are not stacked
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=10234)
--> (http://bugs.winehq.org/attachment.cgi?id=10234)
Error log
Some of the buttons in the GUI of No$gba aren't stacked one on top of each
other. Instead, they lay right beside one another, and subsequently some are
off-screen and cannot be clicked.
http://nocash.emubase.de/gba-640x.gif
^That's more or less how things are supposed to look, with the "Trace" "GBA
Specs" "Reload" buttons, etc, stacking on top of each other. Some changes have
been made since that screenshot and now all of the buttons are in a single
"column" going down the side of the register view window.
Unfortunately, this application isn't free for sharing, and costs $15 USD for a
year's license.
--
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=9882
Summary: Design Software Works, but part interface Dark
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean(a)eccsystems.co.za
Decotech Design program. The design area is very dark. Everything else seems to
be working fine. I'm a very new Ubuntu user, and could not get this program to
work.
The program can be downloaded for testing.
http://www.decotechsoftware.com/dds_download/_products/_dpm/dpem607demo.exe
--
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=16009
Summary: Sure Thing CD Labeller crashes in SetFocus when you
start to try to use it
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://www.surething.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you get past bug 15992 (either with native comctl32, or with Lei's fix),
you run into a crash involving a nested SetFocus.
0009:Ret KERNEL32.GlobalFree() retval=00000000 ret=007f17a0
trace:seh:raise_exception code=c0000005 flags=0 addr=0x4a269a
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004a269a).
Backtrace:
=>1 0x004a269a in stcd (+0xa269a) (0x00327ea0)
2 0x00498aaa in stcd (+0x98aaa) (0x00327eb4)
3 0x00498afc in stcd (+0x98afc) (0x00327ec8)
4 0x0042180f in stcd (+0x2180f) (0x00327f78)
5 0x7ebc174a WINPROC_wrapper+0x1a() in user32 (0x00327fa8)
...
24 0x7eb66dc4 SetFocus+0x154(hwnd=<?>) [user32/focus.c:288] in user32
...
47 0x7eb66dc4 SetFocus+0x154(hwnd=<?>) [user32/focus.c:288] in user32
(0x00328fb8)
...
76 0x7eb66dc4 SetFocus+0x154(hwnd=<?>) [user32/focus.c:288] in user32
(0x00329c38)
+relay,+message,+seh,+win,warn+heap log attached.
--
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=21278
Summary: python's test_zipimport_support test fails
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25590)
--> (http://bugs.winehq.org/attachment.cgi?id=25590)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_zipimport_support
test_doctest_main_issue4197 (__main__.ZipSupportTests) ... Expected line File
"C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test
Got stdout:
**********************************************************************
File "C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test
Failed example:
'line 2'
Expected nothing
Got:
'line 2'
Full output attached. Vincent wrote in the wiki that somehow a 'C:' was changed
to a 'c:'.
--
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=18725
Summary: Frater: Crash when moving character forward.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irek.gierlach(a)gmail.com
Created an attachment (id=21466)
--> (http://bugs.winehq.org/attachment.cgi?id=21466)
Console output of the crash
When I try to play Frater, I go through the menu and the first cut scene with
no problems at all. As soon as I can move the character i try to move forward
the game crashes. If i go backwards instead it works fine. It seems like there
is a line that causes the 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.
http://bugs.winehq.org/show_bug.cgi?id=21030
Summary: Outlook Expres AppDB entry isn't accessible
Product: WineHQ Apps Database
Version: unspecified
Platform: All
URL: http://appdb.winehq.org/appview.php?iAppId=140
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
It says "You do not have permission to view this entry" to an ordinary /
anonymous user.
--
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=16528
Summary: RAdmin Send Message Feature Doesn't Work
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amaciel81(a)gmail.com
Created an attachment (id=17985)
--> (http://bugs.winehq.org/attachment.cgi?id=17985)
RAdmin "New Message" Window (host/viewer side)
RAdmin "Send Message" feature doesn't work. The message window is showed in
server, but no message are displayed (please, see 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=11847
Summary: Adobe Acrobat Pro 7 -- How To window does not work
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
On start, Acrobat Pro shows a How To window on the right side of the screen. It
can also be accessed from Help --> How To --> How To Window.
Currently this does not work -- clicking on any topic shows a blank window.
--
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=9875
Summary: moving dialogs shows artifacts on window behind it
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://ftp.ldscatalog.com/PAF5AllLangs.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)utwire.net
Start PAF, and go to the "Family" view.
Open any dialog in PAF, or any other application that makes a new top level
window. When moving that window around, it leaves trails of itself on the
family view in PAF. I have to minimize PAF and restore it or equivalent to get
the window to refresh itself.
If you move the window slowly, one pixel at a time, it doesn't happen.
I put some printouts in X11DRV_Expose() and BeginPaint() and noticed that when
the two are called in turn, things are fine. If X11DRV_Expose is called twice
or more before BeginPaint() for the family view, the trails start showing up.
Any ideas out 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=11835
Summary: Adobe Acrobat Pro 7 -- Comments don't work
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Before I report this bug, a HUGE thanks to everyone for getting Acrobat Pro 7
to install!! I now have 80-90% functionality in Linux. Yay!
Now, the bug:
The Comment fields do not work properly. First, when I open an existing pdf
document with Comments, and click on the Comments tab at the bottom left corner
of the screen, the text of the existing comments is not shown. (The username is
shown, but not the comment.) Hovering the mouse cursor over the comment does
bring a popup yellow window that reveals the comment.
Also, creating a new comment fails. It creates the comment, but the text is not
saved, so when you go back to the comment you just created, the text has
vanished. This is obviously a show stopper for those of us who need to use the
comments functionality.
happy to provide debug logs, please let me know what command line switches will
be most useful in this instance.
cheers!
--
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=19375
Summary: AGENDA: background window tenaciously covering
installer window (+wrong z-order)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koesterreich(a)gmx.net
When I start the AGENDA-installer, a full-screen "background-window" (showing
AGENDA logo and other unneeded stuff) is in front of all windows including the
main installer-window which is needed for doing the installation.
Standard Window Manager (using KDE 4.2 KWin) actions are effectless:
* Hitting Alt+F3, selecting "Minimize" does not work
* Hitting Alt+F3, selecting "Always in background" does not work
* Hitting Alt+F3, selecting "To desktop #..." does not work.
The only thing that allows me to continue the installation is to hold the
Alt-key, click and hold the mouse on the window and move it to the second
screen. Then I can proceed installation.
Please tell me which further information you need.
--
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=12707
Summary: some winemenubuilder processes never exit
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://wiki.winehq.org/AdobePhotoshop
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I noticed with Adobe Photoshop 6, the installer running in silent mode with the
'/s /SMS /w' switches would never finish. It turns out its waiting for the
winemenubuilder processes for Adobe Photoshop 6.0.lnk and Adobe ImageReady
3.0.lnk. Those two processes are stuck in WaitForParentProcess().
This started happening between Wine 0.9.50 and 0.9.51. Git bisect says:
f65e04770dc5748521a0de73814cea0b085bf3f8 is first bad commit
commit f65e04770dc5748521a0de73814cea0b085bf3f8
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Fri Nov 30 18:06:07 2007 +0000
ole32: Always create a window for the main apartment.
PS 5.5 is affected as well, with different .lnk files.
--
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=19371
Summary: BCArchive: encoutners unknown toolbar style
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.jetico.com/encryption-bcarchive/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
fixme:toolbar:TOOLBAR_SetExtendedStyle Unknown Toolbar Extended Style
0x00000020. Please report.
Native comctl32 'fixes' it. There's not major visual flaw afaict, but the fixme
does say to report 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=23308
Summary: Garmin WebUpdater crashes displaying release notes
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www8.garmin.com/products/webupdater/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Depends on: 7711
Install Garmin WebUpdater from the above URL.
Step 0: Until bug 7711 is fixed, you'll need to work around it, e.g. by
applying attachment 10179, which hacks GetDriveTypeW to return DRIVE_REMOVABLE
for every drive.
Step 1: Attach a Garmin device that needs to be updated.
Step 2: Run WebUpdater. You'll have to click Next through several wizard
screens:
1. Welcome screen: click Next.
2. Device screen: If you didn't do step 0 correctly, you won't see any devices
in the Device: dropdown. Otherwise, you should see a Removable Disk in the
list. Click Next.
3. Update screen: If the device you attached in Step 1. is already up to date,
you won't see anything. Otherwise, you should see a "The following update was
found:" screen. Click Next.
At this point, the wizard freezes for a while, then the attached dialog
appears.
Installing native mshtml via 'winetricks ie6' works around the issue. I also
used winecfg to reset all DLLs except mshtml to builtin and the crash persists,
then changing just mshtml to native removes it, so setting component to mshtml.
--
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=16900
Summary: Voipbuster internet connection
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Voipbuster installs okay, Starts okay. Cannot connect to the internet which
makes it useless.
You can download the program @ : www.voipbuster.com In order to connect to the
server, you need an account.
I am using debian lenny and Wine ver. 1.1.12.
--
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=25005
Summary: Intel GPA Monitor crashes instantly
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
>From the userslist I read the mentioned article:
http://eengine.org/en/winehq-how-one-can-help/
It mentions the Intel GPA Monitor to capture games in windows, why not try it
in wine i thought...
It crashes instantly, with no useful crash info. I'll attach a +setupapi log,
as the problems seem to come from there is my first impression:
--
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=10970
Summary: Crazy Taxi crashes when "Now Loading" appears
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igamads(a)gmail.com
Created an attachment (id=9914)
--> (http://bugs.winehq.org/attachment.cgi?id=9914)
The backtrace given by wine
Installation works ok and game starts, but when I choose to start the game it
self if crashes when the "Now Loading" screen appears.
--
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=14914
Summary: files are created as sparse files when they shouldn't
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblomenk(a)gmx.de
Created an attachment (id=15490)
--> (http://bugs.winehq.org/attachment.cgi?id=15490)
segment of winedebug relay output
Wine does create sparse segments automatically as soon as the filepointer is
advanced behind the current end-of-file. Windows semantics however is that
sparse files must be explictily requested.
See the attached trace for example which results in a file being created as
sparsefile unexpectedly.
--
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=24718
Summary: Condes does not work under wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihai.ibanescu(a)gmail.com
Condes (http://www.condes.net) is an orienteering mapping application. It would
be awesome if it ran under wine. It installs and launches, but the map is
rendered wrong - every line or point is 100x (rough guess :-) thicker than it
should be.
>From a discussion with the developer, who was very interested in getting the
app to run under wine:
<quote>
I don't know if you have any contacts to the wine people, but if you allude to
them that I use so-called MapMode MM_ANISOTROPIC, and that I manipulate
ViewportExtent in order to achieve the correct "zoom" level, then perhaps that
might ring a bell with them.. (there are more "modern" means of transforming
the coordinate system than what I use, but those means won't work on Win 9x, so
as long as I have to keep supporting Win9x, I'll have to stick with the archaic
fashion of coordinate system manipulation)
</quote>
To install the app to reproduce the problem, here is the link to download it:
http://www.condes.net/ver8/install_condes8.exe
You do not need to register the app, the problem shows up even in the trial
version. After it launches, what should be a map is a big conglomeration of
thick lines.
I know nothing about Windows, so it's probably hard for me to help right off
the bat, but if what Finn says in the quote above rings a bell to anyone, I
could try to dedicate it some time.
Thank you!
--
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=9277
Summary: Folder selection doesn't work correctly since 0.9.42
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
When using Winzip, open a zip file and select Extract, and then in My Computer
select C:. The Program Files and Windows folders will appear, but you won't be
able to enter in any of them, and they'll be duplicated in the address bar if
you click on one of them.
This bug appeared in Wine 0.9.42 and does happen with any Windows app I tested.
--
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=11819
Summary: P8 palette problem in The longest journey demo
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.fr/demo-the-longest-journey-1563-0-
0.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11082)
--> (http://bugs.winehq.org/attachment.cgi?id=11082)
console output
The main character in The longest journey demo is not displayed.
I attached a console output and a screenshot.
Joaopa
--
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=21314
Summary: Sony Acid Xpress 7.0: Fails to open .acd file format,
and won't play music.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://dspcdn.sonymediasoftware.com/acidplanet/acidxpr
ess70_enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25652)
--> (http://bugs.winehq.org/attachment.cgi?id=25652)
Innumerable fixmes and buggies...
This one is rather serious, the application boots(once you've copied over the
directory from a windows installation and chosen the "register from another
computer option"), but then fails to load or save it's own .acd file format and
play any .wav files. It simply states "the reason for being unable to open the
project file could not be determined". Making the program pretty much garbage.
Other trivial bugs are occurring too including the welcome screen which fails
to load with wine gecko and icons which are weird looking.
Anyhow log is attached.
--
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=19557
Summary: WritersBlocks has problem displaying text boxes
OLEPictureImpl error
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.writersblocks.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
Writers blocks is a piece of software that only really does one thing...
displays OLE text boxes.
An earlier version installed and ran on an earlier wine. This one does not.
Directions to reproduce:
Download free trial
sh winetricks vb6run mfc40 (I also install gdiplus and fontfix)
also tried with the following
sh winetricks mfc42 vcrun2003 vcrun2005 vcrun2005sp1 vcrun2008 vcrun2008sp1
just to make sure that the author wasn't using updated libs, but he's not.
The earlier winebug on the earlier WritersBlocks was
bug 1542
--
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=23502
Summary: winhelp: Can not play embedded sounds
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://rapidshare.com/files/404885256/BBCTITLE.HLP.bz2
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Some help files contain embedded sounds (WAV files). Wine winhelp does not play
these, instead giving console output like this:
fixme:winhelp:HLPFILE_BrowseParagraph Got an embedded element
*33792,2,BBCTITLE.HLP+AA2.WAV
when each sound should be played.
I have uploaded an example file to
http://rapidshare.com/files/404885256/BBCTITLE.HLP.bz2
14,949,225 bytes, MD5 980f78ad9bf74a0a0287336c4f5ac073
--
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=23700
Summary: Out of memory error in Cyber Chess
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.zdnetasia.com/downloads/windows/cyber-chess
_sw-39349263.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the game Cyber Chess by Cosmi, both the retail CD-ROM and
downloadable trial.
The trial can be downloaded from
https://www.cosmi.com/login.aspx?Next=Download&Matnr=CDRS831 (registration
required) or e.g.
http://www.zdnetasia.com/downloads/windows/cyber-chess_sw-39349263.htm (no
registration required). It's about 80MB.
Just before starting a game (after the FMV sequence), there is a dialog box
which says "Sorry, not enough memory to proceed. Quitting".
The Cosmi web site
http://www.cosmi.com/cgi-script/csFAQ/csFAQ.pl?command=viewFAQ&database=Cyb…
points to an article on the Microsoft web site:
http://support.microsoft.com/kb/894472 "Third-party programs that require lots
of memory do not run in Windows XP Service Pack 2".
The MS article says: "This hotfix includes a new Xpsp2res.dll file that
dynamically finds a memory location to reduce virtual memory fragmentation.
Before you apply this hotfix, we recommend that you ask the vendor of your
programs to verify that this solution is acceptable. This hotfix enables the
new Xpsp2res.dll file to find a memory location dynamically and reduce virtual
memory fragmentation."
With Windows Vista, the out of memory dialog also appears. However, the game
runs okay under Vista in XP SP2 compatibility mode. The out of memory dialog
appears when running the game under Wine in XP mode.
--
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=11910
Summary: Unimplemented function
msvcirt.dll.??0istrstream@@QAE@PADH@Z
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-3-
simple-joueur-2900.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
All is said in the summary. This function is requested by Tron 2.0 demo
Joaopa
--
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=18081
Summary: GdipGetVisibleClipBounds is not implemented
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.jeuxvideo.fr/jeux/warhammer-40-000-dawn-of-
war-ii/#demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
GdipGetVisibleClipBounds is needed by the demo of
warhammer_40.000_dawn_of_war_ii
wine: Unimplemented function gdiplus.dll.GdipGetVisibleClipBounds called at
address 0x7edde09b (thread 0009), starting debugger...
Unhandled exception: unimplemented function
gdiplus.dll.GdipGetVisibleClipBounds called in 32-bit code (0x7edde09b).
Register dump:
--
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=22468
Summary: Drawing a text with very big font size causes program
to eat cpu
Product: Wine
Version: 20011108
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)a.izhpt.com
For example, ASCON Kompas 3D LT starts to eat cpu and freezes while zooming in
the drawing containing any font elements too much (about 500%). Bug tested to
reproduce with latest git version on ubuntu 8.10 x86, 9.10 x86, 10.04 x86_64.
--
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=19063
Summary: GAP-Diveplanner : return Run time error '5'
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.gap-software.com/download/gap-diveplanner.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippom(a)gmail.com
Created an attachment (id=21988)
--> (http://bugs.winehq.org/attachment.cgi?id=21988)
shell log
The programm return a window with :
Run time error '5'
Invalid procedure call or argument
--
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=11290
Summary: Can't join chat room in paltalk
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://paltalk.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
https://answers.launchpad.net/ubuntu/+source/wine/+question/22643
says that paltalk lets you log in but not join chat rooms.
I tried it out on vanilla wine from today's git on a 750MHz laptop
with 384MB of RAM (hot stuff back in the day :-).
The app seemed quite sluggish, and indeed, I was
unable to join any chat rooms; when I tried, after
ten seconds or so I got a chime noise that sounded like
I had joined something, but nothing changed on the screen.
There are also rendering anomolies in the genre selection
list (sometimes items are shown under the wrong parent until
you refresh).
The app seems to use lots of embedded browser stuff,
so I'm filing this under shdocvw as a wild guess.
--
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=25079
Summary: iexplore.exe: print preview unimplemented
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing bug 22157.
--
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=22731
Summary: Dungeon Keeper 2: panning right and down is
uncontrollably fast
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://digiex.net/downloads/download-center-2-0/games-
downloads/159-dungeon-keeper-2-full-version-1-7-a.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
This issue occurs only with Hardware Acceleration set to ON in the game.
When panning by moving the mouse to the screen-edges, the game will pan very
very fast if the cursor is moved to the right of bottom of the screen. It will
almost pan the entire map instantly. When doing it to the left or up it's at
completely normal speed.
I have a feeling this is maybe related to the other mouse issues in this game.
Particularly the issue with the cursor hitting "invisible boxes" at the bottom
right corner of the screen. You have to move the cursor to the far left and far
top of the screen a couple of times for these "invisible boxes" to disappear.
Running current git (1.1.44) on Arch Linux x32 with Radeon HD4890 with catalyst
10.3 driver.
--
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=23982
Summary: Chat window do not move to top when user click on
contact
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://qip.ru/en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 2pavelbox(a)gmail.com
When flashing chat window is opened and I click on some contact in my contact
list, I should see chat window with contact that I clicked. Chat whindow should
move to top and become active.
But it is no occur on Wine.
How to reproduce:
1. open qip
2. double click on any contact in contact list. (chat window should appear)
3. open another programm and switch to its window (its window should be active)
4. double click on any contact again.
5. chat window not appear and not become active but it should.
There are no records related to this bug in console output of Wine.
Wine version: 1.1.42
Window Manager: GNOME 2.30.2
QIP: 8095
--
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=24699
Summary: Explorer++ crashes when closing a tab
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31210)
--> (http://bugs.winehq.org/attachment.cgi?id=31210)
Terminal output w/ backtrace
Steps to reproduce:
1. Start Explorer++ and make another tab by double-clicking an empty space on
the tab bar
2. Click the close icon on the right side of the tab bar (supposed to be an X,
but right now it looks more like a square)
Instead of closing the active tab, the program crashes with an unhandled page
fault. I tried to test winetricks comctl32 as a potential workaround, but it
made the program crash on startup...
--
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=12231
Summary: Operation not supported on selected printer (No printing
16bit program)
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edi67(a)gazeta.pl
There's a problem with printing from 16bit program. Software itself installs
and runs ok, but when I press print button it keeps popping up windows with
message: "Operation not supported on selected printer" until it freezes
completely.
I've added software to the AppDB and it waits for an approval, so I will repeat
steps to reproduce this problem here:
Application Druki IPS direct download link:
http://www.pity.pl/druki/index.php?down=p1
Application installs and runs just fine.
After installation it doesn't have any forms - they have to be downloaded from
vendor web page: http://www.pity.pl/druki/
1) For example download money transfer form:
http://www.ips-infor.com.pl/pliki/formul/bhpr.f_i
2) Left click on form and use Open with to open it in Wine > Programs >
Formularze IPS > Druki IPS
3) Try to print it (use Printer icon or Ctrl+W shortcut)
This application in AppDB:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=6938
Source code of the application is not available but I can forward questions to
the vendor when needed.
--
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=21489
Summary: simple Delphi program: wrong text label height in some
cases
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iggy(a)inbox.ru
Created an attachment (id=25881)
--> (http://bugs.winehq.org/attachment.cgi?id=25881)
sources and executable 7z
There is label with right justify alignment and with word wrap on a form.
Changing label caption runtime from short word to phrase of 3 words, cause
label height increase, but wrong value. Phrase appears consisting of 2 string,
but label height corresponds if it was 3 string. And phrase vertically
centered.
There are buttons to change label caption and to get label heigth. Same
program (in attachment) works correct on WinXP. May be somewhere in DrawText
Windows GDI...
--
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=25325
Summary: Titan quest: missing models on with fglrx >= 10.10
(mobility radeon hd 5730)
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rechapita(a)hotmail.com
CC: wine-bugs(a)winehq.org
some models are missing from the screen, particulary character models, while
using wine versions 1.2 to 1.3.8 and fglrx >= 10.10
(screenshot:http://img574.imageshack.us/img574/7813/tquest.jpg)
reverting to fglrx 10.9 solves this problem
don't know if its a wine or fglrx issue
--
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=18741
Summary: Wine printing output should be in .pdf rather than
postscript
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Blocks: 5551,6416
The new CUPS standards from http://openprinting.org/ say that .pdf is the
preferred printing format over postscript:
https://lists.linux-foundation.org/pipermail/printing-architecture/2008/001…
--
PDF as the Standard Print Job Format
------------------------------------
To improve the reliability of the printing process, especially for
complex graphics, high color depths, and for jobs where pages get
separated and reordered (2 pages per sheet, booklets, selected pages,
...) we are switching from PostScript to PDF as standard print job format.
The server (printing system) side is nearly completely implemented in
the form of new CUPS filters and file conversion rules.
On the client (application) side it is needed that the applications
generate the print jobs in PDF and not in Postscript. This would mean a
change of the print job generation part of OpenOffice.org. As
OpenOffice.org has an excellent "Export to PDF" function, there will not
be needed much new code. One can use this functionality to generate
print jobs, using PDF settings optimized for printing.
This is not absolutely urgent, as CUPS can convert PostScript to PDF
with a pstopdf filter, but applications which directly produce PDF have
a better control over the graphical quality of the print job, and they
even solve page management (2 on a sheet, booklets, selected pages, ...)
problems on old PostScript-based servers, as a CUPS filter will generate
PostScript from the incoming PDF then (pdftops) and this PostScript is
much cleaner as the one coming from most applications.
So I am asking you whether you can change OpenOffice.org to make the
"Print" command emitting PDF instead of PostScript. To not break lagacy,
non-PDF-capable environments, make this a configurable option.
I am very grateful for any support from the OpenOffice.org side in terms
of these OpenPrinting projects. They will improve the printing workflow
a lot and will make many bugs and user complaints go away.
--
We should do a similar thing in 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=17329
Summary: Wine needs more userfriendly message when certain dlls
are not registered/missing
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://www.whizlabs.com/download.php?prod=SCJP6.0.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=19352)
--> (http://bugs.winehq.org/attachment.cgi?id=19352)
an idea of how to generate more userfriendly message
This bug's intention is to enhance user friendlyness, and hopefully less
invalid bug reports, and more first time success experience for users.
Take for example app from http://www.whizlabs.com/download.php?prod=SCJP6.0.exe
(from some bug in bugzilla). The application fails with a run-time error, and
some , for newbies, cryptic ole errors.
I think it would enhance wine's userfriendlyness a big deal, if we would just
put up a nice messagebox, with a message what the error means, and what should
be done.
I'll attach a (crappy) patch , just to give an idea how easy it would be to
give users more clues how to get around the "bug".
Just apply patch , and run the app above, and user will know he has to install
wsh56.
--
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=17323
Summary: Superbase Dialogs are too wide
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harv(a)gmx.de
Created an attachment (id=19348)
--> (http://bugs.winehq.org/attachment.cgi?id=19348)
Uppre is how it looks like in XP, lower part is same dialog in wine 1.1.14
Superbase (a Relational database management system) displays its internal
dialogs way too wide. They don't even fit on the screen. See attachment.
--
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=23838
Summary: iMule Crashes Upon Indexing Shared Files
Product: Wine
Version: 0.9
Platform: x86-64
URL: http://aceini.no-ip.info/imule
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johndoe32102002(a)gmail.com
Created an attachment (id=29921)
--> (http://bugs.winehq.org/attachment.cgi?id=29921)
Backtrace
iMule crashes when indexing shared files using wine, but does not when running
in Windows XP.
--
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=24995
Summary: Segfault while copying text from right-click popup
menu
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kubrick(a)fgv6.net
Created an attachment (id=31667)
--> (http://bugs.winehq.org/attachment.cgi?id=31667)
Backtrace produce when clicking on "copy"
Hi,
GPSTrack is a proprietary software to manage maps and gps.
It is available for download for a free 15 days trial here :
http://www.gpstrack.com/Programmes/vista/setup.exe
At installation time, the about box, the same as the one you can find in the
"?" menu, appears. Select some text, right click on it, select copy, and voilà
! Page fault.
Ctrl+c makes no problem.
Regards,
François.
--
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=11963
Summary: Myst V: End of Ages does not run
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerry.heiselman(a)gmail.com
Created an attachment (id=11287)
--> (http://bugs.winehq.org/attachment.cgi?id=11287)
Console log of game run
Running Myst V: End of Ages does not run. I get a black screen and then it
just dies. Console output is attached.
--
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=23255
Summary: Temper setup dialog button is inappropriately sized
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.angryredplanet.com/temper/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28963)
--> (http://bugs.winehq.org/attachment.cgi?id=28963)
Temper setup dialog rendering with native gdiplus
As a followup to bug 16670, when starting the Temper application, a setup
wizard is displayed. Unfortunately, the Next button is greatly compressed,
making it slightly difficult to select. Using native gdiplus makes the dialog
render more correctly. The only output observed is:
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=0x20044): 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.
http://bugs.winehq.org/show_bug.cgi?id=19983
Summary: Tom Clancys H.A.W.X Force Feedback engaging when it
should not.
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
When playing Tom Clancy's Hawx the Microsoft Sidewinder ForceFeedback 2 stick
appears to be trying to recenter itself. However when it does this it's
actually doing it via the force feedback mechanism despite this game having no
support for force feedback.
--
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=14286
Summary: winhelp: window size/position changed whenever link or
navigation button is clicked
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
For some help files, Wine winhelp moves and resizes the main window whenever
links or navigation buttons are clicked. Windows 95 winhelp does not do that.
To demonstrate, download msdncd.hlp from
http://bugs.winehq.org/attachment.cgi?id=14568
Open the file in Wine winhelp, then move or resize the window. As soon as you
click a link or button, the window is moved to its previous size and position.
--
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=13129
Summary: Jumbled fonts in Persona Windows client
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk(a)mandd.com
Persona which may be obtained from:
http://chesapeakeengine.com/PersonaWindowsClient.html. It will install and load
properly, but when you connect to a server, the fonts appear as very strange
and unreadable characters. To reproduce this behavior, install the app then
connect to the server www.chesapeakeengine.com This one app has been keeping
me from dumping Windows for years and I've tested many versions of Wine and
many different Linux distros.
--
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=23278
Summary: MetaTrade4: There is no min horizontal window size.
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.metatrader4.com/files/mt4setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
MetaEditor.exe (part of MetaTrader4) on WinXP has a minimum horizontal window
size limit 600px. Wine ignores this limit. I tried many versions since 0.9.49,
but it looks like MT4 never worked
correctly.
Requires: winetricks mfc42
--
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=18703
Summary: Gizmo5: crashes on call start if dsnoop is used as
audio input
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://gizmo5.com/pc/download/#gizmo31
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: novakyu(a)novakyu.net
If dsnoop is set to audio input device, using the following .asoundrc:
pcm.dmixed { type dmix ipc_key 1024 slave { pcm "hw:2,0" } }
pcm.dsnooped { type dsnoop ipc_key 2048 slave { pcm "hw:2,0" } }
pcm.asymed { type asym playback.pcm "dmixed" capture.pcm "dsnooped" }
pcm.!default { type plug slave.pcm "asymed" }
Gizmo5 crashes on call attempt with error message "fixme:wave:widRecorder
Recovering from XRUN!" (full strace output attached).
It works fine if instead of 'capture.pcm "dsnooped"', 'capture.pcm "hw:2,0"' is
used for audio input.
--
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=16614
Summary: Babylon 7: Main window is a small empty box
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2benny(a)gmail.com
Created an attachment (id=18170)
--> (http://bugs.winehq.org/attachment.cgi?id=18170)
Shell output for Babylon 7 on wine-1.1.11
In Babylon 7 the main window either in trail mode or normal is a small empty
box, this makes the program useless.
--
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=16925
Summary: Star Trek: Borg does not run
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hatta(a)softhome.net
Created an attachment (id=18690)
--> (http://bugs.winehq.org/attachment.cgi?id=18690)
console output of borg.exe
This is an old interactive movie for windows 95. It installs fine.
Runborg.exe fails silently. Borg.exe outputs a short error message (attached)
and quits. Credits.exe gives the same error. The key line seems to be:
wine: Call from 0x7b844e30 to unimplemented function
msvcrt20.dll.??0ostrstream@@QAE@PADHH@Z, aborting
Any clues? Need more info? Unfortunately, there doesn't seem to be a demo for
this game.
--
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=24519
Summary: Fractal Time!: cannot select an area in the generated
image to zoom in
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://webs.ono.com/fractaltime/application/Fractal%20
Time.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Fractal Time! is a freeware fractal generator.
I cannot use the mouse to select an area in the generated image to zoom in. In
Wine there are two windows opened when you generate a new fractal. One of them
is completely black, the other one displays the actual image but cannot be
activated (the window title is always greyed out).
In Windows only one window is opened which shows the image and the mouse can be
used to draw a rectangle and zoom in. That's not working in Wine.
How to reproduce the issue:
1. Unzip the application then run it. Make sure you're running it in Wine's
fullscreen mode; in virtual desktop mode the various windows in the application
are drawn behind the main window.
2. Click on Generation >> New in the Control window; a new fractal is
generated.
3. Now you should be able to draw a rectangle on the generated image,
highlighting an area to zoom in but that's ineffective in Wine.
There's no a single line in the terminal while running the application.
The same behaviour in Wine-1.0.1.
Fedora 13
Wine-1.3.3 was compiled from source
--
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=20569
Summary: Winamp's next page in the shoutcast radio/tv list
doesn't respond
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.winamp.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hello.adri(a)gmail.com
When you click the next page in the Shoutcast Radio or Shoutcast TV listing,
nothing happens, it doesn't respond.
--
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=22671
Summary: Gestan does not run
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsiegwald(a)gmail.com
Hi everybody,
I'm trying to use Gestan (http://www.ics-informatique.com/html/gestan.html) but
it's not running.
I've got the following error when I dbl-click on my (installed) program:
"Internal error on WDHF DLL <WD120HF.DLL>".
It is not a database problem as I'm virtualising "Gestan" using VMware and the
same database.
Any idea ?
Thanks
--
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=24534
Summary: YY-CHR unable to use clipboard
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rudyvalencia(a)gmail.com
I am trying to use this program called "YY-CHR" (available from
http://www.smwcentral.net/download.php?id=313&type=tools) and the clipboard
does not work as expected under Windows.
I can cut and copy, but pasting is not available, as it is always greyed out.
Please look into this issue, as I have no alternative program to use under
Linux.
Thank you.
--
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=23898
Summary: Adobe Photoshop CS5 tool windows stay visible after
switching to another program
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)scotthinton.com
If you have an open tool window(layers, info, color picker, etc) open in CS5
and you switch to another program. The tool window stays visible on screen.
Minimizing via the program bar on the bottom of the screen reproduces the
effect.
Minimizing using the actual minimize button in the program window will hide the
tool window as normal.
--
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=21591
Summary: IShellView Drag/Drop does not work
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.secureneterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The IShellView does not accept files dropped on it by another program such as
the Windows explorer. In addition, the header bar above the filelist is not
being displayed correctly. You have to move the mouse over the area where the
head is normally displayed, then areas of it will be painted.
A sample application that shows both of these problems can be obtained at:
http://www.codeproject.com/KB/shell/explorer/explorer.zip
--
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=15967
Summary: Unsigned v1.2.1.93 installer window is hidden by
installer background
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.unsigned-game.com/releases/Unsigned_v_1_2_1_93_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When starting the Unsigned v1.2.1.93 installer, the installer window is
supposed to appear in front of the installer background, but instead it remains
under the installer background, making the installer unusable. The window
manager I am using is:
metacity 2.24.0
Copyright (C) 2001-2008 Havoc Pennington, Red Hat, Inc., and others
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
No messages were emitted to standard error, although any relevant WINEDEBUG
traces can be produced on request.
--
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=21733
Summary: The install program seems to work, but directx9c in a
windows does not work.
Product: Wine
Version: unspecified
Platform: x86
URL: http://laurent.horus.free.fr/dead_deer_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurentcance(a)free.fr
The install program seems to work, but directx9c in a windows does not work.
My software 3d modeler : using dx9c
http://laurent.horus.free.fr/dead_deer_setup.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=22317
Summary: Motocross madness demo has wrongly projected smoke
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.microsoft.com/games/Motocross/downloads.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27294)
--> (http://bugs.winehq.org/attachment.cgi?id=27294)
Smoke in Wine vs. WinXP
Motocross madness demo has wrongly projected smoke. Normally it should come
from behind the bike, but instead it comes from center of the screen, thus it
becomes unplayable (key F9 turns this graphical effect off).
Tested since 1.0-rc4 till now, but it isn't a regression. (Versions 1.1.18 and
lower needs to apply commit fc87182d191a2b3daabf260d1ad4b12b157e3cd1 to be able
to run mcm.exe)
Demo is quite small: 19MB
--
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=13821
Summary: The steam in-game community doesn't work
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moose.g(a)baskvill.bham.sch.uk
The steam in-game community doesn't work. This could be problematic when
receiving messages or joining friends game's in full-screen mode.
--
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=19538
Summary: Publisher 2007 crashes
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22746)
--> (http://bugs.winehq.org/attachment.cgi?id=22746)
wine-1.1.26-231-gfe9d360 console output
Publisher 2007 crashes, apparently in the same way when opening a non-blank
template, or when resizing a text box. There are probably a number of ways to
cause the same crash, but the app is unusable.
DW20.EXE catches the crash, so I've made a trace with it enabled and with it
disabled (attached), not sure if this is any help though.
--
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=23298
Summary: RELOG.exe crashes
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: johnfolkers(a)yahoo.com
Created an attachment (id=29043)
--> (http://bugs.winehq.org/attachment.cgi?id=29043)
Application RELOG Wine debugger output
Dell dualcore running 64bit Ubuntu 10.04 LTS.
Fresh install of Ubuntu as of a few weeks ago. Fresh install of wine1.2 from
package manager.
Expecting to use the c:\windows\system32\relog.exe built-in windows utility to
convert performance monitor counters from one format to another.
wine relog.exe > output works OK. I can read the output.
However, actually using the program relog.exe in production fails and crashes.
The command I used:
wine relog.exe Windows27Counters_000003.blg -f csv -o relogtest_1.csv >
~/relog_out.txt
wine: Call from 0x7b836712 to unimplemented function
pdh.dll.PdhGetLogFileTypeW, aborting
wine: Unimplemented function pdh.dll.PdhGetLogFileTypeW called at address
0x7b836712 (thread 0009), starting debugger...
... see attachment.
--
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=24645
Summary: pdfFactory fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31148)
--> (http://bugs.winehq.org/attachment.cgi?id=31148)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine pdf405std.exe
3) Setup->I accept the terms
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=20896
Summary: Use-after-free in DdeClientTransaction in user32 dde
tests
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-30-19.16/vg-user32_dde.txt
says
Invalid read of size 2
at GlobalFree (heap.c:767)
by WDML_FreeTransaction (dde_misc.c:2439)
by DdeClientTransaction (dde_client.c:1228)
by test_ddeml_client (dde.c:392)
by func_dde (dde.c:2357)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f075e80 is not stack'd, malloc'd or (recently) free'd
It's a little hard to see what's going on, but it
appears that the memory in question was indeed recently freed,
judging by the attached log, which was generated by the command
WINEDEBUG=+relay,+heap valgrind --trace-children=yes wine user32_test.exe.so
dde.c
and edited to show just the area of interest.
--
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=11832
Summary: App scans folders with charts but fails to display them
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
As part of normal startup, Coastal Explorer (CE) scans designated (either by
default or user choice) specific folders within all drives, building an XML
document with descriptions of each chart found. At the end of the process,
however, CE announces there are no charts to be found and asks if the user
wants to download charts from web sites.
It was found that interrupting the scan process (there is a "Stop" button
available) will make charts visible and usable. This is, however, a rather
inelegant solution and one which poses problems when using the "Chart
Portfolio" tool (e.g., duplication of charts).
--
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=18800
Summary: Debugger goes into race condition after 123 crash on
bug 18324
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Please reference bug 18324 on this bug. This is bug is on the debugger and
18324 in on Lotus 123.
Basically, when you try to copy from two cell into the clip board in Lotus 123,
123 will crash (bug 18324). And, the debugger goes into a race condition,
eating up as much CPU as the OS will give it. It never finished. The only way
to stop the race is tho do a "kill -9" on 123's process ID.
-T
Steps to reproduce:
1) open the 123 attachment on 18324
(http://bugs.winehq.org/attachment.cgi?id=20865)
2) highlight across two cell horizontally
3) press <ctrl><c> or go to "Edit", "Copy"
--
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=10886
Summary: RTS_CONTROL_TOGGLE doesn't work
Product: Wine
Version: 0.9.51.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
in WINE, setting DCB.fRtsControl to RTS_CONTROL_TOGGLE and doing SetCommState()
sets RTS line always high. (btw, this is the same as described to be bug in
win95, see http://support.microsoft.com/kb/140030 ). According to MSDN, RTS
should be set to high before data transmission, then data should be sent, and
then RTS should go back to low.
The workaround is to toggle RTS manually.
--
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=18887
Summary: document is solid black during drag-select in
PowerPoint 2007
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paint007(a)cs.duke.edu
In PowerPoint 2007, when doing a drag-select (clicking and dragging the mouse
cursor to select items on the page), the document goes solid black, making it
impossible to see which objects are currently in the selection rectangle.
When run using winedbg, this fixme appears during drag-select operations, seems
relevant:
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 176 for
AC_SRC_ALPHA
Found this link to a possible patch, but have not yet installed all of the
libraries necessary to build and test:
http://www.winehq.org/pipermail/wine-patches/2008-June/056030.html
--
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=25729
Summary: Dead Space joypad always looks up
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
When the game starts while a joypad is plugged in, the character will always
look up. Other that that the gamepad works fine.
Unplugging the gamepad after starting the game doesn't stop the looking up.
Someone else reported a similar problem in the first post here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14457
--
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=23195
Summary: wine notepad: Bugged scrolling with long files
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download attachment 28858 from bug 23193 and uncompress it. Open it in wine
notepad.
Scroll down the window by DRAGGING the scroll handle.
Around the end of file (~10 pixels on a 800px window), scrolling bugs out and
stops while the window shows the top of the file. Scrolling back towards the
top "fixes" it. It's like an additional dead area.
--
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=20284
Summary: Fingerprint software for encrypted USB stick (APDisk)
doesn't work, likely due to unsupported hard disk
ioctl
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muehlenhoff(a)univention.de
We're trying to make an encrypted USB stick with an integrated fingerprint
scanner work with Linux. The stick comprises of two sections, the actual
storage partition which is encrypted by firmware and a user-visible partition
containing a Windows application to unlock the secured section. The password
tool allows the checking of a fingerprint through an integrated scanner or
entering a password.
Tests were done with Wine 1.1.29 built on Debian Lenny:
When running the unlock tool, the following error messages are given:
root@scratch:/media/APdisk$ wine AutoVerify.exe
err:rpc:I_RpcGetBuffer no binding
root@scratch:/media/APdisk$ err:rpc:I_RpcGetBuffer no binding
fixme:netapi32:NetUserGetLocalGroups ((null), L"root", 0, 00000001, 0x33e7c0
-1, 0x33e7b4, 0x33e7b0) stub!
fixme:advapi:LookupAccountNameW L"" L"Everyone" (nil) 0x33e110 (nil) 0x33e114
0x33e108 - stub
fixme:advapi:LookupAccountNameW L"" L"Everyone" 0xa12674 0x33e110 0x15f1a0
0x33e114 0x33e108 - stub
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
I suppose the error stems from the unsupported ioctl? Judging from some Google
searces it normally seems to be used for low-level access, especially for copy
protection and tools doing bit-exact copies of CDROMs.
Are there plans to implement this functionality or do you need further debug or
logging information?
--
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=11991
Summary: Wine Windows OpenGL support regression
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imamdxl8805(a)yahoo.com
Dear Wine developers,
This is wine version 0.9.56 and 0.9.57
There are two games that support OpenGL rendering as well as Direct3D redering.
Here are the games:
1. Hitmen 2 Silent Assasin
2. Hitmen 3 Contracts
When I have updated my wine version to 0.9.57, then these games are not playing
anymore with OpenGL rendering. But when I start these games with Direct3D
rendering they are playing fine.
These games played properly with wine version 0.9.55 with OpenGL rendering as
well as Direct3D rendering.
Then I have decided to reinstall wine 0.9.55.
Sorry for the err message printed in the command line. Because I do not have
Internet connection in my home PC.
Best regards,
DXL
--
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=10643
Summary: WInUAE settings window reappears after being dismissed
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
WinUAE is an open source (GPL) emulator of Amiga computers. After running
WinUAE and starting the emulation, pressing F12 brings up the settings window.
When this is dismissed by pressing Reset, Quit, Restart, OK, or Cancel, the
window closes and reopens. It should not reopen. That repeats if you press one
of those buttons again. If you press Quit, then Cancel a few times after the
window closes and reopens, the program does eventually quit.
Steps to demonstrate the problem:
(Typical usage of WinUAE involves obtaining an Amiga ROM image file, however it
is possible to use some software without.)
- Download WinUAE 1.4.4 from http://www.winuae.net/. Direct URL for the
installer is http://www.winuae.net/files/InstallWinUAE1440.exe
- Run the installer.
- For an example disk image, you can download e.g.
ftp://ftp.coresystems.de/pub/uae/rsi1.adf.gz
- Start WinUAE. The settings/configuration window appears. Click the "Floppy
drives" entry in the left side of the window, then the "..." button for drive
DF0:. Select the rsi1.adf.gz file.
- Click Start to start emulation.
- Press F12 to bring up the settings window.
- Try to dismiss the window by pressing one of the buttons at the bottom.
--
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=24644
Summary: AstroburnLite fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31146)
--> (http://bugs.winehq.org/attachment.cgi?id=31146)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine AstroburnLite130-0100.exe
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=21428
Summary: Stronghold 2: some textures are not displayed, map
hangs for a while when scrolled;
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alientor(a)poczta.onet.pl
Created an attachment (id=25805)
--> (http://bugs.winehq.org/attachment.cgi?id=25805)
terminal output, what You see should be multiplied...
Hi;
I've installed 'Stronghold 2 1.4' on 'Ubuntu 9.10' with 'Wine 1.1.36', the game
didn't work at first, but started after installing DirectX 9.0c. Almost
everything is fine, the game loads fine (except for the first time when it
hanged at players name confirmation...). Menu, options etc. looks and works
perfectly. Then I tried playing...
On the play-map I can see the grass, trees, water is always perfectly
displayed... and so on, but except for two buildings, stockpile and sawmill I
see squares in blue or red colour, I haven't seen any units also, maybe the
weren't any at this time, but most likely they're not displayed correct also.
It looks to me that this could be fixed, as game doesn't crash, it only looks
funny. What should I change to get it to work? I've seen this bug in other
posts, but it never seemed to be the problem that was fixed. Could anyone help?
--
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=16296
Summary: Activeworlds client 4.2 chat breaks after sending one
message
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks vcrun6" to get missing redistributables (mfc42 and msvcp60),
"winetricks wininet" if needed to work around bug 16292, and
"winetricks directx9" if needed to work around bug 16293.
Then send a chat message by typing in the chat window.
("Hello, is chat working?" is a good one to try :-)
If somebody is around and friendly, they will reply, and
you will see their reply above their head, but the chat
window goes blank after you put in your first message.
--
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=22644
Summary: DX8000: Crashes during startup
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://support.pelco.com/view.php?fDocumentId=20688
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doofusroy(a)gmail.com
Created an attachment (id=27855)
--> (http://bugs.winehq.org/attachment.cgi?id=27855)
Command line output.
Tested with vanilla Ubuntu 10.04 install and it's Wine 1.1.42 via its package
manager, as well as using "winetricks mfc42.dll", I'm unable to get beyond the
startup of the program where the status says "init comm..." and I get the
blanket program error "...has encountered a serious problem and needs to
close."
My current test is on an AMD 64-bit install of Ubuntu, but I have tested it
from a 32-bit as well giving a similar error. I don't have that system running
at this time, but I can get it back up in a day if anyone needs to go that
route as well.
I've included the URL to the download, as well as attached the output I see
from wine via the command prompt.
--
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=11365
Summary: Total Annihilation:Kingdoms dies in fullscreen after
selecting a game or graphic options from menu
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesp(a)ndsupernet.com
Created an attachment (id=10472)
--> (http://bugs.winehq.org/attachment.cgi?id=10472)
output of wine using WINEDEBUG=warn+all, last 2 lines of the out put are
probably the cause of the problem
Running the game in fullscreen with winver set to 2000, the game dies when
selecting graphics options from the main menu or launching any game.
Setting winver to XP does the same thing, but also the intro movie and main
menu don't look right in fullscreen, My gnome taskbar never gets covered up.
Yet the game runs perfectly when using an emulated window.
--
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=17729
Summary: Trivial Pursuit Digital Choice does not detect the USB
device game pod
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://www.hasbro.com/trivialpursuit/tpchoice/default.cf
m?page=Entertainment/Download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frail.knight(a)gmail.com
The game pod is not detected when you hook it up by USB and run the
application. Trivial Pursuit Digital Choice displays an error stating:
"There was an error connecting to your handheld. Make sure it is plugged into
your PC and it is powered on."
Upon clicking ok it prompts you with another dialog box asking you to connect
the handheld and click ok to try again. No amount of retrying leads to a
solution. The program will continue to error and prompt you until you select
cancel and the program exits.
--
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=24456
Summary: Snes9x 1.52 doesn't change aspect ratios/window sizes.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Changing the default aspect ratio from 8:7 (native) to 4:3 doesn't do anything.
Video and window size remains the same.
--
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=15740
Summary: nullDC garbled screen with ATI cards (Radeon HD4870) and
fglrx drivers
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milest3g(a)gmail.com
Created an attachment (id=16834)
--> (http://bugs.winehq.org/attachment.cgi?id=16834)
Log
Using an ATI card and fglrx 8.10 (the one in Ubuntu 8.10) nullDC starts, and
the interface works, but starting the emulation (whether with a game or just
the Dreamcast bios) results in a garbled window, while this error is repeated
in the console :
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 445
In order to start the program, natives dll are needed:
d3dx9_35
msvcp80
msvcr80
msvcr80d
A screenshot has been submited at
http://appdb.winehq.org/appimage.php?iId=20821
Attached is the output redirected to a log file.
--
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=14668
Summary: Star Sonata: No key commands work in the game.
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
URL: http://www.starsonata.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaehlas(a)ultralarp.com
Created an attachment (id=15121)
--> (http://bugs.winehq.org/attachment.cgi?id=15121)
Error list from Wine
Graphics and sound work perfectly. No keyboard commands work. You can use the
mouse to do all normal activities, and even type into the chat bar, however the
normally "hotkeyed" keys will not respond.
Errors given by Wine are in the attachment.
Program can be obtained at http://www.starsonata.com/download.html
It is a free download, and free account up to level 20.
--
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=12464
Summary: ShellExecute does not integrate well with external
handlers
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
ShellExecute does not integrate well with external handlers.
For example; my GNOME desktop has a PDF viewer, but when an application that is
run via wine calls ShellExecute on a PDF file, wine is only capable of opening
this file with PDF handlers that are installed within the wine environment.
I think the best way to handle this would be to replace the implementation with
an xdg-open(1) wrapper.
--
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=22021
Summary: Switching pages in ElsterFormular 2009/2010 needs much
time
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
As summary says switching pages in ElsterFormular 2009/2010 needs much time.
ElsterFormular is a app for German tax payers which is the only free app for
annual income tax return and only supports "the evil OS" (political reasons?).
It seems to be based on Qt.
Test case with translation:
1. wine ~/.wine/drive_c/Programme/ElsterFormular/bin/elfostarter.exe (default)
2. Menu Datei -> Neu (File -> New)
3. Privatperson -> Einkommensteuererklärung (private individual -> income tax
return) on the left
4. Hauptvordruck -> Seite 1 is automatically loading (needs long time)
5. Hauptvordruck -> Seite 2 on the left (needs also long time for loading)
6. and so on - also when you load a previous
Hauptvordruck -> Seite 1 == main form -> page 1
You can download it for free here (only available in German):
https://download.elster.de/download/2009/ElsterFormular2009-Setup.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=25352
Summary: Fable: The Lost Chapters videos play upside down
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: m.b.lankhorst(a)gmail.com
ReportedBy: austinenglish(a)gmail.com
Depends on: 25351
Created an attachment (id=32232)
--> (http://bugs.winehq.org/attachment.cgi?id=32232)
hack
In 1.3.8, the intro videos work without native quartz/devenum/wmp9, if
gstreamer support is enabled and the right codecs are installed, but the video
plays upside down.
In current git (wine-1.3.8-66-gc82aa50), the videos don't play at all, but
that's bug 25351.
I'll attach Maarten's hack that gets video to display properly.
--
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=25105
Summary: Wine fails to load 3d model (with testcase)
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Wine will fail to load a 3d model running this simple program made with
DarkBASIC Pro.
--
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=24652
Summary: Missing sizes for wine app icon
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Created an attachment (id=31162)
--> (http://bugs.winehq.org/attachment.cgi?id=31162)
Screenshot
Wine ships 16x16, 32x32 and 48x48 versions of its icon. These should be
installed in some place where panels, pagers, window managers can find them
(packager's duty?).
However, at the moment two common sizes are missing: 24x24 and some larger
version like 64x64, 128x128 or 256x256.
In GNOME3's window chooser, 64x64 icons are shown. Currently, wine only shows a
smaller icon here, which looks kind of out of place (see attached screenshot).
Note that GNOME does not ship 64x64 artwork itself but scales the bigger
256x256 version down to 64x64 in this place.
--
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=22819
Summary: Some applications like Heroes of Might and Magic 2
display loopback.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Some applications like Heroes of Might and Magic 2 display loopback addresses
when attempting to initiate a network game. The network game will complain it
is running on 127.12.34.56. I have checked /etc/hosts and determined it is not
the cause of the 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=20977
Summary: Bad hlp table rendering
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=25145)
--> (http://bugs.winehq.org/attachment.cgi?id=25145)
Help file
Terrible rendering on attached HLP file. Refer to 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=18745
Summary: Wine should support MEM_LARGE_PAGES and related
interfaces for large pages & variable page sizes
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk-winehq(a)forkgnu.org
The ability to allocate large pages can improve the performance of applications
with densely populated address spaces. The large page interfaces on Windows
were introduced in Windows Server 2003. However, due to limitations in the NT
VM, large pages are always pinned in memory (not pageable) and become scarce
due to excessive fragmentation. Wine has the advantage of running on platforms
with better support for large pages.
Because the memory is normally pinned, the process must have
SeLockMemoryPrivilege on Windows.
The new interfaces are:
MEM_LARGE_PAGES type for VirtualAlloc (NtAllocateVirtualMemory)
(http://msdn.microsoft.com/en-us/library/aa366720%28VS.85%29.aspx)
SEC_LARGE_PAGES flag for
http://msdn.microsoft.com/en-us/library/aa366543%28VS.85%29.aspx
GetLargePageMinimum
(http://msdn.microsoft.com/en-us/library/aa366568%28VS.85%29.aspx)
/***********************************************************************
* GetLargePageMinimum (KERNEL32.@)
*
* Get the minimum size of a large page.
*
* RETURNS
* Size: Success
* 0: Failure
*/
SIZE_T WINAPI GetLargePageMinimum(void)
The allocated regions must be aligned to the minimum size and MEM_COMMIT must
also be set, or NtAllocateVirtualMemory should return STATUS_INVALID_PARAMETER.
I'm opening this bug to keep notes for my own implementation, although anyone
should feel free to jump in.
--
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=18036
Summary: Final Draft Help feature: text is missing
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the standard screenwriter's word processor.
The help feature opens but all of the topics are blank.
--
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=15824
Summary: Microsoft Chat's comic mode graphical glitches
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Elliotw2(a)gmail.com
Microsoft Chat has thick black lines instead of thin ones around borders of
comic mode. I don't know what causes this, but I tested with native and builtin
GDIplus and Directdraw and it shows up in both.
--
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=18095
Summary: VisualFEA's Toolbar is broken (does no line wrapping)
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.visualfea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cs071007(a)fhstp.ac.at
Created an attachment (id=20529)
--> (http://bugs.winehq.org/attachment.cgi?id=20529)
VisualFEA Win vs. Wine
The Item toolbar (right side of screen) in visualfea does not apply line
wrapping as it does in windows, making the app unusable for work. Rest of the
app seems to work quite nicely (applying boundaries and so on, solver,
visualization, ...)
Wine does not give any warnings in the console, though (is there some verbose
option?)
Ah, I'll just attach a screen of win & wine so you know what I'm talking about.
It's the same install in both cases. Jnstaller ran in wine, windows only has
access to wine's program dir through a network share ;)
--
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=18018
Summary: Gun Metal is unresponsive to joystick
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.gamershell.com/download_866.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
I noticed this bug in 1.1.19 and tested it in my earliest pre-compiled package
too (1.1.10) and it was present there.
The problem is that Gun Metal does not seem to respond to my joystick at all
(Playstation Dualshock-style controller). However, the joystick works fine with
other applications in Wine, including GTA:San Andreas.
URL is to the Gun Metal demo version 1.14 which exhibits the problem. I've
tested with both evdev and js devices. I'm unsure what additional information
to supply, such as debug logs. :)
--
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=24147
Summary: Worms Reloaded: Screen position issues at non-native
resolution
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=30389)
--> (http://bugs.winehq.org/attachment.cgi?id=30389)
Screenshot of behaviour
See attached screenshot.
At resolutions other than native, the game screen "slides" towards the
bottomleft and hides part of the screen outside the display.
err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x50130
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful --
perhaps display has changed?
err:ole:CoGetClassObject class {074b110f-7f58-4743-aea5-12f15b5074ed} not
registered
err:ole:CoGetClassObject no class object {074b110f-7f58-4743-aea5-12f15b5074ed}
could be created for context 0x1
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x2953530,0x2953490): 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.
http://bugs.winehq.org/show_bug.cgi?id=20323
Summary: MacOS mcicda does not play audio CD
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
mcicda invokes GetDriveTypeW which returns 3, the same as for C: and other HD
drives. It expects DRIVE_CDROM(5).
E: is not recognized as CD-ROM by Wine, although it is created by the mountmgr.
It points to /Volumes/Audio-CD. Indeed /Volumes/Audio-CD/ is a directory full
of files named "N Titel NN.aiff", e.g. "2 Titel 02.aiff". e:: points to
/dev/rdisk2
GetDriveTypeW in turn calls:
trace:file:CreateFileW returning 0x68
trace:vxd:DeviceIoControl (0x68,6d4084,0x32f2ac,16,0x32f2ac,16,0x0,0x0)
trace:ntdll:NtDeviceIoControlFile (0x68,0x0,0x0,0x0,0x32f018,0x006d4084,0x3
2f2ac,0x00000010,0x32f2ac,0x00000010)
code=006d4084 (device=6d) is weird, as winioctl.h only lists FILE_DEVICE_* 01
.. 39
I have not looked further into the origin of this code.
Bypassing this test allows mcicda to open cdaudio.
mciSendString: open e: type cdaudio alias y
+ status cdaudio length
+ status cdaudio length 2
+ status cdaudio number of tracks work -- so there's hope -- whereas
- status cdaudio position
- status cdaudio current track
- status cdaudio media present
- seek and
- play fail.
fixme:ntdll:server_ioctl_file Unsupported ioctl 2402c (device=2 access=1 func=b
method=0)
fixme:mcicda:MCICDA_GetError Unknown mode 50
status length etc. show that
DeviceIoControl(wmcda->handle, IOCTL_CDROM_READ_TOC
works.
--
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=19452
Summary: QuickVerse 2009 crashes when attempting to open a book
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: firesword14(a)yahoo.com
Created an attachment (id=22597)
--> (http://bugs.winehq.org/attachment.cgi?id=22597)
Log of what happened, then dump
Wine crashes when I double click on a bible or book to open.
This is my first bug report, if need more information, please ask.
First issue in log: shdocvw:PersistStreamInit_InitNew
--
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=21985
Summary: Devil May Cry 3: Black screen when playing game, but
special effects are seen
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgandrey(a)yandex.ru
Menu in game works fine. When I start game, black screen appears, I can see
only eyes of enemies, special effects and health bar.
The game Intro, that appears when I do nothing in menu for a while, don't work
too. Just black screen appears and then game menu again.
I thing is a Video Mixing Renderer Filter 9 problem. Or trouble somewhere
around it. As I read, games use it to mix video and 3D. It's look like
background of the game rendered using 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=19051
Summary: Myst V installer will not run.
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=21975)
--> (http://bugs.winehq.org/attachment.cgi?id=21975)
Debug Trace Log
When running the Myst V installer it comes up with a message saying that it
cannot run in graphical mode and exits.
--
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=23041
Summary: Darkness Within 2 demo: crashes on startup without
d3dx9_36
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.bigdownload.com/games/darkness-within-2-the
-dark-lineage/pc/darkness-within-2-the-dark-lineage-de
mo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
(Reported at
http://www.zoetrope-interactive.com/forum/forums/thread-view.asp?tid=229&po…
)
Running the game shows a black window, a game crash dialog, and the
console output
err:d3dx:assemble_shader Asm reading failed
err:d3dx:assemble_shader Asm reading failed
err:d3dx:assemble_shader Asm reading failed
err:d3dx:assemble_shader Asm reading failed
fixme:d3dx:D3DXCompileShader (0xe97c78, 1003, 0x33f91c, (nil), "vs_main",
"vs_2_0", 0, 0x33f960, 0x33f900, (nil)): stub
winetricks d3dx9_36 works around this.
--
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=19546
Summary: Grafit text labels not displayed properly
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlinsky(a)gmail.com
Created an attachment (id=22765)
--> (http://bugs.winehq.org/attachment.cgi?id=22765)
Wine output when this bug occurs
In GraFit 5, the text labels for the axes do not display properly
Steps to reproduce:
Open GraFit 5,
Create a new data table and enter some x-y coordinates
Create an x-y scatter graph
Look at the axis labels
--
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=16182
Summary: Scrollbar background incorrectly blank/white in IDA Pro
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
The background colour of the scrollbars at the bottom and right edges of the
disassembly window is white in Wine. They should be a grey/white crosshatch
pattern.
Strangely, this issue seems to apply only to the disassembly window; scrollbars
for other windows (for example text search results windows) have the correct
background.
To reproduce: download and install IDA Pro freeware version. Run the program,
and open a Windows executable. Notice the white scrollbar backgrounds. Choose
Search/text... (or press Alt-T) and enter some text which appears several times
in the program (e.g. mov). When the search window opens, notice its scrollbars
have the correct background.
--
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=12400
Summary: Wine bug or Nvidia bug??
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.gamershell.com/download_1856.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11914)
--> (http://bugs.winehq.org/attachment.cgi?id=11914)
screenshot with my geforce 3
Here is a strange bug. I do not know whether it is a wine or a nvidia bug.
With my old geforce 3 or geforce 440go and the legacy driver 96.43.05,
everything is fine in Indiana Jones and the emperor's tomb (see the screenshot)
But with my geforce 7600go, there are graphical glitches (see the second
screenshot)
Can a d3d guru explain what happens. I can give some useful logs or more
informations if requested.
Joaopa
--
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=24367
Summary: Some things are rendered white in Invasion 3D
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.yoyogames.com/games/144021/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Parts of the game is rendered white
*guns
*menu
*team command menu
--
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=19681
Summary: A4tech xl-740k - turning characters problem
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrian.nawrocki(a)gmail.com
Hello everyone. I just bought a brand new mouse (A4tech xl-740k) and instaled
NFS PS. After starting a single race, the car turned by itself, I thought that
it's the fault of the setup.exe. On Windows (Microsoft) everything was ok.
After trying everything I instaled Residen Evil and NFS Ms... and this time it
also was fixed. I checked the bug on wine 1.1.14, 1.1.20 and 1.1.27 on kubuntu
and Arch with KDE, when I turned off the mouse, everything was normal. Mouse
work ok with native game and for work on desktop.
--
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=18038
Summary: Final Draft: Save As PDF causes program to crash
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the screenwriter's standard word processor. I am testing using
the demo version (7.1.3 Build 42).
Type any text in a blank document. Now go to File -> Save As PDF.
A small pop-up box will apear with the title "Error init" and the message
"Success." Click OK. The program will disappear. No PDF document will be
created.
--
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=23395
Summary: EmuControlcenter hangs at Splash Screen and shows
black windows instead of spash image
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rll31(a)humboldt.edu
The only way to close ecc is to kill the procces. Upon loading Ecc displays a
black or grey windows then hangs.
--
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=18037
Summary: Final Draft: attempting to set scene number font causes
app to crash
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the screenwriter's standard word processor.
I'm testing using the demo version (7.1.3 Build 42).
Go to Production -> Scene Numbers. Select the Options tab. Click the Set Fonts
button. The program disappears.
--
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=14119
Summary: Saving project files in Actel Designer v8.3
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgeorgester(a)gmail.com
When saving the project file (.adb), the program reports:
"Unable to fully access file "Z:\tmp\foo.adb". Check the permissions and the
available disk space for the file location.
The program creates an intermediate lock file, immediately deletes it and then
reports the error. Attached is a snippet of an strace of the wineserver
--
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=23534
Summary: Notation Composer: in Add Mode, mouse cursor is
invisible over non-modal dialogs
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc321(a)gmail.com
Steps to reproduce (with a clean ~/.wine):
$ winetricks vcrun6
$ wget http://www.notation.com/download/NotationComposer261TrialSmallSetup.exe
$ wine ./NotationComposer261TrialSmallSetup.exe
- Install using default options (or as desired... doesn't matter)
- Leave "Launch Notation Composer" checked on the last step and click Finish
- When Composer launches, click File > New, then Next 4 times, then Finish
- Hit Esc or Enter to initiate "Add Mode"
- Click Perform > Setup...
- Move the mouse over the dialog that appears. No cursor.
There are a few things to note:
1) The cursor is meant to disappear in Add Mode, but only in the document area
2) You can click buttons in the dialog if you know where you're clicking!
3) The cursor stays visible if it enters the dialog from anywhere but the
document area. For example, move the dialog over the toolbar and move the mouse
in from above.
4) This bug is present in previous versions of wine
As always, I'll be glad to attach logs or provide any other info as needed.
Thanks!
-----
Wine version: 1.2-rc6
Windows version: XP
Distro: Slackware(-current)
Kernel version: 2.6.33.4-smp
CPU: Intel Core 2 Duo E6750
GCC version: 4.4.4
glibc version: 2.11.1
xorg-server version: 1.7.7
Video card, driver version: NVidia GeForce 8600GT, 195.36.15
--
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=9467
Summary: Macromedia Studio 8 installer hangs
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To try installing Studio 8, you first have to work around a
bug in the way the CD-ROM was mastered: they
included rockridge extensions, but neglected
to make files world-readable. This causes
mysterious errors about not being able to run the installer:
wine: could not load L"D:\\install studio 8.exe": Module not found
So you have to remount the cd-rom with the 'norock' option, e.g.:
$ umount /media/cdrom
$ sudo mount /dev/cdrom /media/cdrom -o norock
OK, on to the problem. Like Studio MX (see bug 9035),
Studio 8's top level installer runs the installers of six
or so apps. And like the earlier version, it hangs.
But this hang is bad; it's on the end of the
first app, and it it can't be solved by clicking "OK".
The hang occurs at the end of the Dreamweaver installation,
right after it says "Publishing product information".
The installer still responds to the mouse, but if you
ask it to cancel, it keeps going, no matter how many
times you say you want to cancel.
+process revealed the commandline used to invoke the
problematic subinstaller. To reproduce with just
the subinstaller, do
wine msiexec.exe /i 'D:\fscommand\Macromedia_Dreamweaver_8.msi' MM_STUDIO=1
CREATEQUICKLAUNCHSHORTCUT=0 CREATEDESKTOPSHORTCUT=0 MACROMEDIA='c:\Program
Files\Macromedia\'
--
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=11311
Summary: C-Geo 8
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.c-geo.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziemi_(a)poczta.onet.pl
Created an attachment (id=10419)
--> (http://bugs.winehq.org/attachment.cgi?id=10419)
zipped logs and screenshots
Installed Wine Gecko 0.1.0.
Wine compiled with OPENGL.
After executing program appears OLE error (see fig1 and log1), but it works
properly without ole funtions when it crash.
It was on normal user account, on root account program is not executing, see
fig2 and log2.
--
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=25665
Summary: Cool Record Edit: Incorrect window appearance
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32692)
--> (http://bugs.winehq.org/attachment.cgi?id=32692)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Cool Record Edit Pro
4) start Cool Record Edit Pro
Behaviour:
See attachment (left image)
Expected behaviour:
See attachment (right image)
Terminal output:
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 0, new mode: 2)
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 2, new mode: 2)
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 2, new mode: 2)
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 2, new mode: 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=14288
Summary: winhelp: text/paragraph formatting bugs
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Some help files do not display correctly in Wine winhelp. For example, a
paragraph which should appear to the right of an icon like this:
[pic] This is a paragraph
whose left edge is
to the right of a picture
may actually appear below the icon, like this:
[pic]
This is a paragraph whose left edge is to the right of a picture
To demonstrate, download msdncd.hlp from
http://bugs.winehq.org/attachment.cgi?id=14568
and load the file into Wine winhelp.
On the "Opening Books and Topics" page, the paragraph formatting is incorrect.
(The paragraph corresponding to each icon should appear to the right of it.)
On "Searching for Words and Phrases", paragraph formatting is incorrect, and
the example text should be rendered in bold.
Also, at the top of each page there should be a grey bar. This does not appear
in
Wine winhelp.
--
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=14821
Summary: Kirikiri based games update screen slowly
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://kikyou.info/dl_redirect.php?%2Ftvp%2Ffiles%2Fkr23
0rc1.lzh
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakh(a)spamcop.net
Games based on the open source Kirikiri engine update the screen rather slowly.
These are Japanese visual novels, mainly consisting of static images with some
simple filters and compositing, accompanied by text and sounds. They're very
undemanding resource wise, and screen updates happen more or less
instantaneously in Windows on the same hardware. It's most noticeable when the
background image changes, taking a second or two to load from top to bottom,
but even text rendering is clearly slower when fast forwarding through a scene.
The engine has been used for commercial games like Fate/Stay night, though the
author's generic build (linked to in the URL field) has a simple example script
that demonstrates the problem. To run it, you need to have Japanese language
support installed, then launch "\kirikiri2\krkr.eXe" (passing wine the
LANG=ja_JP.UTF-8 variable) and point it to the "\kag3\syoukai\" folder.
The source is available through SVN
(https://sv.kikyou.info/trac/kirikiri/wiki/AboutSubversion).
--
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=21891
Summary: info zip 3.0 won't apppend to existing archive
Product: Wine
Version: 1.1.39
Platform: x86
URL: ftp://ftp.info-zip.org/pub/infozip/win32/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
ftp://ftp.info-zip.org/pub/infozip/win32/zip232xn.zipftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip
info zip is supposed to add files if the zip file speecifies already exists.
with 2.32, it works as advertised as follows. With 3.0,
del a.zip
zip.exe a.zip file1 (creating new zip archive)
zip.exe a.zip file2 (adding file to existing zip archive)
the 2nd step fails with "zip error: Interrupted (aborting)"
(FWIW, the above is a simplified version of part of the windows binary
packaging procedure for ghostscript)
I think it is unlikely a bug/regression with zip 3.0 , so I am filing it here.
If somebody verifies that zip 3.0 doesn't work on genuine windows either,
please close as invalid and I'll contact info-zip.
--
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=23933
Summary: Kid Pix Deluxe 4 paint bucket doesn't work
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.broderbund.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
So far, the only thing I've found in Kid Pix 4 that
doesn't work with wine-1.3.0 is the paint bucket.
It doesn't seem to do anything?
--
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=23855
Summary: System Tray Icons Not Appearing In Mac System Tray
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blender3dartist(a)gmail.com
Created an attachment (id=29943)
--> (http://bugs.winehq.org/attachment.cgi?id=29943)
System Trays On Different OSs
Note: This _problem_ is only present on Mac OSX, and not on Linux.
Also, this error pertains to the Windows System Tray. The system tray is
located in the Windows Taskbar, usually at the bottom right corner next to the
clock. It contains miniature icons for easy access to system functions such as
antivirus settings, printer, modem, sound volume, battery status, and more.
Hover over or click an icon to view and access details and controls. (On
windows.)
However, Linux has a System Tray as well, usually showing the same information.
Wine's integration with Linux allows for programs using the windows system tray
to appear on the system tray of the Linux system, essentially a perfect
integration.
The thing is, Mac OSX also has a System Tray, and it's not being utilized. (See
Problem.png) Instead of an applications system tray icon appearing in the Mac's
system tray, it makes itself a new window in XQuartz.app (as in X11.app).
Diagram of Issue on SystemTray.png
--
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=18659
Summary: Kingsoft Office can't read it's default file
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://kingsoftresearch.com/downloads/setup_US_1033_6.
3.0.1618_Beta_full.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21372)
--> (http://bugs.winehq.org/attachment.cgi?id=21372)
screenshot
See bug 18658 for the initial crash/workaround (winetricks ie6), though you can
see this before the crash.
When launching a kingsoft office application, it attempts to open a default
template. On wine, it's borks and can't read it's own file (not sure if it
can't read or the file was corrupted on install, though).
The screenshot shows pretty well what I mean.
Terminal output is short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6f4,0x00000000), stub!
fixme:shdocvw:PersistStorage_InitNew (0x14ca838)->(0x14cabc8)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x14ca838)->(0)
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:nls:MultiByteToWideChar UTF-7 not supported
fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
fixme:imm:ImmReleaseContext (0x30082, 0x1a4718): 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.
http://bugs.winehq.org/show_bug.cgi?id=13183
Summary: Control '' has no parent window in ExpressQuantumGrid
Product: Wine
Version: 1.0-rc1
Platform: All
URL: http://www.devexpress.com/Downloads/VCL/ExQuantumGrid/fi
les/ExpressQuantumGrid%206%20Demos.exe
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
There is a problem with ExpressQuantumGrid widget called ExtLookupComboBox
Editor. When you try to click on combo box element it pop ups a warning:
"Control '' has no parent window"
But when you select an item from combo box using keyboard it works fine.
Steps to reproduce:
1. Download exe from link above
2. Install mdac and jet4
3. Run application
4. Select "Inplace editors (Updated)"
5. Open combo box "ExtLookupComboBox Editor"
6.
a) Click on any element in combo box (you'll get a warning)
b) Set focus on any element and press enter (you won't get a warning)
--
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=9623
Summary: Photoshop 7 text tool not working without Times.TTF from
corefonts
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I have this problem only on one system. On another I didn't install corefonts
but it worked - I will have to check why. Photoshop writes that it can't
complete the specified operation because a system font was not found. Of course
it's not Times New Romand that is selected in the tool. Using winetricks to
install corefonts works.
--
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=22959
Summary: Paint Shop Pro X doesn't start up
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Installation of Paint Shop Pro X works fine but when I try to start it up I get
an "unhandled error". I have added my logs for further info.
--
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=12635
Summary: Windows Media Player 10 doesn't update music list
promptly
Product: Wine
Version: 0.9.59.
Platform: Other
URL: http://www.microsoft.com/windows/windowsmedia/player/dow
nload/download.aspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you add or delete an item in the music list,
you have to switch to a different list and back
before the music list reflects the update.
It's not just a drawing problem, I think;
moving it offscreen and back onscreen doesn't fix 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=14134
Summary: NetBSD fixes for Wine 1.0
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: NetBSD
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmcneill(a)netbsd.org
Created an attachment (id=14382)
--> (http://bugs.winehq.org/attachment.cgi?id=14382)
Use wine-kthread by default on NetBSD
The attached patches are required for Wine 1.0 to work properly on NetBSD.
--
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=13191
Summary: Trackmania Nations Forever doesn't work with PC2/3
shaders or with bloom-effect
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape3000(a)gmail.com
When I try to enable PC2 or PC3 shaders in Trackmania Nations Forever
configuration and then play the game it doesn't work. The menus are drawn as
solid black boxes. PC0(off?) and PC1 works fine.
When I enable bloom-effect, it will add some annoying white bars to everywhere
with bright light. So there is just white bars instead of the correct effect.
--
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=20435
Summary: Barnes and Noble EReader crashes on startup
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ender8282(a)yahoo.com
Created an attachment (id=24254)
--> (http://bugs.winehq.org/attachment.cgi?id=24254)
Debugger output
Wine crashes when trying to run the Barnes and Noble ereader.
--
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=17098
Summary: Allow using iso images (via fuseiso) in drives setup @
winecfg.
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chalkerx(a)gmail.com
To mount an iso image to wine one should create a mountpoint, mount it manually
there, and use wincfg to point wine to that directory. After reboot it must be
done again (the mounting part).
If fuseiso in installed, it could be simplified to the user by allowing to
point to an image file in winecfg, auto creating a drive_* folder and mounting
an iso there via fuseiso on wine startup and unmounting on wine shutdown.
This would allow user to point a drive to an iso directly from gui and just
once.
--
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=19800
Summary: cygwin's tar -cz crashes when run from a shell script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, create a dummy tar file, e.g.
echo foo > foo
then create the one-line shell script bad.sh containing
tar -czvf foo.tar.gz foo
then run bad.sh in a cygwin shell. It crashes, and leaves behind the
file tar.exe.stacktrace containing
Exception: STATUS_ACCESS_VIOLATION at eip=2D313133
eax=00000000 ebx=36313637 ecx=00851682 edx=FFFFFFFB esi=32313232 edi=39372D31
ebp=38353136 esp=0064C640 program=C:\cygwin\bin\tar.exe, pid 46, thread main
cs=0023 ds=002B es=002B fs=0063 gs=006B ss=002B
Stack trace:
Frame Function Args
12 [main] tar 46 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
Switching to bsdtar (another package in cygwin) gives same results,
so it's not a bug in tar per se.
tar -xz crashes similarly when given a large input file,
and when that happens, one also sees 'gzip: stdout: Communication error on
send'
Found by trying to automate the chromium build setup instructions,
http://dev.chromium.org/developers/how-tos/install-gclient
--
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=22847
Summary: FREDv2 Orientation exam program displays error in
embedded IE testing window
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://download.usmle.org/2010/Step3Download.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28215)
--> (http://bugs.winehq.org/attachment.cgi?id=28215)
FREDv2 Orientation stderr messages
Following up from bug 22763, after running the InstallStep3.exe installer and
installing msxml3 and msxml4 via winetricks to work around missing msxml
interfaces, launching FredV2Orient.exe and pressing the "Run Exam" button
spawns a full-screen embedded IE interface that displays the practice
examination interface. Instead of the expected test interface, however, an
embedded error message is displayed, which states:
"A fatal error has occurred
Please notify the Proctor.
A Fatal error has occurred accessing content: js/yui/close12_1.gif:
'js/yui/close12_1.gif' is not a valid integer value"
Installing ie6 from winetricks successfully works around this 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=17887
Summary: Poor graphics (black squares) observed using Many faces
of Go program
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmc(a)xisl.com
I am running "Many faces of Go" and the graphics are displayed horribly.
The fault can be observed in Wine 1.0-1 to the current version.
There is a patch given at http://www.smart-games.com/supportfaq.html under "How
can I run version 12 on Linux or Mac OS?" which refers to
http://article.gmane.org/gmane.comp.emulators.wine.devel/54403
I have tried this patch and it works without breaking anything else I've tried.
Please could this be incorporated.
Thank you.
--
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=23725
Summary: Slow typewriting in IBExpert SQL Editor
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_pradelli(a)yahoo.com
Typewriting feedback is very, very, slow in IBExpert SQL Editor window
--
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=25458
Summary: Saints Row 2 crashes when entering game.
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superppl(a)gmail.com
The game Saints Row 2 crashes when attempting to enter a game. Launching the
game and navigating the menu appears to work fine.
--
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=17524
Summary: k-meleon crash on startup (Unhandled page fault)
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://kmeleon.sourceforge.net/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)gringer.org
Created an attachment (id=19632)
--> (http://bugs.winehq.org/attachment.cgi?id=19632)
Crash on starting of program
Using the non-installer version of k-meleon, the program crashes on startup.
Steps to reproduce:
1) Download K-Meleon1.5.2en-US.7z from website
(http://kmeleon.sourceforge.net/download.php), and unzip into some directory:
~/install/kmeleon/program$ 7z x K-Meleon1.5.2en-US.7z
2) Dowload installer version (K-Meleon1.5.2en-US.exe) from website, and extract
msvcp71.dll and msvcr71.dll files:
~/install/kmeleon/program$ 7z x ~/install/wine/K-Meleon1.5.2en-US.exe ms*.dll
3) Run k-meleon.exe and observe crash
This follows the portable workflow mentioned on the kmeleon wiki:
http://kmeleon.sourceforge.net/wiki/KMPortable
What should happen:
3) k-meleon doesn't crash.
A log of the crash has been attached.
--
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=25557
Summary: menus are misplaced in simulation mode of PALturn+
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=32540)
--> (http://bugs.winehq.org/attachment.cgi?id=32540)
Screenshot during simulation mode
See AppDB ID:22266
Almost all functions of PALturn+ work properly, but some menus in simulation
mode are misplaced. The lower menus and the developer icon are displayed a
little to high and overlay the simulation window.
Developer screenshot as it should be:
http://hubertklinkner.de/palmill/images/Palturn+.png
Steps to reproduce:
1. Start "Palturn+.exe"
2. Enter Ctrl+O and choose "Beispiel.NC3"
3. Press F7
4. Click on "OK übernehmen"
5. Simulation mode begins ...
Regards,
E. Atalan
--
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=21139
Summary: could install game using wine but will not play
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthewpepperell(a)googlemail.com
CC: matthewpepperell(a)googlemail.com
Created an attachment (id=25385)
--> (http://bugs.winehq.org/attachment.cgi?id=25385)
terminal message
I apologise now if i'm just being an idiot but I am a complete novice to linux.
I am using ubuntu 8.10 having had enough of windows, the one thing I miss with
windows is being able to play my football manager games (kills boredom!) I did
some research and found a utility (wine) that could help with my suffering,
after many hours reaserching i got to know the basics of wine and was able to
install my game with no issues. the problem arrose when trying to play the
game, i tried right clicking on the .exe file which did nothing, i then loaded
it in the terminal and the response i got is in the attachment. being I have
only used linux for 3 days the response has blew my mind and have been unable
to find anything on how to fix problem. any ideas i'd be very grateful.
i understand that it could just be that wine is unable to play this game, and
if so i'd just have to deal with it :(
thanks in advance
--
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=19724
Summary: elevated demo has a terrible performance under Wine
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=23049)
--> (http://bugs.winehq.org/attachment.cgi?id=23049)
elevated_1024x768.exe (4K binary)
elevated_1024x768.exe runs in Linux a hundred times slower than in Windows.
native d3dx9_33.dll is required.
This is probably due:
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain The app requests more than one
back buffer, this can't
o use double buffering(=1 back buffer) if possible
--
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=17682
Summary: AoE Help graphics immediately whitened, no text
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
The (3MB) help file of Age of Empires (1, base version) appears entirely white
in winhlp32. However, resizing the window creates refreshes which show that on
the left side, part of a (roman?) column is shortly drawn, before the whole
window is whitened again. The text that should be on the right side never
becomes visible.
Should I attach such a huge file here?
The .hlp file makes reference to at least one .dll supplied by the game. That
is not needed to test for the bug (MS-Windows' winhlp32 will complain yet
nevertheless display file contents without them).
I've tried this file in a Gecko-enabled wine as well, it made no
difference.
--
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=23203
Summary: Painkiller Black Edition: Subwindow shouldn't have
icon in title bar.
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28874)
--> (http://bugs.winehq.org/attachment.cgi?id=28874)
Screen shot
Wine compared to WinXP puts icon in sub-window. In WinXP world only parent has
"right" to carry an icon. Sorry for bad terminology. Attachment shows that
better.
Tested under many wine versions since 0.9.49 till 1.2-rc3, but never showed
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=19859
Summary: cygwin's rsync -aq --delete-before crashes; breaks
cygwin bash build
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[This is the next problem after bug 19858.)
To debug bug 19856, I decided to try to build cygwin's bash
from source so I could see why it refuses to run some commands.
Hilarity ensued.
To repeat:
1) run
$ winetricks cygwin
and select gcc, automake, patch, and cygport
2) start a cygwin shell
$ cd ~/.wine/drive_c/cygwin
$ wine wineconsole cmd /c cygwin.bat
then use that for all further commands
3) read 'man cygport'
4) download the bash source package from your favorite cygwin mirror, e.g.
$ wget http://cygwin.osuosl.org/release/bash/bash-3.2.49-22-src.tar.bz2
To work around bug 19858, edit cygwin's /bin/cygport and change the two lines
warn "${unpack_cmd} ${unpack_file_name} failed"
to say
echo "${unpack_cmd} ${unpack_file_name} failed"
5) unpack the source tarball and use cygport to prepare and build it
$ mkdir temp
$ cd temp
$ tar -xjvf ../bash-3.2.49-22-src.tar.bz2
$ cygport prep bash*cygport
This takes a couple minutes, and fails at the very end with
>>> Preparing working source directory
+ rsync -aq --delete-before /cygdrive/c/bb/bash-3.2.49-22/origsrc/
/cygdrive/c/bb/bash-3.2.49-22/src/
/usr/bin/cygport: line 779: 67 Segmentation fault (core dumped) rsync
-aq --delete-before ${origsrcdir}/ ${srcdir}/
You can reproduce this almost on its own by running that rsync
inside wineconsole yourself. (Doing it noninteractively
doesn't seem to crash :-( )
Leaving off the --delete-before avoids the crash.
Workaround: edit cygwin's /bin/cygport to use cp -a instead of rsync, e.g.
change
rsync -aq --delete-before ${origsrcdir}/ ${srcdir}/;
to
rm -rf ${srcdir}/
cp -a ${origsrcdir}/ ${srcdir}/;
--
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=19089
Summary: Mozilla Firefox doesn't detect IE as installed?
Doesn't attempt to import settings from IE
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.getfirefox.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mozilla Firefox doesn't appear to detect IE as installed. On first run on
windows, Firefox asks if you'd like to import your settings from IE (or some
other browsers if installed). On wine, this gets skipped.
I tried installing ie6 from winetricks to see if perhaps we're missing a
file/registry key that it would install, but no luck.
--
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=17221
Summary: Google Sketchup plugin Cutlist does not work
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://lumberjocks.com/jocks/daltxguy/blog/5143
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=19150)
--> (http://bugs.winehq.org/attachment.cgi?id=19150)
console output
The plugin cutlist (download link is in the bug report) doesn't load
completely, when I start the plugin only the logo and 4 button boxes load not
the settings box that should be inbetween. Also clicking on the buttons have
no effect.
--
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=23768
Summary: winhelp: Some images not shown in certain 16-bit Help
files
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29793)
--> (http://bugs.winehq.org/attachment.cgi?id=29793)
4aces.hlp.bz2
With some 16-bit Help files, some images are not shown. See the attached files.
Load 4aces.hlp into Wine winhlp32. This console output appears:
err:winhelp:HLPFILE_DoReadHlpFile buf[0x14] = 0
Click the author's name popup link at the bottom. The popup is tiny, maybe 6x15
pixels, and empty. It's supposed to be a picture of the author. The other popup
links appear as they should (albeit not the correct size, see bug 23008).
Load 6pack.hlp into Wine winhlp32. With this file (created by the same author)
there is no initial console output, and clicking the author's name popup link
does correctly show the picture. Maybe this file was authored using a later
version of the help compiler?
--
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=24421
Summary: MJ's Help Diagnostics - wine: Unhandled page fault
on read access
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://helpware.net/downloads/MJsDiag.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Trying to run MJ's Help Diagnostics in a default wine gives an Unhandled page
fault on read access (see attachment)
--
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.