http://bugs.winehq.org/show_bug.cgi?id=5988
------- Additional Comments From winebugz(a)chipsugar.plus.com 2006-18-08 17:49 -------
It's a regression that occured before 0.9.16. I've just downloaded a wine 0.9.16
binary rpm to verify 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=5955
------- Additional Comments From the3dfxdude(a)gmail.com 2006-18-08 17:43 -------
"If wined3d already has a fallback mechanism, why does it report a GLX related
error? it should just use plain X11? I'm willing to try newest wine. I have to
enable the opengl flag, right? I don't want to use Mesa rendering, just plain
old software X11 please."
I'm pretty sure a plain ddraw game won't use OpenGL by default. There may be
something there to help auto detect old D3D games, so if you continue to have
problems try the HKLM\Software\Wine\Direct3D\DirectDrawRenderer = gdi and see if
that helps after updating to the latest version of wine. I think it is the
intention of the ddraw programmers to allow ddraw to still work without OpenGL,
so there might be some linkage to work out still. I'll let the others answer for
that.
Actually, having the mesa libs on your system won't hurt at all because ddraw
doesn't use them for rendering until you set that above key to opengl. It's
still software surfaces. Unfortunately DGA is going away though that is why we
need opengl 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.
http://bugs.winehq.org/show_bug.cgi?id=5955
------- Additional Comments From killertux(a)suomi24.fi 2006-18-08 17:30 -------
This bug should be retitlet as "DDraw do not work without OpenGL anymore" since
if I compile Wine without opengl or if my system do not have opengl
available(not in MESA or Hardware) it means DDraw app fails on start with crash
or complais about DirectX and/or Wine3D error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5955
------- Additional Comments From the3dfxdude(a)gmail.com 2006-18-08 17:27 -------
No you should be able to compile ddraw without OpenGL support now. I would pull
up the patch to show you, but there is a bug in the online git viewer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5955
------- Additional Comments From J.Nicolaisen(a)gmx.net 2006-18-08 17:22 -------
Jesse Allen, I logically have no OpenGL on my machine because there is no 3D
card. Thus no linking to OpenGL at compile time is possible.
If wined3d already has a fallback mechanism, why does it report a GLX related
error? it should just use plain X11?
I'm willing to try newest wine. I have to enable the opengl flag, right? I don't
want to use Mesa rendering, just plain old software X11 please.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5970
------- Additional Comments From stevenp500(a)bellsouth.net 2006-18-08 17:14 -------
Yea, that too. I can still change to the 'Now Playing' and such, though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5955
------- Additional Comments From the3dfxdude(a)gmail.com 2006-18-08 17:13 -------
J.Nicolaisen, it already does that. It's not that it uses OpenGL by default.
Your problem was that WineD3D required linking to OpenGL at compile time. Update
to latest version of Wine and see. It should be fixed now and I don't think you
have the same problem as the reporter.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5988
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-18-08 17:10 -------
aaarrghh, seems like things are a bit messed with my old wine versions. I tried
regression test myself between wine-0.9.7 and wine-0.9.8 but all of the built
bisects ran the app correctly (without the bug) Darren, sorry for the comfusion.
For now I _do_ know the app starts fine in wine-0.9.7. Maybe it's better to do
regression test between 0.9.19 and 0.9.7 (allthough that 'll take quite some
time) Sorry for the noise :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5955
J.Nicolaisen(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |J.Nicolaisen(a)gmx.net
------- Additional Comments From J.Nicolaisen(a)gmx.net 2006-18-08 16:42 -------
Same problem here. I'm running wine 0.9.17 on a P166MMX laptop without 3D card,
with stable Gentoo linux. Starcraft/Broodwar (a 2D, plain ddraw game!) crashes
with a message about GLX extension not found on display 0. SCBW worked fine with
some older versions of wine, f.ex. 0.9.3.
When I compiled wine without openGL support, SCBW gave me 2 messages:
1) wined3d not found, needed by ddraw.dll
2) ddraw.dll not found (verified it was present)
-> crash
IMO it's idiotic that ddraw would need OpenGL. That is such a dirty hack.
At least make sure that wine d3d falls back to the old behaviour if no hardware
acceleration is possible!
My Gentoo Forums post about this issue (sorry, rant-ish):
http://forums.gentoo.org/viewtopic-t-490382.html
You can safely mark this as confirmed.
Expected behaviour (and suggested fix): Wined3d (when doing ddraw rendering)
must fallback to X or DGA rendering when no HW accel possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5988
------- Additional Comments From winebugz(a)chipsugar.plus.com 2006-18-08 16:01 -------
I recieved that message just after I'd finished testing. Oh well, here I go again.
BTW I'm new to git. Is there a quick way of applying/not applying specific
patches that are known not to affect the regression e.g. from a patches notes
and remove them from bisect actions?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4579
------- Additional Comments From dturner0413(a)yahoo.com 2006-18-08 15:42 -------
I had this same problem and I'm not sure if this was figured out elsewhere but
for some reason ubuntu put 3 sections in /etc/X11/xorg.conf for a wacom tablet
input device which I don't have, so to fix it:
Edit xorg.conf and comment out all three sections that refer to /dev/wacom
(stylus, eraser, and cursor) then scroll down to where it says Section
"ServerLayout" and comment the stylus,cursor,eraser lines there as well. Hope
this helps..
Dave
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5991
Summary: MSDE install fails
Product: Wine
Version: CVS
Platform: Other
URL: http://www.asp.net/msde/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ipc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
Download and run the MSDE installer MSDE2000A.EXE from
http://www.microsoft.com/downloads/details.aspx?familyid=413744d1-a0bc-479f…
This will unpack to directory c:\MSDERelA or c:\SQK2KSP3.
Go to that directory, then run
setup.exe SAPWD=Hello SecurityMode=SQL
It will fail with dialog box
Fatal SQLUNIRL.DLL Initialization Error
File: ..\src\procaddr.c, line: 422
NDDEAPI.DLL Could not be loaded, NT Error 126
and after you click OK, you'll see
err:msi:ITERATE_Actions Execution halted, action
L"SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EAB2C064397B" returned 1603
nddeapi.dll is not yet implemented in Wine; see
http://windowssdk.msdn.microsoft.com/en-us/library/ms690651.aspx
for an overview.
I'll probably try copying in a native nddeapi.dll from my WinXP partition next...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4672
------- Additional Comments From the3dfxdude(a)gmail.com 2006-18-08 12:48 -------
According to comment 8, and our general understanding of what diablo is trying
to do, this has to be a bug in diablo 2 introduced with patch 1.11.
P.S. Don't run as root or have write permissions your disk device nodes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5990
Summary: Ogre3d fails to install
Product: Wine
Version: 0.9.19.
Platform: Other
URL: http://prdownloads.sourceforge.net/ogre/OgreDemos_1.2.0.
msi?download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Demo's nice for testing d3d/opengl stuff. The newest version (1.2.0) fails to
install. Attached is +msi 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=5988
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-18-08 11:12 -------
sorry, that _should_ be regression between wine-0.9.7 and 0.9.8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4794
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|ABANDONED |
------- Additional Comments From dank(a)kegel.com 2006-18-08 10:33 -------
Looks like it's still broken.
http://winehq.org/pipermail/wine-users/2006-August/023300.html
says
>I tried to install SWGB with pure Wine 0.9.19. Beside
>err:mmio:MMIO_ParseExtA No . in szFileName: "D:\\Install\\HOVER"
>fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
>a screen pops up with the text "The Install Shield Engine (Kernel.exe)
>couldn't be installed"+ "Write protected".
For what it's worth, the demo
http://www.download.com/Star-Wars-Galactic-Battlegrounds-demo/3000-7562_4-8…
installs fine with yesterday's git. (It doesn't play, though, as it says
"direct play not available".)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-18-08 09:06 -------
Regardless of a state of this bug I think it has its own value as it shows
conflicts of some interests. Some of my sophistics:
Jesse wrote:
| Building git is beyond wine.
I agree, but (as Peto notes correctly) our wiki pushes user on building it from
a source.
Peto wrote:
| I sticked with the manual, thinking "if they recommend compiling the Git, then
| it's probably the best way to go".
Right, Peto, but I guess you can easily understand that all the texts of
*.winehq.org can be divided into a 4 parts:
1, main site (www.*);
2, appdb site (appdb.*);
3, wiki site (wiki.*);
4, bugzilla site (bugs.*).
The dynamics of a content of each site increases with its number here. That has
own reasons. Changes to the main site are crucial and every change goes through
a single www-maintainer.
Changes to the appdb depends mostly on several dosens of app maintainers, so
content gets more dynamic.
Changes in Wiki occurrs whenever any developer or contributor feel a need to
share some fresh and interesting info with all the community of devs. Here are
no strict content maintainers as everyone tries to get his best, IMHO.
And probably this is why you got confused by this quote:
Wine Wiki writes:
|
| 2.1. Downloading and installing
|
| Download the latest version of GIT from [WWW]. Compile and install it.
| It installs into ~/bin by default. You may need to use the make option
| "WITH_OWN_SUBPROCESS_PY='YesPlease'" if you have Python < v2.4.
| Be sure also to have merge program available (usually it comes with RCS).
This clearly asks for a separate Wiki page about getting GIT installed. There
are several linux distributions, several ways on each to get GIT binaries on disk.
Now that you have got into the conflict epicenter and by looking at the idea of
a Wikies I conclude that namely you, Peto, should do the required changes :) or
at least post relevant text for both WineGIT page and a new, separate subpage
about GIT installation. For example:
"Try to get GIT in an way ordinary for your distro:
* Debian: apt-get install git-core
* FC: yum install git
* Gentoo: ...
Compile GIT and install it only when you know what you are doing
or at least when you have problems with packaged binaries. =)"
With such new page every newbie who uses another undescribed distro could easily
spot the problem (and probable change it by itself). And editing Wikies isn't
really hard, IMHO; there is a sandbox for testing your skills in our Wiki.
| If just a mention took place ("For debian systems, it might be better to
| download the package and install it using dpkg -i <package>), I'd do
| it and spare You and me this trouble ;o)
You've downloaded package manually and used dpkg to install it. Peto, did the
Alexandre's advise not work? (apt-get install git-core)
| When You compile Git from sources (as suggested in GitWine manual), You need
| them. See git's INSTALL for more info. Hint: cannot do "configure" without
| autoconf before. Next, documentation needs asciidoc. And needs more than that,
| so that I resigned compiling docs for git (in contradiction to manual).
Hey, this is somewhat generic stuff about building software under unix-like
OSes. But you could put that into separate Wikie page too, lets call it
GitInstalling.
| Proxy system variable I consider "must have"
| for significant part of git users.
And that would go here too.
| And Debian users need to know, that compiling from sources
| is not the best way for them.
Well, yes, and I am not a Debian user, but every Debianist IMHO probably should
know (by reading manual and from its experience) that this is distro for
pendatic admins who de facto don't like compiling from a source and prefer
automated package installing based on official distro's database. Probably
that's why no one had given directions for debianists in the WineGIT page. No?
| However, I really don't want to know "everything about git"! :-) I use the
| "how to do regression testing with git" manual.
Hey, OpenSource world is too big and too interrelated to get exactly right part
of information ;-)
If you don't like the situation, change it, please. For example contribute to
the Wiki of project. That's what are Wiki engines designed for.
Of course, I hadn't touch the 4th item, a bug reports ;-)
This is most dynamic area of Wine related texts. If you contribute to this, 4th
level, what would stop from doing the same to the 3rd level? I guess, nothing
Good luck, Peto :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From hans(a)it.vu.nl 2006-18-08 08:41 -------
Maybe Mike meant InternetConnect or InternetOpenUrl? MSDN speaks of
ping *and* of a connection, so it would be interesting to find out
when it does what. Could be a ping by default and a full blown connection
when FLAG_ICC_FORCE_CONNECTION is 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=5800
daniel.skorka(a)stud.uni-karlsruhe.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From daniel.skorka(a)stud.uni-karlsruhe.de 2006-18-08 08:18 -------
Reopening due to attached network trace.
Notes:
- 192.168.0.1 is the gateway (I'm guessing a WLAN router)
- 192.168.0.2 is a Windows XP box connected via WLAN
- Dump was taken on the XP box using netcap (appearantly comes with XP)
first netcap was started, then FiBs and a connection was attempted by clicking
on Game->Play Online
FiBs calls InternetCheckConnection with
lpszUrl="http://www.fibs.com/savedgames/list.html"
As one can clearly see from the dump, Windows indeed opens a TCP connection to
the specified machine, on a port given by the URL, then closes it again.
Mike: I have grepped the whole 0.9.19 source, and there is no function called
'InternetOpenConnection'.
saulius: Could you please post the MSDN URLs to which you refer?
Juan: Wether or not the function is reliable 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=4230
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-18-08 04:05 -------
Ted, the need to use native windows mscvrt.dll clearly indicates some bug in
Wine. Native core DLLs should not be needed here in ideal case at all.
So bug report is valid and bug is not fixed. Only its Summary field should be
changed to something like this: "builtin MSVCRT makes dimension strings look
wrong in TurboCAD LE".
Ted, would be so kind as to change state back from FIXED and to change summary,
please? :)
Plus, it would be a nice step to run Wine with "msvcrt" debug channel enabled:
$ WINEDEBUG=+msvcrt wine .../tcw40.exe
Plus, inability of TurboCAD to self-extract and inability of TurboCAD 3D
versions to run should be filed as separate bugs. NOTE: use latest Wine to test
all your issues, please. (version 0.9.19 at the moment)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5895
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-18-08 01:58 -------
Jussi, I guess Vitaliy meant plain w2k without WMP installed (or at least
without IE upgraded), which isn't so probable and ordinary setup on every-day
Windows boxes...
You perhaps should install WMP using Wine, though I don't know which lowest
version would suffice:
[*] http://appdb.winehq.org/appview.php?appId=131
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5537
------- Additional Comments From dirmass(a)gmail.com 2006-18-08 01:35 -------
The bug is in the Ninjam client v0.06:
http://ninjam.com/downloads/ninjam006-install.exe
You need to connect to any server here: http://ninjam.com/jamfarm/index.php
Try to connect anonymously to: test.ninjam.com:2049
Also I'm not sure if I should start another bug entry but there's another
problem with the text in the chat window. (Same wine specs and PC + also tried
it with wine 0.9.19). After I override the dll to fix the enter key, once people
fill up the main chat window with text and the text reaches the bottom, all the
text dissapears, it goes invisible.
The only way to get it back is to click inside the chat window. And every time
anyone types a new line it dissapears again, so I have to click anywhere inside
the main chat window everytime someone replies, including me...
Thanks for looking into 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=4996
------- Additional Comments From ryanbach(a)adelphia.net 2006-17-08 23:20 -------
Can you retry with the latest version of 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=5981
------- Additional Comments From ead1234(a)hotmail.com 2006-17-08 22:49 -------
I was allowed to maintain the app before it was accepted. When i received my
email the message said I had been accepted, but the version and name strings
were empty. There are no includes in maintainer.php Should we be including
version.php before we can create new version and app classes as they aren't
defined in maintainer.php.
Application Maintainer Request Report
-------------------------------------------------------
Your application to be the maintainer of has been accepted. Enter a
personalized reason for acceptance or rejection of the users maintainer request
hereWe appreciate your help in making the Application Database better for all
users.
$sMsg = "Your application to be the maintainer of ".$oApp-
>sName." ".$oVersion->sName." has been accepted. ";
$oVersion->sName and $oApp->sName are empty
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3504
------- Additional Comments From dmalinovsky(a)gmail.com 2006-17-08 22:44 -------
I guess it exists because I can see cyrillic text in wine using cp1251 though
locales contain only UTF-8 encodings. Please don't ask me to generate cp1251
and use it :) because I have working wine with UTF-8 but at home PC---I have
problems with office 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=3504
------- Additional Comments From czarkoff(a)yandex.ru 2006-17-08 22:22 -------
Did You check for "ru_RU.cp1251" locale in Your system. To be used it should
exist...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3504
------- Additional Comments From dmalinovsky(a)gmail.com 2006-17-08 21:49 -------
Setting LC_ALL and LANG to cp1251 didn't help me:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 06C1
(Cyrillic_a) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=46,scanCode=21,keycode=29,state=2010)
etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5159
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
Summary|When using a Microphone in |Microphone in Half Life and
|Half Life and HL:S games, it|HL:S games very harsh and
|is screwed up |goes in and out of "focus"
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 20:39 -------
Change summary to reflect problem better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5989
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.tatanka.com.br/ie|
|s4linux/forum/viewtopic.php?|
|t=419 |
Summary|Cannot run uninstall for IE6|Cannot run uninstall for IE6
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 20:35 -------
Please do not paste backtraces, attach them.
You have to install IE as-is without any native dlls, or no-go.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
Summary|REGRESSION: ddraw rewrite |ddraw rewrite breaks GTA2
|breaks GTA2 |
Version|unspecified |CVS
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 20:07 -------
Last comment should go into it's own Bug 5955.
--
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=5518
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 20:04 -------
The patch is committed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
------- Additional Comments From killertux(a)suomi24.fi 2006-17-08 20:04 -------
Well forget that last comment it was bug 5955.
and to reproduce to that black screen thing you need
to se "DirectDrawRenderer" to "gdi"
and if "DirectDrawRenderer" is set to "opengl" it should work fine.
--
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=5780
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
OS/Version|other |Linux
Priority|P2 |P3
Platform|Other |PC
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 19:55 -------
Use Wine's virtual desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
------- Additional Comments From killertux(a)suomi24.fi 2006-17-08 19:44 -------
New problem related to this bug:
Wine no longer run DirectDraw apps if opengl is disabled.
basicly Wine just crashes or if using Wine without opengl support apps fails to
DirecX errors.
I know this happen because of this bug but should I submit new bug report since
this problem is more like an desing flaw or side effect?
--
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=5989
Summary: Cannot run uninstall for IE6
Product: Wine
Version: 0.9.19.
Platform: PC
URL: http://www.tatanka.com.br/ies4linux/forum/viewtopic.php?
t=419
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: strbenjr(a)yahoo.com
Please forgive me if this should NOT have been posted here.
This is NOT an uninstall for IEs 4 Linux... (Instructions for that are in
previous msg)
I tried to directly install IE-6 using the Microsoft installer. (IT didn't work)
(I did not tell Wine to run the installer under Win98 so it used Win2000 by default)
Here is what I found out during my unsuccessful attempt to uninstall IE6:
See: http://support.microsoft.com/kb/293907
I tried to run the suggested command "w2kexcp.exe" which does exist on my
Wine-C: drive. Here's how:
1. You need a copy of 4 DLL's from Win2000 into your Wine-system32 folder.
- IPHLPAPI.DLL
- imm32.dll
- lz32.dll
- setupapi.dll
2. Open a Shell
3. Run "wcmd" to get a DOS prompt
4. C:
5. cd "c:\windows\IE Uninstall"
6. w2kexcp.exe /u
I don't know how to create an attachment so here is what I got:
%wcmd
WCMD Version 0.9.19
H:\>c:
c:\>cd "c:\windows\IE Uninstall"
C:\windows\IE Uninstall>w2kexcp.exe /u
C:\windows\IE Uninstall>wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupGetTargetPathA, aborting
wine: Unimplemented function setupapi.dll.SetupGetTargetPathA called at address
0x9c214640 (thread 003e), starting debugger...
WineDbg starting on pid 0x43
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupGetTargetPathW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallFileA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallFileExA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallFileExW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallFileW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallServicesFromInfSectionA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallServicesFromInfSectionExA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallServicesFromInfSectionExW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupInstallServicesFromInfSectionW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupLogErrorA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupLogErrorW, aborting
wine: Call from 0x9c214640 to unimplemented function setupapi.dll.SetupLogFileA,
aborting
wine: Call from 0x9c214640 to unimplemented function setupapi.dll.SetupLogFileW,
aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupPromptForDiskA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupPromptForDiskW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupPromptReboot, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryDrivesInDiskSpaceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryDrivesInDiskSpaceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryFileLogA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryFileLogW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryInfOriginalFileInformationA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryInfOriginalFileInformationW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryInfVersionInformationA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQueryInfVersionInformationW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQuerySourceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQuerySourceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupQuerySpaceRequiredOnDriveW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFileLogEntryA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFileLogEntryW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFromDiskSpaceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFromDiskSpaceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFromSourceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveFromSourceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveInstallSectionFromDiskSpaceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveInstallSectionFromDiskSpaceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveSectionFromDiskSpaceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupRemoveSectionFromDiskSpaceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupScanFileQueue, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetDirectoryIdExA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetDirectoryIdExW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetPlatformPathOverrideA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetPlatformPathOverrideW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetSourceListA, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.SetupSetSourceListW, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.ShouldDeviceBeExcluded, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.StringTableEnum, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.VerifyCatalogFile, aborting
wine: Call from 0x9c214640 to unimplemented function setupapi.dll.VerifyFile,
aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupAccessRunOnceNodeList, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupAddMiniIconToList, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupAddTagToGroupOrderListEntry, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupAppendStringToMultiSz, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupDestroyRunOnceNodeList, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupDirectoryIdToPath, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupGetField, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupGetOsLoaderDriveAndPath, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupGetQueueFlags, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupGetVersionDatum, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupGuidFromString, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupIsGuidNull, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupMakeSurePathExists, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupSetQueueFlags, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupSetSystemSourceFlags, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupStringFromGuid, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupStringTableEnum, aborting
wine: Call from 0x9c214640 to unimplemented function
setupapi.dll.pSetupVerifyQueuedCatalogs, aborting
^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=5159
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4729
------- Additional Comments From deceiver.g(a)gmail.com 2006-17-08 16:34 -------
I can confirm this bug in Photoshop 7.0, using gnome and wine version
0.9.19~winehq0~ubuntu~6.06-2. However, I am fortunate enough that the freeze
doesn't kill my entire system. Everything just freezes for about 30 seconds,
then it either wakes up again or wine dies.
Another aspect of (what I think is) the same bug is that every time I start
photoshop, all of the tool windows are stretched to being a lot higher than they
should be.
Possible resolution: It seems to be less prone to occurring when using wine in
desktop mode, and the tool windows get their correct size.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5976
------- Additional Comments From deceiver.g(a)gmail.com 2006-17-08 16:20 -------
I can confirm this in gnome, on Ubuntu 6.06 LTS. I get it both using metacity
and openbox as window managers, so it doesn't seem to be a window manager issue.
Perhaps the windows are not being grouped properly?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5979
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-17-08 15:55 -------
I can confirm this bug is present in _many_ _many_ installers. It's doesn't
hurt anything, but would be nice if this could be fixed. btw, it's a regression.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
------- Additional Comments From killertux(a)suomi24.fi 2006-17-08 15:41 -------
That debug was from latest Wine GIT and I had those screen drawn black problems
with Nvidia Geforce FX 5200 (x86_64) and Nvidia GeForce 6600 GT (x86). driver
was 1.0.8762
--
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=5988
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.demonews.de/downl
| |oad_n.php?id=1111
Severity|blocker |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-17-08 15:31 -------
Confirming.Starts fine in wine-20050930 (at least the menu,didn't test further).
I checked it's a regession between wine-20050930 and wine-0.9. Could you do a
regression test please to track down the exact patch that broke this game?
Thanks very much
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
------- Additional Comments From stefandoesinger(a)gmx.at 2006-17-08 15:04 -------
I don't see any reason why the screen should go blank becuse of ddraw, there
are no drawing calls done. Well, we do ddraw when the app requests it,
basically, no matter if it is a simple pop-up or a full game :-)
I don't see how the screen getting black is related to GTA2 though. I didn't
have any problems with the gta 2 manager when I tested it some time ago.
GTA2 should run fine again, on radeon cards you propably have to set
RenderTargetLockMode to none to get decent performance. Otherwise it should
work fine
--
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=5988
Summary: "The Silver Lining" demo fails to load
Product: Wine
Version: 0.9.19.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)chipsugar.plus.com
The "The Silver Lining" game demo from www.tsl-game.com doesn't start. The wine
desktop opens and - after a few fixme's and keyboard errors - pops up a window
saying that the "Video card failed to initialize." Clicking "Ok" in that window
closes it and adds the following errors.
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
err:ntdll:RtlpWaitForCriticalSection section 0x7ea5aea0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 000c, blocked by 0009, retrying (60
sec)
wine: Critical section 7ea5aea0 wait failed at address 0x7efb2450 (thread 000c),
starting debugger...
WineDbg starting on pid 0x8
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information
for winex11<elf>
Unhandled exception: wait failed on critical section 0x7ea5aea0 X11DRV_CritSection
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7efb2450
[darren@10 The Silver Lining Demo RC1]$ Process of pid=0x00000008 has terminated
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5517
------- Additional Comments From killertux(a)suomi24.fi 2006-17-08 14:03 -------
Created an attachment (id=3330)
--> (http://bugs.winehq.org/attachment.cgi?id=3330&action=view)
+ddraw, +d3d7 SeaDogs Tools.exe
I did regression test and noted that when Tools.exe, a small popup window from
Sea Dogs CD is is started screen is drawn black and window is drawn after
that.(xranr -s 0 will clean the screen)
I think GTA2 gta2 manager.exe might have the same issue.
-Anyway why d3d is used on simple popup window?
--
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=3504
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 13:11 -------
Ok so then it "worksforme"? As you know, win uses cp1251 codepage. And it seems
same should be used with 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=5090
------- Additional Comments From bugs(a)stalag99.net 2006-17-08 12:17 -------
Created an attachment (id=3329)
--> (http://bugs.winehq.org/attachment.cgi?id=3329&action=view)
Screencap, SL Linux Alpha 1.11.3
... and now from the Linux client, which is in alpha and doesn't have various
features like file upload, snapshots, or even shiny textures. But, it does
have the correct alpha composing. What looks weird in the first snapshot
(T-Shirt and cowpants, but the breasts are half covered?) is more intelegent
here (Tanktop over a two-peice bikini).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From the3dfxdude(a)gmail.com 2006-17-08 12:13 -------
Unfortunately we try to keep only bug reports specific to wine or it's website.
The regression testing with git has a web page because it's useful for debugging
wine. Building git is beyond wine. Maybe you should ask the git people to add to
their documentation. Or you could talk to the debian packagers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5905
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-17-08 12:00 -------
Yes I emailed Alexander and told him to remove it yesterday. There was a bug
report about the missing symbol before too that is why I already knew to close
invalid when we got the 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=5090
------- Additional Comments From BirdbrainedPhoenix(a)gmail.com 2006-17-08 11:40 -------
OK. This bug WAS fixed for me, but for some reason the troublesome pants I had before are again experiencing messed-up cuffs as in the screenshot I attached back on 06/02. So, confirmed: This bug has gone stealth on me, but it's still around :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 09:02 -------
I understand that.
However, I really don't want to know "everything about git"! :-) I use the "how
to do regression testing with git" manual. There already is much information
beyond Wine's scale. It is normal for such specialised howto.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 08:50 -------
But GIT is not part of Wine. And you are on Wine's Bugzilla!
You can read all you want about GIT here:
http://www.kernel.org/pub/software/scm/git/docs/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3504
------- Additional Comments From czarkoff(a)yandex.ru 2006-17-08 08:47 -------
Everything works OK if LANG and LC_ALL variables are set to "ru_RU.cp1251" for
WINE. Eg.:
$ LC_ALL="ru_RU.cp1251" LANG="ru_RU.cp1251" wine "C:\Program Files\My\App.exe"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 08:46 -------
When You compile Git from sources (as suggested in GitWine manual), You need
them. See git's INSTALL for more info. Hint: cannot do "configure" without
autoconf before. Next, documentation needs asciidoc. And needs more than that,
so that I resigned compiling docs for git (in contradiction to manual).
Proxy system variable I consider "must have" for significant part of git users.
And Debian users need to know, that compiling from sources is not the best way
for them.
Please note, that the manual is not for "everyday Git users"; they don't need
it. It is for people like me, that don't know anything about Git, don't WANT to
know either, and are scared enough about it. They need simple HOWTO that will
lead them to regression testing successfully done. Nothing more and nothing less.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 08:09 -------
I fail to see where Wine needs any of those libraries.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 07:45 -------
I really don't understand You. Would it "contamine" You somehow if the manual
was little more helpful? If You are a big chief, You don't need to look to
manual ever.
If the manual exists, it should be of help for those seeking it. I, being tiny
lame user, am dependent on manuals and any drop of information they provide is
helpful for me. In this case, this issue is all about information NEEDED TO DO
WINE REGRESSION TESTING. How can You say it has nothing to do with Wine, is a
mystery for me.
If the manual is mentioned NOT to help, it should better disappear to avoid
confusion.
As I said, I don't understand Your motives.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 07:35 -------
Then please, wipe out 80% of documentation for "GitWine", because by the same
logic, it has barely anything to do with Wine.
I wonder, why You are such an enemy to anything that would ease life of those,
who wish to invest their time to Wine debugging.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5975
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 07:29 -------
It's fixed in current git. 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=5985
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 07:27 -------
Closing invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-08 07:27 -------
Peto if you noticed this has like totally absolutely NOTHING TO DO WITH 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=5562
------- Additional Comments From dank(a)kegel.com 2006-17-08 06:46 -------
Ravinder, please create a new bug for that last 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=5987
Summary: riched20 : CRichEditCtrl::LineFromChar does not return
correct value
Product: Wine
Version: 0.9.19.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renu.rajput(a)tcs.com
I used the function CRichEditCtrl::LineFromChar in an application to get the
line number in a rich edit control. The function does not return the correct
value.
In the attached sample application, if the user types in some text in the rich
edit control, and clicks on any line, a messagebox box is displayed which
shows the line number in which the user clicked. Under Wine, the messagebox
always shows 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=5532
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ben(a)atomnet.co.uk 2006-17-08 06:08 -------
This bug is fixed as of 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=5986
Summary: riched20 : Double Click messages not handled
Product: Wine
Version: 0.9.19.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renu.rajput(a)tcs.com
If you double click in a Richedit control, WM_LBUTTONDBLCLK message is not
handled.
In the attached sample application, whenever the user double clicks in the
rich edit control, a message box is shown which says "Inside OnLButtonDblClk".
When the application is run under Wine, no such message is generated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3504
dmalinovsky(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmalinovsky(a)gmail.com
------- Additional Comments From dmalinovsky(a)gmail.com 2006-17-08 04:53 -------
I have the same problem with latest version (i.e. 0.9.19). It's definetely
system misconfiguration, because I have the same Linux home and wine works ok there.
I'm using Ubuntu Dapper (6.04). Can you give me any hints how to find the
reason of this 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=3179
------- Additional Comments From frick(a)sc-networks.de 2006-17-08 04:47 -------
i will check against cvs-current tonight and report back to you; please note,
that this bug seems to exist only with nvidia cards as Stefan never experienced
it (he is on ati)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 04:28 -------
I downloaded the package, dpkg -i and it works now. Thank You.
Besides, such info would be helpful in the GitWine Howto. I sticked with the
manual, thinking "if they recommend compiling the Git, then it's probably the
best way to go". If just a mention took place ("For debian systems, it might be
better to download the package and install it using dpkg -i <package>), I'd do
it and spare You and me this trouble ;o)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From julliard(a)winehq.com 2006-17-08 04:18 -------
There are debian packages for git, you don't need to build it yourself. Just do
an apt-get install git-core.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5562
------- Additional Comments From ravinderonline(a)yahoo.com 2006-17-08 04:10 -------
Created an attachment (id=3323)
--> (http://bugs.winehq.org/attachment.cgi?id=3323&action=view)
Release Exe of Test App for checking single/double click in richedit control
In RichEdit control double click isn't mapped. My test application prints the
text in RichEdit control for both the clicks single/double like Inside Single
Click & Inside double click. In case of windows I get both the messages but
in case of wine I do get only single click message.
I have already merged the patch at following link
http://www.winehq.org/pipermail/wine-patches/2006-August/029855.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 04:02 -------
Mike, I'd like. However, I cannot find the full CVS image. Does it even exist
for download purposes? I remember something about migration to 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=5985
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From mike(a)codeweavers.com 2006-17-08 03:54 -------
You can do regression testing with CVS...
http://winehq.org/site/docs/winedev-guide/x1344
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5975
------- Additional Comments From rkarcher(a)frey.de 2006-17-08 02:31 -------
Why is the commandline invalid?
/usr/local/bin/explorer is a shellscript that generates your call.
removing ~/.wine didn't help on WIN2K , I get the following error:
wine: Call from 0x7b840c00 to unimplemented function
shell32.dll.FixupOptionalComponents, aborting
It did help on WINXP
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
On Wed, Aug 16, 2006 at 09:19:53AM -0500, Wine Bugs wrote
> http://bugs.winehq.org/show_bug.cgi?id=5975
>
>
>
>
>
> ------- Additional Comments From vitaliy(a)kievinfo.com 2006-16-08 09:19 -------
> That is invalid command line. Correct would be:
> wine explorer /desktop=name,640x480 setup.exe
>
> Remove your ~/.wine dir and try again.
>
Why is the commandline invalid?
/usr/local/bin/explorer is a shellscript that generates your call.
removing ~/.wine didn't help on WIN2K , I get the following error:
wine: Call from 0x7b840c00 to unimplemented function
shell32.dll.FixupOptionalComponents, aborting
It did help on WINXP
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 02:05 -------
Askin' me? :-)
I assume, the same as in previous logfiles.
Alright, I'll post smaller log, such as before.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5973
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
Version|unspecified |0.9.19.
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 02:03 -------
I'm sorry for "lots of useless debug information". Seemed for me from log, that
they could be useful. I'm trying to do the reg-testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5973
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 01:52 -------
If You don't agree with "blocker" severity and have good reasons for that, then
there is next degree. Cite: "Critical -crashes, loss of data, severe memory leak"
The app crashes directly after executing. Is THIS the case?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5985
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 01:51 -------
If You don't agree with "blocker" severity and have good reasons for that, then
there is next degree. Cite: "Critical -crashes, loss of data, severe memory leak"
The app crashes directly after executing. Is THIS the case?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5973
------- Additional Comments From tuharsky(a)misbb.sk 2006-17-08 01:50 -------
Vitaliy,
I have read the explanation. Cite: "Blocker -Blocks development and/or testing work"
I cannot test impact of fresh patches on another bug because of this one. Is
this what is expressed above?
If not, then please correct the severity explanations or make them more verbose.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5905
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-17-08 01:50 -------
I guess Simonas got this one by following official AppDB HOWTO. It seems Ben
Hodgetts and Alexander Nicolaysen Sørnes should be warned to change this HOWTO
either to also include updated compiled version of a hacked ddraw.dll or to
place both old and updated diff-hacks to allow user to compile wine by itself...
But that may be some kind of an offtopic :)
I am looking for an answer about changes from Simonas.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.