http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From dmitry(a)codeweavers.com 2007-25-02 03:56 -------
This should be implemented using FONTSIGNATURE returned by GetTextCharsetInfo.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From truiken(a)gmail.com 2007-25-02 03:38 -------
Can you please attach a +msi,+msidb,+file log? I'm wondering why the file only
has read permissions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From hans(a)it.vu.nl 2007-25-02 02:57 -------
The reason is that fontconfig uses a different heuristic to determine
if a font supports a given Unicode character. That means we would
not match Windows output 100% which in turn can result in subtle bugs.
A proper solution would be to grovel through the font tables ourselves
and write a conformance test to ensure we match Windows exactly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7529
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-25-02 01:32 -------
The problem with this installer is that we don't support markers in SELECT
clauses, which is how the installer loads the next dialog. I've sent a patch
that adds tests for this feature.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4265
------- Additional Comments From dank(a)kegel.com 2007-24-02 23:19 -------
This was with git from the 20th. I see from bug 7208
that things might have improved some since then, so I'm
pulling again and retesting...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4265
------- Additional Comments From dank(a)kegel.com 2007-24-02 23:14 -------
Re-downloaded the demo today (it's version 5.1, not sure what
I was testing before). Still need to use
http://kegel.com/wine/fakeie.sh
Installation goes quite a way, but then fails in a way that
reminds me of bug 7461.
trace:msi:HANDLE_CustomType1 Calling function L"StartUp" from
L"C:\\windows\\temp\\msi7971.tmp"
trace:msi:wait_thread_handle waiting for L"ISStartup"
trace:msi:DllThread custom action (15) started
err:msi:ACTION_CallDllFunction failed to find action
{006e0069-0064-006f-7700-73005c007400}
trace:msi:DllThread custom action (15) returned 1627
trace:msi:MsiCloseAllHandles
trace:msi:DllThread custom action (13) started
trace:msi:ACTION_CallDllFunction L"C:\\windows\\temp\\msi7971.tmp" L"StartUp"
...
trace:msi:ACTION_CallDllFunction calling L"StartUp"
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d7a021c 0x7d7a0a20
...
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d7a021c 0x7d7a0a20
trace:msi:MSI_ProcessMessage (0x45d621 fff 10 L"ISStartUp Failure. OpenEvent,
Error = 0x6")
...
trace:msi:DllThread custom action (13) returned 1603
...
err:msi:ITERATE_Actions Execution halted, action L"ISStartup" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4227
------- Additional Comments From dank(a)kegel.com 2007-24-02 22:46 -------
Unfortunately, the free download of QuickTest Pro is now for version
9.1, which requires .NET 2.0. I still have version 8.2 at home, will try
that again shortly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7544
------- Additional Comments From ehoover(a)mines.edu 2007-24-02 21:56 -------
Created an attachment (id=5085)
--> (http://bugs.winehq.org/attachment.cgi?id=5085&action=view)
Add support for ReplaceFileA/ReplaceFileW
This patch (for wine 0.9.31), implements the ReplaceFileA and ReplaceFileW
functions. With this patch the Supreme Commander demo is able to successfully
save its config file so that it can remember settings between launches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7247
------- Additional Comments From nikitis(a)gmail.com 2007-24-02 21:40 -------
I confirm this bug. The problem I noticed was that the X-Server was either not
releasing the Mouse. Wine seems to have grabbed the mouse as well because you
can move the character in-game on UT2k4. But he can only turn about 360 degrees
in either direction then he stops turning. At this point the mouse cursor in
X-Server hits the wall on your desktop. This game runs flawlessly other than
this. Would like to see a fix for this. And if it's not wines fault, would
like to see wine implement a feature to make this work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From ryanbach(a)adelphia.net 2007-24-02 21:04 -------
@Hans Leidekker
Ask them why it was rejected and if they can help you to fix your patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7542
------- Additional Comments From ehoover(a)mines.edu 2007-24-02 20:57 -------
Created an attachment (id=5084)
--> (http://bugs.winehq.org/attachment.cgi?id=5084&action=view)
Update mouse position on ShowCursor call
This patch is for updating the DirectX mouse position to the last OS mouse
position when the ShowCursor call is made. When ShowCursor is first called it
is supposed to make the cursor appear at the OS's last cursor position (checked
this against an XP machine). Supreme Commander repetitively calls this command
so that when the OS mouse moves, so does the mouse for SC.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7544
Summary: ReplaceFileW not implemented
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
The Supreme Commander demo uses ReplaceFileW in order to turn a temporary config
file into the permanent configuration. Since this function is missing, all
configuration is lost when the demo is closed.
fixme:file:ReplaceFileW (L"c:\\windows\\profiles\\ehoover\\Local
Settings\\Application Data\\Gas Powered
Games\\SupremeCommanderDemo\\Game.prefs",L"c:\\windows\\profiles\\ehoover\\Local
Settings\\Application Data\\Gas Powered
Games\\SupremeCommanderDemo\\Game.prefs.new",(null),00000000,(nil),(nil)) stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7543
Summary: Window position geometry not saved between app
executions
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuxman99999(a)gmail.com
Whenever I run GoldWave ver. 4.26 (http://www.goldwave.com) in Wine version
0.9.24 or later, the GoldWave windows do not remember their last state. With
version 0.9.23 and earlier, I had set up GoldWave to maximize and its child
window (Device controls window) to a certain position and size. See
http://www.cs.txstate.edu/~patrick/images/screenshot-2005-07-25-1842.png. Each
time I opened GoldWave, the device controls child window's geometry was the same
as in this image.
Now, with version 0.9.24 and newer, the child window is shrunk down to a small
size. Even after resizing it, shutting down GoldWave and then restarting it,
the device controls child window size/position geometry isn't saved. See
http://www.cs.txstate.edu/~patrick/images/screenshot-20070224.png .
I've tried Google-ing this, searched all over Winehq.com and the Wiki for this,
but I can't seem to find any documentation on how to either (1) have Wine
remember the application's window's geometry, or (2) restore 0.9.23
functionality to newer versions of Wine. Thank you for your assistance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7542
Summary: Supreme Commander demo does not update cursor position
Product: Wine
Version: 0.9.31.
Platform: PC
URL: http://www.fileshack.com/file.x/10158/Supreme+Commander+
Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
The Supreme Commander demo disables the X11 cursor and creates an in-game cursor
at (0,0). This in-game cursor never moves from that starting position, though
in-game buttons will hi-light if you can manage to move the invisible cursor to
a button.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7541
Summary: Yahoo Magic Match 2 aborts silently on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://get.games.yahoo.com/proddesc?gamekey=magicmatch2
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
+all shows that magic match 2 dies very quickly,
after attaching winedos.dll:
0009:Ret PE DLL (proc=0x7e086254,module=0x7e050000
L"winedos.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0009:trace:module:process_attach (L"winedos.dll",(nil)) - END
0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x180c60): returning TRUE
0009: event_op( handle=0x7c, op=1 )
0009: event_op() = 0
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ff53e
This game uses common controls version 6; the .exe has a
.exe.manifest next to it that says
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
http://msdn2.microsoft.com/en-us/library/ms997646.aspx#xptheming_topic2
says that version 6 is not redistributable... so it looks like
we need to implement version 6 to run this game.
No idea if this is the cause of this crash, though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From hverbeet(a)gmail.com 2007-24-02 19:23 -------
No, not really. They're not actually part of the core d3d dlls, and applications
*are* supposed to install them if they're not already present. Applications that
don't are broken, and have the same problem on Windows. It's essentially the
same as with MFC, etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6250
------- Additional Comments From rmh(a)aybabtu.com 2007-24-02 19:04 -------
Created an attachment (id=5083)
--> (http://bugs.winehq.org/attachment.cgi?id=5083&action=view)
Andrew's hardware cursor patch
I've updated Andrew's patch for wine 0.9.31. It doesn't seem to solve the
problem for Conquer/Conquista (Henry's hack does, though). Can someone try
with Guildwars?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4924
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |jacek(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6095
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |jacek(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7485
wine(a)enzerink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From ben(a)atomnet.co.uk 2007-24-02 16:20 -------
That comment is just silly. These DLLs are part of DirectX so they should be
implemented in Wine, despite the fact that they come with some of the games.
Wine uses its own DLLs, not native MS ones.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7507
------- Additional Comments From ehoover(a)mines.edu 2007-24-02 16:19 -------
Created an attachment (id=5082)
--> (http://bugs.winehq.org/attachment.cgi?id=5082&action=view)
Fix for Supreme Commander text rendering problems
The attached patch fixes two problems that were preventing Supreme Commander
from properly rendering text, please test and confirm. The patch is against
the Wine 0.9.31 source.
1) Fonts were not loading from memory
2) Fonts were being blitted to an off-screen surface with 32bpp depth
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7516
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 16:01 -------
Created an attachment (id=5081)
--> (http://bugs.winehq.org/attachment.cgi?id=5081&action=view)
with the registry key set to fbo
ok, sorry to interfere in this bug that is not about nfsmw, but the problem
seems to be the same , so i'll attach screenshot here. This is with registry
key OffScreenendering set to fbo. The upside down problem is gone, but now the
"game" window is too small.....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7483
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-console |wine-ole
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From wine(a)eternaldusk.com 2007-24-02 15:07 -------
I think this bug should be closed. These DLLs are included with the app,
therefore they do not need to be implemented in Wine.
However... they don't *work* under Wine, so I agree with Jan Zerebecki's
comment that this should be opened as a separate issue. However, it won't be
me that opens it - as I do not have the free time to help anyone debug it (as
witnessed by my 3-month time between checking posts).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7063
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 15:02 -------
*** Bug 7540 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7540
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 15:02 -------
btw, using the patch + ies4linux makes the game start fine. (ies4linux to get
around some unimplemented stuff in shdocvw apperently)
*** This bug has been marked as a duplicate of 7063 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7540
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 14:53 -------
Hi Dan, this is exactly same problem as Yahoo Zuma has. Try Peter Oberndorfers
patch in your own bug about Civilization 3 ;) Then the opening screen comes up
fine. It's copy protection related.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7540
Summary: Yahoo ten-pin bowling crashes so fast your head spins
Product: Wine
Version: CVS
Platform: Other
URL: http://get.games.yahoo.com/proddesc?gamekey=bowling
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Yahoo ten-pin bowling installs fine, but it crashes
immediately on startup. And I do mean immediately.
+all shows
0009:Starting process L"C:\\Program Files\\Yahoo! Games\\Yahoo! Ten Pin
Championship Bowling\\Yahoo Ten Pin Championship Bowling.exe" (entryproc=0x2016f510)
0009:trace:seh:raise_exception code=80000003 flags=0 addr=0x20170029
notepad works, so I know it's not something basic with my wine.
And I remove ~/.wine before installing, so I know it's not
caused by a previous app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4737
------- Additional Comments From rmh(a)aybabtu.com 2007-24-02 14:09 -------
With 0.9.31 it doesn't segfault, but still gets errors referring this unmarshal
thing that cause it to abort. See bug 7483.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7539
Summary: Pigillionaire crashes on "play game"
Product: Wine
Version: CVS
Platform: Other
URL: http://www.reflexive.com/Themes/Arcade2003Frame/Index.ph
p?PAGE=GameDetail&CID=4113&AID=763
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
pigillionaire is a freely downloadable game I found on
http://www.free-games.com.au/
It installs fine, but when you run it and click on "Play Game",
you see:
...
fixme:ddraw:IDirectDrawImpl_CreateSurface Wanted to get surface dimensions from
window 0x10026, but it has only a size of 0x0. Using full screen dimensions
err:ddraw:IDirectDrawSurfaceImpl_SetSurfaceDesc Setting the surface memory isn't
supported yet
...
trace:shell:PathFindExtensionW
(L"http://www.mysterystudio.com/pig_crash.php?plat=win&f=pigaff&rpt=EhLz7sIcs7…"...)
err:exec:SHELL_ExecuteW cannot set directory
L"S9yhT7gnhGS2YQ0VHjglVrC9NYA_sF26FfRgFVborq46vSvagNeLwwuVTp55ThYBtWfpi76qKcMN1Yoj0KkE5Oe5o8zhFh3qrwbNl9DDTOpuaus0G91KQgy1-ZjYhSO6RfEO_dNqMzYvIHWDjtVCKlbL2Vi5Crm7RaZ8MYNQG_lL8uUODLDB2UZni_tEu0ls80dm8IEtKiUKtMpw754jyilYdWtzb_QOad_sUCyYYWR4duszFHP_CkuWec-Brrnp7-mnApXTkNwDKcm0oJ26sjoFeRIvmgXNgLfws4ogbItMT"...
So it looks like it crashed because of some directdraw thing,
and the game is trying to phone home about the crash, and *that*'s failing.
(This is on a laptop, maybe it's upset it can't set my resolution.)
Turning on +relay, I see
000e:Call kernel32.CreateFileA(008a0120
"c:\\windows\\profiles\\dank\\Application
Data\\MysteryStudio\\Pigllionaire\\pig.log",40000000,00000003,0034d984,00000004,00000080,00000000)
ret=004ec515
but the log only says "log sent".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7344
------- Additional Comments From flexo(a)holycrap.org 2007-24-02 13:50 -------
Okay, seems there are 3 causes:
1. The major flickering of the header control is caused by a missing
UpdateWindow() in the WM_PAINT handler. I sent a fix for this to wine-patches:
http://winehq.org/pipermail/wine-patches/2007-February/036303.html
2. The major flickering in the listview itself is caused by our WM_ERASEBKGND
handler - native comctl23 returns FALSE, forwarding the erasing to the
application for some reason. I've yet to figure out why it does that - the only
reason MSDN gives would be a bkclr of CLR_NONE but this is not the case here.
Inserting "return FALSE;" fixes this but that's probably a hack (however, since
everything looks still fine I'm not even sure about that)
3. Unknown. With the patch for 1. and the hack for 2. applied there seems to
remain some (rather minor) flickering which doesn't appear with native comctl32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
I'll do the test when .32 is out.
it's only 20 minutes of compiling, after all.
I'm sure it will work, it works for 9.30 too.
rens
Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=6323
>
>
>
>
>
> ------- Additional Comments From nlaw(a)nildram.co.uk 2007-22-02 21:53 -------
> I can test and close this when .32 is released in a week or two. Unless somebody
> beats me too it.
>
>
http://bugs.winehq.org/show_bug.cgi?id=5180
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-ole
------- Additional Comments From dank(a)kegel.com 2007-24-02 12:19 -------
Runs fine with dcom98, so changing category.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7516
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 12:17 -------
Created an attachment (id=5079)
--> (http://bugs.winehq.org/attachment.cgi?id=5079&action=view)
another affected app.
Need for speed most wanted demo has the same problem. It only happens when the
speed is high; if i use the brakes to slow down, it "flips" back again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4931
------- Additional Comments From dank(a)kegel.com 2007-24-02 12:09 -------
Running with native dcom98 seems to be a good workaround, so it's
definitely a COM/OLE problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7516
------- Additional Comments From hardkaare(a)gmail.com 2007-24-02 11:45 -------
I found out that this only happens if I enable "Allow Pixel Shader" in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=657
------- Additional Comments From dank(a)kegel.com 2007-24-02 11:28 -------
The console messages are not visible when users don't run the app
from the commandline. We need to solve that in general sometime,
perhaps by having our logging code recognize some errors as worthy
of displaying in a popup, or perhaps by having a tray icon to show
the Wine console (kind of like the Javascript console in browsers).
mfc42.dll is a microsoft redistributable. There are other dlls that
are sometimes missing that are not redistributable, or are not from
Microsoft. Because MS redistributables are freely available
as part of other freely available apps, a certain amount of
guidance for the users can go a long way. Alternately, we could
have wineprefixcreate install one of those apps automatically;
that would make the mfc42.dll problem go away...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5253
------- Additional Comments From glorified09(a)hotmail.com 2007-24-02 10:05 -------
Created an attachment (id=5077)
--> (http://bugs.winehq.org/attachment.cgi?id=5077&action=view)
deleted fonts and added value, unable to identify version
When I deleted the fonts mentioned in comment #56 and added the value in
comment #70 with "gdi", Battle.Net gives me an error message saying that my
product version cannot be identified. (Also all the text is weird, but if I got
the game running on Battle.Net, I wouldn't mind.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From dmitry(a)codeweavers.com 2007-24-02 10:05 -------
Adding an exception handler often means simply hiding the bug. We in Wine
want to see what is going on, and add a fix (an exception handler is not
really a fix, just a workaround for broken applications) only when we get
enough understanding that an observed behaviour is really needs a fix, and
if yes which one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From leukhe(a)gmail.com 2007-24-02 09:56 -------
Well, I maintain morph, not wine, so it is your call, But a exception handler
seems to be the way windowsXP handles it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From dmitry(a)codeweavers.com 2007-24-02 09:47 -------
Windows compatibility doesn't mean to blindly add exception handlers around,
we add them once we have a real world application that depends on it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7538
Summary: IvAe crashes with GLXBadDrawable error
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lanzato(a)gmail.com
IvAe software from www.ivao.aero/softdev/ cannot be run because, shortly after
starting that, it crashes and responses in console:
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 6481
Current serial number in output stream: 11117
I've found similar bugs filed but I think maybe this is a new one, since i found
several workarounds that do not work.
System: Ubuntu 6.10 kernel 2.6.17-10-386
Wine 0.9.31
Nvidia 6600GT 128Mb
Drivers: don't know how to get my Nvidia drivers number, however i've just
updated them with "envy" software.
tnx for any help
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7447
------- Additional Comments From flexo(a)holycrap.org 2007-24-02 08:56 -------
This is not related to SHGetIconOverlayIndexA being unimplemented (doesn't get
called before the crash).
The application crashes in sfl.dll at
:1000B18A 2B4D28 sub ecx, dword[ebp+28]
with ebp being 0 (the exception is caught and some stuff written to error.log).
Relay log doesn't seem to provide any clue...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From leukhe(a)gmail.com 2007-24-02 08:48 -------
IF you want windows compatibly you need a exception handler. Null check is
enough to pass the emule morph 9.5 startup bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7537
Summary: XIII: Page fault in glTextImage2d in libgl.so.1
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Helmut.henig(a)gmx.at
Game starts but trying to start a game (trying to play the game) gives a page
fault in libgl.so.1 (see backtrace)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=657
------- Additional Comments From dmitry(a)codeweavers.com 2007-24-02 06:34 -------
Personally I don't see the point of educating: Wine prints a clear message
on the command line about a missing DLL. A case of missing MFC42.DLL is not
different from any other case of a missing/not installed library.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7536
Summary: Gravity has database troubles
Product: Wine
Version: unspecified
Platform: Other
URL: http://mpgravity.sourceforge.net/
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained that he couldn't get Gravity working, so
I tested Gravity 2.7 with current wint from git.
Install went fine, and the GUI comes up ok.
Apparantly saving data fails unless you have native DCOM installed.
see
http://groups.google.com/group/uk.adverts.computer/msg/c04ee62ec1b777b6
for confirmation that native DCOM helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=657
------- Additional Comments From dank(a)kegel.com 2007-24-02 05:09 -------
Agreed. This bug should have been closed a long time ago, really.
The most that Wine should do is educate users, I think.
e.g. if mfc42.dll is required but not present, Wine might
want to pop up a dialog box explaining the problem
and suggesting they install some mfc42 app that is
packaged properly and thus installs the missing library.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From Ronny.Standtke(a)gmx.net 2007-24-02 05:07 -------
I completely removed ~/.wine before Installation of Office 2000. After the
failed installation I see the following files:
$ ll /home/ronny/.wine/drive_c/windows/fonts/
insgesamt 492
-r--r--r-- 1 ronny ronny 243684 1998-07-18 22:35 TahomaBD.TTF
-r--r--r-- 1 ronny ronny 249012 1998-07-18 22:35 Tahoma.TTF
Looks like a case sensitivity problem (TAHOMA -> Tahoma) to me...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1871
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dank(a)kegel.com 2007-24-02 05:02 -------
Seems like we should have the 2nd etc. wine processes
check for a DISPLAY conflict and abort if they find one.
But that's a bug for another day.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7535
------- Additional Comments From primorec(a)sbcglobal.net 2007-24-02 04:46 -------
Thanks, this is very nice workaround if(when) the user observes (works with) the
application on the same workstation on which the application was started at.
If the DISPLAY variable points to another workstation on the network, the user
on that workstation does NOT have a system tray with the icon available.... so,
this workaround can not be applied
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7342
------- Additional Comments From damjan.jov(a)gmail.com 2007-24-02 04:28 -------
I think if wine wasn't finding the native DLL you'd be getting different errors.
So the native DLL exposes some other bugs in wine :-).
I'll see about improving wine's MAPI32 so it works with Outlook.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1871
primorec(a)sbcglobal.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From primorec(a)sbcglobal.net 2007-24-02 04:28 -------
I am able to open GUI based MS .exe on another UNIX workstation by pointing
$DISPLAY variable to that workstation. Verified with 0.9.31 and uTorrent.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7535
damjan.jov(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From damjan.jov(a)gmail.com 2007-24-02 04:22 -------
This is known issue, bug #6147. In DC++ you have to right-click the system tray
icon and select "Show", I did something similar in utorrent to get the window
to show.
Confirming bug and decreasing severity to normal.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
winehq-bugzilla(a)six-by-nine.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|No support for multithreaded|Something in multithreaded
|OpenGL breaks WoW's upcoming|OpenGL breaks WoW's upcoming
|patch |patch
------- Additional Comments From winehq-bugzilla(a)six-by-nine.com.au 2007-24-02 04:07 -------
Changing summary based on the following statement:
(08:55:30 PM) Thunderbird: multithreaded opengl should work fine
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
winehq-bugzilla(a)six-by-nine.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-x11driver |wine-opengl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7535
primorec(a)sbcglobal.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7535
Summary: X11 refresh does not work
Product: Wine
Version: unspecified
Platform: PC
URL: http://download.utorrent.com/1.6.1/uTorrent-1.6.1-
install.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: primorec(a)sbcglobal.net
When uTorrent starts, it works fine until the user changes the desktop. When the
user returns to the original desktop, the uTorrent is blank/black.
How to reproduce this bug ?
- download uTorrent from here
http://download.utorrent.com/1.6.1/uTorrent-1.6.1-install.exe
- install it
- start the uTorrent
- start downloding 'something'
- switch the Destop
- return to the original Desktop (the one where you've started uTorrent)
ACTUAL RESULT: uTorent is blank
DESIRED RESULT: uTorrent should have all the buttons/panels/etc visible
ADITIONAL INFO:
uTorrent does NOT die. It continues working. Files still get downloaded... but
there is nothing user can observe, modify, stop or start... because the uTorrent
window is blank
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7533
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://tw.dl2.gamania.com/ka
| |rtrider/PopKart_Setup_022.ex
| |e
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 03:32 -------
I found download link above. It indeed crashes immediately. Weird bug!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7534
------- Additional Comments From Jsewill(a)msn.com 2007-24-02 03:03 -------
Created an attachment (id=5073)
--> (http://bugs.winehq.org/attachment.cgi?id=5073&action=view)
Output while running game successfully from within the game directory (and
playing a single player skirmish).
It works when run from the actual directory. The problem that started this bug
report happens when I attempt to run the game from any other directory (i.e.
"wine /home/user/.wine/drive_c/aoe2/Empires.exe"), instead of
"user(a)slack-/.wine/drive_c/aoe2$ wine Empires.exe". Thats the workaround.
Now, there is still the issue of the really long lagtime in the game menus and
during gameplay as well as choppy and slow gameplay,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7533
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-24-02 02:36 -------
Hi, is there a demo available, that has the same problem? Also, could you run it
, with an unstripped wine, to get a more meaningful backtrace? thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Quoting Wine Bugs:
>
> http://bugs.winehq.org/show_bug.cgi?id=7528
>
> ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-23-02 01:11 -------
> Hi, could you please make sure that you're not using any native windows dlls
> (preferably install in a fresh .wine)?
>
> I tried the installer, and it works just fine right here.
No extra dlls there.
A few questions that might make a difference...
- What is your OS environment?
- Are you using a separate x11 window as a root window for
wine windows or are you running wine windows directly in
your normal desktop?
- What sort of window manager are you using?
Cheers,
// jau
.--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -.
/ Jukka A. Ukkonen, Oxit Ltd, Finland
/__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671
/ Internet: Jukka.Ukkonen(a)Oxit.Fi (Home) +358-9-6215-280
/ Internet: jau(a)iki.fi
v
.--- .- ..- ...-.- .. -.- .. .-.-.- ..-. ..
+ + + + My opinions are mine and mine alone, not my employers. + + + +
http://bugs.winehq.org/show_bug.cgi?id=657
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dmitry(a)codeweavers.com 2007-24-02 01:55 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=657
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dmitry(a)codeweavers.com 2007-24-02 01:55 -------
Implementing MFC is outside the scope of the Wine project.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7534
Summary: Age of Empires 2, could not initialize graphics system
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jsewill(a)msn.com
This issue is regarding running Age of Empires 2 with Slackware 11.0 and wine
9.31. The program installs fine, though there are a lot of fixme's ( such as,
"fixme:imm:ImmGetDefaultIMEWnd (various_memory_addresses_here): semi-stub"). CP
fix and 2.0a updates install fine as well. The issue is running the actual
program. When I run it I get an error message stating, "Could not initialize
graphics system. Make sure that your video card and driver are compatible with
direct draw.", I click OK and then it exits. Terminal shows fixme's having to
do with d3d and ddraw. The game doesn't get any further than this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
winehq-bugzilla(a)six-by-nine.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|World of Warcraft: All spell|No support for multithreaded
|and action icons are corrupt|OpenGL breaks WoW's upcoming
|in the next release |patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7357
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-24-02 00:38 -------
mfc42.dll still needs to be installed first in order for Microsoft Script 5.6 to
properly install itself, but this is pretty minor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
------- Additional Comments From winehq-bugzilla(a)six-by-nine.com.au 2007-24-02 00:25 -------
(05:21:21 PM) vitamin: Wine doesn't support multithreaded 3D at all
(05:21:50 PM) bleetah: so, I'm guessing they've switched the 'default' rendering
over to multithreaded, then
So I guess that the bug, if any, is that there's no fallback of some description
for when multithreaded 3d is requested. I dunno, as I'm ignorant of these
things. Just guessing ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
------- Additional Comments From winehq-bugzilla(a)six-by-nine.com.au 2007-24-02 00:20 -------
(05:19:00 PM) Griswold: UIFaster has to do with multithreaded opengl
(05:19:17 PM) Griswold: that command turns it off completly
(05:19:41 PM) Griswold: So I guess if you could post in there for the devs, or I
can tell one later, that multithreaded opengl could be the cause of that bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
------- Additional Comments From winehq-bugzilla(a)six-by-nine.com.au 2007-23-02 23:57 -------
Confirming that #4 works.
Now, what that setting actually does internally to the game, we have no idea. If
Blizz were a little forthcoming on this, we *might* be able to patch wine
accordingly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7357
mk144210(a)bcm.tmc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5029 is|0 |1
obsolete| |
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-23-02 23:56 -------
Created an attachment (id=5071)
--> (http://bugs.winehq.org/attachment.cgi?id=5071&action=view)
msi: Add full JScript/VBScript support and partial expandable OLE automation
support.
Patch 3/3. Easily expandable to implement other function wrappers to finish OLE
automation interface or add single functions for programs/installers that need
them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7357
mk144210(a)bcm.tmc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5028 is|0 |1
obsolete| |
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-23-02 23:54 -------
Created an attachment (id=5070)
--> (http://bugs.winehq.org/attachment.cgi?id=5070&action=view)
msi: Add handles for JScript/VBScript actions that call one script function.
Script 2/3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
------- Additional Comments From jtwyford(a)gmail.com 2007-23-02 23:48 -------
Possible fix: Run the commands
/console SET UIFaster "0"
/console reloadui
The UI Acceleration seems to be having issues, as they indicated in the 2.0.5
patch. It still shouldn't be doing this, but a note in the appdb page should get
people aware of the situation. The above fix works for me, by the way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7533
Summary: crashes on "Popkart"
Product: Wine
Version: 0.9.24.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: temp1(a)skewray.com
wine core dumps when I try to run Popkart. Hopefully I will get a backtrace
attached. I don't really know which component this goes under; I just
used "wine".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6315
------- Additional Comments From jcarthew(a)mbarron.net 2007-23-02 22:59 -------
Created an attachment (id=5067)
--> (http://bugs.winehq.org/attachment.cgi?id=5067&action=view)
Screenshot of the rendering error
the white on the cockpit is the same as on the ships, if you fly up close to a
ship in the game the white goes away and the ship is rendered normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
jtwyford(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jtwyford(a)gmail.com
------- Additional Comments From jtwyford(a)gmail.com 2007-23-02 22:57 -------
Confirming here as well in OpenGL mode. This is the 2.0.10, not 2.1.0 patch,
though...
I couldn't even get DX to get to the login screen (massive graphical breakage),
but I'm unaware if that's new behavior or not on my system since I've always
used OpenGL.
Not seeing any different stdout fixmes/errs from running live 2.0.8, but
something's obviously broken. Going to be posting on Bugzilla in a few. Addons
made no difference installed or not.
Not seeing any different stdout fixmes/errs from running live 2.0.8, but
something's obviously broken. Going to be posting on Bugzilla in a few. Addons
made no difference installed or not.
Vitals:
Wine 0.9.31 with the Numpad patch
FC5 kernel 2.6.18-1.2257.fc5
Nvidia 5200FX NV34 128MB kmod-nvidia-1.0.8776-1.2.6.18_1.2257.fc5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
------- Additional Comments From winehq-bugzilla(a)six-by-nine.com.au 2007-23-02 22:49 -------
Just clarifying, that above SS was taken in OpenGL.
After initially seeing this with default settings, I copied across my Config.wtf
from my live game. Same results.
On a suggestion from the IRC chan, I attempted d3d rendering.
Whilst I didn't see the random pixels, the icons that were being displayed were
a mish-mash of the wrong icon (eg, looked like my 'attack' icon was the 'collar'
icon, as well as empty (ie, black) icons). I tried grabbing the screenshot
ingame, and it crashed out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7048
------- Additional Comments From ekohlwey(a)gmail.com 2007-23-02 22:48 -------
after doing some research on Google I've found this may be a problem with the
source engine itself. Unfortunately I'm not familiar enough with D3d or wine to
provide more feedback.
No system changes (this is on a laptop), and the problem doesn't affect hl2,
just hl2:episode one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7531
------- Additional Comments From winehq.20.noos(a)spamgourmet.com 2007-23-02 22:41 -------
The version of GSAK in question for this bug is 6.6.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7531
------- Additional Comments From winehq.20.noos(a)spamgourmet.com 2007-23-02 22:37 -------
By the way, this is happening on Gentoo amd64, running a 2.6.20-gentoo kernel.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7532
Summary: World of Warcraft: All spell and action icons are
corrupt in the next release
Product: Wine
Version: 0.9.31.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugzilla(a)six-by-nine.com.au
2.1.0 test realm client from the above URL produces the following results:
http://www.bleeter.org/wow/WoWScrnShot_022407_150016.png
If this goes 'live', it'll render Wine's Gold level a bit of a joke, as it'd
drop through to 'completely unusable'
I'm *assuming* it's X11driver problems, but really dunno what component I should
file against. My apologies if I mis-filed. I dropped by the IRC chan and got
told to file a bug report - so here it is! :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7531
Summary: GSAK application freezes when Gecko is installed
Product: Wine
Version: 0.9.31.
Platform: PC-x86-64
URL: http://appdb.winehq.org/appview.php?iAppId=3884
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.20.noos(a)spamgourmet.com
After installing and starting GSAK for the first time, wine will present the
following prompt, "This application is trying to show an HTML page. Wine needs
Gecko (Mozilla HTML engine) to be installed to show the page. Click install if
you want Wine to automatically download and install Gecko."
If you select "Install" and let wine install Gecko, then GSAK will freeze after
maybe 30 seconds or so of operation. The last couple of messages that wine
reports at this point will be:
fixme:mshtml:HTMLElement_get_innerHTML (0x2516190)->(0x34f4ac)
fixme:shdocvw:WebBrowser_get_Busy (0x1b8e40)->(0x34fb34)
If instead of selecting "Install" at the above prompt, you select "Don't
install", then GSAK will no longer freeze.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6440
------- Additional Comments From citizenr(a)gmail.com 2007-23-02 18:26 -------
>no native libs, everything buildin.
but whatever :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5844
------- Additional Comments From citizenr(a)gmail.com 2007-23-02 18:21 -------
"minimizing from tray and then restoring window will move it to the left and up
a litle every time"
With .9.31 it moves up like before, but left move is only 1 pixel, so something
has changed :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7530
Summary: Wine fails to compile on Intel-Macs, 'x86_DEBUG_STATE32'
undeclared
Product: Wine
Version: CVS
Platform: Macintosh
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.kauker(a)web.de
I'm running an Intel-Mac with MacOs X 10.4.8 (gcc is 4.0.1 from Apple).
When I tried to compile Wine 0.9.31 or newer from CVS it fails in mach.c:
mach.c: In function 'get_thread_context':
mach.c:151: error: storage size of 'state' isn't known
mach.c:167: error: 'x86_DEBUG_STATE32' undeclared (first use in this function)
I hope someone can help me with this.
Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7378
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From flexo(a)holycrap.org 2007-23-02 17:13 -------
Right. Resolving as dupe.
*** This bug has been marked as a duplicate of 5844 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5844
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zebul666(a)hotmail.com
------- Additional Comments From flexo(a)holycrap.org 2007-23-02 17:13 -------
*** Bug 7378 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7377
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4970 is|0 |1
obsolete| |
------- Additional Comments From b.buschinski(a)web.de 2007-23-02 17:04 -------
Created an attachment (id=5066)
--> (http://bugs.winehq.org/attachment.cgi?id=5066&action=view)
get tantra working cvs/git
It does not work.
it just ends with
err:seh:setup_exception stack overflow 4 bytes in thread 0010 eip 7efc1825 esp
00240ffc stack 0x241000-0x350000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1410
------- Additional Comments From bloodofthedemons(a)yahoo.com 2007-23-02 16:36 -------
This bug is still present in:
Robin Hood: The Legend of Sherwood > official english demo
http://appdb.winehq.org/appview.php?iVersionId=3752&iTestingId=9484
When testing with Wine 0.9.31
"it's impossible to navigate the information windows that popup and to change
any options because of the bug 1410 which is still present in this game."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From julliard(a)winehq.com 2007-23-02 16:26 -------
A NULL check is enough, unless you have a real app that passes a bad pointer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From leukhe(a)gmail.com 2007-23-02 15:21 -------
the reason why morph does this? the same reason it is not handled into wine i
suppose. YOu can call it bug if you like.
But It needs an exception. not a handler for null. (I can read the source, I DO
not have the time now to figure out how to build wine from scratch and apply the
attachment.
"
#include "stdafx.h"
#include <Winsock2.h.>
int _tmain(int argc, _TCHAR* argv[])
{
int var = inet_addr((char *) 1);
fprintf(stdout,"THis program is also ok\n");
return 0;
}
"
also works under xp (attached as a exe)
(don't know how to handle bug status or priority... feel free to change it)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7190
------- Additional Comments From carl.sopchak(a)cegis123.com 2007-23-02 14:41 -------
I just tried running under wine 0.9.31, and the menubar still drops the choices
- in Quicken only, though! (My first post in this bug stated that I was also
having the problem with QuickBooks, which I do not have any more.) Something
has improved, but the issue is not fixed...
Also, renaming (not removing!) my ~/.wine, and re-establishing my real C: drive,
did NOT help...
HTH,
Carl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7461
------- Additional Comments From truiken(a)gmail.com 2007-23-02 14:33 -------
That patch isn't correct in all cases, so I'm going to wait for Mike to see what
he wants to do with this. The problem is that the custom action code assumes
that DllThread will be executed (after the call to CreateThread(DllThread,
info)) before we release info, which doesn't always happen, leaving us with a
dangling pointer. The pseudocode goes something like this:
function DllThread(info)
{
// use info to call custom action
}
...
function callCustomAction()
{
CreateThread(DllThread, info);
delete_info(info);
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7506
------- Additional Comments From dougm(a)bravoecho.net 2007-23-02 13:50 -------
Created an attachment (id=5064)
--> (http://bugs.winehq.org/attachment.cgi?id=5064&action=view)
wine debug output of ftp upload using Windows XP ftp.exe
command:
$ WINEDEBUG=+winsock wine winftp.exe -d -s:fc2 winpc>wine-debug-winftp.txt
fc2 contains:
dmccasland
jjj
bin
put mm
bye
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-23-02 13:41 -------
Damjan: After setting the mapi32.dll override to "native", I tried putting
mapi32.dll in the same directory as OUTLOOK.EXE and also in
~/.wine/drive_c/windows and in both cases I got the error message "Cannot start
Microsoft Outlook". Should I have tried placing the dll somewhere else?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7529
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://download2.citrix.com/
| |FILES/en/products/client/ica
| |/client9230/Ica32Pkg.msi
Severity|major |normal
Keywords| |download, Installer
------- Additional Comments From thestig(a)google.com 2007-23-02 11:46 -------
Thanks for the report, please remember to attach the output in the future
instead of pasting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7344
------- Additional Comments From christianuceda(a)yahoo.com 2007-23-02 10:39 -------
The problem is especially evident when running win32 apps on wine using a
remote session (Xvnc or NX) the obsessive redraw behaviour is much more
noticeable on Xvnc.
The problem slows down the remote session quite a lot when running on a slow
link.
At least on my machine if I run the apps locally (no remote session) the
refresh is only noticeable very rarely.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From lightning_uk(a)imgburn.com 2007-23-02 09:56 -------
Ok, tiny update...
Even though the unicode characters weren't visible under wine, it still enough
to get some debug info.
It shows that even using GetWindowLongW, the wine implementation still doesn't
work properly - it doesn't appear to be supporting unicode characters properly
and they get converted to ansi.
I've uploaded some screenshots to the thread on my forum - taken from windows
and ubuntu/wine - using normal text and unicode text.
http://forum.imgburn.com/index.php?s=&showtopic=3366&view=findpost&p=39704
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7495
------- Additional Comments From dmitry(a)codeweavers.com 2007-23-02 09:43 -------
Well, at least our instructions should be improved to mention that we have
eliminated one more native dll dependency.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7495
------- Additional Comments From alex(a)thehandofagony.com 2007-23-02 09:41 -------
Actually, those are the same instructions as listed on the game's official
demo page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5491
------- Additional Comments From florianskarten(a)web.de 2007-23-02 09:10 -------
This bug isn't there, when I use a native Windows XP comctl32.dll.
Thanks to dmitry, who had the idear that this dll could be the bug source. I
tried without success a native user32.dll and msvcrt.dll first. A native user32
was a really bad idear, because I had then manualy edit with a texteditor the
user.reg to undo this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7495
------- Additional Comments From dmitry(a)codeweavers.com 2007-23-02 08:26 -------
wing32.dll has been added today to the Wine code base, please remove
instructions from the AppDB about it, it should be no more needed to
add a native DLL.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6982
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From rob(a)codeweavers.com 2007-23-02 08:18 -------
Thanks for the logs. Looks like StgStreamImpl_Clone is buggy in that it doesn't call
StgStorageImpl_AddStream to initialize its list entry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From dmitry(a)codeweavers.com 2007-23-02 08:17 -------
An edit is a combobox *is* a real edit. I meant to compare the observed
behaviour with other standard and custom window classes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From lightning_uk(a)imgburn.com 2007-23-02 08:07 -------
Those last two test case programs actually have a TntEdit on them too - just
so you can compare a combobox edit to a real edit.
I'm not sure if that's exactly what you were after, but it's better than
nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6440
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From rob(a)codeweavers.com 2007-23-02 08:01 -------
Closing as invalid. Looks like incompatible native dlls were being used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From dmitry(a)codeweavers.com 2007-23-02 07:38 -------
It would be interesting to compare an observed behaviour of the edit control
with other built-un user32 controls (such as "static" and "button") and
a custom window class.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From lightning_uk(a)imgburn.com 2007-23-02 07:24 -------
Created an attachment (id=5063)
--> (http://bugs.winehq.org/attachment.cgi?id=5063&action=view)
Simple test case programs
I've thrown together a couple of basic test apps as requested. Thank you for
looking into this :)
One exe uses the Tnt code with GetWindowLongA, and the other with
GetWindowLongW.
The names of the exe's clearly show which is which.
My findings with these apps are as follows:
Under Windows:
- GetWindowLongA
-- Works as expected. 'IsWindowUnicode' returns TRUE. I can paste a unicode
character (from charmap) into the combobox, click 'Go' and it ends up in the
TntLabel on the right. Normal text input via the keyboard also works fine.
- GetWindowLongW
-- Doesn't work as expected. 'IsWindowUnicode' returns FALSE. I can paste a
unicode character (from charmap) into the combobox, click 'Go' and all I get in
the TntLabel on the right is garbage (normally a question mark). Normal text
input via the keyboard works fine. Obviously it just doesn't like unicode.
Under Wine:
- GetWindowsLongA
-- Doesn't work as expected. 'IsWindowUnicode' returns TRUE. Text input via the
keyboard into the TntComboBox gets compressed (at byte level) from wchar_t to
char and you just get garbage in the TntLabel on the right.
- GetWindowsLongW
-- Works as expected. 'IsWindowUnicode' returns FALSE. Text input via the
keyboard into the TntComboBox is correctly displayed in the TntLabel on the
right.
Copy + paste from charmap under wine doesn't appear to work with this app so I
was unsure how to test unicode character input.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6683
------- Additional Comments From citizenr(a)gmail.com 2007-23-02 06:31 -------
0.9.31 still there
interesting tidbit - it works the first time, then wont, deleting i_view32.ini
will make it work the first time, then won... and so on :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7522
d1m1(a)gmx.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
------- Additional Comments From d1m1(a)gmx.ch 2007-23-02 06:26 -------
The game is playable if you set the sound module to ALSA in winecfg.
But I have to switch of voice communication in the IL-2 Hardware Setup. If I
don't switch it off, the game freezes often, but when it freezes you can send a
-SIGINT (or Ctrl+C in Console), so it continues.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From citizenr(a)gmail.com 2007-23-02 06:16 -------
Created an attachment (id=5061)
--> (http://bugs.winehq.org/attachment.cgi?id=5061&action=view)
1.png
bad language analogy, 'V' ok sign in Polish is often called a bird :) (it kinda
looks like a bird with wings in a V shape)
When you run uTorrent it checks if it can get the port you set it up with, if
it cant it will display red exclamation in place of green V. It does that if
you close uTorrent and run it again = Wine keeps the port open for itself? It
might be another bug, but Iv got a feeling they are connected (maybe it decides
after some time to unbind the port from the app while that app is running and
thats why DHT/KAD is dying).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From citizenr(a)gmail.com 2007-23-02 06:15 -------
Created an attachment (id=5060)
--> (http://bugs.winehq.org/attachment.cgi?id=5060&action=view)
1.png
bad language analogy, 'V' ok sign in Polish is often called a bird :) (it kinda
looks like a bird with wings in a V shape)
When you run uTorrent it checks if it can get the port you set it up with, if
it cant it will display red exclamation in place of green V. It does that if
you close uTorrent and run it again = Wine keeps the port open for itself? It
might be another bug, but Iv got a feeling they are connected (maybe it decides
after some time to unbind the port from the app while that app is running and
thats why DHT/KAD is dying).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5701
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7467
philip.kent(a)ntlworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From philip.kent(a)ntlworld.com 2007-23-02 04:53 -------
This has been fixed as of future release of AutoIt 3.2.3.0
Since this is not a wine bug, I have marked it as INVALID.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5701
------- Additional Comments From onety-three(a)gmx.net 2007-23-02 03:41 -------
I can confirm this, the bug's gone. Someone with the proper privileges should
close this report :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7517
ncliang(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ncliang(a)google.com
------- Additional Comments From ncliang(a)google.com 2007-23-02 02:23 -------
I was able to reproduce the bug using wine-git and following the steps listed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7528
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-23-02 01:11 -------
Hi, could you please make sure that you're not using any native windows dlls
(preferably install in a fresh .wine)?
I tried the installer, and it works just fine right here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7528
------- Additional Comments From jau(a)iki.fi 2007-23-02 00:48 -------
Created an attachment (id=5058)
--> (http://bugs.winehq.org/attachment.cgi?id=5058&action=view)
Basic error trace
This is the quick basic trace produced by wine by default to report unsupported
APIs etc.
The only error reported by the installer is something in the lines
"External exception 0x..." in a dialog box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7528
Summary: Declan Software hiragana teaching program fails to
install
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jau(a)iki.fi
The install wizard starts quite OK, but clicking the first "next" button
instantly shows a dialog window saying something like "External exception 0x...."
Find the dumped trace listing as an attachment.
The program that failed to install is available here...
<http://dl.filekicker.com/send/file/151892-Z37X/rwhsetup.exe>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7527
damjan.jov(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From damjan.jov(a)gmail.com 2007-22-02 23:43 -------
It's a regression in comctl32 that also affects DC++ and probably every other
app that uses listviews with checkboxes. Elevating severity to major and adding
Rob to CC.
65f1d6a38e479c9cdad425bb1efabf1e18b9a88c is first bad commit
diff-tree 65f1d6a38e479c9cdad425bb1efabf1e18b9a88c (from
30f2b444c6fcf54f2a6baae0153354ac905f4008)
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Tue Feb 6 19:20:43 2007 +0000
comctl32: Fix the computation of the select bounds item rect
and fixup the places that depended on the old behaviour.
:040000 040000 188ecd6e719bf587d6f6a2bc930e2801ac347378
b401b232cc685b2e0c59a26ef55671675092b9fb M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7507
------- Additional Comments From ehoover(a)mines.edu 2007-22-02 23:40 -------
Created an attachment (id=5057)
--> (http://bugs.winehq.org/attachment.cgi?id=5057&action=view)
SC Menu w/ FontForge comparison
It appears that StretchRect is completely unrelated to the issue (commenting
out the blit in that function resulted in no change to the text solids). After
typing a command at the wrong console I discovered a "fonts.scd" file in the
game's gamedata folder. "unzip" magically extracted these files, which contain
the game's 13 truetype fonts. Attached is a comparison between the menu
(obtained from a friend) and the FontForge output (they match). After
discovering this I stored the console output to a file and discovered 13
suspicious fixme calls:
fixme:font:AddFontMemResourceEx (0x2b50040,00059a08,(nil),0x33faa8): stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7342
------- Additional Comments From damjan.jov(a)gmail.com 2007-22-02 23:38 -------
If you take Window's MAPI32.DLL and make wine use it (put it in Outlook's
directory and run winecfg, go to the "Libraries" tab, and put an override for
MAPI32 to use the Windows DLL instead of the wine one), does it work?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7527
Summary: uTorrent | checkbox in the Add New Torrent window | Wine
0.9.31 | regression
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: citizenr(a)gmail.com
Ill cut&paste Josh Faulkners description first :
"I don't know if it is a Wine issue or a uTorrent issue, because they both came
out with new versions recently. Anyway, I have not been able to select or
deselect files in a torrent to download by clicking on its checkbox in the Add
New Torrent window. I am on Ubuntu Edgy Eft 6.10, Wine 0.9.31 and uTorrent
1.6.1 (Build 489). My current work around is to just right click the file and
choose "Select" or "Deselect", but it would be nice if the checkboxes worked
again. Thanks!"
Works in .30, doesnt in .31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6323
------- Additional Comments From nlaw(a)nildram.co.uk 2007-22-02 21:53 -------
I can test and close this when .32 is released in a week or two. Unless somebody
beats me too it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From juan_lang(a)yahoo.com 2007-22-02 19:01 -------
INADDR_NONE is probably better than 0xffffffff.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7494
------- Additional Comments From excelblue(a)gmail.com 2007-22-02 18:24 -------
3ea059c9d74a91ae89eb486ff775d5bd36a02141 is first bad commit
commit 3ea059c9d74a91ae89eb486ff775d5bd36a02141
Author: Mikołaj Zalewski <mikolaj(a)zalewski.pl>
Date: Wed Feb 7 21:12:52 2007 +0100
comctl32: listview: Create the LISTVIEW_INFO in WM_NCCREATE.
:040000 040000 e9b1552e4875dc8e4c68295354bf44210546a49e
eacc89d481629dc264f699654e6bcd5d2d82288b M dlls
After running git bisect a bit, I arrived here. This seems like a very logical
place for the bug to be. Thanks for the pointers on how to use bisect.
I've built wine from source many times before back when I used Linux, but these
days (on FreeBSD), I would just use the ports and it'll automate the building in
a way similar to what Gentoo does (except less customization).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7526
Summary: fixme:comm:set_queue_size insize 4096 outsize 4096
unimplemented stub
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger(a)eskimo.com
app-emulation/wine-0.9.31 (~0.9.30??)
When reading/writing with the com port:
wine .wine/drive_c/Program\ Files/Uniden/BCD996T_UASD/BCD996T_UASD.exe
fixme:comm:set_queue_size insize 4096 outsize 4096 unimplemented stub
fixme:comm:GetCommProperties (0x88 0x34ebc8 )
... then hang.
In the meantime, I'll install other versions to see if this is just a bug with
this wine version. I've never had problems with communicating with the com port
until now. Also upgraded the firmware version on the device connected to the
comport, so also could be a source of this error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From focht(a)gmx.net 2007-22-02 18:07 -------
Hello,
i tested with a small C program which creates a plain win32 combobox and adds
some strings.
Compiled as ansi and unicode version.
SetWindowLongW( ... GetWindowLongA())
wine: exhibits behaviour as explained in trace.
windows: no problem
SetWindowLongW( ... GetWindowLongW())
wine: no problem
windows: no problem
The "double" conversion must take place somewhere in tnt controls or other
delphi runtime code.
If you create a small test program using this tntunicode combobox and
SetWindowLongW( ... GetWindowLongW()) i might look into it.
Add some output showing problematic behaviour to make trace easier.
Attach the compiled binary, dont use optimizations (prefer debug build).
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From truiken(a)gmail.com 2007-22-02 17:19 -------
> but the installer failed to write / overwrite the File.
No, the installer isn't trying to write/overwrite this file. The installer is
reading this file (which should work fine) and copying it to another location.
Ronny, does c:\\windows\\Fonts\\TAHOMA.TTF exist before you run the installer,
and if so, what are it's permissions?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6995
samuel.thibault(a)ens-lyon.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From wine.dev(a)web.de 2007-22-02 16:50 -------
Readable yes ("r" for "others"), but the installer failed to
write / overwrite the File.
Use "chmod a+w T*", when you do not want to change owner or group
The directory is not shown (need "ll" with "-a"), so another
"chmod" for the name "." might be required
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7525
Summary: EngComputeGlyphSet not implemented in gdi
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francesco(a)hv-a.com
i'm trying to use ddiwrapper in order to print on a network panasonic DP-1820E
(i can't buy PCL or postscript module for it), but it seems i get some problem
with gdi uninmplemented functions (or maybe it's just me not being able to sort
things out). anyway, i attach a report of what i get. if you have a second to
have a look at it sooner or later, it would be nice. thanks in advance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7513
------- Additional Comments From thestig(a)google.com 2007-22-02 15:52 -------
I think / always shows up on the Desktop. However, after I removed the Z: drive
entry in winecfg, when I browse directories outside of ~/.wine/c_drive/, I can
see all the directories in the file system, but I cannot access any files or
write anything.
The only part of the unix filesystem that I can access from Wine is my home
directory, because ~/.wine/drive_c/windows/profiles/username/Desktop is
symlinked to ~/Desktop and ~/.wine/drive_c/windows/profiles/username/My
{Documents, Music, Pictures, Video} is symlinked to ~.
So a malware program can delete everything in your home directory, but it
shouldn't be able to touch any other part of your file system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From hans(a)it.vu.nl 2007-22-02 15:15 -------
The interesting question is "why does Emule morph" call inet_addr
with a NULL pointer? Nevertheless, Wine should not crash in that
case when Windows doesn't. Can you try attached patch?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From lightning_uk(a)imgburn.com 2007-22-02 15:13 -------
Ok, just to update this thread, I've done some debugging on the differences
between Windows and Wine having read what you've said in this thread about
problems with the way wndproc is being set/called.
Of course I guess it all really comes down to what 'correct' really means.
Does it mean doing it right or does it mean emulating windows exact behaviour,
be it right or wrong?!
Having changed line 1595 in TntStdCtrls.pas from:
SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle,
GWL_WNDPROC));
to read:
SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLongW(EditHandle,
GWL_WNDPROC));
.... wine then works perfectly.
The trouble is, it then doesn't work under the real Windows.
With a bit of debug info added to my program, here's the output from me
typing 'testing' into a combobox and then pressing a button to have the
program examine it.
In Windows:
D 19:35:36 ComboBox's Edit window is Unicode enabled.
D 19:35:36 WM_GETTEXTLENGTH Length = 7
D 19:35:36 WM_GETTEXT Length = 7
D 19:35:36 74 00 00 00 65 00 00 00 73 00 00 00 74 00 <- Note: this is whats in
the buffer after the WMGETTEXT call.
D 19:35:36 Control->Text Length = 1
D 19:35:36 74 00
Clearly the byte output should be something more like:
74 00 65 00 73 00 74 00....
In Linux/Wine:
D 19:38:06 ComboBox's Edit window is Unicode enabled.
D 19:38:06 WM_GETTEXTLENGTH Length = 7
D 19:38:06 WM_GETTEXT Length = 7
D 19:38:06 74 00 65 00 73 00 74 00 69 00 6E 00 67 00
D 19:38:06 Control->Text Length = 7
D 19:38:06 74 00 65 00 73 00 74 00 69 00 6E 00 67 00
So it looks like it does a double unicode conversion (of sorts!) under windows
with that line changed.
Being a windows app, I can't go leaving this modification in place as it would
be breaking the app for the majority of it's users. It is however a shame that
it won't work for any linux/wine users because of this.
If it's of any interest, I've also started a thread on the Tnt support
webboards.
http://webboard.ccci.org:8080/~tnt/read?7356,7e#7356
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6995
------- Additional Comments From titan.costa(a)wanadoo.fr 2007-22-02 14:56 -------
Samuel,
your patch has been integrated. Sorry, since I resubmit a patch against current
git Alexandre give me the credit instead of you. :-(
If it's ok for you I suggest to close this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7524
Summary: inet_addr need exception handler
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leukhe(a)gmail.com
Emule morph fails to start up. I traced this back to this simple program:
#include "stdafx.h"
#include <Winsock2.h.>
int _tmain(int argc, _TCHAR* argv[])
{
int var = inet_addr(NULL);
fprintf(stdout,"THis program is ok\n");
return 0;
}
This program returns output on windows xp console but fails on 0.9.30 wine.
on wine (on ubuntu, on vmware) the debugger starts.
On xp when running in a debugger it reports a first time exception, but does not
break on it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7523
------- Additional Comments From hverbeet(a)gmail.com 2007-22-02 14:10 -------
Could you add +d3d_caps and +d3d_shader please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7522
------- Additional Comments From d1m1(a)gmx.ch 2007-22-02 12:58 -------
It is also possible to reproduce this problem with the IL-2 demo version:
http://www.download.com/IL-2-Sturmovik-demo/3000-7547_4-10230099.html
Create a server and fly around until it freezes, may take 7-20 minutes until it
crashes.
Probably all versions are affected
My system configuration:
Debian Etch, standard kernel image: 2.6.18-3-k7
Video-Drivers: OpenGL version string: 2.1.0 NVIDIA 97.46
Soundcard: Audigy 2 ZS
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5489
scotty2hott2k(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7523
Summary: Gothic 3 with GLSL
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Selecting GLSL instead of ARB let the game crash at loading.
Used Detail Level was Medium.
Gothic is patched to 1.12 and runs with a nocd crack.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7520
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.ru
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7522
Summary: IL-2 Sturmovik: 1946 freezes and then exits:
"DSCAPTURE_lock" wait timed out
Product: Wine
Version: 0.9.30.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
I start il2 Sturmovik 1946 with a a fresh wine configuration near defaults (only
emulated desktop: 1024x768).
IL-2 Sturmovik settings are near defaults, Graphics and Sound use "Maximum" setting.
The game is patched to the latest version 4.08
I used wine-0.9.31 to test it, but the problem appears also on every other
version of wine i tested: wine-0.9.30, wine git (yesterday).
I set up a server myself, joined it and after some minutes of flight the game
freezes and then exits.
The problem does not seem to appear if sound is disabled in winecfg or when I
use the NAS-Sound Module (But the sound is very choppy then)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7521
Summary: err:d3d:IWineD3DImpl_CheckDepthStencilMatch unsupported
format pair
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florianskarten(a)web.de
There is a about 70% chance that Guild Wars doesn't start.
It will then print endless lines of this kind:
err:dbghelp:elf_load_debug_info_from_map Bad CRC for module (got de7b20bf while
expecting 08ebb121)
Before that is a single error line:
err:d3d:IWineD3DImpl_CheckDepthStencilMatch unsupported format pair:
WINED3DFMT_A4R4G4B4 and WINED3DFMT_D24S8
I will try to add a log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5820
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dmitry(a)codeweavers.com 2007-22-02 09:48 -------
Marking as a duplicate.
*** This bug has been marked as a duplicate of 3862 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4275
greg87(a)online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4472 is|0 |1
obsolete| |
Attachment #4767 is|0 |1
obsolete| |
------- Additional Comments From greg87(a)online.de 2007-22-02 09:48 -------
Created an attachment (id=5049)
--> (http://bugs.winehq.org/attachment.cgi?id=5049&action=view)
console output
Current git let me proceed to the loading screen and crashes there,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3862
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dripple2(a)laposte.net
------- Additional Comments From dmitry(a)codeweavers.com 2007-22-02 09:48 -------
*** Bug 5820 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-22-02 09:48 -------
Damjan: What do you mean? I do not understand the question. If you mean,
"have I tried it on Windows?".... many years ago.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5820
------- Additional Comments From dmitry(a)codeweavers.com 2007-22-02 09:47 -------
That problem was already reported in the bug 3862, and fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5820
------- Additional Comments From lhervier(a)ifrance.com 2007-22-02 09:38 -------
Using wine 0.9.31, when typing "abcd", the window opens with the "a", but the
cursor is positioned BEFORE it, so if you continue typing, the "a" will stay at
the end of the string, so you will get "bcda" instead of "abcd".
Don't know if it's the same bug. Should I open a new one ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6065
------- Additional Comments From lhervier(a)ifrance.com 2007-22-02 09:22 -------
The bug occurred also when using the notes client in wine virtual desktop. The
mail notification icon was replaced by a "Win..." label.
With the patch, the icon now displays OK for Notes.
For Steam, the icon only appears randomly. Can't understand what make it appear,
and what make it not. But i get it one time (the first time in fact..) with the
patch applied, and the icon was OK.
I'm using wine 0.9.31 on gentoo x86.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7242
------- Additional Comments From r2crandall(a)centurytel.net 2007-22-02 09:18 -------
Since this is a paid subscription, I wasn't comfortable leaving my signon and
password out here on the web. Changed. Correct information sent privately to
Anastasius at focht(a)gmx.net
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7520
Summary: Lotus Notes display some fonts as normal instead of bold
or italic
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lhervier(a)ifrance.com
When displaying/editing rich text fields, text that use bold or italic font is
displayed as normal.
To reproduce:
- Create a new e-mail.
- Enter and select some text in the content
- Use the "Text/Text properties" menu to change the font to one WITHOUT the
"TTF" icon in front of it. The default font is OK, as "Default Sans Serif" does
not have this icon.
- With the same dialog, change the font to bold or italic
=> The text continue to be displayed as normal.
=> All other options (strikethrough, etc...) work as expected.
This does occur only for fonts WHITHOUT the "TTF" icon in front of them in the
text properties modal dialog. On my computer:
- Courier
- Default Sans Serif
- Default User Interface
- Microsoft Sans Serif
- MS Sans Serif
- Small Fonts
- System
All the others are working correctly.
Note that even if the text is not displayed as bold or italic, it is saved
correctly. If you save such a mail (using Default Sans Serif and bold text) as
draft, and open the mail database with another notes client running on Windows,
you will see the text as bold or italic.
Tested on Lotus Notes 7.0/wine 0.9.31.
Don't know if it's the right place to add such a comment, but the notes client
was the only application that prevented me from using Linux as my main OS. With
wine 0.9.19, and your awesome work, it became totally usable for daily work, and
allowed me to switch definitively. A BIG thanks to all the devs !!!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7519
Summary: Wine fails to start Gabriel Knight 3
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dn.tlp(a)gmx.net
Wine fails to start the Windows game Gabriel Knight 3, after correctly
installing it.
When trying to start the file GK3.exe, Wine stops with the following messages:
err:module:map_image Could not map section .rsrc, file probably truncated
err:module:map_image Could not map section .rsrc, file probably truncated
wine: could not load L"C:\\Sierra\\Gabriel Knight 3\\GK3.exe": Bad EXE format for
Wine failed with return code 193
Here is what the Linux 'file' command says about it:
GK3.exe: MS-DOS executable PE for MS Windows (GUI) Intel 80386 32-bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5955
------- Additional Comments From wine(a)mail.kilgus.net 2007-22-02 06:03 -------
No, this is one of my own applications (http://www.kilgus.net/qpc/). I did
attach a monitor to the machine and tried again, but as it turns out the local
desktop does not have openGL support either, i.e. same problem. So all I can
say is that the DirectDrawCreate crash is gone and apart from the fact that I
don't see anything in the window as Blt() doesn't work, the program runs fine...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7518
------- Additional Comments From dbdkmezz(a)gmail.com 2007-22-02 05:44 -------
Created an attachment (id=5048)
--> (http://bugs.winehq.org/attachment.cgi?id=5048&action=view)
debugger output
attached relay.txt created by this command:
WINEDEBUG=+tid,+seh,+relay wine OblivionLauncher.exe &> /tmp/relay.log && grep
-A 20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7518
Summary: Oblivion crashes on startup with page fault (wine-
0.9.31)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dbdkmezz(a)gmail.com
Installed Oblivion and latest patch on system with wine-0.9.31, using the
instructions described here: http://www.uesp.net/wiki/Oblivion:Linux
When clicking "Play" from the launcher I see the loading screen, but before it
gets anywhere it crashes with a page fault.
I'm using an ATI 9800 Pro graphics card (from other users posts on the Ubuntu
message board this seems to be an ATI specific bug) using the official ATI
drivers on Ubuntu Edgy.
I saw mention of LauncherMusic.wav in the debugger output, so tried deleting
that file, but that did not help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7505
------- Additional Comments From beau(a)autolfs.org 2007-22-02 04:54 -------
This doesn't appear limited to the login screen. In game, eve seems to eat
up 5mb a minute. I'm running 0.9.31 currently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6943
------- Additional Comments From dn.tlp(a)gmx.net 2007-22-02 04:09 -------
I tried this with wine 0.9.31 and SWAT 4 installer still crashes at second disc.
I can give a log in case somebody is interested.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From Ronny.Standtke(a)gmx.net 2007-22-02 03:14 -------
------------
ronny@dhcppc0:~$ ll /home/zusatz/Office\ 2000/WINDOWS/FONTS/
insgesamt 492
-r--r--r-- 1 501 503 243684 1998-07-18 22:35 TAHOMABD.TTF
-r--r--r-- 1 501 503 249012 1998-07-18 22:35 TAHOMA.TTF
ronny@dhcppc0:~$ cp /home/zusatz/Office\ 2000/WINDOWS/FONTS/TAHOMA.TTF /tmp/
ronny@dhcppc0:~$
------------
The files have unassigned uids but they are perfectly readable as a normal
user.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7515
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-22-02 02:55 -------
>and to me it looks like there's some kind of weird copy protection going on
Forget that remark, the login window comes up fine using ies4linux, so must be
another problem....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7515
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-22-02 02:49 -------
> and an info box comes up telling my that my system specs dossent fit the
program >needs.
That is due to internet explorer not being installed, the app checks the version
of internet explorer in the registry. After adding the key in the registry
however, it still doesn't run. I had a look at the trace , and to me it looks
like there's some kind of weird copy protection going on... (confirming the bug)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6323
------- Additional Comments From thejcwk(a)gmail.com 2007-22-02 01:01 -------
Could someone else please do the test? I am unable to download the 300MB git
source tree at the moment...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.