http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From mike(a)codeweavers.com 2006-01-04 21:59 -------
> I'm not an MS developer, guess I can't read MSDN
Anybody can read MSDN. It's free.
\\.\ is the prefix of all NT path names, and we already support some of them.
Files, named pipes, device drivers, mailslots and other things all start with
this NT prefix, so it is not the problem. The problem is the "NSLOCK" bit after
that.
It looks like your Stock Analysys program requires some kind of device driver (a
Windows kernel module) to run. Unfortunately, since Wine does not implement the
Windows kernel itself, device drivers don't work in Wine.
Maybe the "NSLOCK" driver is meant to prevent people reverse engineering that
software? I can't really imagine why stock analysis software needs a device driver.
Please investigate further to see if this is the case. I'm happy to try running
your software if you send me a mail with details of how to do so.
--
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=4526
cnbiz850(a)sohu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.7. |0.9.11.
------- Additional Comments From cnbiz850(a)sohu.com 2006-01-04 21:42 -------
No one seemed to look into this one even after I submitted to
wine-patches(a)winehq.org. Version 0.9.11 has some changes in dll/gdi/freetype.c
that break this patch but still does not handle some Chinese text correctly.
--
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=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-01-04 21:36 -------
"Please read MSDN. \\.\ _IS_ supported. '\\.\NSLOCK' which is a device is _NOT_."
Am not an MS developer, guess I can't read MSDN (don't quite want to dig in to
that mess anyway and that is the very reason I want to use Wine under Linux).
But I did researched a bit, though not an expert. My question to your comment
is: since Wine support \\.\ (the root under Windows), why doesn't it allow the
program to install NSLOCK on \\.\. The program runs perfectly in XP, so if Wine
doesn't support some critical features of Windows (such as \\.\ in my concern),
can anyone please document (or even list) them clearly?
In any regard, making the program I am testing run in Linux is crutial as it
(along with a couple other programs, which seem to have the same issue under
Wine) is nearly indispensible for Chinese stock analysis and at the moment a
large community is looking to convert to Linux pending on this.
Please help. I am a strong advocate of Linux and really want most people to be
free of an OS that is not only junk but also too controlling of ourlives.
BTW, would it be easier for you if you have the program at hand? If so, I can
arrange to get a demo version set to you so that you can debug on it. Please
advise.
--
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=4968
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-04 21:30 -------
$> ./configure && make depend && make
$> su
#> make install
Is the proper way to make 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=4969
Summary: IDA Pro Trial doesn't run anymore
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: molle.bestefich(a)gmail.com
IDA Pro trials are time limited.
While the 4.7 and 4.8 trials worked, the 5.0 trial does not.
Error shown is:
========
<installation folder>\cfg\idagui.cfg, 193: "BitwiseNegate" = '~'
Illegal hotkey
========
See screenshots.
--
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=4858
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-01-04 18:48 -------
That part alwais worked for 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=4734
------- Additional Comments From spreetec(a)gmx.net 2006-01-04 17:35 -------
got the same here...
err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Google\\Google Earth\\GoogleEarth.exe" failed, status c0000142
google earth was working
i didnt change the wine version i used 0.9.9 and 0.9.10 and it was working fine
untile i remerged (using gentoo) gcc & glibc & kde (emerge -uvaDN world)
now google stoped woking with the error above !
--
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=4095
------- Additional Comments From pawel.stolowski(a)wp.pl 2006-01-04 15:20 -------
Linux. It was Fedora Core 4 when I submitted the bug. Now it is 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=4968
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-01-04 11:19 -------
try
./configure && make clean && make depend && make
BTW there is a readme that has good info in 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=4968
Summary: err:font:ReadFontDir Can't open directory
"/usr/local/wine/bin/../lib/../share/wine/fonts/"
Product: WineHQ.com
Version: unspecified
Platform: Other
URL: http://www.winehq.org/site/download
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hurtta+wine2(a)leija.mh.fmi.fi
wine 0.9.11
make
make install
[hurtta@jalmari hurtta]$ winecfg
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
err:font:ReadFontDir Can't open directory
"/usr/local/wine/bin/../lib/../share/wine/fonts/"
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
err:font:ReadFontDir Can't open directory
"/usr/local/wine/bin/../lib/../share/wine/fonts/"
mcop warning: user defined signal handler found for SIG_PIPE, overriding
mcop warning: user defined signal handler found for SIG_PIPE, overriding
err:wave:ARTS_WaveInit arts_init() crashed
[hurtta@jalmari hurtta]$
Apparently wine-0.9.11.tar.bz2 does not populate share/wine/fonts.
Wine download page does not mention package which populates this directory.
/ Kari Hurtta
--
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=4935
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.10. |0.9.11.
--
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=4095
------- Additional Comments From pawel.stolowski(a)wp.pl 2006-01-04 06:02 -------
THe problem is still present in wine-0.9.11. See attachment #2184 for debug 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=4095
pawel.stolowski(a)wp.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2184|The problem is still present|Debug log with
description|in wine 0.9.11. Debug log |WINEDEBUG=+x11drv flag,
|with WINEDEBUG=+x11drv flag |wine-0.9.11
|attached. |
--
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=4095
pawel.stolowski(a)wp.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2184|debug log with |The problem is still present
description|WINEDEBUG=+x11drv flag, |in wine 0.9.11. Debug log
|wine-0.9.11 |with WINEDEBUG=+x11drv flag
| |attached.
--
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=4095
pawel.stolowski(a)wp.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2184|debug log with |debug log with
description|WINEDEBUG=+x11drv flag |WINEDEBUG=+x11drv flag,
| |wine-0.9.11
--
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=3311
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-01-04 03:54 -------
Exactly the same problem as the bug 4263, with the same error output console.
This seems to be a hard regression.
Joaopa
--
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=4956
------- Additional Comments From Gernot.Frisch(a)Dream-D-Sign.de 2006-01-04 03:26 -------
I have 0.9.9. Where is the configuration written to now? Where can I change it?
Next try:
pia@2[Bin]$ ls
ar.exe cc1.exe cpp0.exe g++.exe glb.h in.cpp MSVCRT.DLL
as.exe cc1plus gcc.exe glb3d.h icon.o ld.exe strip.exe
pia@2[Bin]$ WINEDLLOVERRIDES="msvcrt.dll=n" wine g++.exe in.cpp
g++.exe: installation problem, cannot exec `cc1plus': No such file or directory
Wine failed with return code 1
using "msvcrt=n" (leaving .dll) makes no difference :(
PS. Got the font fixed by copying original fonts to wine's windows directory.
--
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=3311
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-01-04 02:15 -------
reopened
--
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=3719
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-04 02:04 -------
That deadlock in the unnamed critical section ("?") is a different problem than
the deadlock in the cirt.sec. of name "syslevel.c: Win16Mutex". Please file a
different bug for stuff like 'err:ntdll:RtlpWaitForCriticalSection section
0x7e320020 "?" wait timed out' or different names than the initial 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=4035
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-04 01:54 -------
The freeze is likely connected with bug 4093.
--
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=4263
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-31-03 22:00 -------
Problem seems to occur again. Indeed, with the children of the nile demo (URL:
http://gamershell.com/download_7600.shtml) and a fresh cvs-wine install,
installshields fails with the following display
Error number:0x80040707
Description:
Here is the output console:
wine cotndemo.exe
wine: creating configuration directory '/home/david/.wine'...
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
wine: '/home/david/.wine' created successfully.
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
fixme:msi:MsiGetProductInfoW L"{F81240C3-0F50-44BC-B13E-0BEFDE7C38BC}"
L"PackageCode" 0x7fd73ea0 0x7fbcd750
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_is189b\\ISScript10.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
--
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=4095
------- Additional Comments From the3dfxdude(a)gmail.com 2006-31-03 20:32 -------
Hi! Could you try it again with the latest wine version, and get a log with
WINEDEBUG=+x11drv environment variable set?
--
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=4967
Summary: Error listview, comboex brake the preview panel in
Eudora (worked fine before)
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noway(a)nowaysoft.com
Since my last upgrade of wine (20050930 to 0.9.10 & 0.9.11), the (email)
selection list in Eudora do not work properly.
I am seeing these errors, but i am not sure if it is related:
err:comboex:COMBOEX_WindowProc unknown msg 0530 wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 0530 wp=00000000 lp=00000000
There is a list (of email) with a preview panel below. An email is pre-selected.
When I click on another email, the first one is not been unselected (as it
should). The concequense is that the preview panel cannot preview properly since
2 (or more) emails are selected.
I am running Eudora 6.2.3.0.
--
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=4966
Summary: Arindal Win-Client not usable anymore, OpenGL
positioning wrongly
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)rebner.de
This might be of minor interest, but there´s a MORPG called Arindal
(www.arindal.com) which uses a Win-Client that used to work pretty fine with
WINE 0.9.8 (besides OpenGL, which causes wrong positioning of the main window -
same as in Google Earth, besides) but since 0.9.9 it´s not playable anymore
(same with 0.9.10).
I´m using Ubuntu Dapper Drake Alpha, but the same error ocurrs with Ubuntu 5.04
as well (especially the wrong positioning).
As this is my first report here, I´m quite unsure what else to post, but it
would be nice if I got some clues how to make OpenGL work correctly at least. I
know that this game is absolutly not important, but it would be nice if it
worked with WINE > 0.9.8 as well.
Best regards and many thanks for your extraordinary work so far :-)
Greets,
Alex.
--
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=4965
Summary: Unable to right click on TCL windows apps
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeomega(a)hotmail.com
I'm trying to run the CSLU toolkit (writen in TCL for windows) in wine, but the
right click context menus are unreachable. The menu appears but I can't click
on any items on it. Also, the "drag and drop" functionnality is not working
when I try to add objects on a project: actually, it is working, but you have to
do it VERY VERY fast.
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=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-31-03 17:52 -------
Claudio,
Yes. Well I was quite aware in the first week of the month that the splash
screen regressed. But it was easy to workaround, so it was not on my critical
TODO list. It is not a blocker at all. The problem seems a bit more serious
now, since many applications with multiple threads have problems. But it will
remain so until completely fixed because the original patch was needed. This is
the only regression with current wine and the game. Regressions like this are rare.
There are also GLX issues, but I can't do anything about them because I don't
have an affected driver. This is more on general graphics compatability and
wine improving towards it. This is an ongoing problem.
As for videos, they are DIVX videos, not bink. The problem comes from
increasing thread priority. Some people do not have a problem. There is a
patch now available to allow users who run as root to be able to run demanding
threads more smoothly. But quartz support is undoubtly buggy and could still
make the game crash. If you want it fixed, please capture the crash output and
file a seperate bug report. Quartz/Dshow is another long, hard project that is
ongoing. However, I don't consider this critical feature for War3 to work as
you can delete the movies folder and the game will not load quartz. So if you
want stability there, you *must* do that.
I was told a long time ago, that the windows API is far too large to quickly
build complete support for. Testing every patch against a set of applications
will slow wine development down immensely. Testing applications against
corresponding changes won't work either because some other app will break that
no one thought of. Wine is also in Beta, meaning it will work for some things,
but will still be unstable. Development is ongoing, and because of the size of
the project, it can still take years before Wine is not beta. We do already
have a mechanism for testing support, and voluteers to keep track of apps. But
try to understand that not everyone has the understanding about why something
broke or how to fix it. Yes it is exhausting for the users, but it is also much
more exhausting for me keeping track of all of this. Also, if you want to
continue this topic, please take it to the AppDB node for the game. This is not
the place for this discussion.
--
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=4730
------- Additional Comments From jan.wine(a)zerebecki.de 2006-31-03 17:34 -------
The folowing is caused by a different bug in our alsa using code:
error:ntdll:RtlpWaitForCriticalSection section 0x7fd4dc8c "WINEALSA_mmap_crst"
wait timed out in thread 000c, blocked by 0000, retrying (60 sec)
See bug 4093 "deadlock in alsa driver: CriticalSection WINEALSA_mmap_crst".
--
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=4956
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-03 15:43 -------
>pia@2[Bin]$ WINEDLLOVERRIDES="msvcrt.dll=n"
>pia@2[Bin]$ wine g++.exe in.cpp
That should be one command line like
WINEDLLOVERRIDES="msvcrt=n" wine g++.exe in.cpp
(or you should do export WINEDLLOVERRIDES="msvcrt=n")
Btw, what version of wine are you using? The config file is gone for already 1
year or so, se needless to have 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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-31-03 14:37 -------
So I tried winamp and when an application is playing a sound it doesn't even
find a sound device in wine.
But even when wine is the only one accessing alsa - it still reports what looks
like a corrupt char* for the device name. So I assume it is a general problem in
publishing the sound hardware.
--
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
------- Additional Comments From chechi(a)shaw.ca 2006-31-03 14:30 -------
Oh, and about the app being marked as gold, that was some time ago at the
beggining of 2005. The author of the program himself says that there must have
been some modifications to the current wine that render it inoperable right now.
(see wcn forum)
Thanks for your interest in helping me. I don't know what is making it work on
your computer.
Stephan
--
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
------- Additional Comments From chechi(a)shaw.ca 2006-31-03 14:26 -------
Hi,
I tried this on both mandriva and gentoo and am getting the same errors.
I shall try downloading the dlls and putting them in the same directory to see
if it 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=4730
------- Additional Comments From Speeddymon(a)gmail.com 2006-31-03 14:21 -------
That may be the case, but I don't think it would cause every application trying
to play a sound to hang like that. The symptoms you describe are the same as
when any program tries to access the sound hardware and it is already taken by a
sound server, or by some other program.
If you can try this instead of the last test, we can know for sure if it is a
problem with wine or with a sound server.
Take any sound player that is known to work well with wine (I think winamp
does), and try to play 1 song. If winamp hangs (especially toward the first
couple of seconds of the song), then there is a sound server running.
Otherwise, it is a bug in wine..
The reason this is a good test is because there can only be 1 song playing at a
time (unless you try to run multiple copies), and so the hardware cant be in use
by any other sound (at least not from 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=4948
------- Additional Comments From sick_soul(a)yahoo.it 2006-31-03 14:16 -------
Hello,
I also experienced the problem.
In my experience the best versions to run warcraft 3 are wine-0.9.6 / wine-0.9.7
using the -opengl option on the command line.
with wine-0.9.9 wine tries to handle the bink cutscenes, which results in
unavoidable freezes and X protocol errors in single player.
There are already bug reports about these problems.
with wine-0.9.10 the splash does not work, as explained before by the other
user. The same issue remains in wine-0.9.11 and current CVS.
Using wine is quite exhausting as an user, as it tends to break a lot of
programs every new version, resulting in lots of time-consuming regression work.
If I can give a humble advice, you should have a pool of applications to test
manually before committing relevant changes to wine.
For example, I found a serious regression that dates back to 2005 (pre wine 0.9)
that breaks the game "Icewind Dale 2", and it's still not fixed yet.
This is to mean that regressions should be best avoided by prevention, if you
understand me.
Claudio
--
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=4129
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:52 -------
Closing duplicate.
--
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=4107
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:49 -------
Closing duplicate.
--
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=4088
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:49 -------
Closing duplicate.
--
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=4087
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:48 -------
Closing duplicate.
--
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=4079
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:48 -------
Closing duplicate.
--
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=4058
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:47 -------
Closing duplicate.
--
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=4503
------- Additional Comments From sick_soul(a)yahoo.it 2006-31-03 13:47 -------
I attach the log obtained with WINEDEBUG="trace+module", using latest CVS.
--
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=4057
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:47 -------
Closing duplicate.
--
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=4035
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:47 -------
Closing duplicate.
--
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=3839
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 13:46 -------
Closing duplicate
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-31-03 13:43 -------
My theory: The intro is playing the sound of the first intro and wants to start
another sound - but the sound of the first one has not yet finished and the
second somehow hangs the first.
Some info to the issues I have in dapper:
Using esd - I can play multiple streams parallel. I assume esd is not working
that performant because some issue xy.
Using alsa - I can play multiple streams serialized.
--
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=4956
------- Additional Comments From Gernot.Frisch(a)Dream-D-Sign.de 2006-31-03 13:42 -------
Maybe I did something wrong??
pia@2[Bin]$ ls
ar.exe cc1.exe cpp0.exe g++.exe glb.h in.cpp MSVCRT.DLL
as.exe cc1plus gcc.exe glb3d.h icon.o ld.exe strip.exe
pia@2[Bin]$ WINEDLLOVERRIDES="msvcrt.dll=n"
pia@2[Bin]$ wine g++.exe in.cpp
g++.exe: installation problem, cannot exec `cc1plus': No such file or directory
Wine failed with return code 1
--
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=4962
------- Additional Comments From csoki(a)freestart.hu 2006-31-03 13:40 -------
Ok, I try to explain once again. So, there is no any missing glyphs. Every chars
good and nice and visible. But those are visible only in that case when we are
using the right format. I think it isn't depend on glyphs. Therefor, in my
oppinion, someone have to add some lines to the wine code, that understand both
of different formats.
--
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=4956
------- Additional Comments From Gernot.Frisch(a)Dream-D-Sign.de 2006-31-03 13:37 -------
I can't get it working...
Here's my ~/.wine(config (part of)
[DllOverrides]
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
"*" = "builtin, native"
I copied all my dll's from an existing Win98 installation to
~/.wine/drive_c/windows/system
I also copied the msvcrt.dll into the system32 folder and into the gcc.exe's
folder. Not working. Sigh...
--
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=4923
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
--
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=4730
------- Additional Comments From Speeddymon(a)gmail.com 2006-31-03 13:11 -------
Oh. lol ok. In that case, just make sure you arent running any other sound
servers, like arts, or whatever esd's replacement is, or jack or anything.
Those are known to cause problems because they block access to the sound
hardware, and when wine is configured to use them, IIRC, they have a bit of a
lag with playing the sounds.
another thing to try is playing a sound with the aplay command in the console.
If it plays, then you know that there is no sound server running, or that if
there is one, it is configured properly to allow other programs access to the
sound hardware. If it doesn't play, or give an error, then you know there is
still a sound server running, that needs to be killed.
--
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=4499
leon_fraitak(a)mail.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From leon_fraitak(a)mail.ru 2006-31-03 13:10 -------
True. This patch fixed 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=4920
leon_fraitak(a)mail.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From leon_fraitak(a)mail.ru 2006-31-03 13:07 -------
Newest GIT doesn't have this bug anymore. I've noticed some new wineserver
patches in the tree too. Thanks for fixing 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=4956
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-03 13:01 -------
using winecfg to set msvcrt to native should work just fine as well, Just add
the application first under "application" and then under "libraries" set the
override for msvcrt to native; that should work just fine. Do you still run into
the same trouble after doing so? About the fonts, it might be a good idea to
look in ~/.wine/drive_c/windows/fonts and just move away the fonts present
there. Maybe it 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=3049
------- Additional Comments From ho(a)h3c.de 2006-31-03 11:18 -------
oh, and there are no messages on the console except for some sound buffer
underruns occasionaly.
--
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=3049
------- Additional Comments From ho(a)h3c.de 2006-31-03 11:00 -------
Sorry for the long absence.
I installed wine 0.9.10 now. Still the same problem. I created a new .wine and
reinstalled Grim Fandango. No change.
I came to the opinion that may gfx driver may be to blame for this, so I
switched from the open source radeon drivers to the proprietary ati-drivers.
Again, no change :(
--
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=4964
------- Additional Comments From dank(a)kegel.com 2006-31-03 10:32 -------
Hi Juri,
any chance you could convert your test program
into an unattended Wine conformance test?
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-31-03 09:48 -------
Dapper is the codename of the development version of ubuntu. So I think it has
to run in order to run wine - would probably not work without an os ;)
--
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=3687
------- Additional Comments From enno.rehling(a)gmail.com 2006-31-03 09:34 -------
Nice. I tried it again a few days ago, with the latest debian packages, and the
palette problems were still there. I think I'll hae to compile it myself and
take another look.
--
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=4963
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 09:23 -------
Resolving As Duplicate.
*** This bug has been marked as a duplicate of 4518 ***
--
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=4518
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
------- Additional Comments From tony.lambregts(a)gmail.com 2006-31-03 09:23 -------
*** Bug 4963 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=4964
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-31-03 08:42 -------
Created an attachment (id=2181)
--> (http://bugs.winehq.org/attachment.cgi?id=2181&action=view)
Patch solving the problem
Currently the SWP_NOCLIENTSIZE is removed only if size in pixels changes.
The patch removes the flag also when the window gets maximized or minimized,
so that WM_SIZE gets sent also in these cases (see description in MSDN).
This removing is added in dlls/x11drv/winpos.c, fixup_flags(...)
where other similar flag adaptations are done.
--
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=4964
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-31-03 08:27 -------
Created an attachment (id=2180)
--> (http://bugs.winehq.org/attachment.cgi?id=2180&action=view)
Testcase illustrating the problem
1. Start the program: "wine Size.exe"
2. Select File->New (do not resize frame window before that!)
In Windows, the MDI child opens maximized.
In Wine, it opens normalized.
The reason: the application stores its maximization
state in its own variable which is modified at WM_SIZE events.
Since the child does not receive the WM_SIZE event with Wine,
the variable is not correctly updated.
If you resize frame window before Step 2., the child opens maximized,
because its size in pixels changes at maximization, so WM_SIZE is 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=4964
Summary: MDI child not informed of max/minimization
Product: Wine
Version: 0.9.10.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juris.smotrovs(a)sets.lv
Wine does not send WM_SIZE message to MDI child if it has been
maximized/minimized so that its size in pixels remains unchanged.
According to MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
, WM_SIZE should be sent also if the window has become max/minimized, regardless
of whether its size in pixels has changed.
In Wine the WM_SIZE message is sent if the flag SWP_NOCLIENTSIZE is not set
(see dll/user/defwnd.c, DEFWND_HandleWindowPosChanged(...) ).
However, this flag is set always (see dll/x11drv/winpos.c,
SWP_DoWinPosChanging(...) ), unless the window size in pixels has changed
(see dll/x11drv/winpos.c, SWP_DoNCCalcSize(...) ).
Thus, if the size in pixels has not changed, WM_SIZE is not sent at
max/minimization.
A typical situation when this error occurs, is if the application
adjusts the size of MDI child to the size of the frame window,
so that at maximization the actual size in pixels turns out to be the same.
I will attach a testcase and a patch 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.
http://bugs.winehq.org/show_bug.cgi?id=4963
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-31-03 08:07 -------
Sorry. Indeed, it seems to be a duplicate. Can you mark it as duplicate?
Joaopa
--
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=4956
------- Additional Comments From Gernot.Frisch(a)Dream-D-Sign.de 2006-31-03 07:05 -------
I tried it with winecfg. Also my default font in wine looks terrible. What file
do I have to delete and reinstall?
Which file do I have to add msvcrt.dll=n into to get it permanently?
Thank you a very lot!
--
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=4730
------- Additional Comments From Speeddymon(a)gmail.com 2006-31-03 07:00 -------
esd not running.. ok.. is dapper running when you try to run wine? if so, kill
it, then try.
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-31-03 04:51 -------
The initial problem still remains - using esd was to me just a workaround to get
games working - which is IMHO not valid anymore because esd is deprecated (and
it's not working that well on my machine). Now I disabled esd on my machine.
So back to my intial problem - using the latest wine binaries I now get another
error:
ntdll:RtlpWaitForCriticalSection section 0x7fd4dc8c "WINEALSA_mmap_crst" wait
timed out in thread 000c, blocked by 0000, retrying (60 sec)
Symtoms are still hang in game intros. And there is now esd running.
--
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=1385
------- Additional Comments From szymon(a)janc.int.pl 2006-31-03 04:09 -------
Heroes of Might and Magic 3 works fine now. Both in window and fullscreen
mode :-)
--
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=4960
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-31-03 04:08 -------
Created an attachment (id=2179)
--> (http://bugs.winehq.org/attachment.cgi?id=2179&action=view)
Testcase illustrating the problem
A Win32 program made by MS Visual Studio.NET, Maximize.exe.
Selecting File->New should open an MDI child in maximized state.
In Windows it happens so.
In Wine the child does not appear
(appears later if you resize the frame window).
After applying the patch (enabling SetWindowPos for windows
with invisible parents), the child appears, similarly as in Windows.
Debugging in Windows shows that indeed, the window positioning
messages WM_WINDOWPOSCHANGING, WM_NCCALCSIZE, WM_CHILDACTIVATE,
WM_WINDOWPOSCHANGED are sent to the child, even though its parent
is invisible.
--
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=3687
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-31-03 02:34 -------
With the today CVS, Palette problem seems to be disappeared. But game still crashes.
Nevertheless, there are some progress.
Best regards,
Joaopa
--
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=4963
Summary: d3d-shader errors in Päinkiller demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_5125.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
The demo of Painkiller installed very fine. But then, nothing happens. There is
a lot of d_3_shaders vertex errors. Here is the output console.
Joaopa
--
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=4593
------- Additional Comments From t.artem(a)mailcity.com 2006-30-03 22:36 -------
Will anyone, please, file a bugreport to redhat fedora's bugzilla? It looks like
noone on FC5 runs 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=1990
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
Version|20040121 |CVS
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-03 22:10 -------
It is possible to fix and it's a sami-simple fix.
When wine gets focus back, or when mouse enters it's window, X sends notify with
the current state of all the keys in the system. We process that event in
X11DRV_KeymapNotify. But we only look at modifier keys and not all the keys.
That's one problem. Second problem is that in mouse.c several places query
modifier keys' state and directly set key_state_table. This stops
KEYBOARD_UpdateOneState sending any keyboard events for modifier keys.
I'm trying to fix this but now I have enother problem - modifier keys have left
and right scan codes and vkeys. We need to handle those as well. Or we'll end up
with left or right key being "stuck" in the same way as it is now.
--
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=1348
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-03 22:00 -------
It's the all global Hot keys that work from anywhere (any program).
--
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=4962
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 20:07 -------
Hungarian glyphs might be missing from the font files in wine/fonts/*.sfd. Try
opening those files using fontforge, and seeing if you can draw the missing
glyphs and that may 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=4948
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2161 is|0 |1
obsolete| |
------- Additional Comments From the3dfxdude(a)gmail.com 2006-30-03 20:03 -------
(From update of attachment 2161)
This patch is not a proper fix because it is only a reversal of behavior. It
causes Explorer to not paint or close properly. Other fixes have gone into
CVS.
--
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=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-30-03 19:46 -------
It's getting stuck in the window message handling. One thread is stomping on
another and the Warcraft III.exe one is waiting for a call to return. Alexandre
is looking into it now. Sorry about not updating after I looked into signal
handling yesterday -- when I looked into that it looked 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=2700
------- Additional Comments From robin-wine(a)kallisti.net.nz 2006-30-03 18:00 -------
Just a note, this still occurs in the latest released Wine version.
--
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=1385
------- Additional Comments From robin-wine(a)kallisti.net.nz 2006-30-03 17:57 -------
For the game Afterlife, keyboard input doesn't work when it is full screen, does
work when it's in a window.
It's definitely still something of an issue.
--
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=4096
------- Additional Comments From wine.dev(a)web.de 2006-30-03 16:06 -------
I forgot to mention:
The Registry must be writeable (KEY_WRITE) for:
"HKLM/Software/Microsoft/Windows NT/CurrentVersion/InIFileMapping"
This will not work with the Groups "USER"/"Power USER".
"Administrators" works.
--
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=280
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 15:44 -------
Just outta curiosity, would that be an X server call, or a wineserver call?
--
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=4730
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 15:13 -------
Even if ESD is deprecated, you are still having a problem when just running it
with ALSA, or are you saying this isnt a problem anymore since you upgraded to
dapper?
Have you tried setting wine to use ALSA, and then making sure that no other
sound server (like arts or esd or jack) was using the sound device, and then
running wine?
If not, please try, and let us know the outcome.
--
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=280
------- Additional Comments From marcus(a)jet.franken.de 2006-30-03 14:53 -------
Please just use the linux version.
AcceptEx() will need us to add a new server call
which replaces the sListenSock unix fd by the new one returned.
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-30-03 14:42 -------
Since I upgraded to dapper and in gnome esd is said to be deprecated I think one
could 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=2400
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
------- Additional Comments From lav(a)etersoft.ru 2006-30-03 13:39 -------
Hi, Augusto!
I connect to application server with follow command:
$ X -query server
and get the described effect. With X server running on app. server all gets
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=1163
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2006-30-03 13:20 -------
Maybe I described it as more difficult than it is, then.
You do not have to implement any actual BiDi reordering code. All you have to do
is call the existing BiDi functions (in our case, it's GetCharacterPlacement,
with example code readilly available inside the ExtTextOut implementation). This
function also gives you the logical->visual map.
All you have to implement yourself is just the actual glue between the pieces.
Looking at the code again, there is even an already implemented helper function
to do that, which you may be able to use as-is, called "BIDI_Reorder".
Oh, and the flag I was talking about is called "ETO_IGNORELANGUAGE".
Shachar
--
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=1163
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 13:07 -------
It looked a lot easier than originally described. I was thinking that all of
the mumbo jumbo you just said was already done and that it would be fairly
trivial, but that Shachar had just not had the time to do it.
--
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=4540
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-30-03 13:02 -------
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=2400
------- Additional Comments From agarobr.listas(a)gmail.com 2006-30-03 12:44 -------
Hi Vitaly Lipatov, since I don't know how do you connected remotely and you
didn't tell me, so I will make a guess. Are you connecting through some vnc
application?
Recentely Peter Ã…strand post a message with subject "Keyboard translation
broken: uses raw keycodes" about her problem with Wine through Xvnc.
Take a look at the bug 1181. This our the problem I presume.
Nevertheless this remotely connection problem has almost nothing to do with this
bug 2400.
--
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=4960
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-30-03 12:27 -------
I also have a delphi 1 applicatoin with a problem with mdi forms not at the
correct position when moved before they are shown. I did try the patch and it
does not help my problem but my mdi form is not in the show state.
This application is from my bug 4897
http://69.49.235.190/test16bitapp.zip
wine kpnl1 to start the delphi 1 application.
What is seems to do is place the (yellow/gray) MDI forms on the explorer
window's (x y) instead of the parent's (x y) moving the form and restarting will
show those forms are placed relative to the explorer form.
--
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=4956
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.glbasic.com/files
| |/glbasic_sdk.exe
Status|UNCONFIRMED |NEW
Component|wine-files |wine-misc
Ever Confirmed| |1
Keywords| |download
Summary|_spawn fails if trying to |msvcrt:_spawn fails if
|run Win32 GCC |trying to run Win32 GCC
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-03 12:21 -------
Hi, are you sure you've set the dlloverride correctly? i tried
WINEDLLOVERRIDES="msvcrt=n" wine gcc.exe empty.c
after i've put native msvcrt in windows/system32, and that seemed to work just fine.
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=4948
------- Additional Comments From jan.wine(a)zerebecki.de 2006-30-03 12:16 -------
AFAIK it has nothing to do with copyprevention. And as you see from my backtrace
it gets stuck because the WaitFor... never returns. It has nothing to do with
different kernel versions or something like that, it is a regression in wine.
I'm not exactly sure for what it waits, as I didn't check that.
--
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=1990
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 12:09 -------
This appears to be due to the fact that both wine and the x server are catching
the combo. wine thinks that you are trying to send a ctrl+ whatever command to
the windows app, and so catches the ctrl pressed event, but then when you press
the Fx the x server steps in and switches the desktop for you. A good
comparison is if you are pressing the ctrl button in wine, and then somehow you
suspend the wine process. You can let go of ctrl, but because it was pressed
when you suspended it, wine will still think it is pressed when you unsuspend
it.. The only way I can think to stop this is to press control again after you
switch back to wine, and it might catch the ctrl released. That or make sure
you aren't sending commands to wine, by clicking on a blank area od the desktop,
before you do the desktop switch.
For right now, I don't think this is possible to fix... Your best workaround is
to maybe change the hotkeys used to switch desktops, or just not use hotkeys to
switch desktops, since windows doesn't really support virtual desktops anyways..
--
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=1163
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2006-30-03 12:03 -------
By all means, but I'm afraid the solution is not very straight-forward.
In principle, "DrawText" needs to remove all ampersands from the string
(remebering what logical character they were before), then perform the BiDi
reordering, get the logical->visual translation, and then add the & back before
the same characters at their new positions.
The problem is that DrawText does not currently do any BiDi reordering, at all.
This needs to be changed regardless of this bug, as DrawText is line-break
aware, while ExtTextOut is not. So DrawText needs to perform its own Bidi, and
then call ExtTextOut with the undocumented flag that tells the later to not do BiDi.
I hope I've helped.
--
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=4932
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2006-30-03 11:57 -------
Applied as commit 5072fd440ae2a6c22a3e96eeb2ee212724d87893 (Date: 26.03.2006
17:06:54).
--
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=1385
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 11:49 -------
So does anyone still have this problem even after trying managed/unmanaged,
fullscreen/window, virt desktop or no? Close in 1 month if no replies.
--
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=1348
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 11:46 -------
Could someone explain what these functions are part of? I know it is in
input.c, but is it keyboard input, or part of the edit control, rich edit, 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=1163
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 11:42 -------
This sounds like I could fix it with some pointers. I'll take a stab at it
possibly over the weekend.. Anyone want to give me a starting point? Note that
my Linux box is down for the moment, and so I will be doing changes under
windows, where I have no compiler, etc, so I need someone to test my changes and
once we get it working, create the diff.
--
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=1181
------- Additional Comments From peter(a)cendio.se 2006-30-03 11:04 -------
>Could you email the list (even if you dont scubscribe) and let them know about
>this bug,
Will do. Sometimes I'm subscribed, sometimes not. Currently, I'm subscribed.
--
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=4961
Summary: Wine fails to build properly
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
Wine failed when building opengl32, in the file wgl.c
--
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=2981
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:32 -------
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=1181
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:26 -------
Peter, I'm not sure if you ever did subscribe to wine-devel, but you did mention
that wine could possibly reuse parts of your keysym implementation. Could you
email the list (even if you dont scubscribe) and let them know about this bug,
and see if anyone is willing to take a look at it. Just make sure you let them
know you aren't subscribed, if you aren't, and to CC you on replies.
--
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=663
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:22 -------
No response in nearly a year. Resolving abandoned.
--
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=2012
Bug 2012 depends on bug 663, which changed state.
Bug 663 Summary: Publisher stops reading keyboard and mouse input.
http://bugs.winehq.org/show_bug.cgi?id=663
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
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=1042
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:19 -------
No response in 5 months. Resolving abandoned. Please reopen if still an issue.
--
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=4540
nivw2002(a)fastmail.fm changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From nivw2002(a)fastmail.fm 2006-30-03 10:18 -------
I have upgraded to 0.9.10 and I also run the current svn.
both work now
pls close
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=280
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:16 -------
Ping. Could someone take a look at the source for iometer and possibly use it
to implement this function?
--
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=3294
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kovi.adsl(a)siol.net
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:05 -------
*** Bug 3839 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=3839
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:05 -------
Dupe
*** This bug has been marked as a duplicate of 3294 ***
--
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=3294
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 10:05 -------
Please save outputs to log files from now on and attach them. As the note says
right above the text entry box. It makes them a lot easier to read.
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=4960
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-30-03 09:43 -------
OK, I will make a small Windows program in a matter of 1-3 working days.
I cannot provide the original application, since it is too bulky and is not
freeware.
--
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=4959
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 09:38 -------
Ah, no, it's a winelib application. Try "wine uninstaller". The "uninstaller
script effectively does that. Also, if you're using Wine 20050628, you're 9
months out of date. Try updating to a current Wine, and run "uninstaller" again.
This bug is invalid, but I'll let you close it when you realize that
"uninstaller" just runs uninstaller.exe(.so), and is not a normal unix program.
--
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=4960
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 09:32 -------
Please provide a test case so we can verify 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=3839
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
------- Additional Comments From spetreolle(a)yahoo.fr 2006-30-03 09:14 -------
imho it looks very similar to bug 3294
what about marking this bug duplicate ?
--
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=4959
clock(a)twibright.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
------- Additional Comments From clock(a)twibright.com 2006-30-03 09:09 -------
But the uninstaller is a Linux program:
clock@kestrel:~$ uninstaller
______________________________________________________________
[-] Wine Application Uninstaller |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Uninstall registry key not available (yet), nothing to do! |
| [OK] |
|____________________________________________________________|
Therefore the argument about Windows programs not having manpages is irrelevant.
--
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=4960
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 09:03 -------
Please make sure to provide a test case or program that displays the problem.
eg. How can we verify that this bug is really present, and that it is fixed
later? Looking at log or source code isn't reliable, so it's best to have a
program that shows the 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=4960
Summary: MDI children not positioned correctly because of
invisible parent
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juris.smotrovs(a)sets.lv
Wine does not send position changing messages to MDI children
having invisible parent. E.g., the messages WM_WINDOWPOSCHANGING,
WM_CHILDACTIVATE, WM_WINDOWPOSCHANGED. Windows sends such messages.
Some applications make the frame window client area invisible
during creation of MDI children, not to make the MDI child flicker
while it is initialized and positioned. Because messages are not sent,
the MDI children do not get positioned with Wine.
Shortly I will send a patch correcting 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=4737
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2006-30-03 08:23 -------
I installed it with git version after 0.9.10 and some earlier version I can't
remember. I had to "ignore" some checksum errors, but it successfully installed.
--
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=4959
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 08:22 -------
Windows programs don't have manual pages. You'll note that there's no manual
page for winemine or regedit either. If you want to fix it, write a Windows
help or HTML page and submit it to wine-patches.
--
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=4958
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |misc-bugs
Product|Wine |WineHQ Bugzilla
Version|20050524 |2.11
------- Additional Comments From mike(a)codeweavers.com 2006-30-03 08:20 -------
That's a bugzilla thing. It's mostly irrelevant to Wine because nobody sets or
observes it. Maybe remove 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=4730
------- Additional Comments From jan.wine(a)zerebecki.de 2006-30-03 08:19 -------
Do they hang because alsa is blocked by esound? (That is that daemon esd uses,
right?) Perhaps kill it and try again. You may try with a native apps, like:
aplay soundfile.wav
--
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=4959
Summary: man uninstaller is missing
Product: Wine
Version: 20050628
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clock(a)twibright.com
uninstaller is missing a manpage. Wine is installed from a Gentoo package.
--
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=4958
Summary: Priority is nondescriptive
Product: Wine
Version: 20050524
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clock(a)twibright.com
>From P1-P5 it's not clear what is the highest and what is the lowest. I suggest
to change "P1" to "P1 (highest)" or "P1 (lowest)" according to whether P1 is the
highest or the lowest.
--
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=4657
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2006-30-03 06:53 -------
The commit 5094cfa6eb2f8f9d17cbca0e9ed06884212e8998 ("shell32: Add an
uncompressed AVI displaying the word searching."; Author: Louis. Lenders; Date:
25.03.2006 12:21:55) is in current git.
--
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=3304
------- Additional Comments From wine(a)wine.lka.org.lu 2006-30-03 06:03 -------
Just a small note to point out that the problem *still* occurs with
wine-0.9.10 on SuSE 10.0.
--
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=4564
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From wine.dev(a)web.de 2006-30-03 05:25 -------
Patch works.
--
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=4949
------- Additional Comments From Rincebrain(a)gmail.com 2006-30-03 03:44 -------
Results with CVS appear to be identical.
$ wine Armada2.exe
err:font:ReadFontDir Can't open directory
"/usr/local/bin/../lib/../share/wine/fonts/"err:font:ReadFontDir Can't open
directory
"/usr/local/bin/../lib/../share/wine/fonts/"fixme:cursor:SetSystemCursor
((nil),00007f00),stub!
fixme:cursor:SetSystemCursor ((nil),00007f02),stub!
fixme:cursor:SetSystemCursor ((nil),00007f01),stub!
fixme:cursor:SetSystemCursor ((nil),00007f8a),stub!
fixme:d3d_caps:IWineD3DImpl_GetAdapterMonitor (0x7dd810c8)->(Adptr:0)
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7de03878) : stub,
emulating 64Mib for now, returning 64Mib
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(162,-1) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(163,0) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(164,1065353216)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(165,1)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(172,3)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(173,1)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7de03878)->(178,1065353216) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(179,1065353216)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(180,0)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(181,0)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7de03878)->(182,1065353216) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(183,0) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(184,0) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(190,15) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(191,15)
not handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7de03878)->(192,15) not handled
yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(193,-1) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(194,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(198,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(199,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(200,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(201,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(202,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(203,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(204,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(205,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(206,0) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(207,2) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(208,1) not
handled yetfixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(209,1) not
handled yetfixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(162,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(163,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(164,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(165,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(172,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(173,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(178,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(179,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(180,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(181,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(182,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(183,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(184,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(190,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(191,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(192,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(193,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(194,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(198,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(199,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(200,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(201,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(202,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(203,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(204,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(205,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(206,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(207,2) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(208,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03878)->(209,1) not handled yet
fixme:d3d_caps:IWineD3DImpl_GetAdapterMonitor (0x7dd810c8)->(Adptr:0)
--
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=4949
------- Additional Comments From Rincebrain(a)gmail.com 2006-30-03 03:00 -------
The patch does indeed resolve the crash on start.
Sadly, the game silently fails to run later - your screen resolution changes to
640x480, then it fails to output anything to the screen, and the main menu music
plays until you kill Wine.
$ wine Armada2.exe
fixme:cursor:SetSystemCursor ((nil),00007f00),stub!
fixme:cursor:SetSystemCursor ((nil),00007f02),stub!
fixme:cursor:SetSystemCursor ((nil),00007f01),stub!
fixme:cursor:SetSystemCursor ((nil),00007f8a),stub!
fixme:d3d_caps:IWineD3DImpl_GetAdapterMonitor (0x7dd810e0)->(Adptr:0)
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7de03890) : stub,
emulating 64Mib for now, returning 64Mib
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(162,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(163,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(164,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(165,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(172,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(173,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(178,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(179,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(180,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(181,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(182,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(183,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(184,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(190,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(191,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(192,15) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(193,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(194,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(198,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(199,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(200,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(201,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(202,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(203,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(204,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(205,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(206,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(207,2) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(208,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(209,1) not handled yet
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(162,-1) not handle d yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(163,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(164,1065353216) no t
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(165,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(172,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(173,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(178,1065353216) no t
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(179,1065353216) no t
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(180,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(181,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(182,1065353216) no t
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(183,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(184,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(190,15) not handle d yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(191,15) not handle d yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(192,15) not handle d yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(193,-1) not handle d yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(194,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(198,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(199,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(200,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(201,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(202,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(203,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(204,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(205,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(206,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(207,2) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(208,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7de03890)->(209,1) not handled yet
fixme:d3d_caps:IWineD3DImpl_GetAdapterMonitor (0x7dd810e0)->(Adptr:0)
So, good news and bad news. Thank you very much for the patch, it at least fixes
one problem. I'll try the patch against CVS in a moment and see :)
--
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=4957
Summary: comctl32: Icon-Resources missing
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=10
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
While testing ie from NT4.0sp6a:
The Toolbar-Icons are wrong, some are missing.
Wine prints a lot of errors like this:
--- cut ---
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 29 is not
valid, number of bitmaps in imagelist: 15
--- cut ---
(index from 16 up to 29)
You need a native url.dll to test this app
--
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=4956
Summary: _spawn fails if trying to run Win32 GCC
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Gernot.Frisch(a)Dream-D-Sign.de
Hi,
I have to run a GCC.exe from MinGW. It sais, that the translation of the
filename didn't succeed in _spawn function.
I copied the msvcrt.dll into my .wine/drive_c/system directory and configured to
use native one. No change.
The gcc.exe cannot find the cc1plus.exe then. I tried everything. Setting PATH
variable for gcc.exe process, setting current directory...
If you want to try it, download the GLBasic SDK (demo) from www.glbasic.com,
install it, open any sample (Hello World) and press "compile" button. Then see
the output on the console window.
Also, after the installation, there is a gcc.exe in /Program
Files/GLBasic/compiler/Win32/Bin. Try to run:
wine -- gcc.exe some_empty.cpp
Please, please help as this is very essential for my program to run on Linux.
Best regards,
-Gernot
--
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=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-29-03 10:51 -------
I have tried attaching to the stuck "Warcraft III.exe" process in winedbg. Like
what Jan posted, the instruction it breaks at is "int $0x80"
What this means is that the program is getting stuck at a system call?
I tried cont command, and the process remains stuck. But try stepping with the
step command. The process exits and is no longer stuck. So single stepping in
a debugger works, but not the normal wine execution. Any ideas? My kernel
version is 2.6.16, what kernel are the rest of you running?
Combine this with that thread detach idea, and it looks like to me that the game
is having difficulty being attached to the explorer process. I wonder if it's a
copy protection 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=4945
------- Additional Comments From winorojo(a)hotmail.com 2006-29-03 10:08 -------
Yes, I took a look at bug #4143 and the patches to fix that bug don't fix this
problem. Note that I'm not using pbuffers (see the source code, linuxtest.cpp)
--
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=4305
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2006-29-03 08:46 -------
Tommy's patch to fix this is at
http://www.winehq.com/pipermail/wine-patches/2006-March/025255.html
Can you test it and verify EM_GETLINE works for 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=4954
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2163|text/plain |application/octet-stream
mime type| |
--
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=4096
------- Additional Comments From wine.dev(a)web.de 2006-29-03 08:04 -------
Created an attachment (id=2165)
--> (http://bugs.winehq.org/attachment.cgi?id=2165&action=view)
dump IniFileMapping
I ask for your Help to learn, what the different Windows-NT - Versions
do with IniFileMapping.
Attached is a big Patch for dlls/kernel32/tests/profile.c (and Makefile.in)
that print the things. "shlwapi.dll" is used for SHDeleteKeyA and
"advapi32.dll" for the Reg*-Functions.
The test does:
- Setup IniFileMapping, default Registry-Entries and a default INI-File
- dump all
- add a key (redirected)
- dump all
- add other key (sometimes redirected)
- dump all
- add other section
- dump all
- delete the key
- dump all
- delete the section
- dump all
Please Test this on your NT-System and attach the Output to this Bug,
when it is not tested for the system you have.
Do not forget to explain the system.
Thanks.
(binary and examples follow)
--
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=4955
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-29-03 08:02 -------
Please add and entry for this application in the AppDB http://appdb.winehq.org/
--
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=4954
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-29-03 08:00 -------
Please add and entry for this application in the AppDB http://appdb.winehq.org/
--
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=4943
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From alex(a)thehandofagony.com 2006-29-03 07:20 -------
It seems World of Warcraft is not always supposed to view any such information;
it is only for server alerts or similar. It displayed info todxay, so this bug
is INVALID. Sorry.
--
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=4949
------- Additional Comments From wijn(a)wanadoo.nl 2006-29-03 06:50 -------
Right, I should have typed make :(((
This one does compile, does it work?
--- wine/dlls/msvcrt/undname.c 2006-03-06 11:52:16.000000000 +0100
+++ mywine/dlls/msvcrt/undname.c 2006-03-29 14:45:56.000000000 +0200
@@ -1233,8 +1233,7 @@ char* __unDNameEx(char* buffer, const ch
result = symbol_demangle(&sym) ? sym.result : mangled;
if (buffer && buflen)
{
- memcpy(buffer, result, buflen - 1);
- buffer[buflen - 1] = '\0';
+ lstrcpynA( buffer, result, buflen);
}
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=4235
------- Additional Comments From nick.battle(a)uk.fujitsu.com 2006-29-03 06:18 -------
Setting riched20.dll as native fixes the problem for me on wine 0.9.9. Thanks!
Cheers,
-nick
--
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=4954
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-29-03 02:45 -------
No, I launched the game with wine cvs dated of today.
I only installed the game with cedega. Pleae see my other bug report for
installshield problem
Joaopa
--
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=4955
Summary: Installshield crashes in the punisher demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When installing the punisher demo, installshield fails with the following pop-up:
error number:0X80020005
Description:
setup will now terminate
and the attached console output.
Joaopa
--
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=4954
------- Additional Comments From mike(a)codeweavers.com 2006-29-03 02:41 -------
If you're reporting a Cedega bug, you're reporting it to the wrong place.
--
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=4954
Summary: D3D8 crash in the punisher demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
After installing ThePunisher demo thanks to cedega, launching the game gives a
white screen and a crash. I attached the output console.
Joaopa
--
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=4949
------- Additional Comments From mike(a)codeweavers.com 2006-29-03 01:55 -------
Better to use lstrcpynA, then it will automagically truncate and nul terminate
the string for 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=4615
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2006-28-03 23:50 -------
suse 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=4948
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 23:43 -------
The side effects of the patch on my app bug 4897 is it now will run in a desktop
window but the window does not paint or erase it self and also does not exit
when all app stop.
--
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=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 22:54 -------
There's something wrong with the patch as it prevents the desktop window from
being destroyed.
--
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=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 22:19 -------
Fixed by patch in bug 4948 will close when commited
--
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=4897
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 21:05 -------
Hi, I posted a patch under bug 4948.
Here is what it attempts to do based on your comment #9:
Sometimes we have GetDesktopWindow called before the desktop window is created,
and it takes care of that. But sometimes it is called and there is already a
desktop. This probably happens in our cases. We have two programs running each
with their own windows. In the case that it does we still need to do
detach_window_thread inside the server call of get_desktop_window even when we
are not forcing creation just yet (first call). This seems to give us what we
want. Making force always 1 on the call could give us more desktop windows.
However this patch does not do that and maybe this way they share like we want??
--
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=4499
------- Additional Comments From jan.wine(a)zerebecki.de 2006-28-03 20:51 -------
As far as I understand commit 253a2d089c4bc5d70e24d4193402dc566800dc98 (Author:
Mike Hearn; Date: 20.03.2006 17:55:06) should have fixed 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=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 20:09 -------
Created an attachment (id=2162)
--> (http://bugs.winehq.org/attachment.cgi?id=2162&action=view)
+all trace
The pagefault seems to be at the last occurance of MSGFDLL.50
tester.exe uses msgfdll.dll and does a winexec for kpnl1.exe
The page fault occurs before the kpnl1.exe window shows.
--
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=4904
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |test
Product|WineHQ Apps Database |Wine
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 20:04 -------
Could you briefly describe how you installed Wine and War3?
--
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=50
------- Additional Comments From keithdunwoody(a)yahoo.com 2006-28-03 19:01 -------
Hi,
I'm not sure I'll really have time/motivation to work on this; I'll explain what
the problem is, and hopefully someone else can put together a better patch.
Basically, the problem is that Wine's current text justification code takes the
amount of space to be added, and adds a fixed number of extra pixels of space
between each word, and then puts any extra space which doesn't divide evenly at
the end. This extra space at the end can be up to (number of spaces - 1)
pixels, which causes long lines to appear jagged.
What my patch does conceptually is it calculates the target number of pixels per
space (which won't be an integer). It then adds the floor of the number of
pixels per space (same as at the moment), but it also keeps track of the
fractional number of pixels which should have been added, but havn't. Once an
entire extra pixel should have been added, it adds an extra pixel to the next
space, and subtracts one from the accumulated fractional pixels.
Now, the real patch tries to use fixed-point arithmatic to avoid using floats;
however I might have messed up my fixed-point code. Visually it looks right,
but my patch might not quite match the above description. The reasons why I was
using fixed point over floating is mainly for efficiency, and because I needed
to replace a couple of ints in the hdc structure with my new variables, so I
wanted to make my new variables ints. This connects with why you can't break up
the patch -- this is the minimal set of changes which implements my solution;
any breaking-up of the patch would require totally breaking text justification
somewhere in the middle, and then fixing it again.
-- keith
--
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=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://69.49.235.190/test16b
| |itapp.zip
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 17:48 -------
I have some traces and have a +all but looking at it does not show me the real
problem.
My application starts a second program and when create = 0 to generater the
window for the second program it seems not to make a new one and reuses some
memory or something and when the control returns to the first program it get a
page fault.
I will post a +all which is only 77K
--
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=292
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Keyboard focus not following|Keyboard focus not following
| |(Dark Ages)
------- Additional Comments From Speeddymon(a)gmail.com 2006-28-03 17:34 -------
Ping again! Is this still an issue with DarkAges?
--
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=4024
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:24 -------
Closing Duplicate.
--
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=3987
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:23 -------
Closing Duplicate.
--
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=3986
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:21 -------
Closing duplicate.
--
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=3982
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:12 -------
Closing Duplicate.
--
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=4897
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 17:12 -------
DECL_HANDLER(get_desktop_window)
{
- struct window *win = get_desktop_window( current, 1 );
+ struct window *win = get_desktop_window( current, req->force );
if (win) reply->handle = win->handle;
}
Knowing this is nice, but maybe we need to investigate inside of
get_desktop_window more, and maybe the setting of req->force against the
affected applications.
--
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=3967
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:12 -------
Closing duplicate.
--
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=3960
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:09 -------
Closing Duplicate.
--
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=3958
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-28-03 17:09 -------
Closing Duplicate.
--
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.