http://bugs.winehq.org/show_bug.cgi?id=18532
Summary: Dragging of components within Guitar Rig does not end
and results in crash
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nf10537(a)googlemail.com
A main feature of Guitar Rig 3 is to drag components from the left side of the
program to the effect chain on the right. A component can be anything from the
"Components" tab and it also doesn't matter where on the right side you place
it.
The placing is indicated by Guitar Rig by a orange line.
It seems that dragging is recognized by wine but the release of the dragged
component is not possible so wine keeps waiting for the end of the drag and
after clicking and pressing ESC the program crashes.
Guitar Rig 3.2.1 Demo can be downloaded here:
http://www.native-instruments.com/index.php?id=gr3demo&L=2
The rest of Guitar Rig 3 is running completely fine.
Even better than on windows because of the real low latency of jack :-)
I'd really love to use Guitar Rig 3 with the dragging feature.
I am new to wine and I don't know the windows API that much but I am familiar
with c programming and debugging.
Is there more I can do to find out the exact source of the problem?
Do you have any other hints which might help?
Please don't hesitate to contact me on nf10537(a)googlemail.com
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18311
Summary: Applications menu entries are case sensitive
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: NEW
Keywords: integration
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From launchpad: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/242529
The GNOME integration for Wine's "Start menu" listings
(Applications-->Wine-->Programs) is case sensitive, when in fact it shouldn't
be.
For example, following the installation of an 'addon' package to another
application that I had already installed, I now have both
'Trnsys 16'
and 'TRNSYS 16'
listed in my Applications-->Wine-->Programs menu, when I am fairly sure that
only one of these should be present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11812
Summary: HattrickPoli. Lists lags and Notebook focus errors.
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Created an attachment (id=11074)
--> (http://bugs.winehq.org/attachment.cgi?id=11074)
hattrick data of my account
HattrickPoli is a game tool that i have recently submitted on appDB It works
perfectly and it could be a Platinum but it has some unharmful errors:
This is a program with an interface based intensively on lists and notebook.
- Lists has lags when clicking on it.
- When clicking on notebooks tabs it shows the notebook page but doesnt focus
the notebook tab.
Both are unharmful errors but maybe are related to others.
This tool can be downloaded for free from www.hattrickpoli.com but if you dont
have an account on hattrick.org you will have no data on it, so i am attaching
the .dat file for you to have some data on it. Just unzip it on the
hattrickpoli dir.
This is wine 0.9.55 on ubuntu 7.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9849
Summary: in win16 apps, exit status is lost, and always reported
as 0
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Simple win16 programs that just terminate with nonzero
status do so properly on winxp, but on wine, wine terminates
with zero status.
This is easy to test with openwatcom and a trivial C program, e.g.
#include <stdlib.h>
#include <unistd.h>
extern void myexit( void );
#pragma aux myexit = \
"mov ax,4c01h" \
"int 21h"
int main()
{
/*exit(1);
_exit(1);
__exit(1);*/
myexit();
return 1;
}
I compiled this with the overly complicated commandline
wine wcc '-i=C:\WATCOM\h\win;C:\WATCOM\h'-zW -e25 -zq -od -d2 -bw-bt=windows
foo.c
wine wlink file foo.obj
To test, do
wine foo.exe
echo $?
It should output 1, but it outputs 0.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13202
Summary: ClientSideWithRender fixes Auran Trainz text, but breaks
window elements in Steam
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baloo(a)ursine.ca
Setting the registry key
HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideWithRender in Wine's
regedit fixes the infamous disappearing text problem in some games (such as the
Auran Trainz series), but causes some UI elements in Steam to become invisible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15892
Summary: BYOND Crash
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.byond.com
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stevenw9(a)gmail.com
Created an attachment (id=17050)
--> (http://bugs.winehq.org/attachment.cgi?id=17050)
BYOND Crash Debug Output
BYOND suddenly crashes when launching the game: BYOND Tabletop Game. I'm not
sure why, so I placed some debug info underneath this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14882
Summary: UpdateResource fails to delete a resource
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnlen7+wine(a)gmail.com
UpdateResource should, according to MSDN, delete a resource if
(!lpData)&&(!cbData). This is actually the way applications can delete
resources and various resource-related application, like InnoSetup, use it.
However wine's current implementation of UpdateResourceW unconditionally calls
allocate_resource_data, which will fail if either lpData or cbData is NULL.
I hope I can fix it, but I will need to familiarize myself with kernel32 code
first.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22280
Summary: Assassin's Creed: compatibility test app aborts when
KERNEL32.SetThreadPriorityBoost fails
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Assassin's Creed installer runs
Program Files/Ubisoft/Assassin's Creed/Detection/Detection.exe
at the end. This is supposed to pop up a screen showing
whether various components of your system meet minimum spec for the game.
It crashes on wine after calling KERNEL32.SetThreadPriorityBoost.
That function always returns FALSE on wine. Changing it to return TRUE
lets Detection.exe work properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14222
Summary: RpcBindingSetAuthInfo(Ex) fails with
RPC_C_AUTHN_GSS_NEGOTIATE
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winesku(a)googlemail.com
RpcBindingSetAuthInfo(Ex) fails with RPC_S_UNKNOWN_AUTHN_SERVICE if
RPC_C_AUTHN_GSS_NEGOTIATE is specified. While this looks correct at first
glance, because WINE's secur32.dll currently has no Negotiate provider, but
instead only an NTLM provider, it is not what applications expect. Since
Windows 2000, RPC clients that call RpcBindingSetAuthInfo(Ex) can at least
expect that this call succeeds with the selection of NTLM, even in non-domain
environments. Therefore WINE's RpcBindingSetAuthInfo(Ex) should make a fallback
to RPC_C_AUTHN_WINNT if RPC_C_AUTHN_GSS_NEGOTIATE is requested by the caller
but only NTLM is available. After all, by specifying RPC_C_AUTHN_GSS_NEGOTIATE,
the client indicated that NTLM is sufficient.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18592
Summary: ICQ 6.x unhandled page fault
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://ftp.icq.com/pub/ICQ65/install_icq65.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21264)
--> (http://bugs.winehq.org/attachment.cgi?id=21264)
Wine 1.1.22 +relay +seh +tid
ICQ 6 and 6.5 cause an unhandled page fault on launch and exit immediately.
Looks like something AOL have added:
=>0 0x6c01bb46 in aolsvcmgr (+0x1bb46) (0x0032fcdc)
0009:Ret PE DLL (proc=0x6c03ec09,module=0x6c000000
L"AOLSvcMgr.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
To get this far, "winetricks mfc42 msxml3 dcom98" required.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16484
Summary: Dramatica Demo 4.0 file open dialog has the file name
text box cursor in an incorrect position
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.softpedia.com/get/Others/Miscellaneous/Dramat
ica-Pro.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17882)
--> (http://bugs.winehq.org/attachment.cgi?id=17882)
Dramatica Demo 4.0 file open dialog on Windows
While testing bug 16483, I noticed that when opening the file open dialog (File
-> Open), the initial placement of the file name text box cursor seems to be in
the middle of the text box control rather than at the starting left side, as it
is on Windows. If the dialog box is clicked on, the cursor is restored to its
normal location. Screenshots are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18447
Summary: fr-minus-012 hangs without doing seemingly anything
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://www.pouet.net/prod.php?which=52358
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
When you run the demo, nothing pops up. No window, no loading bar, no
configuration dialog, nothing. But it's still running. Just sitting there,
waiting for something that never happens I guess.
The only console output is three lines:
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex
samplers and 16 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32cfa8,0x00000000), stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17004
Summary: C&C Red Alert 3: black screen when Shadow Quality > Low
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When the Shadow Quality in C&C Red Alert 3 is set to greater than Low, the game
only shows a black screen after loading a map. There is a demo of this game,
I'll download it and see if it has the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16503
Summary: Gears of War pagefaults
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Created an attachment (id=17931)
--> (http://bugs.winehq.org/attachment.cgi?id=17931)
log
Gears of War 1.0 with crack pagefaults. See log. Without crack it cries about
it's mommy...err disk
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19427
Summary: Generic failure of Radio Manager
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.radionomy.com/rm1319en.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurienu.amenysta(a)gmail.com
Hi,
When I launch RadioManager.exe, an error message said « Generic failure ».
Thanks in advance,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17798
Summary: Deus Ex: Invisible War crashed upon loading the main
menu.
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: holy.smoking.floorboards.batman(a)gmail.com
Basically, I've tried running Deus Ex 2 for some time now in the last few
releases of Wine. The game installs just fine and when I start it up the intro
videos play just fine (including sound) but when the main menu loads, the game
crashes. What is supposed to happen is that the main menu buttons are supposed
to 'swirl' around a central logo. Instead, the buttons will start 'swirling',
but then stop after a brief moment (so they only go partway) and the music will
play the first second, or so, and then repeat the next 2 seconds.
In the console, I get this error output repeatedly:
'fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wraping not yet supported'
I have tried updating the game, using a nocd hack and disabling sound, but
nothing works. I've noticed that if I change the virtual machine from Windows
XP (which is my default) to Windows 98, the game wont even detect the CD being
in the drive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17083
Summary: background artefacts (Counter-Strike: Source)
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: segnimod(a)ya.ru
CC: segnimod(a)ya.ru
Created an attachment (id=18909)
--> (http://bugs.winehq.org/attachment.cgi?id=18909)
white background
wine 1.1.11, 1.1.12, 1.1.13 and wine-1.1.13-228-ga44ff54;
CS:S build «14:37:14 Jul 8 2008 (3531)»;
Distribution: Debian GNU/Linux "lenny" x86;
hardware: AMD Athlon 3500+ (2.21 GHz), 1 Gb DDR1 RAM, Sapphire Radeon x1600Pro
(256 Mb GDDR3);
video driver: AMD Catalyst 8.12
background artefacts (see images in attachment)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21239
Summary: Left 4 Dead 2 crashes trying to join a multiplayer
game
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://store.steampowered.com/app/550/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)boyle.name
Created an attachment (id=25524)
--> (http://bugs.winehq.org/attachment.cgi?id=25524)
Failure to join a dedicated server
On wine 1.1.35 (built from git at tags/wine-1.1.35) I can play single-player
games of L4D2 quite happily, but if I try to join a multiplayer game, whether
I've searched for it or created it, I see the "movie poster" screen with the
progress bar, and immediately after the progress bar fills up the process exits
abruptly. I will attach output of this happening and of a single player game
working.
If I try instead to create a locally-hosted game (instead of dedicated) I get a
hang instead of an exit, at the same point (end of progress bar). I will attach
the output of this as well.
The command in all cases was:
env WINEPREFIX="/home/foo/.wine" wine "C:\Program Files\Valve\Steam\steam.exe"
-applaunch 550
I have tried git 9dc584d0a2cae7cfb4816fe982071d264d2345ff Thu Dec 31 12:03:01
2009 +0000 with the same result.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20126
Summary: HuluDesktop will not run.
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxolasersquad(a)gmail.com
Hulu Desktop 0.9.7 will install but not run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15841
Summary: Counterstrike:Source crashes when joining game
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cncxbox(a)gmail.com
Created an attachment (id=16972)
--> (http://bugs.winehq.org/attachment.cgi?id=16972)
Counterstrike Source Crash Log/Backtrace
Counterstrike crashes whenever I join a game on a server. It causes a fault
when dealing with the sound driver. The log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14690
Summary: Winamp Equalizer and playlist keeps alwais on top
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.oldversion.com/program.php?n=winamp
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Winamp equilizer and playlist stay alwain on top of all the windows in Ubuntu
8.
04 and wine 1.1.2. Tested with Winamp 2.95.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10202
Summary: Battery visualization not working in WMP9
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=8810)
--> (http://bugs.winehq.org/attachment.cgi?id=8810)
Console output
When the 'Battery' visualization type (default) is selected in Windows Media
Player 9, the visualization area is not drawn; other windows leave traces in it
etc. No visualization appears to be occuring.
The relevant errors seems to be
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_SetFormat (0x1a9acb8) : The format of
the surface must be WINED3DFORMAT_UNKNOWN
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12326
Summary: SHELL_FindExecutable breaks "mailto:" URL
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
Created an attachment (id=11802)
--> (http://bugs.winehq.org/attachment.cgi?id=11802)
mailto test script
When you try to run attached script (mailtotest.sh) you will get an email with
only 23 lines (not 43 as supposed to be)
But when you comment out line ~560 "if (key) *key = '\0';" in
SHELL_FindExecutable (dlls/shell32/shlexec.c), you will get correct email body.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13950
Summary: Adobe Photoshop CS2 crashes " user name, organization or
serial number is missing or invalid"
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maltis(a)gmx.de
Photoshop crashes on startup with the error message: " Your Adobe Photoshop
user name, organization or serial number is missing or invalid. The application
cannot continue and must now exit."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20111
Summary: FlatOut Ultimate Carnage quits silently
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nwarrenfl(a)gmail.com
When trying to run the game, Wine outputs the following:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f8bc,0x00000000), stub!
fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4
{9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f7ac
fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4
{9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f758
fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4
{9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f0cc
However the game didn't start at all and quits.
To be able to find the problem (i hope), i've attached a debug log with all
debug channels.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10461
Summary: Photoshop CS2 can't use multiple scratch disks
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal(a)lightcomp.cz
Photoshop tries to use more space on scratch disk than it is available. I have
8GB of memory but PS can use only 1.8GB. So I set limit of tmpfs mounted as
/dev/shm to 6GB. PS uses this location as first scratch disk. Second is regular
drive. Normally PS should use second scratch disk when first is full. But it
allocates empty file that is bigger than 6GB and tries to use it. When file is
written up to 6GB limit, Photoshop displays error message:
Disk error -34 occurred while reading or writting to a scratch disk. Sorry, but
this error is unrecoverable.
I tried it also with other filesystem than tmpfs. Behavior is the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14260
Summary: etax 2008 software cannot complete (has
err:ole:CoGetClassObject error)
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nyall(a)zombiepigs.net
Trying to run the australian government etax 2008 software in wine 1.1.0,
install goes fine, and program runs very well up to the "pre-filling" screen.
No matter what choice is made on this page, the application won't continue with
the questions.
The message:
"err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5}
could be created for context 0x5
fixme:msxml:domelem_getAttributeNode "
is output to the console when trying to continue from this page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16398
Summary: Grand Theft Auto III not playable
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
The game don't show anything, then i try to close it, i get a window notifying
me this:
Unhandled exception c0000005
At address: 00581aa4
I Must force Close the game, or the game close without my intervention.
Ubuntu 8.04 GNOME 2.22. I Used a portable version
GBU
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11068
Summary: Mavis Beacon Teaches Typing 16 font metrics trouble
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=308
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
and the horizontal font metrics of what you
type are screwed up (they should match the
practice text, but don't; sometimes it's
too big, and sometimes it's so small letters
overlap significantly.
Installing times and arial didn't help,
though it made the displayed text look better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21824
Summary: Goldwave: page fault on read access to 0x00000000
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=26417)
--> (http://bugs.winehq.org/attachment.cgi?id=26417)
Backtrace
Running Goldwave 5.55, the loading window appears, I get the message "Creating
tool bars", followed by "Creating control window and visuals" followed by a
crash.
leto:~% cat /etc/fedora-release
Fedora release 12 (Constantine)
leto:~% uname -m
i686
leto:~% rpm -q wine
wine-1.1.38-1.fc12.i686
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14604
Summary: Fire Fight: Unhandled page fault crash upon startup
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://files.filefront.com/ffsw10exe/;6981503;/fileinfo.
html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakh(a)spamcop.net
Fire Fight shareware version 1.0 crashes with an unhandled page fault upon
running the game's setup/launcher application "LOADER.EXE". The application's
runtime log ends with the error "unable to hook keyboard [Kbd::init]".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14275
Summary: Kontakt 3 fails at startup
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.native-instruments.com/index.php?id=kontakt3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skore(a)skore.de
Created an attachment (id=14566)
--> (http://bugs.winehq.org/attachment.cgi?id=14566)
An error trace from a Kontakt 3 startup
I will attach an error trace which should be of most help, but have to add
here, that I actually tested the demo version of Kontakt 3 before buying it.
Back then, there were some quirks, but it was starting. I think the wine
version might have been something like 0.9.59. However, when I try to start the
demo version with 1.0 or 1.1, it fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19644
Summary: Grim Fandango 1.01:crash at startup
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=22926)
--> (http://bugs.winehq.org/attachment.cgi?id=22926)
wine log for the crash of GF 1.01
The subject explains the issue, i'm still unable to install the game due to bug
18223 but i'm running a working copy of an old successful install.
Wine log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17229
Summary: TGB Dual crashes when opening files
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=6468
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
TGB Dual crashes when attempting to open any file. To reproduce, select the
first item in the left-most menu and choose a file (it does not have to be a
rom).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21840
Summary: crash in
CreateSecondaryTransceiverAndWaitForConnection
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.microapp.com/logiciel_3d_architecte_expert_
cad_2010_2674.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeanluc.malet(a)gmail.com
following http://bugs.winehq.org/show_bug.cgi?id=21820
wine build with git 240afab36275d72c10f6dc4bcc52419562ef240f
see the attached snapshot for the error message
3d architecte from micro application (see url, use the evaluation version) show
this error message when starting and then exit
step to reproduce :
1) download and install the evaluation version
2) launch it
the console says me :
$ ()$wine microapp.exe
err:process:__wine_kernel_init boot event wait timed out
fixme:reg:GetNativeSystemInfo (0x32f9f8) using GetSystemInfo()
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cf24
fixme:iphlpapi:NotifyAddrChange (Handle 0xa5be8d8, overlapped 0xa5be8e0): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
fixme:reg:GetNativeSystemInfo (0x33f9f8) using GetSystemInfo()
I don't know how to increase trace verbosity
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18064
Summary: Lotus Notes 8.5 Installer aborts
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=20464)
--> (http://bugs.winehq.org/attachment.cgi?id=20464)
winedebug +msi trace
Lotus Notes 8.5 doesn't install, the installer aborts with following MSI error:
err:msi:ITERATE_Actions Execution halted, action
L"SetDefaultProps.5F3129E8_3AD4_4346_AEE6_A314E2DE64D9" returned 1603
I've added a backtrace with debug channel 'msi' enabled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20568
Summary: Exception EExternalException...
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hormold(a)gmail.com
Created an attachment (id=24535)
--> (http://bugs.winehq.org/attachment.cgi?id=24535)
log
I can't start Natura Sound Therapy 3.0 (Ubuntu 8.04 Hardy).
Error message box:
"Exception EExternalException in module ntdll.dll at 0002CC48.
External extension in C0000025.
"
Please HELP!
Sorry for my bad english...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22781
Summary: ExpressPCB crashes when you try to upload a board
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: naviasky(a)comcast.net
When the program attempts to connect to the company it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20336
Summary: GetDriveTypeW exposes partially uninitialized out
parameter iosb in NtDeviceIoControlFile ?
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Building the chromium unit test suite and then running
valgrind --trace-children=all --track-origins=yes wine base_unittests.exe
--gtest_filter=FileUtilTest.CreateShortcutTest
sometimes yields the error
Syscall param writev(vector[...]) points to uninitialised byte(s)
at writev (writev.c:46)
by wine_server_call (server.c:214)
by NTDLL_wait_for_multiple_objects (sync.c:1122)
by NtWaitForMultipleObjects (sync.c:1166)
by NtWaitForSingleObject (sync.c:1175)
by server_ioctl_file (file.c:1252)
by NtDeviceIoControlFile (file.c:1318)
by DeviceIoControl (file.c:2379)
by get_mountmgr_drive_type (volume.c:203)
by GetDriveTypeW (volume.c:1381)
by IShellLinkW_fnSetPath (shelllink.c:2155)
...
Address 0x7f21f248 is on thread 1's stack
Uninitialised value was created by a stack allocation
at DeviceIoControl (file.c:2335)
and sometimes the error
Syscall param writev(vector[...]) points to uninitialised byte(s)
at writev (writev.c:46)
by wine_server_call (server.c:214)
by NTDLL_wait_for_multiple_objects (sync.c:1122)
by wait_suspend (exception.c:85)
by usr1_handler (signal_i386.c:1993)
by ??? (in /lib32/libpthread-2.9.so)
Address 0x7ffdae08 is on thread 1's stack
Uninitialised value was created by a stack allocation
at DeviceIoControl (file.c:2335)
The stack allocation in question is
IO_STATUS_BLOCK iosb;
in kernel32/file.c in DeviceIoControl(). Setting its fields
to known values before the call to NtDeviceIoControlFile()
shows that the undefined field is iosb.Information.
Setting that field before the call gets rid of the valgrind error.
I can't quite follow how ioctl's work, but:
the IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE ioctl seems
to follow the call-once-to-get-buffer-size paradigm.
Its reply is a struct mountmgr_unix_drive plus
(if there is room) two nul-terminated strings.
The first field of that struct is the total size needed
to hold the entire reply. If you call without a
big enough buffer, it fills in the size and returns
STATUS_MORE_ENTRIES. It puts 0 in the Information field
of the iosb in this case.
GetDriveTypeW happens to not care about the two strings,
so it only calls once with a small buffer.
Now, server_ioctl_file only copies the Information field
of the iosb if it gets STATUS_SUCCESS. So it leaves
Information undefined in the STATUS_MORE_ENTRIES case.
MSDN says that Information is set to zero on failure,
so if server_ioctl_file isn't going to copy that field,
maybe it should set it to zero. And in fact, setting
it to zero in the non-STATUS_SUCCESS case also gets
rid of the valgrind error.
I have no idea what Information is used for, or what's
really going on here, so I'll just attach the patch
to clear Information in the non-SUCCESS case and
hope somebody who knows what's going on can comment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9667
Summary: Grim Fandango hangs if X in 24bpp mode
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.grimfandango.net/?page=demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Grim Fandango works well if X is started with 16-bit colour depth.
If started with 24-bit colour, it hangs before the intro video (disc 1) or the
game engine start (disc 2).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19151
Summary: Spotify crashes in the mittle of a song and give me a
pop-up fault message
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias.bjork(a)gmail.com
Created an attachment (id=22140)
--> (http://bugs.winehq.org/attachment.cgi?id=22140)
Screen shot, pop-up message
I use:
Ubuntu 9.04 - the Jaunty Jackalope
Spotify 0.9.17
Spotify crash with different time interwalls (sometimes I can listen for hours
and sometimes just a couple of songs). No matter if I start wine & spotify
using the Applications"-menu or if I start it in a console. A pop-up message
appears that suggest to visit your site and learn how to use the application or
to create a bug report
I attach a screen shot and the fault message from the console
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20853
Summary: Write buffer overflow in msi/tests/automation.c?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-msi_automation.txt
has the warning
Invalid write of size 1
at memcpy (mc_replace_strmem.c:482)
by RtlExpandEnvironmentStrings_U (env.c:338)
by ExpandEnvironmentStringsW (environ.c:375)
by variant_from_registry_value (automation.c:1503)
by InstallerImpl_Invoke (automation.c:1753)
by AutomationObject_Invoke (automation.c:398)
by invoke (automation.c:691)
by Installer_RegistryValue (automation.c:745)
by Installer_RegistryValueW (automation.c:772)
by test_Installer_RegistryValue (automation.c:1923)
Address 0x7f3ca4ff is 2 bytes after a block of size 5 alloc'd
at notify_alloc (heap.c:247)
by RtlAllocateHeap (heap.c:1697)
by msi_alloc (msipriv.h:1078)
by variant_from_registry_value (automation.c:1501)
by InstallerImpl_Invoke (automation.c:1753)
by AutomationObject_Invoke (automation.c:398)
by invoke (automation.c:691)
by Installer_RegistryValue (automation.c:745)
by Installer_RegistryValueW (automation.c:772)
by test_Installer_RegistryValue (automation.c:1923)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19896
Summary: GPSU can not connect to GPS device with serial USB
connector
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j-clark(a)lineone.net
Running GPS Utility 5.02 under wine 1.0.1 (provided by Ubuntu). Most functions
seem to work, but I get a timeout when trying to connect to my GPS device. GPS
is Garmin Geko 201 with serial port, connecting via USB serial adaptor.
This function used to work, using GPSU 4.95 and GPSU 4.99 under a 0.9?
(whatever version of wine was shipped with Ubunutu Hardy Heron) version of
wine. Since moving to Jaunty Jackalaope I haven't had it working.
I have recreated the problem using wine 1.1.27 with both GPSU 4.99 and GPSU
5.02.
I have done the usual things to ensure the com port under wine is linked to
/dev/ttyUSB0, and permissions are OK.
Working scenarios include:
- with Windows Vista i.e. running GPSU under Windows
- using gpsman under Linux - I can connect to the GPS on the serial port using
a native Linux app.
It is just using the windows app (GPSU) under wine that fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22515
Summary: For gothic 2 1.3 installshield crashes.
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Created an attachment (id=27597)
--> (http://bugs.winehq.org/attachment.cgi?id=27597)
Gothic2-Setup.exe std err
When starting to copy the files, a window appears saying there was a program
error. Removed .wine dir.
The demo, haven't tried to see if it has the problem.
http://www.fileplanet.com/151400/download/Gothic-II-Demo-
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17105
Summary: Magic: The Gathering Online 3.0 fails to log in with
L0014
Product: Wine
Version: 1.1.13
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: robfjohnson(a)gmail.com
Created an attachment (id=18941)
--> (http://bugs.winehq.org/attachment.cgi?id=18941)
Console Output
When running Magic Online Version 3 with Wine, when I try to log in I receive
L0014: The Magic Online Server is down for maintenance. If you continue to
receive this error, check your date and time settings.
Note that this is different than bug 14060, as 14060 gives you L0001: You have
lost your connection to the server. Bug 14060 is supposedly (and from what I
see actually) fixed as of git from 1-20-09. I encountered this bug when I
tested with git from 1-22-09, and continues into 1-23-09.
Having spoken to other Magic Online players, I found that L0014 has been caused
(on Windows machines) by firewall issues, and also by incorrectly set Date and
Time. I do not know any such issues on my computer that would cause this bug,
but I am not certain that the problem is not my computer.
It seems to me that the bug is in schan - which was the cause of but 14060.
14060 was schan being not implemented, whereas this bug, unless the problem is
with my computer, may be that schan is half-implemented. (See, in the Console
Output, the "Using hardcoded "NORMAL" priority" messages.) However, this
paragraph is just speculation in case it gives someone an idea.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18614
Summary: Problem with starting of wine or winecfg
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kh-pol(a)yandex.ru
When I start winecfg (even when there is no .wine in my home directory) error
message emerges.
ktdr@jigsaw:~$ winecfg
wine: created the configuration directory '/home/ktdr/.wine'
Could not load Mozilla. HTML rendering will be disabled.
wine: Unhandled page fault on write access to 0xeee52e96 at address 0x7d87dc36
(thread 000b), starting debugger...
err:process:__wine_kernel_init boot event wait timed out
err:winecfg:open_mountmgr failed to open mount manager err 2
ktdr@jigsaw:~$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15784
Summary: Grim Fandango: altered colors
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=16896)
--> (http://bugs.winehq.org/attachment.cgi?id=16896)
In 16 bpp the background fades to dark green
The game runs very slow and Manny doesn't move smooth, both when i set 3D accel
and when i set software rendering.
Furthermore, background colors get altered in a few seconds: when X is at 16
bpp the background fades to dark green, when X is in 24 bpp mode the background
gets saturated. Note that there is a rectangle around Manny which is at normal
colors (maybe is it redrawn more often than the other parts of the window?).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18119
Summary: SmartDraw aborts after displaying trial window
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.smartdraw.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=20566)
--> (http://bugs.winehq.org/attachment.cgi?id=20566)
SmartDraw output
After applying the patch from bug 18076 onto today's Git
(wine-1.1.19-90-g781b087) or installing native gdiplus, after choosing to
continue using the trial version of SmartDraw 2009, SmartDraw displays a dialog
box with the message:
"Unable to load SmartDraw. Perhaps too many instances are open."
>From the relay log, I noticed that this occurs prior to the message box being
displayed:
0009:Call user32.AppendMenuA(00000f00,00000110,000075cd,03c97a78) ret=0150caa8
0009:Ret user32.AppendMenuA() retval=00000000 ret=0150caa8
I've attached a +menu trace and the normal trace output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14060
Summary: magic the gathering online 3.0 does not connect
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: ricardo_barbano(a)hotmail.com
CC: ricardo_barbano(a)hotmail.com
fixme:secur32:schan_InitializeSecurityContextW stub
another application that needs SChannel implemented.
right now login doesn't work because of this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18433
Summary: Rosetta Stone Online Spanish (version 0.87594D 221)
hangs at "5" during startup
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://download.cnet.com/Rosetta-Stone-Spanish-Level-
I/3000-2279_4-10074773.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The downloadable app installs fine and starts, but
the nice countdown that starts at "6" hangs at "5".
+relay shows it's probably a windows message problem?
Yeah, this version is six years old, but it's the only
freely downloadable trial I can find at the moment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13581
Summary: mouse corruption in lionheart
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iborco(a)gmail.com
Created an attachment (id=13538)
--> (http://bugs.winehq.org/attachment.cgi?id=13538)
Mouse corruption
When I try to play Lionheart, I get mouse corruption (see attached imaged).
This has happened since I've installed the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18336
Summary: HOMEDRIVE and HOMEPATH not set
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
Wine doesn't set the HOMEDRIVE and HOMEPATH environment variables - but
applications may rely on them being set, since it's always the case in Windows.
I'm debugging Cooliris right now - and it crashes instantly because of
HOMEDRIVE and HOMEPATH. (I work there, so I have the source code.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19080
Summary: TrackMania Forever freezes while downloading community
content (car skins etc.)
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
TrackMania Forever fully freezes or works with under 1 FPS when it is loading
extra community made content. This includes e.g. player made car skins and
models.
This only happens on online multiplayer. The game runs perfectly after it has
finished the downloading or when playing single player. The problem can be
fixed by disabling the "PeerToPeer transfers" from the game options.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15711
Summary: GetHostName and GetHostByName
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://home.scarlet.be/linux/compteco/test4.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=16791)
--> (http://bugs.winehq.org/attachment.cgi?id=16791)
Screenshot on Windows XP
GetHostName and GetHostByName should not return LocalHost and 127.0.0.1 but
name and IP of the box.
See screenshots and test program with sources.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20757
Summary: Buffer overrun in NetQueryDisplayInformation
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-18-21.51/vg-netapi32_access.txt
shows the error message
Invalid write of size 2
at strcpyW (unicode.h:224)
by lstrcpyW (string.c:104)
by ACCESS_CopyDisplayUser (access.c:575)
by NetQueryDisplayInformation (access.c:688)
by run_querydisplayinformation1_tests (access.c:184)
by func_access (access.c:344)
Address 0x7f000bea is 0 bytes after a block of size 130 alloc'd
at notify_alloc (heap.c:279)
by RtlAllocateHeap (heap.c:1521)
by NetApiBufferAllocate (apibuf.c:41)
by NetQueryDisplayInformation (access.c:657)
by run_querydisplayinformation1_tests (access.c:184)
by func_access (access.c:344)
This can be reproduced locally by setting up valgrind as described in
http://wiki.winehq.org/Valgrind and applying the heap tail check patch to wine,
then running
WINETEST_PLATFORM=wine WINE_HEAP_REDZONE=16 valgrind --trace-children=yes
--track-origins=yes wine netapi32_test.exe.so access
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18083
Summary: Metatrader: doesn't respect chart sorting/sequency when
restarted
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supporto.gscomputer(a)gmail.com
When you have more than one chart opened and ordered in sequence (for example:
EURUSD H1, EURUSD H4, EURUSD D1, EURUSD W1... and so on) if you close and
restart Metatrader the chart order will be all messed up (for example EURUSD W1
before EURUSD H1 and so on).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22428
Summary: World of Warcraft Battle Chest dvd-install fails with
"The folder <temporary data> could not be created."
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happens when installing from a mounted .iso, but not when
installing from a directory you copy from the mounted .iso
or when installing from a real dvd.
Don't know if it's a bug in the installer, or an intended feature in the
installer, or a bug in wine, but it's annoying enough that I figured I'd
record a bug for it. I'll attach +relay,+file logs of the three cases
up to either the error message or the installer splash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16586
Summary: Warhammer: Battle March - Disk switch at install problem
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: troy.sobotka(a)gmail.com
Summary: When attempting to install a legal store purchased copy of Warhammer:
Battle March, the installation fails to ask for the second DVD of install and
exits ungracefully.
Architecture: Tested on both Ubuntu 8.10 amd64 and i386
Frequency: Always
Workaround: Copying both DVD images to disk and merging them into a single
file allows for a proper installation that terminates correctly.
Further Reference:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12219
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22554
Summary: Incorrect behaviour of some controls in MapInfo 7.5
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozerski(a)list.ru
Hello,
I tried to use under wine 1.1.41 and 1.1.43 a GIS program, MapInfo 7.5. The
most features of MapInfo work normally except of color/pattern choosing
dialogs. E. g. if I try to change color of a line or a polygon a modal dialog
window opens. It has some controls to work using mouse. But after choosing
something from collors or patterns all controls become to be not available to
mouse. If I don't use mouse I can access every control using Tab and Enter
keys. But if I try to use mouse afterthem all controls on this dialog don't
work. This "not working" controls don't mimic pushig if I try to click them.
It's shows so as I'm clicking not in the control area. Maybe, the Z-order of
the child windows (controls) is differs under Windows and under Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19165
Summary: MAthcad 2001 setup.exe fails
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vytautas1987(a)yahoo.com
Inpossible to agree with license and click next.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22969
Summary: Restricted Area game - performance issues
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=28444)
--> (http://bugs.winehq.org/attachment.cgi?id=28444)
Console output
Game is running, but there is performance issues. For example when a hero is
moving. Sometimes i have over 30 fps, but mostly there is 15-20 fps. I think
that some texture render need huge time of conversion.
Game need Pentium IV 800 Mhz, but i have Celeron D 3.06 Ghz, and nvidia gts 250
videocard
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22204
Summary: Unable to see start button on launch window
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=17135
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin(a)soulsby.net
Tales of Monkey Island installs OK and starts to run OK but after opening up
the launcher window no start button appears so the rest of the game can not be
started
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15687
Summary: Microsoft Word 5.0 for dos displays initial menu, then
hangs
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is kind of cool. I grabbed my wife's ancient copy
of Microsoft Word 5.0 for DOS off the shelf where it
had lain ten+ years untouched. The app fits on a
single 720KB floppy. (The sha1sum of the floppy image is
8e6795facd2e3ff1db6628912c4da61a50dc402b.) The floppy
contains just the files
capture.com capture.doc ega.sys full.sty mous8514.sys mw.ini semi.sty
word.exe word.ovl word.pif
Running word.exe with wine does nothing useful.
Running it with wineconsole, on the other hand, puts up the main menu!
Sadly, it then seems to hang, taking no input.
The log shows
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 1800, BX ff12, CX 3456, DX 0000, SI 61b7, DI 0000, DS 4009, ES 9ef8
err:int:DOSVM_Int10Handler int10: unknown/not implemented parameters:
int10: AX fa40, BX 0000, CX 0002, DX 0440, SI 08a0, DI 62de, DS 4009, ES 4009
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 1700, BX 00bc, CX 0000, DX 04d1, SI 03d4, DI 000d, DS 4009, ES f000
and then, after a minute,
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
The int2f call seems to be asking DOS about the version of
WINOLDAP, see http://www.ctyme.com/intr/rb-4636.htm
To see what it's doing during the apparent hang, do +int,+int21.
This shows that it's actually checking the keyboard with int 16h.
Unfortunately, the keystrokes don't seem to be making it to the
app.
I'll attach a log showing a run where I pressed abcde ESC
and then killed the app. You can see the six keystrokes
clearly in lines like
trace:int:DOSVM_ProcessConsole scan 1e, ascii 61
but it didn't look like the next
trace:int:DOSVM_Int16Handler Check for Keystroke
reflected that a key was pressed. (It's hard to eyeball; I'll
need to write a perl script to make the data pop out.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19321
Summary: Syntax error during installation
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edgar_trania(a)yahoo.com
Wine Installer v1.0
Running configure...
./tools/wineinstall: !: not found
We need to install wine as root user, do you want us to build wine,
'su root' and install Wine? Enter 'no' to continue without installing
-n (yes/no)
yes
Compiling Wine. Grab a lunch or two, rent a video, or whatever,
in the meantime...
./tools/wineinstall: syntax error at line 149: `}' unexpected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21976
Summary: LiveZilla has missing GUI elements while running under
Wine
Product: Wine
Version: 1.1.40
Platform: All
URL: http://www.livezilla.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.priebe(a)allied-internet.ag
Created an attachment (id=26688)
--> (http://bugs.winehq.org/attachment.cgi?id=26688)
terminal output while starting livezilla, logging in to a server, try to chat
to somebody where the gui elements are missing
Hi!
When running LiveZilla under wine it has some important missing GUI elements.
To get livezilla running i've installed via winetricks:
gdiplus ie6 dotnet20 mdac25 mdac28 corefonts wininet urlmon
Stefan
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22960
Summary: Endnote X3 full version crashes at start
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)apparition.student.utwente.nl
Created an attachment (id=28435)
--> (http://bugs.winehq.org/attachment.cgi?id=28435)
wine output at crash
When starting the fully licensed version of Endnote X3 Wine crashes. This
happens when starting the program. I've also tested it with office 2007
installed and running it from office 2007. In that case it exits with a "no
error available" message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22967
Summary: Restricted Area game - sound issues
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=28443)
--> (http://bugs.winehq.org/attachment.cgi?id=28443)
Console output
When i play in the game i hear only music, but no other sound (shoots for
example)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19615
Summary: Can't compile Inkscape with mingw on wine: fd leak?
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://kegel.com/wine/inkscape-download-and-build.sh.t
xt
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/inkscape-download-and-build.sh.txt
is a simple script that downloads all of the prerequisites
for building inkscape on windows, grabs the source from svn,
and builds it. Read the comments at the top to see how
to run it in cygwin (and in cygwin on wine).
This script runs to completion on Windows, but on Wine, it failed for me
with
Make error line 291: executeProgram: could not create pipe
when compiling src/xml/subtree.cpp (the 770th file out of 844).
Oddly, rerunning the script in the same wineconsole window
failed quickly with various symptoms, including
"ld.exe: crt2.o: No such file: Too many open files"
Even more oddly, problem persisted even in a new wineconsole window;
bash just wasn't happy.
wineserver -k elicited the following messages:
...
0x8833cc0:1: Fd unix_fd=474 user=0x877ec68 options=00000010
0x882e3b8:1: Fd unix_fd=-1 user=0x877ec68 options=00000010
0x877ec68:4: Named pipe server pipe=0x8824608 state=3
0x8824608:1: Named pipe name=L"Win32.Pipes.00000012.00000739"
0x8833c48:1: Fd unix_fd=473 user=0x8816378 options=00000010
0x882b138:1: Fd unix_fd=-1 user=0x8816378 options=00000010
0x8816378:4: Named pipe server pipe=0x8833f80 state=3
0x8833f80:1: Named pipe name=L"Win32.Pipes.00000012.00000736"
0x8813520:1: Fd unix_fd=472 user=0x87dcfb8 options=00000010
0x8833f08:1: Fd unix_fd=-1 user=0x87dcfb8 options=00000010
0x87dcfb8:4: Named pipe server pipe=0x87d9038 state=3
0x87d9038:1: Named pipe name=L"Win32.Pipes.00000012.00000733"
0x882eeb8:1: Fd unix_fd=471 user=0x87dae30 options=00000010
0x8833fd0:1: Fd unix_fd=-1 user=0x87dae30 options=00000010
0x87dae30:4: Named pipe server pipe=0x87e2418 state=3
0x87e2418:1: Named pipe name=L"Win32.Pipes.00000012.00000730"
0x882f3b0:1: Fd unix_fd=470 user=0x880c2a8 options=00000010
0x880ba30:1: Fd unix_fd=-1 user=0x880c2a8 options=00000010
...
After that, starting a new wineconsole let me run cygwin.bat
again, and running ink.sh again picked up the build more or less
where it left off.
So it appears wine(server) has an fd leak related to pipes?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22270
Summary: Counter Strike 1.6 Steam crashes on "parsing game
info"
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eugene.turkulevich(a)gmail.com
steps:
1. set up Steam (with winetricks for example)
2. log in to Steam and disable notifications and chats in options (as
winetricks recommends regarding to bug #22053)
3. launch Counter Strike (or Condition Zero, result is the same)
4. choose "create new game" or "find server" and connect to server
5. wait untill "Parsing game info" message
result:
application freeze for some time (about a minute or two)
then message"The program hl.exe encountered a serious problem and needs to
close..." appears and after clicking "Close" application is closed
additional info about hardware and software:
AMD Phenom II x4, 8gb mem, OpenSolaris snv_134
wine 1.1.42 built from source with no errors
dunno how to provide additional info 'cos no console log appears when running
Steam
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13200
Summary: Microsoft Pinball Arcade missing some color depth
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanessaezekowitz(a)gmail.com
Created an attachment (id=13032)
--> (http://bugs.winehq.org/attachment.cgi?id=13032)
Screenshot of the game as it appeares in 8bpp "StaticColor" mode
In a real Windows installation (either on the real hardware or within vmware),
MS Pinball Arcade looks normal, but when running under Wine/Linux in an Xorg
8bpp StaticColor visual, it looks like some color depth is being lost, almost
like 7 bits per pixel. This affects all parts of the game - intro screens, the
menu, ,loading screens, and game tables.
If you switch to a StaticGray visual, you get what looks like a full 256-greys
screen. Brightness transitions are smoother (e.g. finer steps and banding)
than their StaticColor counterparts.
In the screenshots, it is probably easiest to see the difference between the
two visuals along the edges of the table and in the ball launch trough on the
right.
Expected Results:
The game should look exactly like it does in Windows.
Affected Versions:
All recent versions up through 1.0 rc1. I can't be sure when this started,
I've only been using Wine since around 0.9.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22884
Summary: Emulate virtual Desktop behaves strange.
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars-erik.englund1(a)comhem.se
My system is a Dell INSPIRON 5150, and I run Mandriva 2010.0, with the latest
patches, and the application is Photoshop Elements 8.0. For the moment I use
the try out version.
After a photo is loaded and an action, what ever, for example filter. The photo
disappears from the desktop. Photoshop is still running. It's possible to get
the photo back if "Window -> Tile -> Photo to Edit", and the photo is back on
screen. If filter menu is activated again, the photo disappears. It's like an
endless loop, and after some "get photo back" it's not possible to get the
photo back on screen.
This strange thing happens then "Emulate virtual desktop" is activated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20741
Summary: sfirm demo complains CURRENTDIRECTORY contains no
value.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.sfirm.de/endkunde/sf32/sfirm_demo.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
hi, this is a followup of bug 20734. The next complaint is a messagebox
CURRENTDIRECTORY property has no value
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22745
Summary: GalCiv2 starts occasionally crashing in ntdll.dll
after an hour of gameplay.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Created an attachment (id=28040)
--> (http://bugs.winehq.org/attachment.cgi?id=28040)
GalCiv2 crash backtrace
This only happens a while into the game. Backtrace attached; no further useful
info on the console. d3dx9_27, 36 and usp10 were overridden. Wine version is
git HEAD of 5/15/10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21527
Summary: Planescape:Torment crashes when entering a certain
area (undersigil)
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alvia-adrano(a)web.de
Created an attachment (id=25933)
--> (http://bugs.winehq.org/attachment.cgi?id=25933)
Debugger information
In a late stage of the game you can run around in "UpperWard" (
http://www.the-spoiler.com/RPG/Interplay/planescape.3/stevepst.html
walkthrough). If I want to enter the area "UnderSigil" the game saves
automatically and loads the new area and then crashes.
Since I got some sound related errors in the shell, I killed pulseaudio. Still
it crashes. Deactivating Alsa (which means every sound) in the wine
configuration didnt change the situation.
I'm running Kubuntu Karmic with radeon driver ( http://wiki.x.org/wiki/radeon )
How did I get P:T to work: manually set my xorg to color depth 16bit (in
/etc/X11/xorg.conf). Setting fullscreen to '0' in Torment.ini.
How did I get the debug information (attachment): Starting P:T, loading the
auto save game before the crash (picture 1), running again to UnderSigil,
pressing OK on the crash popup (picture 2).
A friend of a mine also had the crash when trying to access a certain area. I'm
pretty sure its the same error. I'll have to ask him. He uses 32bit.
Maybe it's a winmm error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21437
Summary: "Imperio de los mares Antology" DVD
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riscardin(a)hotmail.com
I start up the game "Imperio de los mares Antology" and i choose to play the
game, it load the game, and when i choose to load a saved game it kick me out
with an error message. It happens in the game "Patrician III" and in "Piratas
del nuevo mundo" it shows "the program Tortuga.exe has found a problem and must
close"
Thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22852
Summary: Knight Online Variant Crashes on Startup.
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yhalothar(a)live.com
Created an attachment (id=28220)
--> (http://bugs.winehq.org/attachment.cgi?id=28220)
Term output.
I'm trying to get a variant (see: Private server) of Knight Online to work on
my Ubuntu 10.4 box.
The variant is "SexyKo" from sexyko.net but I believe this problem happens with
every variant. The only binary that works in the folder is "Launcher.exe"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16082
Summary: black screen with Football Manager 2009
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrizz(a)libero.it
I can't play Football Manager 2009 couse the only thing i see is a black
screen. Note that pointer changes his shape when i move it in same
position...so the game seems to start but there is a graphic error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20810
Summary: Fly!2 crashes after around 10 minutes
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
Fly!2 crashes after around 10 minutes with:
fatal error caused by .DLL "system\modules\pc\pydll.dll in DLLIdle routine
File: Dllman.cpp
Line: 1619
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16186
Summary: Mathcad 2K Pro 3D graphs not rendered correctly
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kc8ldo(a)arrl.net
I can't get the 3D graphs in Mathcad 2000 Pro to render correctly. Seems like
the graphics are scrambled. I've never had any version of Wine that I have
tested render the graphs right.
I've attached a zip file with two bit map files of a 3D graph. One as rendered
on a Windows XP Pro system and the other on a Wine 1.1.9 build on a Fedora 8
system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17717
Summary: Tabs in MYOB BusinessBasics do not change with mouse
click
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lists(a)whitehouse.org.nz
In MYOB BusinessBasics, running on Ubuntu 8.10 with Wine, the application has
tabs. Using your mouse to click on the tab does not select it. You can usually
work around this by selecting with your mouse and then hitting Ctrl+Space.
Can I give you a debug log or something that can tell you what the application
is sending, or something?
Well done in getting everything else in the application working so well!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22585
Summary: Champions Online: Mouse disappears in-game, but not in
menu.
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mm(a)qimmit.com
In Champions Online, the mouse works in the menu, but as soon as you start the
game, it disappears and you're left alone with your own imagination of where it
is.
It could be because of an animated cursor, but a patch to use the default X11
mouse would be lovely.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22886
Summary: Minitab 15 is unable to create statistic graphics
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitchellvc(a)gmail.com
Created an attachment (id=28292)
--> (http://bugs.winehq.org/attachment.cgi?id=28292)
output from the terminal, the las line appear with the bug.
Minitab 15 trial, installs well, and mot of the program works, but when
creating any graph from the graph menu, the program hangs and need to be
killed.
The last line in the attachment says something about creating a storage file,
and that appears when choosing any of the graphs to be created under the graph
menu. I also noticed that when creating other summaries (e.g. graphical
summary, under stat->basic statistic->graphical summary) the graphs can be
generated without problem, but this problem affects only the graphs under the
graph menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19771
Summary: SecureCRT: SSH connections fail.
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.vandyke.com/products/securecrt/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asherlm(a)gmail.com
Created an attachment (id=23161)
--> (http://bugs.winehq.org/attachment.cgi?id=23161)
SSH1 Error
The latest version of secureCrt (6.2) will now connect and authenticate against
SSH servers.
However, the SSH connection does not last long (< minute at most for me)
SSH1 servers will fail with "The client has disconnected from server.Reason:
CRC did not verify. Data Integrity has been compromised."
SSH2 servers will fail with "The client has disconnected from server.Reason:
Invalid packet header. This probably indicates a problem with key exchange or
encryption."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22539
Summary: Bug C&C 4 Problem with vivoxsdk.dll
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hacker2000_msn(a)hotmail.com
Created an attachment (id=27640)
--> (http://bugs.winehq.org/attachment.cgi?id=27640)
Command line bug
When i launchCommand & conquer 4 (cnc4.EXE) i have this message:
err:module:impord_dll Library vivoxsdk.dll but i have ad this dll in system 32
and added in the Wine config. (see the .jpg file)
PS: sorry when have not good language but i speak french.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20647
Summary: solid edge
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daibenshiri(a)geheimtuer.de
Created an attachment (id=24638)
--> (http://bugs.winehq.org/attachment.cgi?id=24638)
terminal output of "wine Edge.exe"
-got a full installation of solid edge
-the application gets killed after loading screen
-see terminal output for more informations
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19408
Summary: "Min første Pony" crash on mouse drag
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: finn(a)balle-larsen.dk
Name of application: Min Første Pony.
Trying to move an object (turn a horse) with the mouse, the application
terminates with a wine error.
This error can be reproduced.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9652
Summary: Longbow 2 installer stops with an Error in copying files
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=9162
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: punong_bisyonaryo(a)yahoo.com
When trying to install Longbow 2, by entering
wine /media/cdrom/SETUP.exe
in the terminal, the installer starts and works fine. The installer also starts
the copying of files. However, it stops around 80% during the copying of files
with an "ERROR, Copying Files " message being displayed in the installer after
that. There are no error messages or Fixmes in the terminal window, as if the
program is running fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20785
Summary: Artweaver tool window fails to re-dock
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.artweaver.de/home-en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
In Artweaver 1.07 the Properties tool window can be undocked from it's default
position (directly below the application menus), but when the window is dragged
back to that position, it fails to re-dock. As a workaround, this Properties
window can be re-docked via menu Window->Arrange Palettes->Default, but this is
not ideal since it also defaults all other floating tool windows. Note: In
native MS Windows re-docking occurs after LMB release, and this behavior varies
slightly in WinXP versus Vista, the latter requiring that the dragged window
overlap the application menus slightly in order to dock.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12327
Summary: Team Fortress 2 freezes when starting playin
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spatula666(a)gmail.com
Created an attachment (id=11804)
--> (http://bugs.winehq.org/attachment.cgi?id=11804)
Picture
When joining a game, the first screen that apears after loading the map is this
picture attached
Then I press continue and the game and the sound freezes.
My specs are Debian Etch with Wine 0.9.57
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21432
Summary: Mounted ISO is not recognized when wine is run from
the source tree
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
I have the Debian package for Ubuntu 9.10 of wine-1.1.36 installed. I also
compiled version 1.1.36 in the git source tree.
When I run a game via "WINEDEBUG=/home/korn/wineprefixes/comanche_3 wine
Wc3.exe" (using the executable from the Debian package) the game recognizes the
mounted ISO.
But when I run the game via the wine build from the source tree
"WINEDEBUG=/home/korn/wineprefixes/comanche_3 ~/wineprefixes/wine/wine/wine
Wc3.exe" the game complains about the missing CD.
The game CD is mounted in /media/cdrom0 and the ISO file is also linked:
korn@ubuntu:~/wineprefixes/comanche_3/dosdevices$ LANG=C ls -la
total 8
drwxr-xr-x 2 korn korn 4096 Jan 20 15:31 .
drwxr-xr-x 5 korn korn 4096 Jan 20 18:12 ..
lrwxrwxrwx 1 korn korn 10 Dec 22 14:59 c: -> ../drive_c
lrwxrwxrwx 1 korn korn 13 Dec 22 15:00 e: -> /media/cdrom0
lrwxrwxrwx 1 korn korn 35 Jan 8 22:26 e:: ->
/home/korn/images/COMANCHEGLD.iso
lrwxrwxrwx 1 korn korn 13 Jan 20 15:18 f: -> /media/cdrom0
lrwxrwxrwx 1 korn korn 35 Jan 20 15:31 f:: ->
/home/korn/images/COMANCHEGLD.iso
lrwxrwxrwx 1 korn korn 10 Dec 22 14:59 h: -> /home/korn
lrwxrwxrwx 1 korn korn 1 Dec 22 14:59 z: -> /
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21770
Summary: Keyboard doesn't work in games launched from Steam
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitlicek(a)gmail.com
When I try to launch any game from Steam I can't use keyboard in those games.
Tested with Counter-Strike, Counter-Strike Source, Team Fortress 2, Left 4
Dead, GTA: Vice City and Psychonauts. However, no problem with Abe's Oddyssee.
I have no problems with games without Steam. Eg. Warcraft 3, Guild Wars or C&C
Tiberian Sun.
The problem appears only when using virtual desktop and it's present since Wine
1.1.37. It also happens in current 1.1.39.
I'm using Ubuntu 9.10 64bit and Wine from PPA.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15162
Summary: Regression: Team Fortress 2 unstable in Wine 1.1.4
(random 3d related crashes)
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aoanla(a)yahoo.com
In Ubuntu 8.04, AMD64 version,
Team Fortress 2 is unstable in Wine 1.1.4 (reverting to 1.1.3 fixes this
issue).
Crashes are semi-random, but include:
Semi-regular crashes on resolution change or other events restarting the render
backend.
Semi-regular crashes on Alt-Tab to and then from desktop - this also seems to
crash X with a segfault
Xorg[6069]: segfault at 8 rip 7feceb912cab rsp 7ffff837cdb0 error 4
If neither of those happens, invariably TF2 crashes (after around 15 minutes of
play) with some access violation in opengl libraries, freezing the screen and
requiring the user to switch to a virtual terminal and use wineserver -k to
kill the process and regain use of their X session.
I'll get some logs and attach them in a bit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14176
Summary: Little Fighters crashes with the error message "Couldn't
create art surface."
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://lf2.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
CC: maxmusterm(a)gmail.com
Created an attachment (id=14446)
--> (http://bugs.winehq.org/attachment.cgi?id=14446)
the install log and the start of the game
When I trie to start LF2 the menu works I click on "game start" and it tries to
load some data out of data/ (data/*.dat) and it fails by loading knight.dat.
(on different wine version different dat files fail loading)
The installation runs without any problems.
In the main menu you can't see your mouse since version 0.9.61.
Attachments are the log of the installation and of the start of the game.
You can download it from
http://www.download.com/3000-20-10155222.html?part=undefined&subj=dl&tag=bu…
or http://lf2.net/dn_f2.html .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14394
Summary: tf2 crashes and locks at random
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnmichael.fischer(a)gmail.com
Created an attachment (id=14708)
--> (http://bugs.winehq.org/attachment.cgi?id=14708)
tf2-dump
After fighting with this issue since Wine .9.59 I finally was able to run TF2
in a terminal and get the output. Issue has occured across all NVIDIA-drivers
since then and has also occured across all wine versions since then. Previous
to this TF2 ran smoothly at high detail rates.
Gefore 8600 GTS.
Note: I have the chattr -R +S enabled for
steamapps/myusername(a)myemailaddress.com as it is required to get into the game.
Disabling it as soon as the game loads has no effect.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19968
Summary: Half-Life 2: crashes when launching
Product: Wine
Version: 1.1.29
Platform: Macintosh
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nescalona(a)firehousemail.com
Created an attachment (id=23484)
--> (http://bugs.winehq.org/attachment.cgi?id=23484)
terminal output
Wine crashes when I click on the Launch button with Half-Life 2 selected
in the My Games tab in Steam.
I am running Arch Linux (dual-booted with Leopard on a Macbook
(13-inch)), and I downloaded Wine from Arch's package manager.
(http://www.archlinux.org/packages/extra/i686/wine/)
After first encountering the crashing behavior, I removed ~/.wine and
reinstalled everything pertaining to wine. I then installed Steam,
following the instructions on the AppDB page for Steam. I then installed
Half-Life 2 using Steam. When I click on the Launch button, Wine
crashes.
The attached file "log" is a copy of the terminal output when I start
Wine with the command [code]wine "C:\Program
Files\Steam\steam.exe"[/code]. The last four lines (not counting the $
prompt) appear once I click on the Launch button. The previous lines up
to and including "fake device notification handle" appeared as Steam was
loading.
The attached file "report_file" was created using the command
[code]WINEDEBUG=+relay wine "C:\Program Files\Steam\steam.exe" 2>&1 |
tee relay.out;tail -n 100 relay.out > report_file[/code].
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13869
Summary: Splinter Cell Demo (2): Shadow polygon offset errors
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://www.gamershell.com/download_1320.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Created an attachment (id=13939)
--> (http://bugs.winehq.org/attachment.cgi?id=13939)
splinter cell demo #2: shadow error in projector mode
Hi there,
I'm currently trying to get Splinter Cell running on my system. After
experiencing some massive problems with the full version I switched down to the
demo versions (there are two AFAIK), and I'm now trying to get the demo #2 to
perform correctly.
I've disabled GLSL and set the OffscreenRenderingMode to fbo.
I also tweaked the Splinter Cell ini a bit, so it uses "shadow projector mode"
instead of "shadow buffers", by changing the line
ForceShadowMode=0
in the D3DDrv.D3DRenderDevice section.
Still I get some visual errors with the shadows. Seems like some sort of
polygon/decal offset problem, see the screenshots for more details.
Also I have the already mentioned "light source bug", which makes some
lightsources shine through massive geometry, I'm also attaching these screens.
The console is still flooded with various error messages about invalid GL
instructions, and so on, also going to attach some logs.
The shifted screen bug (that I reported in this bug:
http://bugs.winehq.org/show_bug.cgi?id=9609 - screenshots already there) also
happens with the demo. If I'm running the demo with 640x480 resolution it
doesn't appear though.
Greets,
Tobias Jakobi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21536
Summary: Windows Virtual Memory must be enabled to play some
games
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
In current git (1.1.37), when I attempt to load Star Wars : The Force
Unleashed, I get a message telling me that "Windows Virtual Memory must be
enabled to play this game". My console output looks like this :
xavier@xavier-pc /wine/swtfu/drive_c/jeu $ wine "SWTFU.exe"
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
The current workaround is to add the contents of this file :
http://www.tghost.co.uk/tmp/virtualmemory.reg to the registry.
According to the test report, Guitar Hero 3 has this bug too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12768
Summary: gdi32: metafile.ok fails in a virtual desktop
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12425)
--> (http://bugs.winehq.org/attachment.cgi?id=12425)
+gdi trace in git
Not sure if it's a gdi/winex11drv bug, but when running make -k test in a
virtual desktop, the only (noticeable) difference is that gdi32: metafile.ok
fails:
metafile.c:1626: Test failed: SetWinMetaFileBits (MM_ISOTROPIC): Reference
bounds are not isotropic
metafile.c:1692: Test failed: SetWinMetaFileBits (MM_ISOTROPIC): rclBounds is
not isotropic
(user32/msg.ok fails in a different way, but that's pretty finicky anyway, so
I'll ignore that until we can get it to behave better.)
I'll attach +gdi log as well as a +x11drv,+win trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14730
Summary: winecfg: adjusted drive mapping lost
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I have tried to assign a different path to the drive letters "E:" and "Z:". I
committed the desired changes with the button "OK" from the configuration
dialogue. The previous default values were displayed when I returned to the
corresponding tab after the restart for the application "winecfg".
How should it be achieved to keep adjusted settings for the drive mapping
permanently?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22492
Summary: Money 2003 - Tools menu not displayed
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=2573
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debrabantphilippe(a)neuf.fr
The Tool menu not displayed when I click on it. Other menus open fine.
I've try Wine 1.2, the bug is always here.
I use the french version, so for me it's the menu "Outils".
I am available to perform all necessary tests.
Best reagards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17594
Summary: user32/dde crashes if run with +heap under OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/88d9210dd763bcb9db203daa89f2
4efc7d5872d0/wine_ae-opensolaris-heap/user32:dde.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19757)
--> (http://bugs.winehq.org/attachment.cgi?id=19757)
+relay,+seh,+tid,+ddeml,warn+heap
err:ddeml:WDML_ServerConvProc mismatch between C/S windows and conversation
err:ddeml:WDML_ServerConvProc mismatch between C/S windows and conversation
err:ddeml:WDML_ServerConvProc mismatch between C/S windows and conversation
warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at fe7d0000 for heap
fe7b0000
warn:heap:GlobalLock (c052): Page fault occurred ! Caused by bug ?
wine: Unhandled page fault on read access to 0x7fc90000 at address 7fb907cb
(thread 0009), starting debugger...
warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at fe7d0000 for heap
fe7b0000
+relay,+seh,+tid,+ddeml,warn+heap attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14348
Summary: Unhandled Exception code c0000005
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdlyr8(a)gmail.com
I have wine working on my ubuntu distro (8.04) and I have no problems opening
most exe files. But when I try to open the install.exe file for Diablo 2, I get
the error
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0xb7d3225b
I have searched for days and i can't find a solution and a few times people
have said it is a bug in Wine. Is there an older version I can fall back to?
Ubuntu 8.04
nVidia GeForce 6600 Dual Monitors
wine 1.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20673
Summary: wine client error 9
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikahbot(a)gmail.com
Created an attachment (id=24683)
--> (http://bugs.winehq.org/attachment.cgi?id=24683)
wine client error 9
This has happened to me a few times, which caused me to downgrade to wine
version 1.1.29 in hopes that since it was the most stable version, that it
won't happen. The problem is such that sometimes I get a clothing patch error
in World of Warcraft, such as robenorthrend read error, or this time, can't
read Kalimdor_33_21.adt
I've attached the whole report I got from running WoW via konsole. This is
preventing me from playing my characters online. You guys know of any
solutions? No matter what version I go to, I get some kind of a read error.
Just in case, I'm using:
openSuSE 11.1 kde 4.3.1
64 bit system, wine version 1.1.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14180
Summary: StarCraft: keyboard shortcut doesn't work with french
keyboard (azerty)
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Starcraft allows setting groups of units and assigning them to a number using
CTRL+# (# : 0..9) and recalling them using the number.
In StarCraft game, see Help -> Keystroke Help:
Ctrl-# - Save Group #
# - Recall Group #
Under MS Windows, keystroke works well even with a french keyboard, but under
wine it doesn't work.
On french keyboard (azerty), number are enabled with the shift key, but trying
to use CTRL+SHIFT+# doesn't work either.
If I switch my keyboard to US using command such as
"setxkbmap -model pc105 -layout us", those keystrokes work as expected.
This problem related to keyboard mapping may not affect only StarCraft, but
some others games / softwares as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15051
Summary: Asterix et Obelix XXL2 Mission Las Vegum demo crashes
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.jeuxvideopc.com/demo/9072-asterix-et-obelix-
xxl-2-mission-las-vegum.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
The install of Asterix et Obelix XXL2 demo works fine. one can watch a movie.
But the game crashes just there. The console output is quite small:
wine XXL2DEMO.exe
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/david/.wine' has been updated.
[david@Thakur Astérix & Obélix XXL2 Demo]$ fixme:win:EnumDisplayDevicesW
((null),0,0x33efd8,0x00000000), stub!
err:ole:CoGetClassObject class {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4} not
registered
err:ole:CoGetClassObject class {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4} not
registered
err:ole:CoGetClassObject no class object {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4}
could be created for context 0x3
wine: Unhandled page fault on read access to 0x00000000 at address 0x5bf87c
(thread 0021), starting debugger...
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17254
Summary: Yourself!Fitness crashes with a backtrace.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: James_Ward(a)Yahoo.COM
Created an attachment (id=19235)
--> (http://bugs.winehq.org/attachment.cgi?id=19235)
backtrace text
Yourself!Fitness crashes with a backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17302
Summary: Windows Media Encoder: Crash at application startup
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=5691ba02-e496-465a-bba9-b2f1182cdf24&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perrym3(a)gmail.com
I'm using the 32bit version of the application. When running the program, the
splash screen appears and then I get a window that says that the program has
encountered an error and must close. I experience the same problem with today's
git build. Terminal output follows:
mperry@ubuntu-desktop:~/wine-git$ ./wine /home/mperry/.wine/drive_c/Program\
Files/Windows\ Media\ Components/Encoder/wmenc.exe
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Windows Media Encoder"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x7e2bc80c,0x7e2bc3c4):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004a,0x134b48,0x7e2bc3c4):
stub
err:eventlog:ReportEventW L"wmenc.exe"
err:eventlog:ReportEventW L"9.0.0.2980"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19328
Summary: Shortcuts designed to go to All Users\Start
Menu\Programs are instead going to User\Start
Menu\Programs (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not immediately noticeable, since the shortcuts end up in the user's
gnome/kde/$DM program menu/desktop, but I've noticed it while making sure
shortcuts were indeed installed. Every time that shortcuts are (in windows)
installed to All Users, on Wine, they're installed to the local user's folder.
Apps affected, Photoshop, Microsoft Office Viewers, probably everything?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22677
Summary: Avalon: Sound is wobbly then stops during gameplay
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewdied(a)gmail.com
Created an attachment (id=27929)
--> (http://bugs.winehq.org/attachment.cgi?id=27929)
console output from wine for Avalon
While running Siege of Avalon (chapter 1) the sound / background music will
start playing, but within a few minutes in the game the sound "wobbles" and
then shuts off entirely. I don't know enough about the sound system in wine to
determine which of these is an appropriate sound related entry, so I'll attach
all of the console output for a 5 minute play.
The sounds go badly quickly when opening a gate, such as on the southern side
of the courtyard.
I have tried launching the game through DTMain1.exe and DTLoader.exe. Both
sometimes hang after a few seconds of the intro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19985
Summary: Bizarre video glitch when trying to play Halo: Combat
Evolved.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
((I'm using Ubuntu Jaunty with the latest version of Wine (1.29). I seem to be
having some strange video problems when I try to play Halo under Wine. I have
the same problem that the fellow who post bug 12303. Except the screen is just
black. The only time there is actually picture is when it's play the opening
credits (The videos of all the game companies behind them Bungie, Microsoft,
etc.) Then the main menu is just black, but yet there is still sound. I turned
off Virtual desktop and this is what happened to my entire screen when I tried
it without a virtual dekstop (which I know shouldn't have been done but it
still should've went back to normal) when I closed out in the screenshot
attachment below.
Everything got smushed together.
How do I resolve this issue? Thank you! (Note: I'm more focused on eliminating
the whole "Black screen" issue more than anything.
Video Card info:
(It's a laptop might I add.) 64MB Nvidia GeForceFX 5600 (0x0312)
I hope this info helps! THANK YOU!!! ^_^
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16449
Summary: Main Body to wide
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3795
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattmill30(a)hotmail.com
Created an attachment (id=17796)
--> (http://bugs.winehq.org/attachment.cgi?id=17796)
Screenprint of IE6 window when viewing AOE3 in appdb
The main application section of the page renders too wide in Internet Explorer
6. Which causes a horizonal scroll-bar.
It appears that the Application Deatails and Maintainers section is to wide,
thus pushing the Application Test data and Howto section causing a horizontal
scroll bar.
Screen Resolution: 1024x768
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21127
Summary: What Colour color picking functionality is not
identical to Windows
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.jumpjet.info/Win2k/05/What_Colour/WhatColou
r.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.35-105-gd4a7a9d, when the color picker in the What Colour program
is selected, moving the mouse outside the What Colour's client area doesn't
result in any color selection changes until the mouse is pressed, causing the
application to finally grab the color under the mouse cursor by presumably
taking a "screenshot" of the desktop area. On Windows XP, this "screenshotting"
behavior happens first, made obvious by a brief, visible change in the screen,
and then moving the color picker over the area outside the What Colour client
area shows active changes in the color selection, which is only halted when the
mouse is pressed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11114
Summary: System capability detection does not work in WiC
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)3danim.de
Created an attachment (id=10150)
--> (http://bugs.winehq.org/attachment.cgi?id=10150)
World in Conflict startup log (+relay,+snoop)
When starting World in Conflict, the game complains about insufficient system
capabilities (Windows Version (no matter what is set in winecfg), available RAM
and "appropriate" 3D card).
Fortunately the game can be told to start anyway but the graphics options are
then severely restricted. This can be mitigated somewhat by using a native
dxdiagn.dll but SM3.0 water shaders are still not available then. See the
riviera screenshot in the game's AppDb entry and compare it e.g. to
http://uk.media.pc.ign.com/media/821/821566/img_4763025.html on Windows.
Attached is a +relay,+snoop log of the game up to the point when it complains.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20466
Summary: Brothers In Arms Hell's Highway fails to start
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=24346)
--> (http://bugs.winehq.org/attachment.cgi?id=24346)
log
The issue I experienced when attempting to load the game is described here :
http://www.whatwasithinking.co.uk/2008/10/08/brothers-in-arms-hells-highway…
.
In this how-to, they suggest to update/reinstall the graphics drivers and the
PhysX module. My graphics driver is already updated to the latest (nvidia
190.42), and I fetched the latest bundle for the PhysX software. DirectX is
automatically installed by the game, I therefore used winetricks to make sure I
had the latest DX9 bundle. Despite that, I still get the same error message.
I browsed furthermore and have been refered to this :
http://gbxforums.gearboxsoftware.com/showthread.php?p=1379618#post1379618 .
This seems quite unusual to me, therefore before I test this, I would like to
have some feedback on the solution proposed.
I have uploaded my console output, if it can help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17440
Summary: Fog bug introduced between 1.1.11 and 1.1.13
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
When I upgraded from 1.1.11 to 1.1.13 the fog in-game is messed up. Outside it
is a medium fog and if you go inside somewhere it is a nearly total fog. If you
go into the in-game settings menu and adjust the fog slider you will see it
affected but it is still unplayable indoors in this condition.
Going back to the previous wine version works. I also today installed wine
1.11.15 and the same bug is present still.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15133
Summary: Application blocks waiting for a critical section during
startup. This problem does not occur in Windows.
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exvagabond436824(a)yahoo.com
CC: exvagabond436824(a)yahoo.com
The code in question can be downloaded from:
http://www.odva.org/Default.aspx?tabid=202
This code involves an example application for the EtherNet/IP protocol. When
the example application from the link above is executed in wine the following
error is printed to the screen:
err:ntdll:RtlpWaitForCriticalSection section 0x10037570 "?" wait timed out in
thread 0009, blocked by 0026, retrying (60 sec)
This error will print over and over again, and the application will never load.
In Windows this application loads quickly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21956
Summary: Empire Earth 1.00 and 1.04 crash with unhanded page
fault
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonard.lawton(a)gmail.com
To reproduce:
-click the scenario editor in the main menu
*OR*
-click the campaign editor, then the scenario editor
*OR*
-start a game single user or network game(does matter who is host). the game
will crash before the loading screen appears.
Oddly enough, the crash when starting the game itself happens 4/5 times. One
lucky time it will start, and the run will run perfect(i played 16 hours once
it loaded, no crashes) until you close it.
The error(and then it just freezes)
wine: Unhandled page fault on read access to 0x3800198b at address 0x198905
(thread 0027), starting debugger...
There are no other errors or warnings on the console(except d3d fixmes)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22016
Summary: R.U.S.E. Public Beta in-game rendering is washed out
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://store.steampowered.com/app/33310/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=26758)
--> (http://bugs.winehq.org/attachment.cgi?id=26758)
R.U.S.E. Public Beta terminal output
After installing wmp9 and xact through winetricks, installing the R.U.S.E.
Public Beta through Steam, and then skipping the attempted DirectX redist
install by aborting it during the install attempt, the game can then be
launched. Starting a simple battle (Battles -> click Team 2 placeholder -> AI
Regular (Easy) -> Launch), the game world appears to be massively washed out
with white, compared with the game's rendering on Windows. glxinfo reports:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9800 GT/PCI/SSE2/3DNOW!
OpenGL version string: 3.2.0 NVIDIA 190.53
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
Screenshots from the game on Wine and Windows are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12388
Summary: Commandos 3: read_from_framebuffer_texture error
(glCopyTexSubImage2D)
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eidosinteractive.com/downloads/search.html?gm
id=143
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Created an attachment (id=11888)
--> (http://bugs.winehq.org/attachment.cgi?id=11888)
screenshot with problem
In one of game levels (in the demo, you get into it by selecting central europe
campaign in menu) there are bad rendering errors.
The moment you get to that screen, console is filled with message
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glCopyTexSubImage2D @ surface.c / 914
Which must be the reason of this problem.
This also happens with PBO extension and P8 texture support reporting disabled
in directx.c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21576
Summary: Touch screen loses calibration when in full screen
mode - specifically AtomixMP3.exe
Product: Wine
Version: 1.1.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newmaniax(a)gmail.com
When running AtomixMP3, and other WINE apps, in full screen mode the
touchscreen goes way out of calibration, which is important for this program
specifically and how i use it. In un-maximised mode it works fine.
If it helps this program will not operate at all (display to be used anyway) in
full screen mode in VirtualBox, but again fine when in un-maximised mode.
A demo version is available here fore testing:
http://dl.dropbox.com/u/1640537/Link%20to%20Atomixmp3.exe
I have searched various forums and have fond no clue towards a solution. ie, I
have no idea if it's a bug or something that is easily configurable. I have
played with WINE config settings and screen resolutions with no success.
I tried changing my x screen resolution to 800 x 600 (normally 1680 x 1050) and
noted that the calibration is the SAME as the WINE app in full screen mode,
with the pointer very biased towards the left side of the screen.
Please advise, would love touch screen to work properly in full screen mode.
Thanks,
Sincerely,
Guy Newman
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19269
Summary: Distant impostors does not work in Lord of the Rings
Online
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.ladner(a)gmail.com
The "distant impostors" setting has no effect. The way it implements distant
impostors, I believe, is substituting a flat 2d texture for 3d objects that are
very far from the camera, giving more detail to the landscape without having to
render 20 million polys for the trees.
See
http://www.codeweavers.com/compatibility/browse/group/?app_parent=4029;foru…
(second post from the top) for screen shots comparing LotRO running on Wine and
Windows and the difference "distant impostors" makes.
I've verified that it doesn't work on 1.1.24 and 1.1.25 (although 1.1.25
crashed a lot for me on LotRO for some reason and I had to revert back to
1.1.24).
I'd be happy to provide any extra debugging info if any would be helpful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10209
Summary: Jericho crashes when entering game menu
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hamsterbacke(a)inbox.lv
Created an attachment (id=8823)
--> (http://bugs.winehq.org/attachment.cgi?id=8823)
wine's crash output
Jericho crashes when entering game menu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17250
Summary: Windows Media Player 10 fails to play DRM wmv files
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
WMP10 does not play drm files.
-Installed WMP10 using winetricks
-Opened a DRM wmv file(I have licence).
-WMP10 fails to play the video.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14247
Summary: One click works like 2x click
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Created an attachment (id=14540)
--> (http://bugs.winehq.org/attachment.cgi?id=14540)
err's, win and d3d fixme's are new, I don't saw this in older Wines, it can be
because many bugs of video driver in all programs - see only control fixme's
After applying "High Quality" in System menu of Quake III Arena, mouse do 2x
click when I do one click, in console I see fixme's with all dll's of keyboard
and mouse that I know!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10890
Summary: Arcanum installer fails
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://www.fileshack.com/file.x/674/Arcanum+Demo (demo,
installer might be different tho!)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsaeru(a)gmail.com
Created an attachment (id=9794)
--> (http://bugs.winehq.org/attachment.cgi?id=9794)
All mambojambo that got printed to console..
Arcanum's installer never asks for CD2. It apparently only installs what it
finds from CD1, says it's done, some backtrace gets printed to console and the
game wont launch.
Workarounds include using Windows installation, manually extracting required
files from CD2 or installing with Cedega.
Similar installation issues pointed out in appdb as well.
Not exactly sure what all the backtrace is even about - might not point out to
actual issue, even..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14798
Summary: ETax 2008 cannot verify
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
URL: http://ato.gov.au/etax
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
ETax 2008 verification does not work. Clicking 'Ok' on the popup at the
verification stage causes the next screen to appear blank, and navigation
buttons to be greyed out.
I have attached a log of my output while running this part of ETax 2008.
The first four lines of the log are known configuration issues on my end and
can be ignored.
The 88d969c0-f192-11d4-a65f-0040963251e5 errors appear when 'Yes' is chosen in
the pre-filling section. There is no apparent loss of functionality here.
The 76a64158-cb41-11d1-8b02-00600806d9b6 errors appear when 'Ok' is chosen in
the popup at the verification stage. This is where the program effectively
breaks. This is the subject of this bug report.
This issue has been confirmed in a couple of posts on AppDB and elsewhere. To
reproduce this issue in testing, the TFN 123456782 can be used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9721
Summary: Support for HKEY_DYN_DATA\Config Manager\Enum registry
tree
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
Please populate the HKEY_DYN_DATA\Config Manager\Enum registry tree. This is
needed by some games to detect the hardware on the running system.
For example, EA's Need for Speed III includes a 3dsetup.exe program that
queries HKEY_DYN_DATA\Config Manager\Enum\*\HardWareKey to detect graphics
hardware.
Free demo here: ftp://ftp.ea.com/pub/ea/demos/nfs3/nfsdemo.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22775
Summary: COD:MW2 crashes upon ALT-ENTER
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just start COD:MW2, let it put up its initial screen, and press ALT-ENTER.
The screen will switch between fullscreen and windowed as expected,
but the game will then crash, e.g.
trace:d3d9:IDirect3DDevice9Impl_CreateTexture iface 0x198ef8, width 432, height
240, levels 1, usage 0, format 0x16, pool 0x1, texture 0x15e99060,
shared_handle (nil).
trace:d3d:device_context_add Adding context 0x213d4e28.
trace:d3d:context_create Successfully created new context 0x213d4e28
trace:d3d:context_enter Entering context 0x213d4e28, level 1.
trace:d3d:context_set_current Switching away from destroyed context 0x18bc5e60.
warn:d3d:context_validate DC 0x96c belongs to window 0x50160 instead of
0x30160.
trace:d3d:context_update_window Updating context 0x18bc5e60 window from 0x30160
to 0x9ad46d.
trace:d3d:context_destroy_fbo_entry Destroy FBO 3
trace:seh:raise_exception code=c0000005 flags=0 addr=0x132b1c ip=00132b1c
tid=0046
...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00000000).
Backtrace:
=>0 0x00000000
1 context_set_current+0x56(ctx=0x401df3f0) [dlls/wined3d/context.c:932] in
wined3d
2 context_set_current+0x56(ctx=0x4868c720) [dlls/wined3d/context.c:932] in
wined3d
3 context_create+0x62e(swapchain=0x1c6450, target=0x16d8d5a8,
ds_format_desc=0x1bdc20) [dlls/wined3d/context.c:1387] in wined3d
4 swapchain_create_context_for_thread+0x36(iface=0x1c6450)
[dlls/wined3d/swapchain.c:960] in wined3d
5 context_acquire+0xfe(device=0x1c0028, target=0x45d17b38)
[dlls/wined3d/context.c:1785] in wined3d
6 wined3d_event_query_test+0x82(query=0x46bea318, device=0x1c0028)
[dlls/wined3d/query.c:62] in wined3d
7 IWineD3DEventQueryImpl_GetData+0x46(iface=0x46bea2f0, pData=0x1813e200,
dwSize=0x0004, dwGetDataFlags=0x0001) [dlls/wined3d/query.c:398] in wined3d
8 IDirect3DQuery9Impl_GetData+0x63(iface=0x46bea2d8, pData=0x1813e200,
dwSize=0x0004, dwGetDataFlags=0x0001) [dlls/d3d9/query.c:134] in d3d9
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22553
Summary: Running Digitech JUpdater GSP1101vC48.exe fails on
MacOS 10.5.8
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rtmd30(a)yahoo.com
I'm trying to run Digitech's "JUpdater GSP1101vC48.exe" on MacOS 10.5.8 and
getting the following set of verbiage:
Greg-MBP-wireless:Downloads greg$ wine JUpdater\ GSP1101vC48.exe
fixme:font:SetMapperFlags (0x67c, 0x00000000): stub - harmless
fixme:font:SetMapperFlags (0x750, 0x00000000): stub - harmless
fixme:font:SetMapperFlags (0x764, 0x00000000): stub - harmless
Port Name[0 0] DigiTech USB X-Edit
In Name[0] DigiTech GSP1101
Port Name[0 1] USB Audio Device
In Name[0] DigiTech GSP1101
Port Name[0 2] DigiTech GSP1101
In Name[0] DigiTech GSP1101
Found Port
fixme:midi:MIDIOut_LongData MOD_MIDIPORT
The "font" ones seem benign but the last one seems to keep the updater from
running to completion. I get an X-window that looks OK, but when I try to
update the device the software says no device was found.
Let me know if there's additional info I can gather for you.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21605
Summary: MINDApro fails to run (fbguard.exe crashes)
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: allsymes(a)gmail.com
Created an attachment (id=26075)
--> (http://bugs.winehq.org/attachment.cgi?id=26075)
Terminal output from running
I have a software package called MINDApro. It installs under Wine, but when I
try to run it I get several error and crash messages. I know from running it on
Windows XP that I need to run the mlp_manager.exe program first, as this runs
the database server Firebird first (http://www.firebirdsql.org/).
I have attached the terminal output. The following is the sequence of error
messages that popup on running mlp_manager:
1. empty error popup.
2. "...mlp_manager.exe has encountered a serious problem and needs to
close...".
3. Title "Application Error", reads:
"Exception EExternalException in module ntdll.dll at 0002E8B8.
External exception C0000025."
4. Titled "Error", reads:
"""
An unexpected error has occurred. Please close MINDA software and restart. If
the error persists please contact MINDA on ...<snip>...
ERROR ISC ERROR CODE 335544721
ISC ERROR MESSAGE:
Unable to complete network request to host "localhost".
Failed to establish a connection.
unknown Win32 error 10061
"""
5. Titled "Error", reads: "Runtime error 217 at 0052B371"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17888
Summary: CATIA V5R19: Documentation fails to install
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20191)
--> (http://bugs.winehq.org/attachment.cgi?id=20191)
error after clicking install
I'm using Wine 1.1.18 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that documentation for CATIA V5R19 on CD doesn't want to
install.
Steps to reproduce:
1) install CATIA V5R19
2) run setup.exe from documentation cd
3) set default install and click install
4) get an error (attachment)
Terminal output:
D:\>copy "D:\INTEL\*.dll" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\INTEL\*.exe" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\install_data\pkgrel.txt" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\install_data\*.bmp" "C:\windows\temp\TempDSUnloadDoc" /Y
CATCheckVC8Level Check : DI0PANV2.dll
VC8 Level OK
D: is my CD-ROM
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17118
Summary: Punch! Home Design AS4000: Open File Dialog does not
show files
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xyem(a)electricjungle.org
The "Open File" dialog does not show any files ( including ones supported by
the program such as *.PRO;*.PHD;*.PSH ) in the main view(?). It does show
directories, however.
Manually entering the file name in the "File name:" entry works without any
issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13357
Summary: Arcs do not render properly to printer from Altium DXP
2004 SP4
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
When printing PC board artwork or schematic diagrams from Altium DXP 2004, arcs
are not rendered properly. The start and end points of the arc are in the wrong
places. I think it is related to the bug in gdi32 that I fixed some time ago
(bug ID 7421) because it looks just like that problem, only except it effects
printing instead of the screen. I'm not sure where print rendering is handled
in the API, or I would go after the bug myself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13242
Summary: MS Office Communicator fails to start
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)fales-lorenz.net
Until recently, it's not been possible to install MS Office Communicator 2005.
(Bug 12988 documents the installer problem). However, a fix has been recently
submitted for this and using that patche with a private wine build, I was able
to get MOC to install. However, when I attemnpt to run it, I get:
$ ./communicator.exe
fixme:netapi32:NetGetJoinInformation Stub (null) 0x33f7a8 0x33f788
fixme:winstation:OpenInputDesktop (0,0,2000000): stub
err:ole:CoGetClassObject class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
err:ole:CoGetClassObject class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
err:ole:create_server class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f9b4bdee-7081-476e-a09c-bf54dc18f837}
could be created for context 0x17
fixme:ole:CoCreateInstance no instance created for interface
{659ecad9-a5c0-11d2-a440-00c04f795683} of class
{38639941-a780-4f5b-8017-8b361f9a29db}, hres is 0x80004002
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9993
Summary: Combit Addressmanager 13 trial can't load an icon
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://combit.net
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On the way to bug 9992, the app spits out several errors like
fixme:ole:OLEPictureImpl_Load Unknown magic 0400, 2475 read bytes:
6c 74 00 00 00 00 00 00 00 04
52 e3 0b 91 8f ce 11 9d e3 00
...
Presumably some icon or other isn't loading properly.
Native dcom98 doesn't work with this app, fwiw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18860
Summary: IW2:Edge of Chaos crashed with Call to unimplemented
function ntdll.dll.CsrClientConnectToServer
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Random crash during startup, I can't reproduce it anymore. No other console
output.
This might be invalid, but I don't have the knowledge to tell.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20131
Summary: every time i run Wine whether it be with iTunes or
another PC based program it crashes and i get the same
error of winedbg.exe has encountered a serious
problem.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atbader(a)zoomtown.com
Every time i run Wine whether it be with iTunes or another PC based program it
crashes and i get the same error of winedbg.exe has encountered a serious
problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20581
Summary: Provide valgrind test results somewhere at winehq.org
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The valgrind logs at http://kegel.com/wine/valgrind/logs
are all well and good, and lots of interesting bugs are
being fixed because of them, but they're kind of hard to find
if you don't know about them.
If the results were part of our existing test dashboard, they'd
be much easier to find. Maybe I'll try running winetest under
valgrind with a -valgrind suffix on the machine name, and see who
yells :-)
The downside to having them more obvious may be that
inexperienced programmers propose fixes without really
understanding the cause of the warning. An FAQ entry
might help there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20387
Summary: Crystal Report 6 abort install with wine 1.1.31
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjotam(a)hotmail.com
Created an attachment (id=24167)
--> (http://bugs.winehq.org/attachment.cgi?id=24167)
Logs and back traces
Crystal Report 6 abort install with wine 1.1.31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13638
Summary: dogfood: xampp won't work properly
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
Installation works fine, control panel starts.
Starting/stopping mysql will force the panel to hang sometimes and really
starting apache / mysql is not possible. (Yes, i was sure to have no other
application listen on the ports these applications use)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19605
Summary: Touhou Koumajou Densetsu: fails to start
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: isbugged(a)gmail.com
The game fails to start, showing a window with an "Startup failed" error and no
message outputs.
Tested with Wine 1.1.26 on Ubuntu 9.04 x86-64.
Link to the trial version: http://aja-games.com/download/koumajo_trial.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21526
Summary: several programs fail to compile under cygwin
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Seems to be related to command line arguments:
cmd.exe-HRRQ2O.c: In function `main':
cmd.exe-HRRQ2O.c:5: error: `__wargv' undeclared (first use in this function)
cmd.exe-HRRQ2O.c:5: error: (Each undeclared identifier is reported only once
cmd.exe-HRRQ2O.c:5: error: for each function it appears in.)
Also affects:
dxdiag.exe-8dF1r2.c:5: error: `__wargv' undeclared (first use in this function)
explorer.exe-huqBP4.c:5: error: `__wargv' undeclared (first use in this
function)
extrac32.exe-ZBAgOk.c:5: error: `__wargv' undeclared (first use in this
function)
mshta.exe-ivENd9.c:5: error: `__wargv' undeclared (first use in this function)
reg.exe-bHwntd.c:5: error: `__wargv' undeclared (first use in this function)
start.exe-LokQFy.c:5: error: `__wargv' undeclared (first use in this function)
svchost.exe-ntfQ5M.c:5: error: `__wargv' undeclared (first use in this
function)
termsv.exe-aacxDf.c:5: error: `__wargv' undeclared (first use in this function)
uninstaller.exe-iXvRef.c:5: error: `__wargv' undeclared (first use in this
function)
winebrowser.exe-zWnYcC.c:5: error: `__wargv' undeclared (first use in this
function)
winedevice.exe-SvwxgZ.c:5: error: `__wargv' undeclared (first use in this
function)
winepath.exe-guBaBG.c:5: error: `__wargv' undeclared (first use in this
function)
xcopy.exe-0dP3a3.c:5: error: `__wargv' undeclared (first use in this function)
Notepad/regedit have a different (but possibly related) problem:
dialog.o: In function `DIALOG_Search':
/home/austin/wine-git/programs/notepad/dialog.c:1059: undefined reference to
`___assert_func'
dialog.o: In function `DIALOG_Replace':
/home/austin/wine-git/programs/notepad/dialog.c:1093: undefined reference to
`___assert_func'
hexedit.o: In function `HexEdit_WindowProc':
/home/austin/wine-git/programs/regedit/hexedit.c:307: undefined reference to
`___assert_func'
regproc.o: In function `import_registry_file':
/home/austin/wine-git/programs/regedit/regproc.c:671: undefined reference to
`___assert_func'
collect2: ld returned 1 exit status
Other than this, when using CFLAGS="-D _WIN32" the compile works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22918
Summary: Ship Simulator 2008 demo crashes on startup (needs
D3DXCreateSphere)
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=28358)
--> (http://bugs.winehq.org/attachment.cgi?id=28358)
console log, from wine-1.2-rc1-179-gdd09205
When installed with nothing else in a clean wine prefix, Ship Simulator 2008
crashes on startup.
wine: Call from 0x7b836a02 to unimplemented function
d3dx9_36.dll.D3DXCreateSphere, aborting
Before that, it hits a number of d3dx stubs, so even when this is implemented,
it will likely not work properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22935
Summary: Double clicking a word file can't open it (opens fine
from Word 2007 opens it)
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=28392)
--> (http://bugs.winehq.org/attachment.cgi?id=28392)
Word file with long name
If I double click on the filename, Word 2007 opens but never opens the file.
I can open it from the program menu.
I presume it's something to do with the length of the file name. Can anyone
confirm?
File attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22010
Summary: Europa Universalis: For the Glory; crashes on startup
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wurgl(a)mailinator.com
For the Glory 1.0 crashes on startup before intro screen. wine debug log
doesn't present useful info.
For the Glory 1.1 crashes on startup before intro screen and displays 4 error
dialogs before exiting:
"Assertion Failed: Error in DB: no valid techgroup" and 3 similar ones
the demo shows the same behaviour as 1.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20209
Summary: AverTV installer for AverMedia AverTV Hybrid Volar HX
crashes
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.avermedia.eu/avertv/DE/Product/ProductDetai
l.aspx?Id=293
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)soerenfleischer.com
Created an attachment (id=23832)
--> (http://bugs.winehq.org/attachment.cgi?id=23832)
Output when running
A827_6.0.18.09051503_Drv_2.0.x.124\(XP_Vista\)_2.0.x.121\(Win7\)_SWEncoder_3.0.1.6_AVIN_2.0.7.0_090724.exe
Here is the output when running the installer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22089
Summary: Starcraft II license screen - moving the mouse makes
installer think you've read entire license
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26919)
--> (http://bugs.winehq.org/attachment.cgi?id=26919)
terminal output
Starcraft II's beta has one of the licenses where you must read the entire
license before clicking agree. On windows 7, it makes you do so. On wine, just
moving the mouse over the window activates the 'agree' button. Native ie6 works
around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16360
Summary: Help does not work in Office 2000
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=17677)
--> (http://bugs.winehq.org/attachment.cgi?id=17677)
console output when opening help in MS Office 2000
Whenever I try opening the help in any Office 2000 application, I only get a
new empty window and a lot of errors in console output (see attached file).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12757
Summary: Europa Universalis Rome: Crashes on start-up
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cja(a)gmx.net
Created an attachment (id=12414)
--> (http://bugs.winehq.org/attachment.cgi?id=12414)
Start-up print outs of EU Rome - Full game.
Both the full Europa Universalis Rome game and demo crashes at start-up.
I guess when the main menu is about to be loaded.
Both the game and the demo needs the msvcp60.dll in the same directory as
the main .exe file and a copy of d3dx9_36.dll in the windows/system32
Probably they also require the videomemory registry variable to be set.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9396
Summary: Solidworks Crashes when requested to open file.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schuh(a)berkeley.edu
Solidworks crashes when opening a new file or trying to save a new file.
(I installed Solidworks from a local copy of my Solidworks DVD. The DVD isn't
centered, so I don't like using it more than I have to.)
Steps to reproduce:
Start Solidworks with "wine sldworks.exe"
Click the Open button on the toolbar or the save button.
A dialog box that says "An unsupported operation was attempted." pops up.
Hit OK or the X in the corner of the window.
Solidworks crashes.
I ran wine with
WINEDEBUG=fixme+all,warn+all,+relay,warn+all
and captured the output. The resulting file is 740M. What of this file should
I include to help solve the problem?
I tried to put debug markers in the file through the "Put 'Debug Mark' in Debug
Log" option in the wine menu right before opening a file, but the crash was 2
million lines below the debug mark, and didn't help me find the problem or any
good information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22986
Summary: can't read DivX 7.2 licence agreement
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.divx.com/de/software/download/start
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=28467)
--> (http://bugs.winehq.org/attachment.cgi?id=28467)
unparsed text
The (german) version of the DivX 7.2 licence agreement appears completely
unparsed. And before you click in, the text is invisible.
See my crashlog for bug 22177 too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19513
Summary: CD change is not recognised and umount/remount doesn't
work
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tavvva(a)seznam.cz
When installing multiCD game (Rise of Legends in my case),
installator asks for the 2nd CD when finishes copying
from the 1st one, but the system is not able to release
the 1st CD even if the drive door isn't locked ....
.... it's not possible to umount the 1st CD
(I'm getting message, that CD is in use ...
... that's not true, because I closed all windows
and terminals ... the only application using the CD is Wine)
and when you change the CD, the 2nd CD is not recognised ...
I tried to eject the CD from wine using some windows
CD-eject application, but the same result ...
... the CD is still considered as mounted)
... I tried to force the umount ... delete the cdrom line
from the /etc/mtab and mount again ... nothing works ...
lsof says, that wineserver is using the cd, and that's it...
...when I stop the setup.exe to change the CD, then I cannot
continue with the setup ... so it's kinda deadlock situation :D
[root@TavvvaWS tavvva]# lsof | grep cdrom
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system
/home/tavvva/.gvfs
Output information may be incomplete.
wineserve 19766 tavvva 25r REG 11,0 253952
5421 /media/cdrom/setup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14950
Summary: Microsoft Office 2007: Weird object in the font and the
size combobox
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15555)
--> (http://bugs.winehq.org/attachment.cgi?id=15555)
A Screenshot of the problem
When you pass the mouse over any of this combo boxes, an estrange object apear
inside of it. You can see it in the screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20889
Summary: In Quake 3 Arena Main Menu one mouse click is taken as
two
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
In Quake 3 Arena Main Menu one mouse click is taken as two. For example, if
clicked "Fight" in "Single Player"-menu, it will skip "Difficulty
Level"-screen, because "Fight"-buttons are on exactly the same position and one
mouse click is taken as two. It will go straight to the battle.
Pressing "Enter" from keyboard is taken as only one press as it should be and
it's currently the only workaround.
Tested:
- Changing "mouse sensitivity"/"clicking sensitivity"-options in game or Gnome.
- Tried different mouse settings in Quake 3 Arena's config file.
This problem is also with Wine 1.0.1.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22506
Summary: Декларация 2009: crash after start
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: ftp://ftp.nalog.ru/nalogsoft/decl2009/1.0.0/InsD2009.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roman.pushkov(a)gmail.com
Created an attachment (id=27577)
--> (http://bugs.winehq.org/attachment.cgi?id=27577)
Console log after crash
I've installed application to create fiscal declarations. Application installed
successfully (I think so :) ). After starting, application crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12107
Summary: Microsoft Streets and Trips 2004 aborts on startup with
"incorrect registry settings"
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
For some reason, three registry settings are being created
in user.reg instead of system.reg. If you copy the keys under
Software\\Microsoft\\Automap\\11.0
from user.reg to system.reg, the app gets further.
I haven't checked to see whether these keys are
in HKLM under Windows, but if they are,
this is an installer bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21862
Summary: Sid Meier's Pirates (Steam): crashes after 2K Games
splash screen
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nap.enthusiast(a)yahoo.com
Created an attachment (id=26479)
--> (http://bugs.winehq.org/attachment.cgi?id=26479)
Backtrace from the crash
Sid Meier's Pirates, latest Steam version, crashes after the 2K Games splash
screen.
Wine installed via MacPort (wine-dev package).
"Emulate a virtual desktop" is ON. If it's OFF, Pirates is "Unable to
initialize DirectX".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9270
Summary: Psychonauts resets key bindings after game restart
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=4384
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
All the key bindings are reset to something strange each time I load the game.
Even copying profile from windows doesn't help. Going into options and
resetting them to default fixes the problem until game exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17214
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12442
Summary: UOAssist: crash after startup attempting to fetch http
page in frame
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neodynamite(a)gmail.com
Created an attachment (id=11984)
--> (http://bugs.winehq.org/attachment.cgi?id=11984)
File showing crash behavior and backtrace.
UOAssist crashes when starting the program up and it goes through the normal
startup sequence of looking for updates and attempting to display a http "news"
page in a frame prior to launching the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10528
Summary: mdiviewer unusable
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
URL: http://www.hot.ee/mdiviewer/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)lesshaste.plus.com
After installling mdiviewer (see http://bugs.winehq.org/show_bug.cgi?id=10523
for installation problems), the application is unusable.
Specifically, when Open is chosen the application seems to go into a busy loop
for a minute or so then a window appears that shows what directory you are in.
You can't them navigate through the file system and are stuck.
The only output is
fixme:ole:OleLoadPictureEx
(0xa4e9bc,19982,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fae8),
partially implemented.
fixme:atl:AtlModuleInit SEMI-STUB (0x2e857e08 0x2e852e38 0x2e800000)
fixme:atl:AtlIPersistStreamInit_Load (0xa4e9bc, 0x2e853c38, 0x131498, 0x131498)
fixme:atl:AtlModuleRegisterWndClassInfoW 0x2e857e08 0x2e8543c0 0x131510
semi-stub
fixme:ole:OLEPictureImpl_SaveAsFile (0x121388)->(0x133fa8, 0, (nil)), hacked
stub.
err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x134080 next
block has PREV_FREE flag
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
fixme:atl:AtlModuleRegisterWndClassInfoW 0x2e857e08 0x2e8543c0 0x131510
semi-stub
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
[this last line is repeated hundreds of times]
I am not sure which component this should be in so I have most likely chosen it
wrong (again).
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22433
Summary: Starship Tycoon demo crashes on exit
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://positech.co.uk/starshiptycoon/StarshipTycoonDem
o.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=27474)
--> (http://bugs.winehq.org/attachment.cgi?id=27474)
console log including a crash
Starship Tycoon demo in Wine-1.1.43 always crashes on exit (in fullscreen and
virtual desktop mode, too). I went back as far as Wine-1.1.9, the same crash
occurs in every version. The demo itself is fully playable (at least in
1.1.43), only the crash on exit ruins the image.
Fedora 12 x86
Wine-1.1.43
Nvidia 7xxx card with driver 195.36.15
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12792
Summary: Warcraft III videos is not playing
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
In the game Warcraft III knot see the videos, the videos automatic is scape
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12320
Summary: [The Master Genealogist 6.12.000 Gold U.S Edition] -
Fonts/Text Do not Show in "Details/Children & Siblings"
Windows
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://whollygenes.com
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=11781)
--> (http://bugs.winehq.org/attachment.cgi?id=11781)
TMG 6.12.000 text. working win xp
Fonts/Text Do not Show in "Details/Children & Siblings" Windows. See attached
Screen shots. Also in the Preferences > Reports Window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19553
Summary: VideoReDo Plus crashes when video file is loaded.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.videoredo.com/en/Download.htm#DownloadPlus
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmail524(a)gmail.com
When you try and open a video file in VideoReDo Plus the application crashes.
To replicate error: Start up VideoReDo Plus, Click on the 'Open Video' button
on the main page, select a MPEG2 video file (either double click on the
filename or select the file and click on the 'Open' button).
The 'Open Video' dialog box will disappear and the video viewport in the
application will turn green. The application will then stop responding and
WINE will generate an error dialog box indication that VideoReDo.exe has
encountered a serious problem and needs to be closed.
After regression testing I found that VideoReDo does work almost perfectly in
WINE Version 0.9.47. (The only problem is that the video has a a blueish tint
to it, most prominently with skin tones.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19322
Summary: Letters missing in tahomabd.ttf
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrimetri(a)gmail.com
S with comma, s with comma, T with comma and t with comma - needed for Romanian
lanugage programs, are missing in tahomabd.ttf. They are already present in
tahoma.ttf but programs which use the bold tahoma font may experience some ugly
visual bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21535
Summary: SilkRoad Online Crash Without reasons.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geek-59600(a)hotmail.fr
Created an attachment (id=25945)
--> (http://bugs.winehq.org/attachment.cgi?id=25945)
Bug report from terminal
Good evening, Recently i installed SilkRoadOnline v1.232 I started to play
without problems but after several minutes the game sudently crashed without
reasons. i tried many version of wine ( 1.01 , 1.1.30 1.1.37 ) but no one
worked.
Sometimes SRO want to send a bug Repport but not every times and i can't read
bug repport's data ...
I started wine from terminal and i pasted the last lines in the attachement.
I'm on Ubuntu 9.10 32 bits with 7900 GTX and my drivers are OK.
Can you help me ?
Thank you !
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13448
Summary: AnyDVD - ElbyCDIO does not work
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nethaven(a)hotmail.com
Created an attachment (id=13357)
--> (http://bugs.winehq.org/attachment.cgi?id=13357)
AnyDVD terminal output
When attempting to start AnyDVD, this message comes up:
failed to init ElbyCDIO
There is a corresponding .dll file which is installed by AnyDVD, which this is
referring to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19245
Summary: GPUZ crash on unimplemented function
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.techpowerup.com/gpuz/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=22285)
--> (http://bugs.winehq.org/attachment.cgi?id=22285)
Console output
While starting GPUZ it shows an error and then it closes with a crash in the
console.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12592
Summary: Photoshop CS2: Unable to start after installation
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suisalu(a)tdl.ee
Created an attachment (id=12185)
--> (http://bugs.winehq.org/attachment.cgi?id=12185)
Error dialog
First try:
1. rm -rf ~/.wine
2. install photoshop with serial
Second try:
1. rm -rf ~/.wine
2. sh winetricks vcrun6 corefonts
3. install photoshop as tryout
Install works fine but when I try to launch photoshop after installation I get
following error message:
"An error has been detected with a required application library and the product
cannot continue. Please reinstall the application"
Seems that people are getting PS CS2 running and I can't seem to find any
information relating this bug, so I'm reporting.
I'm running Ubuntu Hardy beta with all the latest updates. 32bit.
Hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17074
Summary: Everyone should be able to add keywords when filing bugs
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
URL: http://bugs.winehq.org
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Apparently only those with bugzilla triage privileges or higher can add
keywords or depends on/blocks when filing bugs. Others can add it after the bug
is filed, but not at the same time. This causes either:
A) extra e-mail/time wasted
B) users to forget/not know to fill in those keywords
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16418
Summary: Keyword corral crashes (because of unimplemented
advapi.LsaLookupSids)
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://www.johncow.com/brand-new-free-keyword-corral-
tool-by-john-cow-dot-com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app on user-list.
It crashes right away with:
Unhandled Exception: System.Security.Principal.IdentityNotMappedException: Some
or all identity references could not be translated.
at
System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection
sourceSids, Type targetType, Boolean forceSuccess)
The problem seems to be this line from the consoleoutput:
fixme:advapi:LsaLookupSids (0xcafe,1,0x877c08,0x32f154,0x32f148) stub
Simply returning STATUS_SUCCESS instead of STATUS_NOT_MAPPED didn't help
(crashed with a null pointer derefernce), so i guess this'll need a kind of
real implementation of LsaLookupSids
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19542
Summary: Warcraft 3 TFT: Keys control-6 and control-8 do not
work (REGRESSION from wine 1.0)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ge0ffrey.spam(a)gmail.com
Using Ubuntu 9.04, Wine 1.1.26, Nvidea card.
I don't have any global ubuntu shortcut on control-6 or control-8 in my
shortcut settings.
In warcraft 3, the control-number keys are used to assign groups, so you can
press the number to select the group of units. The control key combined with
1-5,7,9 and 0 work, but control-6 and control-8 do not.
I personally assign my buildings from control-0 down to control-5 and my units
from control-1 to control-4, so now I don't have enough keys in linux :)
Wine 1.0 on Ubuntu 8.04 with an Nvidea card didn't have this problem, so this
is a regression.
To be able to play in full screen mode properly, I had to disable "let window
manager decorate windows" and "let window manager manage windows".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19868
Summary: Hearts of Iron III - unhandled mouse shadow
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Hearts of Iron III displays 'clock' mouse cursor during loading. This cursor
has transparent shadow, but under WINE it is solid black.
Demo:
http://www.hoi3.com/index.php?option=com_content&view=article&id=123:demo-d…
(note, that I hadn't tested it with demo, only with full retail version)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14900
Summary: Warcraft 3 ocassionally has connection instability on
BattleNet
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: statix0(a)gmail.com
Sometimes when playing Warcraft 3 on battle.net I suffer from temporary
disconnection spikes. These occur for about 20 seconds at a time, and then I
recover back into the game. Once they start happening they happen every minute
or so, until eventually I get dropped by other players. Most of the time I do
not have this problem and it occurs quite randomly once in a while in games.
(This is not due to my own internet connection. Other apps running at the same
time (including Wine apps) still maintain a solid internet connection during
this time. I know this because I use ventrilo when playing warcraft 3 and I can
still hear, talk, and see my ping as quite low.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19142
Summary: Running wine without X for gui apps reports success
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@SERVER1:~$ wine regedit ; echo $?
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19174
Summary: Plants vs Zombies is way too slow
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.popcap.com/extras/pvz/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=22160)
--> (http://bugs.winehq.org/attachment.cgi?id=22160)
Console output
After installing Plants VS Zombies using Wine 1.1.25 the game take a lot to
start, is really slow just showing main screen.
There's a lot of this messages in the console:
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the framebuffer to a texture, expect major performance issues
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22577
Summary: programms "pdf995" don't work in new wine versions
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
URL: http://www.pdf995.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ata5cv-ubuntu804(a)yahoo.com.br
Created an attachment (id=27704)
--> (http://bugs.winehq.org/attachment.cgi?id=27704)
app PDF995 don't work message
Good morning.
would like to report that the version 1.1.43 of Wine, used in my Linux Ubuntu
10:04 is not loading programs website http://www.pdf995.com
These programs are very useful for managing PDF files, much better than the
programs for Linux (the Linux apps to add, split, merge and extract text from
PDF files usually crash in the middle of operations, but the programs never
crash PDF995).
Even the version of Wine that came with Ubuntu 9.04 I never had this problem,
but to upgrade to ubuntu Wine 9:10 left running these apps. The solution I had
at the time was "lock version" of Wine and not let you upgrade and it worked,
but when I installed ubuntu 10:04 version of Wine that was already the
repositories was superior to that which I had caught and besides you can not
back to that version, I have no means of making apps PDF995 back into service.
PORTUGUESE:
Bom dia.
gostaria de relatar que a versão 1.1.43 do Wine, usado no meu Linux Ubuntu
10.04 não está carregando os programas do website http://www.pdf995.com
Estes programas são muito úteis para manejar arquivos PDF, muito melhores que
os programas para Linux (os apps de Linux para adicionar, separar, unir e
extrair textos de arquivos PDF normalmente travam no meio das operações, mas os
programas do pdf995 nunca travam).
Até a versão do Wine que vinha com o ubuntu 9.04 nunca tive este problema, mas
ao fazer a atualização para o ubuntu 9.10 o Wine deixou de rodar estes apps. A
solução que tive na época foi "travar a versão" do Wine e não deixar atualizar
e funcionou, mas quando eu instalei o ubuntu 10.04 a versão do Wine que vinha
nos repositórios era já superior àquela que eu tinha travado e, além de não
conseguir retornar àquela versão, não tenho meios de fazer os apps do PDF995
voltarem a funcionar.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11448
Summary: Ugly skins in FIFA08
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://www.fifa08.ea.com/us/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Created an attachment (id=10583)
--> (http://bugs.winehq.org/attachment.cgi?id=10583)
Zipped log of console output
The skins of characters is ugly, please fix it. The very active console output
is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20838
Summary: Morrowind Graphics Extender's d3d8.dll replacement
fails to load
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://morrgraphext.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Morrowind Graphics Extender enhances Morrowind's graphics by providing its own
d3d8.dll that calls to d3d9, and catches certain calls to provide enhanced
functionality. Under Wine, the provided d3d8.dll fails to load with exception
c0000005 (sigsegv).
Being open source, I was able to trace the crash to the handling of the
STARTUPINFO provided by GetStartupInfo. As you can see in DllMain here:
https://morrgraphext.svn.sourceforge.net/svnroot/morrgraphext/d3d8/main.cpp
it calls GetStartupInfo then goes right to parsing the lpTitle field to find
the executable name.
Under Wine, though, the returned STARTUPINFO.lpTitle field will either be an
empty string (for the unicode version) or NULL (the ansi version, and sometimes
the unicode version), as opposed to the full application path/exe. Being that
the code uses the ansi version, it gets a NULL lpTitle and segfaults when it
derefs it while looking for the directory separator.
To reproduce, you'll have to install MGE, then run Morrowind using
WINEDLLOVERRIDES="d3d8=n,b;dinput8=n,b"
(it has to be n,b since the dll will also try to load the system/built-in dll).
The crash is reproduceable with any d3d8 app, but will likely not work properly
when fixed if it's not Morrowind.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17138
Summary: FlightGear does not display 3d models
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclaud2000(a)tutopia.com
Game starts properly, but after finishing loading only the menu is shown, not
the aircraft or the game world.
Also, fgrun, the FlightGear loader, does not show the aircraft models.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21177
Summary: EVE-Online Voice don´t work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
When i want enable eve voice in-game it disconnected from the eve voice server.
And in the terminal i become this:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
Wine version ist the lastest git version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18579
Summary: Photoshop CS4 error in automate/merge HDR and
photomerge
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chemacg(a)gmail.com
When i click in this two options (File/Automate/Merge HDR... and
File/Automate/Photomerge...) i get this error (in a window, in the command line
i see nothing):
Error 19: Bad argument
-Bad argument.
Line: 981
-> menu.add( 'item',fileMenuItem );
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16571
Summary: More than one video back buffer
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/BigKahu
naReefSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18073)
--> (http://bugs.winehq.org/attachment.cgi?id=18073)
Screenshot showing drawing errors
While running Big Kahuna Reef
(http://downloads.popcap.com/www/popcap_downloads/BigKahunaReefSetup.exe) the
screen does not redraw properly leaving a "corrupt screen". The screen does
redraw between levels and the game is playable.
Console shows
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain 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
and the app shows that it is requesting two buffers, and this can not be
changed.
I imagine this will affect other apps requesting more than one buffer but I
could not find a bug open to this specific problem.
Can this be fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13484
Summary: Last Half of darkness Shadows of The Servants (Two
issues)
Product: Wine
Version: 1.0-rc2
Platform: Other
URL: http://www.lasthalfofdarkness.com/newlasthalf_demo.htm
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmajchrowicz(a)gmail.com
Basically there are two problems with this application (don't know if I should
split it into two bug reports):
1) The demo runs very slowly (you nead to hit a space bar and wait a little to
skip the intro).
2) Wine doesn't restore resolution after quiting the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22747
Summary: µTorrent: The update message from 2.0.1 to 2.0.2 does
not show properly some characters
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.oldapps.com/utorrent.php?old_utorrent=32
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28042)
--> (http://bugs.winehq.org/attachment.cgi?id=28042)
Screenshot-µTorrent 2.0.1-Update message looks bad
- Download uTorrent 2.0.1 from the URL I provided.
- Run uTorrent: (export WINEPREFIX=~/.winetmp && rm -rf $WINEPREFIX && wine
utorrent-2.0.1.exe )
- Click Cancel when it asks whether to make it the default app.
- Notice the message below "A new version of µTorrent ..." shows two rectangles
instead of newline characters (see attached screenshot).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20493
Summary: Sherlock Holmes vs Jack the Ripper DEMO (CZ): Crash
when closing the game
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaromir.obr(a)gmail.com
Created an attachment (id=24403)
--> (http://bugs.winehq.org/attachment.cgi?id=24403)
log + backtrace
Sherlock Holmes vs Jack the Ripper DEMO (CZ): Crash when closing the game
Steps to reproduce:
1) Install game "Sherlock Holmes vs Jack the Ripper DEMO (CZ)" from
http://download.doupe.cz/2009_rijen/sh5_demo_cz.exe
2) The game needs library PhysXLoader.dll.
Install PhysX from
http://us.download.nvidia.com/Windows/9.09.0814/PhysX_9.09.0814_SystemSoftw…
3) Run the game, it starts in full screen, menu appears.
4) End the game using mouse - confirm "Close". Finally you have to close it by
pressing "Escape" because game's background screen is still displayed after you
confirm closing.
Expected result:
No crash
Actual result:
Crash
See attached log and backtrace
Used SW:
Ubuntu 9.10 amd64
Graphics: Ati Mobility Radeon HD 3400, fglrx ver. 8.660
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13486
Summary: Having CPU switch frequency dynamically (powersave
daemon), Prince of Persia (potentially more apps?) runs
way too fast
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nico.Laus.2001(a)gmx.de
I normally let my CPU change frequencies dynamically as required by the current
load. Starting Prince of Persia The Sands of Time, this game runs too fast.
When I change CPU frequency policy in powersaved to performance, everything
runs fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11603
Summary: Cannot install Football Manager 2008 (FM08)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ollie.jl(a)gmail.com
Problem:
I cannot install Football Manager 2008. I think my version of the game is 8.0,
as it is the shop-sold CD. I tried following the instructions found at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9479 (App DB page
for this game) without success.
Output:
After the "InstallAnywhere" software completes, a 'command prompt'-style box
displays the following output: http://wine.pastebin.com/f6d55bd83
Simultaneously, the terminal that wine was launched from displays the following
output: http://wine.pastebin.com/f35c09bad
Result:
Cannot install or play game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18272
Summary: S103 main window does not redraw after activity is
finished
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20800)
--> (http://bugs.winehq.org/attachment.cgi?id=20800)
Screenshot after activity
S103 is an Open University application. S103 opens a main navigation window,
which opens other windows depending on the activity chosen. The window remains
in the background while the activities are taken place.
On exiting an activity, the main window should redraw its layout, but fails to
do so.
There is no console data to suggest why.
The application does not appear to have crashed, as it can be closed by
clicking on the X as normal, but it is not unusable and has to be loaded again
to continue.
I could upload a full +relay but it may miss the point (as an activity has to
be opened and closed to recreate the problem). Would any other logs be more
helpful?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13437
Summary: Eudora 7.1.0.9 several bugs related to Wine
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://www.eudora.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)wendy.org
CC: dank(a)kegel.com
+++ This bug was initially created as a clone of Bug #13429 +++
It was not possible to open attachments to an email in Wine 0.9.x versions; in
the Wine 1.0 RC-versions 1 and 2 this remains impossible.
Under Windows XP (SP1 and SP2) it was possible to click on an attachment in an
email, and it would be opened with the proper application. In Ubuntu (7.04,
7.10 and 8.04) under Wine (0.8.x, 0.9.x and 1.0 RC1/2) clicking on the link to
an attachment in an email message results in no activity. No error message
either. Just nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9436
Summary: Revenant Unhandled page fault on read access
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=7765)
--> (http://bugs.winehq.org/attachment.cgi?id=7765)
crash dump
The Revenant cRPG installs but when I try to start it wine crashes with a
"Unhandled page fault on write access". Full dump in the attachment. Bug looks
like known - http://appdb.winehq.org/appview.php?iVersionId=4823
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17545
Summary: LogPixels setting does not increase the size of mouse
pointers
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silas-wine(a)flatline.org.uk
As far as I know, no version of Wine has any method of increasing the size of
the mouse pointers.
If you've artificially increased the DPI (LogPixels registry key) to make the
print larger, and/or you are using a high-resolution screen (e.g. the OLPC's
200dpi screen), it can be difficult to see where the mouse is.
It would be nice if the mouse pointer increased size in proportion to
everything else. Failing that, it would be nice if at least there were some
other way of increasing the cursor size (even if it's limited to integer scale
factors).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18380
Summary: A resized virtual desktop should be centered and black
bordered
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thedamocles(a)gmail.com
Created an attachment (id=20957)
--> (http://bugs.winehq.org/attachment.cgi?id=20957)
A example of resized virtual desktop
In latest versions of Wine (or at least 1.1.5 and after), the window containing
virtual desktop is no longer fixed-size. It's possible to maximize it and to
fullscreen it. (This is related to the bug 10839.)
But :
- The virtual desktop always displays in the top left corner of the window
containing it, it would be better if it always displays in the center of the
window ;
- Wine should display a black background in the entire window to avoid a
disgraceful display bug when you fullscreen the window containing the virtual
desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14729
Summary: winecfg: missing selection indication in open dialogue
for existing directory
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
The application "winecfg" opens a dialogue "Choose directory" (Verzeichnis
auswählen) after the button "Search" (Durchsuchen) was pressed. I would
appreciate a marking for a specific entry in the tree control that matches the
value from the input field "Path" (Pfad).
Would you like to provide a direct selection indication in this user interface?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15608
Summary: Wine (or program) can't wait for end of execution, while
my program run another .exe or .bat program
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jopka(a)kvidex.ru
My program (it's very specific program, PCAD2002), pcb.exe, tries to start some
another programs one-by-one, waiting for finishing of each and get
return-codes. This happens normally in native Windows.
(these sub-apps is accel2sp.exe; specctra.exe; sp2accel.exe).
But under Wine, my pcb.exe can not wait for end of execution each program, and
statrs all three in one moment, and all work incorrectly because file generated
by first program, used in second, etc.
I try to use .bat file. Prorgams listed in .bat file, executes one-by-one. But,
main program, pcb.exe, when calls my .bat file, again can't wait for end of it
execution (and get return code).
Each program, at manual (standalone) running, is works fine. Wine not crashes
in any case.
I have Ubuntu 8.04, Wine 1.0 installed from repo's, no any tuning, no windows
DLLs, etc. Please help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22841
Summary: Starcraft 2 Beta on ATI can't enter games
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellon85(a)gmail.com
Created an attachment (id=28203)
--> (http://bugs.winehq.org/attachment.cgi?id=28203)
last 100 line of the log
Using:
wine 1.2-rc1 with starcraft 2 login patch
ubuntu 10.04
ati hd4890 with catalyst 10.04
It is impossibile to enter in any game after logging in to battle.net (with
some glitches in the menu),
commenting line
//{"GL_ARB_map_buffer_range", ARB_MAP_BUFFER_RANGE, 0}
in wined3d/directx.c resolved many menu glitches.
I have logged the program with WINEDEBUG=+relay. With it the program doesn't
crash as the loading screen should appear but just hangs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.