http://bugs.winehq.org/show_bug.cgi?id=8249
greg87(a)online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Freelancer: hangs at start |Freelancer: hangs at start
| |if freetype is installed
------- Additional Comments From greg87(a)online.de 2007-06-05 06:27 -------
Just changed the title to better reflect 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=8298
Summary: Dreamfall demo crashes with an error message...
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=7546
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stelek(a)stelmach-online.net
Demo downloaded from the official webpage (www.dreamfall.com) as a torrent does
not start. Installation works correctly but later it crashes with the following
error:
"XtreamLok Alert. DLL loading problem or Debugger detected or Integrity violated"
Demo version: EN_25930
No known workaround.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8297
Summary: Cannot run installed Photoshop Album Starter 3.2
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://www.adobe.com/products/photoshopalbum/starter.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)curo.dk
Since I could not install Photoshop Album Starter through wine, I installed it
in Windows and ran it from here.
It failed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8296
Summary: Cannot install Photoshop Album Starter 3.2
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://www.adobe.com/products/photoshopalbum/starter.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)curo.dk
Installing Photoshop Album Starter 3.2 fails with wine 0.9.36 on Ubuntu 6.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From dmitry(a)codeweavers.com 2007-06-05 03:15 -------
Probably you need to change the checks in fullscreen_state_changed to compare
old and new screen width and old and new window width like in
is_window_managed.
That would make both checks more consistent.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7776
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
------- Additional Comments From t.artem(a)mailcity.com 2007-06-05 02:31 -------
I don't know about any workarounds, likewise let it be "Normal".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8286
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
Platform|Other |PC
------- Additional Comments From t.artem(a)mailcity.com 2007-06-05 02:29 -------
I won't agree on Minor: "Minor minor loss of function, or other problem where
easy workaround is present"
There's no workaround for 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=4506
------- Additional Comments From writer(a)rswarren.com 2007-06-05 01:42 -------
Whoops, sorry.. missed the last line on that log:
852 srcval1=srcpixel[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=8275
------- Additional Comments From o.oudin(a)free.fr 2007-06-05 01:40 -------
I've done anothers tests (logs in attachment), as it seems builtin crypt32 is
still used even if set native :
-with crypt32.dll and rsaenh.dll copied to system32
WINEDEBUG=+loaddll,+crypt WINEDLLOVERRIDES=crypt32=n wine Future Pinball &>
log1.out & tail -f log1.out : it works
WINEDEBUG=+loaddll,+crypt WINEDLLOVERRIDES=rsaenh=n wine Future Pinball &>
log2.out & tail -f log2.out : it works
So setting native either crypt32 or rsaenh, table loading works.
- with only rsaenh.dll copied to system32
WINEDEBUG=+loaddll,+crypt WINEDLLOVERRIDES=rsaenh=n wine Future Pinball &>
log4.out & tail -f log4.out : it fails
So, if I set only rsaenh to native, and don't copy the crypt32.dll to system32
folder, is fails.
> Natives crypt32 and rsaenh looks very tied together, because if only one is
set as native both are used (but builtin crypt32 is still used in some way since
trace:crypt appear ?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8290
------- Additional Comments From dank(a)kegel.com 2007-06-05 01:07 -------
Ah, thanks. So the bug would have appeared in wine-0.9.27, I guess.
Oh, James...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8290
------- Additional Comments From thestig(a)google.com 2007-06-05 00:53 -------
git bisect says:
58bb3571defcde50770dc214608b890ab932b8f7 is first bad commit
commit 58bb3571defcde50770dc214608b890ab932b8f7
Author: James Hawkins <truiken(a)gmail.com>
Date: Fri Dec 1 13:22:59 2006 -0800
msi: Add handling for the StartServices action.
:040000 040000 2ec29ed94033f4d7f9cb08be9b7c52c4d0e43bfc
fd3e3f44b232aae32b10dafe49500000d9cf6beb M dlls
:040000 040000 0d228f0fa3761a14540bff67f87957697d95a0ca
06d4eb0fa9d644feb9b3dfb428efb104172a4003 M include
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4506
------- Additional Comments From writer(a)rswarren.com 2007-06-05 00:38 -------
Created an attachment (id=6145)
--> (http://bugs.winehq.org/attachment.cgi?id=6145&action=view)
Crash log - Sony DVEdit.exe
I seem to be getting the identical problem on Wine 0.9.35. This is Sony's
Digital Voice Editor v.2.31, the program they package with their digital voice
recorders. I can get it to barely start, draw the main window, put up the
dialog menu names (but no menus), and it stalls with a blank white window for a
few seconds before crashing on convert_888_to_0888. I haven't tested it on any
version other than 0.9.35.
Happy to test any patches. 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=5831
multescugeorge(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From multescugeorge(a)yahoo.com 2007-06-05 00:32 -------
Can't confirm the issue at this time, so i propose to let this bug rest. I'll
reopen it if the situation repeats.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1255
------- Additional Comments From lambdae2(a)gmail.com 2007-05-05 23:37 -------
I tested it with wine 0.9.36 and there's a similar bug, I see matlab's logo and
then an error dialog saying "failure loading desktop class", I hit ok and the
program terminates.
I installed matlab from windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3532
------- Additional Comments From thestig(a)google.com 2007-05-05 21:54 -------
It still occurs.
Please note cblight does not install properly. (see bug 6893) so the copy I ran
was from a Windows install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8292
------- Additional Comments From trukulo(a)gmail.com 2007-05-05 21:10 -------
I didn't tried the demo, i'll do and i'll tell you. But as far as i know, it
should be exactly the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=948
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2007-05-05 19:36 -------
I bought a copy of Ultradev 4 today, and it installs just 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=1798
bero(a)arklinux.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5030 is|0 |1
obsolete| |
------- Additional Comments From bero(a)arklinux.org 2007-05-05 19:24 -------
Created an attachment (id=6143)
--> (http://bugs.winehq.org/attachment.cgi?id=6143&action=view)
Fix
Some more debugging shows that the window rect's left and top flip from -1 to 1
between is_window_managed and fullscreen_state_changed (not yet sure where,
might even be the window manager's doing) - that explains why window
decorations are added in the "0" case.
Attaching a new patch that fixes it for the applications I'm trying to use (and
it's much less ugly than the earlier hacks).
Please let me know if it fixes the other applications affected by this bug as
well, I don't have many windoze apps to check with.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7827
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From thestig(a)google.com 2007-05-05 19:15 -------
Can you do a regression test and find out where it broke between 0.9.32 and 33?
http://wiki.winehq.org/GitWine#regression_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=5976
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Priority|P3 |P2
------- Additional Comments From dank(a)kegel.com 2007-05-05 19:07 -------
Adding keyword download (since it affects tryout versions, too),
raising priority to p2 (since this is one of the few
nits keeping people from being happy with photoshop 7,
and photoshop is the #1 requested app in the Novell survey)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8207
------- Additional Comments From ead1234(a)hotmail.com 2007-05-05 18:54 -------
The installer never prompts for disc 2, it just says it was interrupted before
it could finish and quits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8289
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://developer.nvidia.com/
| |object/sdk_home.html
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8287
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
Platform|All |PC
------- Additional Comments From thestig(a)google.com 2007-05-05 18:51 -------
One can set the toolbar skin by going into preferences, under the toolbar tab.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3933
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-05-05 18:40 -------
closing then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8189
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.cityofheroes.com/
Severity|major |normal
Component|wine-console |wine-misc
Platform|HP |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8220
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://messenger.yahoo.com/d
| |ownload.php
Component|wine-programs |wine-misc
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-05-05 18:27 -------
After the installer downloads c:\Program Files\Yahoo!\Installs\ymsgr8us.exe, it
hangs. I terminated the program and ran ymsgr8us.exe. It installed and I was
able to launch Yahoo messenger, but I couldn't sign in.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From bero(a)arklinux.org 2007-05-05 17:51 -------
The later check for a fullscreen window fails because rect.right ==
screen_width, but rect.left == -1 and rect.bottom == screen_height, but
rect.top == -1.
Maybe the check should be
if ((rect.right - rect.left) >= screen_width && (rect.bottom - rect.top) >=
screen_height)
instead of
if ((rect.right - rect.left) == screen_width && (rect.bottom - rect.top) ==
screen_height)
?
When "fixed" like this, keyboard focus etc. are ok, but the window decorations
are drawn (incorrectly, the app should be fullscreen without any frames) and
kicker (KDE panel) is shown on top of the app.
The variant using "32" in the Windoze code works 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=1798
------- Additional Comments From bero(a)arklinux.org 2007-05-05 17:42 -------
Adding some debug messages to dlls/winex11.drv/window.c shows that the "0"
case says a window is NOT managed, and the "32" case says a window is managed
because if(style & WS_POPUP) and if(style & WS_SYSMENU) evaluate to TRUE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8260
------- Additional Comments From thestig(a)google.com 2007-05-05 17:34 -------
Did you download your source code from 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=8207
------- Additional Comments From truiken(a)gmail.com 2007-05-05 17:29 -------
You can check this by reading the volume names of the two CDs and also by
opening up 'X2 - The Threat.msi' with orca and reading the Media table.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8207
------- Additional Comments From truiken(a)gmail.com 2007-05-05 17:14 -------
Hmm, I'm pretty sure you have the same copy of X2 that I have. It comes with
two CDs: the labels are X2_INSTALL and X2_GAME. They're both required to
install the game. Please verify 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=8295
------- Additional Comments From tom8311(a)wp.pl 2007-05-05 17:13 -------
Unfortunately I will have to attach the logs later as they are huge (one is 3 and
the other is 22 MB) and my net connection is to slow to submit so big files in a
reasonable time.
and sorry for that mess with links in the initial post;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From ns03ja(a)brocku.ca 2007-05-05 17:04 -------
For kicks, I tried this on a Radeon Mobility X1400 with 128 megs of memory and
fglrx 8.35.5. It spits out a slew of errors I haven't seen before (including
lots of out of memory issues and then failing to create a VBO), but it doesn't
hang up at the usual spot and appears to be mostly correct with both
wine-0.9.35 and wine-0.9.36-139-ge79a94d, it's extremely slow (<1 fps) though.
However, I'm not sure if FBOs are even used for fglrx, as their support for it
is dodgy, IIRC.
With the 7950 GT again, I tried setting VideoMemorySize = 256 instead of 512,
which appeared to produce identical results visually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From jrliggett(a)cox.net 2007-05-05 17:02 -------
Phil: Yeah, it happens for me with long-range shots. At close range I can shoot
people in the head all day long and it won't crash. It might also be relavant
that I do my testing in a local listen server with bots in it so I can control
the environment a little better. The bots also can get headshots all day long
and it won't crash. Besides, I don't have to kill my target to get it to crash;
all I have to do is hit someone.
I played de_port last night, and I was able to play about 10 rounds, then it
just crashed after I shot a bot in the leg (which, oddly was at close range,
first time that's happened in my tests.)
I guess I'll have to try joining a server with real people to see if there's a
difference.
--
Configure bugmail: http://bugs.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=8295
Summary: Motorhead crashes when using hw D3D renderer
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://downloads.gamezone.com/demos/d1574.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom8311(a)wp.pl
In Motorhead (a 3D racing game) one can choose between a software renderer and
hardware accelerated D3D renderer. The setting is made in game's menu and takes
effect when starting the gameplay - the game then switches from 2D mode to 3D
mode. When using the D3D hardware renderer the game crashes while switching to
the 3D mode. It displays a dialog box containing a message:
"The instruction at 00432905 refered to memory at 00000000
The memory could not be read from
Click on OK to terminate the application"
Besides, when you choose between the sw and hw modes (in "graphic options")
the hw mode is named "DDraw HAL" instead of "D3D HAL" (under windows it was
a name of gfx driver, so I don't know if the name is a problem).
Moreover, there are always two "DDraw HAL" devices to choose from, while there
should be one (I have only one gfx device). It doesn't matter which one of them
I choose - the effect is always the same.
BTW. there is another bug in wine (<a
href="http://bugs.winehq.org/show_bug.cgi?id=3747">Bug#3747</a>) that makes it
impossible to run the game w/o hacking wine (see <a
href="http://bugs.winehq.org/show_bug.cgi?id=3747#c21">comment#21</a> from that
bugreport) (or having a joystick connected to the PC), so reproducing the bug
is not that simple;)
I'm attaching the output of "WINEDEBUG=+d3d wine motor.exe" in two versions -
one is from the crash, when using hw renderer, and the other is from a run w/o
crash, when using sw renderer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From jrliggett(a)cox.net 2007-05-05 16:57 -------
Luke: I doubt that. When programs crash, they stop executing *immediately*; they
don't get the opportunity to clean up after themselves. The most a program like
WINE could do here is see that a crash has happened, and attach WineDbg to get a
backtrace Besides, AFAIK it would be CS's responsibility to clean up itself, not
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8234
------- Additional Comments From thestig(a)google.com 2007-05-05 16:56 -------
Install works fine here (all 7.5 gb of it) with latest wine-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=1798
------- Additional Comments From bero(a)arklinux.org 2007-05-05 16:54 -------
An interesting tidbit:
I've talked the programmer of an application that is still affected by this
problem into giving me his source code to play with.
Unfortunately, it is written in a rather obscure language (GFA-BASIC -- I've
never seen that one running on anything but an Atari ST before), but it
allowed me to trace the issue a bit more.
This code has the keyboard focus problem:
Global t$
OpenW #1,,,,,0
Repeat
Sleep
t$=InKey$
If t$
Print t$
EndIf
Until t$ = "q"
This does not:
Global t$
OpenW #1,,,,,32
Repeat
t$=InKey$
If t$
Print t$
EndIf
Until t$ = "q"
The only difference is the last parameter of OpenW - window opening flags. 0
is "no attribtues" -- no scroll bars, no title bar, nothing whatsoever.
32 is "only a close field" (still no title bar, so the close filed is not
actually drawn or visible).
Unfortunately I have no way of tracing what GFA-BASIC does with those flags,
but I guess it's a direct translation into the bitfields passed to window
creation (I have no idea about Windoze APIs -- Linux purist ;) ).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8294
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2007-05-05 16:47 -------
Invalid. You can't open a bug like this without a) installing the app with a
fresh .wine and no dll overrides and b) running the app with no dll overrides.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From focht(a)gmx.net 2007-05-05 16:46 -------
Hello,
--- quote ---
Sure, why not? Safedisc is one of them (even as old as 1.5). It does not use
GetProcAddress (where it does matter). In fact, it does all the import fixups
itself (which still doesn't work on Wine ATM). So if you patch GetProcAddress it
might confuse it or some other programs that do read export tables directly.
--- quote ---
I bet the API exports/imports that safedisc "manually" fix up are not bound to
this specific "export does not exist on all platforms" problem domain at all.
In fact only flat thunking API has been identified so far to be problematic.
I'm not aware that SafeDisc uses same brain damaged check on flat thunking exports.
If you supply bugzilla bug id or link to application/game which employs such
measures *and* works currently on wine, i'll write a patch to verify thesis.
--- quote ---
Who said Wine does that? Wine will brake into debugger aka crash when an app
tries to import non-existing function. The best example - old version of
mfc42.dll that doesn't have one of the functions lots of new apps need
--- quote ---
You misunderstood.
I was not referring to "standard" missing import case (due to binary interface
changes).
I wrote "missing import ... (wrong platform)".
Example: take the flat thunking API which is the main problem of this bug.
Suppose i write a simple application which statically binds to FT_* API (import
address table resolved).
The Windows NT4, 2K, XP loader will simply reject it (refuse to load).
Wine with winecfg = NT4/2K/XP loads it which is obviously wrong.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8294
------- Additional Comments From danex_szy(a)o2.pl 2007-05-05 16:44 -------
I've copied files from WinXP SP2 such as Docs and Setts, dlls from
windows/system32 and common files from prog files.
It runs but exit when drawing palettes.
And then starts debug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8294
Summary: PhotoshopCS3 crash when draw palettes
Product: Wine
Version: 0.9.36.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danex_szy(a)o2.pl
I've post the description to app db in comment.
See it here: http://appdb.winehq.org/appview.php?iVersionId=6584
I can share VNC.
I didn't know witch component so i choose test
Contact: root at e-danek dot info
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From the3dfxdude(a)gmail.com 2007-05-05 16:16 -------
I want to state that older securom doesn't do this. This new ver is going to
complicate games.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8293
------- Additional Comments From mpeter(a)mpeter.name 2007-05-05 15:56 -------
I substituted "Z" with "none", which has, as I expected, no effect.
The hat switch is still not detected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8291
------- Additional Comments From mpeter(a)mpeter.name 2007-05-05 15:54 -------
So it's not a dinput bug, maybe. I'm not exactly an expert on all things wine,
and those 2 behaviours are the ones I can choose from.
Maybe it would have been simpler to call it "Mouse cursor does not work in ww2ol".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3747
------- Additional Comments From tomek.fizyk(a)op.pl 2007-05-05 15:50 -------
Ok. but I still don't understand why Wine enumerates the "Wine Linux-input
joystick driver" while I have no joystick attached.
I bet that if EnumDevices wouldn't enumerate the driver while the device isn't
connected to the computer then the game would never call CreateDevice on joystick.
BTW. (sorry for the ongoing off-topic - I promise this is the last my post about
this on the thread) the mode switch bug has been fixed in 0.9.36, so it's ok now.
But since there still are some issues with the D3D (and maby with DDraw) in
Motorhead, I will submit a new bug about 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=8202
wine(a)avongauss.info changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)avongauss.info
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 15:46 -------
> Names? Are they *ever* supposed to work on wine?
Sure, why not? Safedisc is one of them (even as old as 1.5). It does not use
GetProcAddress (where it does matter). In fact, it does all the import fixups
itself (which still doesn't work on Wine ATM). So if you patch GetProcAddress it
might confuse it or some other programs that do read export tables directly.
> To cope this braindamaged i-have-my-own-GetProcAddress stuff, the loader could
> hot-patch the export tables after mapping the dll into memory (cancelling out
> exports which are not supported by current plaform).
Nope that won't work - see above, safedisc does export fixups itself. The
dll/executable in question has no imports at all. There are few other details
that I can't really talk about.
> The windows loader wont load dependency (module) with missing import (wrong
> platform) - while the wine loader happily does (which is IMHO wrong behaviour
> leading to problems).
Who said Wine does that? Wine will brake into debugger aka crash when an app
tries to import non-existing function. The best example - old version of
mfc42.dll that doesn't have one of the functions lots of new apps need.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From atrauzzi(a)gmail.com 2007-05-05 15:37 -------
That argument really doesn't give you much.
You can't write software, give it to people and accuse them of not changing it.
Most people don't know how. My god, that's incredibly rude.
I haven't insulted you once, but I assure you, you have. I suggest that you be
evaulated by others in the wine project. Keep the back scratchers out.
So, rather than confronting the points I brought up, you've just chosen to
ignore them. Very clever.
I think the original issue description brings up enough valid reasons for these
libraries to be implemented. Specifically:
o Availability
o License
Just because you're trying to reduce the incoming workload doesn't mean you have
to fabricate, omit and dance around with nonsense. The least that can be done
is have the problems with these libraries be marked for future improvement.
Once again, open source software earns another blackmark through you with
elitist behaviour. Maybe you should read some articles that detail the kind of
attitude you flaunt.
What you're doing earns OS software a very bad name, and I resent everything
you've said and every detail of your attitude. I'm trying to promote OS
software, you and people like you work against that effort.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 15:32 -------
Well you don't buy games that don't run on Linux - that's the simple straight
forward answer.
And as far as all your "intelligent" insults towards me or any other person in
the public place - well that's for other people to decide what they say about
who you or me or any one else are.
And btw again if you do not like Wine, or the way it is - you are very welcome
to change it they way you want it. This _is_ the way open source 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=6880
------- Additional Comments From focht(a)gmx.net 2007-05-05 15:23 -------
Hello,
--- quote ---
The solution you proposing won't work - there are some ... other protection
systems that are not using GetProcAddress at all. Instead they muck around the
export / import tables themselves.
--- quote ---
Names? Are they *ever* supposed to work on wine?
I bet the number of targets is very limited.
To cope this braindamaged i-have-my-own-GetProcAddress stuff, the loader could
hot-patch the export tables after mapping the dll into memory (cancelling out
exports which are not supported by current plaform).
Though even this can be circumvented by directly reading the library into memory
as "blob" (without LoadLibrary).
I seriously doubt the value of supporting such type of software (e.g. malware).
--- quote ---
So hiding anything in GetProcAddress might
not work. Worse it can brake something.
--- quote ---
It's exhibiting same behaviour like windows version.
If an export doesnt exist on specific target platform, GetProcAddress() returns
NULL.
Same problem domain for early bound (static) imports.
The windows loader wont load dependency (module) with missing import (wrong
platform) - while the wine loader happily does (which is IMHO wrong behaviour
leading to problems).
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From atrauzzi(a)gmail.com 2007-05-05 15:15 -------
> You didn't read what I said - these dlls are _NOT_ part of windows!
Right. But WINE will implement other DLLs after enough demand is created.
>Who said they are not? Show some bugs or don't state something you do not know
anything about!
This bug. The one that got closed. Notice how without a copy of Windows, this
seemingly non-windows related set of libraries (which from the number of bugs
that are dupes of this must obviously not be important) is essentially
impossible to use?
If the installation for Supreme Commander (in my case) doesn't install them, how
would I otherwise get these libraries? The installation succeeded, yet somehow
it still doesn't work?! Hmm... I know this might make you angry, but obviously
this game and many others don't see fit to include these non-essential DLLs.
I think you might need to review your stance on these libraries as more issues
continue to pour in. I mean, with this mentality, why don't you just make Wine
a bug repository where you tell everyone to copy ALL of Windows over to run
Windows? Comical...
As far as not knowing anything about this, please reserve your unsolicited
opinion for park bench mumblings. If this frustrates you so much, perhaps you
should be replaced. So far, I've found you to be quite biting, and not a very
good diplomat, again an essential quality of a QA individual (go on and ask me
how and why I know that, I dare you.)
> You are welcome to send patches that will close those "loose ends".
Oh how very kind of you to suggest that. You're so witty!
Yes, I might submit one amendment to the documentation distributed with Wine and
perhaps it's license: You will be summarily insulted, tarred and feathered on
our bug site, please don't submit bugs because even though we're open source &
offer a bug site, we prefer to reap none of the benefits of such.
The least you could do is provide some links in this issue to instances of the
libraries working and ways people who DON'T have windows can obtain them. (and
if they can't, then why aren't they being implemented?!?!?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 15:03 -------
> But I don't have a copy of windows to install from?
You didn't read what I said - these dlls are _NOT_ part of windows!
>The libraries aren't working properly either. Some degree of focus must be made
Who said they are not? Show some bugs or don't state something you do not know
anything about!
>here. Although you've "rationalized your way into" closing this issue, there's
>still a loose end.
You are welcome to send patches that will close those "loose ends".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8244
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 15:00 -------
Bill this is _not_ a forum! This is bugzilla - database to track bugs!
If your bug is still open, then it's still exist. And there are no magic all
healing pill that you can use to fix 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=7177
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1434 |
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=4464
------- Additional Comments From atrauzzi(a)gmail.com 2007-05-05 14:55 -------
But I don't have a copy of windows to install from?
Consequently, DirectX was once an extension to Windows, was it not? I still
think the position here is fundamentally flawed and limited.
The libraries aren't working properly either. Some degree of focus must be made
here. Although you've "rationalized your way into" closing this issue, there's
still a loose end.
There's no need to be petulant. You have a lot to learn in a QA role.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8291
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 14:54 -------
Also please don't use old closed meta bug. It was closed because it make
absolutely no sense in marking all games as dependent on that bug. Please stop
referencing 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=4464
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1434 |
nThis| |
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 14:51 -------
They are "supported" - just install/copy them from windows - they are _not_ part
of windows but part of SDK.
Anyway this bug is closed. All discussions are over. There is no need to
implement something that _have to be_ redistributed with an application to run
_even_ on windows!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8293
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 14:48 -------
Your mapping is invalid. X, Y, Z are axis how can you map more then 1 input to
them? If it's not one of the predefined ones, it will be skipped (so in a sense
"none" will work). Also please note that mapping works with /dev/js? or
/dev/input/js? devices only.
What do you mean "8-way hat"? You can't have 8 way switch ;) You can have
diagonal directions in addition to N-S-W-E only. And you are correct, in Wine
those diagonal directions don't work.
Anyway, one problem per bug. Keep this for POV's diagonal directions only.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8244
------- Additional Comments From goawaypleaseus(a)yahoo.com 2007-05-05 14:41 -------
OK, I surrender. I don't know what I'm doing so I can only beg for help. I'm out
of ideas, I've exhausted my searching capability.
I've tried rebuilding wine 20 times, and while on modern machines it's fast,
it's still not *that* fast. With the various different patches and bits of code
remarked out that have gotten similar errors, all to no avail. I've winetrick'd
all the bits, I've gone and nabbed the native dlls off an XP disc and
substituted nearly all of them.
I've spent / wasted a good 20 hours on this, to no avail. I cannot get it to
run. I did get it to change the error message to rtl_func=<register EDI not in
topmost frame>, arg=<register ESI not in topmost frame> but I'm not sure that is
repeatable or relevant; that is I don't remember where in the process of dll
substitution and code fudging this one appeared.
It's maddening because every *other* winapp I want to use, even 16-bit old ones,
behave just fine. So if it's in the way the developer made his code, or can make
his code more wine compatible, please - by all means - post a link to the
relevant data and I will hound him endlessly about 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=3747
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1434 |
nThis| |
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 14:38 -------
To comment #27:
Not really. Wine always enumerates attached devices. That is why you see no
difference while using DIEDFL_ATTACHEDONLY.
As I said the problem is with IDirectInputAImpl_GetDeviceStatus and you
confirmed that in comment #21.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 pixelsoul7(a)hotmail.com 2007-05-05 14:02 -------
I have this too all versions of photoshop please fix 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=7940
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-05-05 13:43 -------
Shareaza also crashes when run in 16bpp. This is caused GetDIBits in
CSkinWindow::PreBlend doing a buffer overflow by storing the color flags after
the bitmap header. This overwrites the return address and the 'this' pointer.
I'll have to check if this is a bug of Wine or of Shareaza.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From stfan4cjk(a)gmail.com 2007-05-05 13:33 -------
Sometimes my game crashes right when I join and sometimes it takes awhile but it
just randomly crashes. I was in a game by myself and it crashed. my ATI card
plays it with 30 fps or more all the time but it seems that some of the textures
are screwed up when I do a stress 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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7940
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-05-05 13:26 -------
The problem is that Shareaza send uninitialized structures to Shell_NotifyIconW.
The current code tries to send this data to explorer but fails as the
nid->cbSize may be very large. I've sent a patch
(http://www.winehq.org/pipermail/wine-patches/2007-May/038889.html) that, as
under Windows, fails Shell_NotifyIconW if the cbSize is 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=4464
------- Additional Comments From atrauzzi(a)gmail.com 2007-05-05 13:02 -------
It seems like there are quite a few instances of this bug.
Has anything been undertaken yet to implement/support these 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=8293
Summary: joystick pov hat does not work
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpeter(a)mpeter.name
I tested it in wwiionline, and even though I had mapped my MS Sidewinder FFB2
correctly in the registry (X,Y,Z,Z,Z,Z,Slider1,Rz,POV1,Z,Z,Z,Z) (jstest says
Joystick (Microsoft SideWinder Force Feedback 2 Joystick) has 14 axes (X, Y, Z,
Rx, Ry, Rz, Throttle, Rudder, Hat0X, Hat0Y, (null), (null), (null), (null))),
using Z instead of none, since none does not exist anymore, and Z isn't mapped
anyway,
it didn't detect the POV hat.
The joystick was also correctly calibrated and checked.
Additionally while reading joystick_linuxinput.c, I noticed that only a 4-way
switch is supported, not a 8-way hat, unlike in joystick_linux.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=3747
------- Additional Comments From tom8311(a)wp.pl 2007-05-05 12:52 -------
BTW. Kaj-Michael thanks for checking out that mode switch bug, now it makes sense
to submit 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=3747
------- Additional Comments From tom8311(a)wp.pl 2007-05-05 12:50 -------
I belive the problem is related not only to IDirectInputAImpl_GetDeviceStatus,
but also to IDirectInputAImpl_EnumDevices and to dinput.h (and maby others).
When the game is searching for a joystick, it calls the EnumDevices function,
before the GetDeviceStatus function, and passes DIEDFL_ATTACHEDONLY as the last
(dwFlags) argument. It means that it looks for attached joystick(s), and
then checks it's (their) status (see lines 4008-4014 of the fourth attachment -
http://bugs.winehq.org/attachment.cgi?id=4770&action=view).
The problem is that in dinput.h the DIEDFL_ATTACHEDONLY constant has the same
value as the DIEDFL_ALLDEVICES (it's 0, see
http://source.winehq.org/source/include/dinput.h#L188 and
http://source.winehq.org/source/include/dinput.h#L189), while the
DIEDFL_ATTACHEDONLY should have value of 1 (ref. to Microsoft's DX SDK).
However, I don't know if this is a bug or if this has some purpose (eg. the
DIEDFL_ATTACHEDONLY is yet an unsupported flag in Wine).
The other problem is with the EnumDevices function - I've changed the value of
the DIEDFL_ATTACHEDONLY constant to 1 (in dinput.h), but it changes nothing.
Seems like EnumDevices ignores this value and always claims that the joystick
is present (don't know how it works, tho - haven't looked deeper into the code).
But the fact is that EnumDevices finds "Wine Linux-input joystick driver"
- see line 4012 of the fourth attachment - and in case of no device present
it shouldn't enumerate that driver when it's beeing called with dwFlags=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=8289
ErV2005(a)rambler.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.35. |0.9.36.
------- Additional Comments From ErV2005(a)rambler.ru 2007-05-05 12:12 -------
sorry, there was a typo - I've rechecked my Wine version, it is 0.9.36. So,
it's latest stable at this 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=8289
------- Additional Comments From ErV2005(a)rambler.ru 2007-05-05 12:09 -------
> You mean these are OpenGL demos?
Yes, these are OpenGL demos.
> Also your Wine version is not up-to-date - upgrade and retest.
I'm already using latest stable version of Wine - 0.9.35, released on April
30th of this year. This bug was found also in Wine 0.9.34. I didn't test any
other Wine versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8291
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1434 |
nThis| |
Component|wine-directx-dinput |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 12:08 -------
You need to decide what bug are you talking about:
- "re-centering" in winxp
- Mouse escaping the screen (dup of bug 6971)
Not a dinput - you proved yourself with native it does exactly the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8263
tvirus.nemesis(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-programs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8263
tvirus.nemesis(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Priority|P2 |P3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8179
------- Additional Comments From hbernier(a)gmail.com 2007-05-05 11:49 -------
I created a key under HKEY_CURRENT_USER/Software/Wine called Direct3D and added
a string (REG_SZ) called UseGLSL with the value 'enabled'. This didn't seem to
help. I made sure there wasn't anything wine related running in the background,
tried again. Was there anything else I needed to do? The graphical glitches
remained.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
------- Additional Comments From rob(a)codeweavers.com 2007-05-05 11:49 -------
Ah, I did have a patch to do that but I backed it out and assumed it worked without. Of course, this was
because it was already installed and I didn't wipe ~/.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=8292
Summary: Fifa Manager 2007 Crash
Product: Wine
Version: 0.9.36.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trukulo(a)gmail.com
Fifa Manager 2007 crash trying to execute 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=8291
mpeter(a)mpeter.name changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
------- Additional Comments From mpeter(a)mpeter.name 2007-05-05 11:11 -------
Block 1434 as tasklist for games
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8291
Summary: wwiionline: Mouse cursor sticks in the center
Product: Wine
Version: 0.9.36.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpeter(a)mpeter.name
In the mmog wwiionline (http://www.wwiionline.com) when using Windows XP
compatibility, the mouse cursor always recenters, so the ingame menu is unusable.
When using any other compatibility mode, the mouse cursor behaves as it should
in the menu, but in first person (infantry first person shooter) it doesn't get
recenters, meaning you can only turn 60 degrees or so and then the mouse leaves
the game window or sticks at the monitor edge.
Using a working native dinput dll (the win2k one I think, the XP one does not
work) yields the same behaviour.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8179
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:34 -------
Please enable GLSL and try again. It works better with it enabled on most
nVidia cards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8289
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:31 -------
You mean these are OpenGL demos?
Also your Wine version is not up-to-date - upgrade and retest.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8286
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Platform|All |Other
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:23 -------
Unless you _yourself_ testing this app on _all_ platforms, do not set "Hardware"
to "all"!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3260
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P5
Summary|Get Starforce copy |Get Starforce copy
|protection working |protection working perfectly
|perfectly. |[metabug].
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:19 -------
This won't be fixed in the near future or ever.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8284
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-x11driver |wine-misc
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8282
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-x11driver |wine-directx-d3d
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8281
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:15 -------
Please enable "virtual desktop" mode in winecfg and run installer again. Sounds
like a duplicate of bug 7669.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8283
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|wine-x11driver |wine-directx-d3d
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:14 -------
Closing dup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8283
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:13 -------
Duplicate
*** This bug has been marked as a duplicate of 4464 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bloodofthedemons(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:13 -------
*** Bug 8283 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=6880
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-05 10:11 -------
The solution you proposing won't work - there are some ... other protection
systems that are not using GetProcAddress at all. Instead they muck around the
export / import tables themselves. So hiding anything in GetProcAddress might
not work. Worse it can brake something.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 1940, which changed state.
Bug 1940 Summary: microsoft golf 98 trial doesn't work
http://bugs.winehq.org/show_bug.cgi?id=1940
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1940
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--
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=7285
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2007-05-05 10:04 -------
If anyone still experiences this problem, please reopen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2007-05-05 10:02 -------
Resolving as fixed, then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8290
------- Additional Comments From dank(a)kegel.com 2007-05-05 09:45 -------
Supposedly this worked in 0.9.19, and I just verified it's
broken in 0.9.33, so I guess it's time to search for the
patch that caused the regression...
I have the free trial version if anybody working on this needs 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=8290
Summary: Lotus Notes 6.5 demo fails to install
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The install chokes after
err:msi:ITERATE_StartService Failed to start service L"Multi-user Cleanup Service"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8269
------- Additional Comments From dank(a)kegel.com 2007-05-05 09:33 -------
Marking as fixed is appropriate now that it's in cvs,
but it can't be closed until it's in a release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8179
------- Additional Comments From hbernier(a)gmail.com 2007-05-05 09:05 -------
I'm using a GeForce FX 5600XT, using the stock 9631 drivers that come with
ubuntu feisty (7.04). I haven't made any changes to wine, or X11. I have no
Direct3D entry under HKEY_CURRENT_USER/Software/Wine. I assume I'm using the
default settings for GLSL and for OffscreenRenderingMode since those registry
keys don't exist.
This problem persists in 0.9.36. I've been using the version from the
appropriate repository found here: http://www.winehq.org/site/download-deb
I used the address below as a reference for answering your questions.
http://wiki.winehq.org/UsefulRegistryKeys
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7827
------- Additional Comments From thomas(a)haeber.de 2007-05-05 08:51 -------
I cannot see any default debug output in the terminal with this bug, should I
try it with any specific debug option?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7827
------- Additional Comments From thomas(a)haeber.de 2007-05-05 08:36 -------
Sorry for this delay, I had/have a lot of work to do. I tested some wine
versions, and this bug was introduced from the working wine 0.9.32 to 0.9.33.
Since Wine 0.9.33 I cannot use these special keys anymore, it also happens
with the newer releases up to 0.9.36. I use the integrated keyboard of my
laptop (Wortmann Terra Anima 2200) with an german QWERTZ-Layout, there is e.g.
the @ under the Q and the | under <.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6461
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-05-05 08:21 -------
Someone should add Stefan D. to the CC:, no?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8274
------- Additional Comments From delfick755(a)gmail.com 2007-05-05 08:01 -------
following bug 5226, i reinstalled wine and flash and now it works fantastically :D
thankyou :D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8289
------- Additional Comments From ErV2005(a)rambler.ru 2007-05-05 07:43 -------
Created an attachment (id=6140)
--> (http://bugs.winehq.org/attachment.cgi?id=6140&action=view)
simple_pbuffer demo: screen with correct render and wine bug.
Window to the right is application started with wine 0.9.35. Window to the left
is how application should look. (compiled for linux/or running 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.
http://bugs.winehq.org/show_bug.cgi?id=8289
------- Additional Comments From ErV2005(a)rambler.ru 2007-05-05 07:40 -------
Created an attachment (id=6139)
--> (http://bugs.winehq.org/attachment.cgi?id=6139&action=view)
hw_shadowmaps_simple demo: a screenshot with bug and correct rendering
Window to the right is nvsdk demo started with wine. Window to the left is same
demo compiled for linux (If started on WinXP application produces same output)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8289
Summary: NVidia SDK: incorrect texture coordinates/rendering in
pbuffer-related demos
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ErV2005(a)rambler.ru
With current (and previous) Wine versions, NVidia SDK demos that use offscreen
rendering (via pbuffer) do not render correct picture using wine. It looks like
rendered image is moved halfway to the "right" and "up", so only it's corner is
visible. This problem can be found in "simple_pbuffer",
"simple_framebuffer_object" and "hw_shadowmaps_simple" demos. The other area of
texture remain black. Those demos doesn't have this problem when running on
Windows or when they are compiled natively. (I'll try to attach a screenshot
with bug).
System configuration: Wine 0.9.35 running on Slackware 11 linux with 2.6.17.13
kernel; GeForce 7100GS videocard.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8288
Summary: armymen crashes wine
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When trying to launch Army Men the game crashes 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=7698
------- Additional Comments From l_bratch(a)yahoo.co.uk 2007-05-05 06:37 -------
James - could that just be Wine rather than the game cleaning things up because
it releases things cleanly when it crashes?
Phil - Long range headshots cause it the most.
(For me) It's literally something like 98% of the crashes are from long range
headshots, but I do have the odd crash when that wasn't the case (but there may
have been somebody else on the map that just scored a long range headshot that
was visible to me).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From philcostin(a)hotmail.com 2007-05-05 06:34 -------
The hack I posted was /specifically/ for HL2DM but it's possible the CSS crash was
related. That's not to say the fix would be a simple as changing the font name. The
headshot glyph could be larger or smaller in other x / y dimensions and by a
different amount.
Apparently, this isn't a bug in wine as much as it's a problem with freetype.
Long range shots crash it?
Is this happening regardless of headshot or not?
--
Configure bugmail: http://bugs.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=8240
------- Additional Comments From ben(a)atomnet.co.uk 2007-05-05 05:20 -------
Vitaliy brought up a good point the other day which I've not been able to test
yet. He said that the games OpenGL renderer was experimental and these bugs may
actually be present under Windows anyway (faults with the game itself). So I'll
test when I get a chance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8240
------- Additional Comments From thunderbird2k(a)gmx.net 2007-05-05 04:53 -------
Are you sure that you are running the game in opengl mode? In case of OpenGL
wine doesn't do much at all, which makes errors like this hard to explain. If it
would be in Direct3D mode than it would already make more sense as we still have
lots of bugs there but D3D isn't my territory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From damjan.jov(a)gmail.com 2007-05-05 04:22 -------
The only unusual thing in Quique's log is that sockets seem to mysteriously
close for no reason, and subsequent I/O fails with error 10038 (WSAENOTSOCK).
The socket works perfectly before it disappears, and there is no call to
closesocket() to account for the disappearance. A +tid,+file,+winsock,+server
log could provide further insight, but I'm not convinced Quique's problem is
like the rest (the log seems to indicate a crash, which nobody else reported).
Also please do "lsof -nc emule.exe | wc -l" every few minutes while running
emule, and report whether the number it prints out increases over time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From hverbeet(a)gmail.com 2007-05-05 04:14 -------
My card has 256MB, so I guess that's why I see it run out earlier.
I'm not sure what to make from the white area on the screen. Feature wise your
card + drivers shouldn't be that different from mine. (GeForce Go 7900 GS, 9755
drivers)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From ns03ja(a)brocku.ca 2007-05-05 04:02 -------
Created an attachment (id=6137)
--> (http://bugs.winehq.org/attachment.cgi?id=6137&action=view)
Default traces from Wine 0.9.34
I should note that this isn't a trace from a complete run, only about the first
5 seconds or so, far enough to get past the reported point of failure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From ns03ja(a)brocku.ca 2007-05-05 03:57 -------
Default traces give
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more
than one back buffer, this can't be supported properly. Please configure the
application to use double buffering(=1 back buffer) if possible
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x1c9e30) : stub,
simulating 512MB for now, returning 512MB left
followed by a few
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x31a9918) : pBox=(nil) stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x56fd88) : pBox=(nil) stub
and then lots of
fixme:font:WineEngGetGlyphOutline Unsupported format 258
and nothing else.
However, with 0.9.34 I see many more errors (which is curious, as this
produces a correct rendering). See the attached log.
When you say default settings, do you mean for Wine, or for the demo? For me,
the demo's default settings are:
Resolution: 1024x768
Aspect ratio: 4:3
Multisampling: None
Texture quality: High
Full screen: yes
Shadows: yes
Loop demo: no
Wait for Vsync: yes
The only setting I've played with is the texture quality one, as mentioned
above.
Also, how much video memory does your card have? Mine has 512 megs.
I'll play around with disabling VBOs sometime later today.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8279
------- Additional Comments From winebugger(a)piments.com 2007-05-05 03:29 -------
### for Dragon.log , first part is first execution of natspeak that ran to end
of traning
09:56:46 NumFmt, In locale: United Kingdom
09:56:46 NumFmt, Sample number format: -12,345.6
09:56:46 NumFmt, Sample currency format: $10,000.05
09:56:46 Exception thrown (d:\work\px\vdct\mdsink.cpp, 437).
09:56:46
09:56:46 COM returned an unexpected error code: Details are STG_E_READFAULT
09:56:46 (d:\work\px\appcode\editctrl\editdata.cpp,1367) : m_pIVDctMain-
>Register() returned unexpected value E_UNEXPECTED $
09:56:46
09:56:46 COM returned an unexpected error code: Details are STG_E_READFAULT
09:56:46 Starting C:\Progs\Natz\Program\natspeak.exe
09:56:46 Dragon NS ActiveX Components: File C:\Progs\Natz\Program\dnstk10.dll:
Version 7.00.000.002
### I then reran natspeak and it fails to start with an identical error:
09:57:03 Using static Vocabulary
C:\Progs\Natz\Data\enx\enx_eng_general_large\general.svc
09:57:04 opening backdict voc
C:\Progs\Natz\Data\enx\enx_eng_general_large\all.bd
09:57:04 (AcOpt) cleanupAcOptSessionArchive()
09:57:04 Warning: HtmlHelpA((null), 18, 00000000)
09:57:04 NumFmt, In locale: United Kingdom
09:57:05 NumFmt, Sample number format: -12,345.6
09:57:05 NumFmt, Sample currency format: $10,000.05
09:57:05 Exception thrown (d:\work\px\vdct\mdsink.cpp, 437).
09:57:05
09:57:05 COM returned an unexpected error code: Details are STG_E_READFAULT
09:57:05 (d:\work\px\appcode\editctrl\editdata.cpp,1367) : m_pIVDctMain-
>Register() returned unexpected value E_UNEXPECTED $
09:57:05
09:57:05 COM returned an unexpected error code: Details are STG_E_READFAULT
Seems to be a very specific problem and running clean 100% Wine should make it
more tracable.
HTH
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8287
Summary: Custom toolbar skin makes Irfan View 4.00 crash at start
up
Product: Wine
Version: CVS
Platform: All
URL: http://www.irfanview.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
If you select a Gosberg_24 toolbar skin then Irfan View will crash the next time
you will try to run it.
I will attach a crash dump.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8286
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8286
Summary: IrfanView's thumbnails look strange (inverted)
Product: Wine
Version: CVS
Platform: All
URL: http://www.irfanview.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Thumbnails in Irfan View are rendered incorrectly - it looks like all colors are
inverted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From hverbeet(a)gmail.com 2007-05-05 03:20 -------
I wasn't getting the white areas on the screen in the first place. The problem I
was seeing was that something was blitted on the wrong place on the screen.
(Would correspond with the white stuff being at the bottom rather than the top now).
Are you seeing any errors/fixmes in the console, particularly from anything FBO
related? Does this happen with the default settings?
As for running out of memory, I ran with the nvperfkit driver and it does show
the video memory running out before the system memory. As a workaround disabling
VBO support in directx.c seems to work pretty well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8279
------- Additional Comments From winebugger(a)piments.com 2007-05-05 03:15 -------
Just installed DNS7 on 0.9.36 100% wine. No MS dlls no IE.
use regedit to enter the reg key I attached to #6737
http://bugs.winehq.org/attachment.cgi?id=4189&action=view
use winecfg to set comdlg32 to buildin only then:
touch ~/.wine/c/windows/system32/comdlg32.dll
touch ~/.wine/c/windows/system32/riched20.dll
Installer worked perfectly allowing full use of install options, and new
directory. Kudos to all, 10/10 perfect funtion.
I suggest you read my install notes in the AppDB for some small work arounds
you need to know during training.
Training also went well upto the point it had finished dictation and was saving
the training session results. Then it crashed with a com error. :(
Similar crash on attempting to rerun natspeak.
Usually I use native for the following dlls but I have not yet tested that with
this case.
msvcrt
riched20
ole32
oleaut32
rpcrt4
I think this crash is well worth fixing. If it got all the way through
installation and trainging with 100% Wine the basic speech recognition engine
is working perfectly. This is impressive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From jrliggett(a)cox.net 2007-05-05 01:43 -------
Created an attachment (id=6134)
--> (http://bugs.winehq.org/attachment.cgi?id=6134&action=view)
Trace of d3d calls leading up to crash
Attached is a log that I was able to get before the crash. It seems strange,
but it appears from the number of release and cleanup calls (I deleted most of
them, they just seemed to repeat) that something is causing Counter-Strike to
exit (note that it hasn't crashed at this point,) cleaning up after itself. It
crashes after this point with the stuff I've mentioned earlier, so I focused on
the calls right before the Release calls in the hope that they might be useful.
--
Configure bugmail: http://bugs.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=7698
------- Additional Comments From jrliggett(a)cox.net 2007-05-05 01:39 -------
I'm using an NVIDIA too, a 6800GT. I had an ATI, but kissed it goodbye about a
month ago and never looked back. I'm surprised you can even run CS:S with an
ATI--I never could (at least with GLSL anyway; with ARB it ran, but really slow)
--
Configure bugmail: http://bugs.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=8269
focht(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From focht(a)gmx.net 2007-05-05 01:13 -------
Hello,
--- quote ---
patch has been accepted, can you retest and close this bug?
--- quote ---
works as proposed.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3532
------- Additional Comments From dmitry(a)codeweavers.com 2007-05-05 00:57 -------
Does this bug still exist in the 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=8285
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8285
Summary: Microsoft Combat Flight Simulator Crashes wine on
install
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/games/combatfs/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I try to install Microsoft Combat Flight Simulator wine crashes and the
debugger starts, looks like it pertains to richedit20.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8284
Summary: Wild Earth: Photo Safari Demo: Freezes at a loading
screen following main menu start game selection choices
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=6392
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bloodofthedemons(a)yahoo.com
After starting a game from the Main Menu in the game demo, you can select the
elephant, or elephants, in the box listed in a screen following, but from there
it freezes at a loading screen with music still playing, I had to exit by typing
"killall WildEarth.exe wineserver explorer.exe" without quotes from the command
line after pressing ALT+TAB and switching to another desktop and opening a new
terminal
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8283
Summary: Sid Meier's Railroads! Demo: Failure to start once
installed
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=6319
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bloodofthedemons(a)yahoo.com
Manually starting the application via "~/.wine/drive_c/Program Files/2K
Games/Firaxis Games/Sid Meier's Railroads Demo$ wine RailRoadsDemo.exe" without
quotes in a terminal window does nothing but output an 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=8282
Summary: Shade: Wrath of Angels Demo 1.01: Freezes with black
screen and frozen mouse pointer icon
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=6520
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bloodofthedemons(a)yahoo.com
After installation, starting the application and following the initial animated
cutscene, the screen turns black and a game generated mouse cursor icon appears
at the top left of the screen, the mouse cursor icon is frozen there and does
not move with any mouse movement, everything is frozen and I have to CTRL+ALT+F1
login and "killall Shade.exe" for the application to quit, after which my
desktop has been resized to 800x600 and some of the brightness and color
settings have been changed on my desktop, in the terminal the same line of text
was repeated over and over again until I manually stopped this application from
running
The text below repeated over and over again until I manually stopped the
application from running. I had captured most of the log with the identical
message repeating over and over again but the file size was over 3 MB and I
don't see any point in uploading a file that large with the same message:
fixme:d3dxof:IDirectXFileEnumObjectImpl_GetNextDataObject
(0x40bf330/0x40bf330)->(0x81afbc) stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8281
Summary: Battle Mages Demo 1.1.2: Installer freezes at splash
screen
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=7117
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bloodofthedemons(a)yahoo.com
Attempted to install it via "wine bmdemo-eng-setup.exe" but it loads a
fullscreen splash image and nothing further happens, I was unable to ALT+TAB or
minimize this splash image and had to CTRL+ALT+F1 and login to type "killall
wineserver explorer.exe bmdemo-eng-setup.exe" without quotes, from there I was
able to return to CTRL+ALT+F7 and the application was stopped
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8276
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msvcrt |wine-misc
Summary|Hitting screenshot button |Hitting printscreen triggers
|(printscreen) triggers two |two screenshots in ragnarok
|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=8275
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8280
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:52 -------
Wine will NOT have microsoft copyrights in it's dlls!
If you think it's not a dup - 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=8280
jam(a)zoidtechnologies.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From jam(a)zoidtechnologies.com 2007-04-05 20:51 -------
this bug is a duplicate of the *issue* in the old bug, but I did not install
anything non-standard (all wine dlls, nothing from microsoft, 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=8269
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From thestig(a)google.com 2007-04-05 20:49 -------
patch has been accepted, can you retest and 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=8280
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:47 -------
Closing dup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8268
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-04-05 20:46 -------
Can you try a newer version of wine? You shouldn't need to copy dll files into
Wine's C drive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8280
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:46 -------
And you creating a new duplicate why? It's said that it won't be fixed because
it will never work on Wine.
*** This bug has been marked as a duplicate of 2350 ***
*** This bug has been marked as a duplicate of 2350 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2350
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jam(a)zoidtechnologies.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:46 -------
*** Bug 8280 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=8266
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8280
Summary: Non-Microsoft copyright info for
c:\windows\system32\wsock32.dll
Product: Wine
Version: 0.9.36.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jam(a)zoidtechnologies.com
after a fresh install of ~/.wine using "wineprefixcreate", using version
0.9.36 and attempting to run "Ws2setup.exe", I get the error "Non-Microsoft
copyright info for c:\windows\system32\wsock32.dll", and the run of the setup
program fails. this is another submission of the issue noted in bug #2350.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
------- Additional Comments From truiken(a)gmail.com 2007-04-05 20:33 -------
Hacking SetupQueryInfOriginalFileInformationW to copy 'msxmlx.cat' to
SP_ORIGINAL_FILE_INFO.OriginalCatalogName lets the installer finish successfully.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8247
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:21 -------
It's a program's bug - it will do the same exact thing if started from the
console on windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8279
------- Additional Comments From truiken(a)gmail.com 2007-04-05 20:19 -------
Try running the program directly:
$ cd /data/dkegel/.wine/drive_c/Program Files/ScanSoft/NaturallySpeaking/Program
$ wine natspeak.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=7940
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolaj.zalewski(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:19 -------
Adding author of the patch to the CC.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8279
Summary: Dragon Naturally Speaking 7 crashes on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://nuance.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To install DNS 7, you have to set the IE 6 registry key
(perhaps using winetricks fakeie6). After installation,
running it with
$ cd /data/dkegel/.wine/drive_c/Program Files/ScanSoft/NaturallySpeaking
$ wine Program/natspeak.exe
crashes. The file Dragon.log says
could not load grammar list
but I don't believe it... it does in fact open
gramlist.dat. Right after that, it enters what looks like
copy protection code. It does kernel32.FindFirstChangeNotificationA
on its Program directory (possibly to see if you swap out DLLs),
then checks all sorts of product features to see if you have
the rights to them. Eventually it calls fputs with
"Windows returned an unexpected error code: Details are 0"
into Dragon.log.
The appdb has a recipe using ies4linux which supposedly
gets this working, so I tried using native dcom and msvcrt,
but it didn't seem to 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=6496
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.introversion.co.u
| |k/defcon/downloads/
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7668
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:14 -------
Reported working. Since no one confirmed - 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=8274
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:12 -------
Duplicate
*** This bug has been marked as a duplicate of 5226 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5226
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |delfick755(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-05 20:12 -------
*** Bug 8274 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=8249
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8246
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8244
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8241
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8278
Summary: Earth 2160 missing ingame effects
Product: Wine
Version: CVS
Platform: Other
URL: http://www.worthplaying.com/article.php?sid=29254
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
While we get now in the menu and gameplay seems to be stable there is still a
big issue left: The effects like explosions, fog, gun fire is simply not displayed.
The demo(350mb) has the same issue.
I get a lot of these two lines in the console:
fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x183748) : stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x67e56c0) : pBox=(nil) stub
With fbo set, there are some visual glitches and it seems more verbose:
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>>
GL_INVALID_FRAMEBUFFER_OPERATION_EXT (0x506) from glDrawRangeElements @
drawprim.c / 427
fixme:d3d:check_fbo_status FBO status GL_FRAMEBUFFER_UNSUPPORTED_EXT (0x8cdd)
fixme:d3d:check_fbo_status Color attachment 0: (0x670fe78)
WINED3DFMT_R5G6B5 2048x2048
fixme:d3d:check_fbo_status Depth attachment: (0x670fd28) WINED3DFMT_D16
2048x2048
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5500 is|0 |1
obsolete| |
------- Additional Comments From dank(a)kegel.com 2007-04-05 18:55 -------
Created an attachment (id=6122)
--> (http://bugs.winehq.org/attachment.cgi?id=6122&action=view)
+relay,+msi log of installing msxml3 and failing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
------- Additional Comments From dank(a)kegel.com 2007-04-05 18:54 -------
Your patches were accepted, but install is still failing here.
I'm sync'd to Friday morning, e79a94d45be2f05d6e1d2366f46eea0fa59b6a95.
I'll attach a log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From l_bratch(a)yahoo.co.uk 2007-04-05 18:40 -------
I don't think so - I'm using an Nvidia card here:
Geforce 7900 GTX w/ 512 MB memory, using the Nvidia 1.0-9755 drivers.
Still happening in the latest git by the way, which has a few changes to gdi32
(sorry if they're obviously not useful, I don't know)
--
Configure bugmail: http://bugs.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=7698
------- Additional Comments From stfan4cjk(a)gmail.com 2007-04-05 18:36 -------
I wonder i its because were using ATI cards because theres alot of people that
seem to have CSS working ine without the random crash
--
Configure bugmail: http://bugs.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=8277
------- Additional Comments From focht(a)gmx.net 2007-04-05 17:51 -------
Created an attachment (id=6121)
--> (http://bugs.winehq.org/attachment.cgi?id=6121&action=view)
Implements NtQueryInformationThread info class ThreadQuerySetWin32StartAddress
Hello,
attached is patch which implements NtQueryInformationThread info class
ThreadQuerySetWin32StartAddress query.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8146
------- Additional Comments From ns03ja(a)brocku.ca 2007-04-05 17:49 -------
Hmm, I'm not seeing any different behaviour with wine-0.9.36-139-ge79a94d in
comparison to the original report. Well, the bottom of the screen goes white
instead of the top, but that's a pretty minor difference, and not much closer
to correct, if at all.
One interesting thing to note though, is that with "Ultra" quality textures
selected, the VIRT column in top peaks around 4090m (with RES at ~1g), and
then the demo crashes with a segfault in libglcore.so.1 before it can finish
loading. Now, this is a 64-bit system running a 64-bit kernel and userland,
but Wine is of course compiled as 32-bit, so it could be that Wine simply is
running out of virtual memory space, rather than video memory, and the
OpenGL "out of memory" error is a bit misleading. Now, this doesn't explain
the badness with "High" quality textures, as the VIRT size there hovers at
~3996m, but it could be a clue.
Out of curiosity, I checked the VIRT size under wine-0.9.34, to find that it
was a little bit lower (~2-10m, varying). Could the tiny bit of extra memory
usage be pushing the VIRT usage past some magic number and doing unexpected
and bad things?
Additionally, I had left the (seemingly) dead demo open and running while
typing this up, only to find that it picked up rendering again much later on
in the demo, as if it had been running normally, just not showing. It stopped
and started rendering again a few times before closing normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8277
Summary: Enhancement: NtQueryInformationThread with
ThreadQuerySetWin32StartAddress
Product: Wine
Version: 0.9.36.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
just before this gets lost on my harddisk i "backup" this information in
bugzilla database.
Maybe it's useful for someone working on extending NtQueryInformationThread :-)
In the past, i encountered a number of applications/installers which regularly
use NtQueryInformationThread info classes to gather thread information.
One of these is "thread entry point" information represented by
"ThreadQuerySetWin32StartAddress" information class.
This is currently not implemented in wine.
--- snip ---
fixme:thread:NtQueryInformationThread info class 9 not supported yet
--- snip ---
I added a working implementation (fairly straight-forward).
Callers can now query the address of thread entry point.
This is useful for clients which do not act as debuggers (debuggers get this
info for free in DEBUG events), e.g. for callstack/crash info/logging purpose
and the like.
I implemented only the "query" case, not the "set". This is on purpose.
Windows uses the "set" only once to transfer thread entry address into kernel
(BaseProcessStart(up)), Reactos does the same.
Wine has different init sequence so this is not needed at all (would have been
no use to modify entry point address after thread has started).
While adding some bits of code i noticed wine doesnt handle return data buffer
length mismatches in NtQueryInformationThread the way Windows and Reactos do.
Wine just copies data up to supplied length, even on length mismatch case.
Windows and reactos return STATUS_INFO_LENGTH_MISMATCH if returned information
class data size doesnt match the supplied one (length parameter).
One can verify this by call various information classes with wrong length.
The optional "returned length" parameter is only filled in success case (not
even if info class size mismatch or internal API fails).
Patch for ThreadQuerySetWin32StartAddress information class following in next
attachment.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.