http://bugs.winehq.org/show_bug.cgi?id=6856
Adam Martinson <amartinson(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amartinson(a)codeweavers.com
--- Comment #35 from Adam Martinson <amartinson(a)codeweavers.com> 2010-10-08 11:06:07 CDT ---
Try with the latest git, most XSLPattern queries should work now.
--
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=24670
Summary: crash of windows program
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibertaccini(a)libero.it
Created an attachment (id=31188)
--> (http://bugs.winehq.org/attachment.cgi?id=31188)
this is the alert of the crash
i've installed wine 1.3.4 but the Bridge Base Online program after ten minutes
go in crash ...
--
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=23477
Summary: WoW Cataclysm Beta KERNEL32.dll.SetFileValidData
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guillaume.kerscaven(a)gmail.com
Created an attachment (id=29300)
--> (http://bugs.winehq.org/attachment.cgi?id=29300)
Logs
When I try to install WOW Cataclysm Beta, problem with
KERNEL32.dll.SetFileValidData
--
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=23085
Summary: Printing in notepad displays "Page &p" instead of
actual page number.
Product: Wine
Version: 1.2-rc2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danimothonline(a)gmail.com
If you print something on notepad, by default it displays the page number on
each page. In wine, however, instead of "Page 1", "Page 2" etc you get "Page
&p" on all pages.
--
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=23578
Summary: Team Fortress 2: Significant "lag" spikes disrupt
gameplay...
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: immanuel.ortego(a)gmail.com
Valve, as of yesterday, has introduced a major update that has broken the
application. When playing in an active game server --at sporadic times-- the
game will become unplayable with the framerate being under 10 FPS and the ping
climbing past 200ms. This is not due to hardware or network issues but the
application and WINE itself. The game continues to work normally for native
Windows users. A couple of other WINE users have reported this issue in TF2's
WINE AppDB comment section.
--
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=23953
Summary: qemu.exe exhausts file descriptors (regression)
Product: Wine
Version: unspecified
Platform: x86
URL: http://download.savannah.gnu.org/releases/qemu/qemu-0.
12.5.tar.gz
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
There is a regression in Wine triggered by qemu.exe:
wine client error:31: pipe: Too many open files
Good: wine-1.1.38
Bad: wine-1.3.0-166-g277040d
Steps to reproduce (courtesy of Kevin Wolf):
- Get the qemu source either from git or a release tar-ball; qemu-0.12.5.tar.gz
will do.
- Install the mingw cross compiling environment (on Fedora: yum install
mingw32-gcc mingw32-SDL mingw32-zlib)
- Unpack and cd to the qemu dir.
- ./configure --target-list=i386-softmmu
--cross-prefix=/usr/bin/i686-pc-mingw32- (this is for Fedora)
- Link the SDL.dll and zlink.dll to the qemu.exe dir so Wine can find them. On
Fedora:
ln -s /usr/i686-pc-mingw32/sys-root/mingw/bin/zlib1.dll i386-softmmu/
ln -s /usr/i686-pc-mingw32/sys-root/mingw/bin/SDL.dll i386-softmmu/
- Run qemu:
wine i386-softmmu/qemu.exe -L pc-bios -hda $DISKIMAGE
- After a few seconds something like:
"wine client error:3f: pipe: Too many open files" will show up and qemu will
hang.
I'm running a regression test 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=23762
Summary: wineboot aborts if "Terminate Process" is clicked
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
To reproduce:
1. Open notepad and enter some text.
2. Open another instance of notepad and enter text there.
3. Run "wineboot --end-session --kill".
4. When asked whether to save, wait for the timeout dialog instead of making
any selection.
5. When the timeout dialog appears, click "Terminate Process".
Expected result:
Wineboot closes the first instance of notepad, and the other instance of
notepad asks whether to save.
Actual result:
Wineboot closes the first instance of notepad and exits unsuccessfully.
--
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=19070
Summary: hh.exe should exit immediately if not given a file to
open (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On windows, running hh.exe with no argument will have it open and close
immediately. On wine, hh.exe hangs indefinitely.
--
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=16047
Summary: Wine and WSASendTo GARENA crash access violation
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://garena.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maldersoft(a)mail.ru
WINE 1.1.8
Garena client is crash war3.exe in function WSASendTo in war3hook.dll (Garena
hook)
Don't check if parameter is NULL.
Winedbg trace 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=23453
Summary: Worms Armageddon cannot send text in WormNET
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After logging in to WormNET and joining a channel, one should be able to send a
message to the channel by typing some text and pressing enter. Pressing enter
has no effect.
This used to work.
Regression test to follow.
--
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.