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=30118
Bug #: 30118
Summary: Sound occasionally stalls past underrun, bypassing our
lead-in writer
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Attachment #39217 to bug #29294 contains a log where Civilization 5 audio
stalls after an underrun.
99% of the time, an underrun happens while the mmdevapi render callback sleeps.
snd_pcm_avail is then the first to detect it, recovers, writes the lead-in and
audio is running again. This happened 266 times in the log:
62.063:alsa_write_data XRun state avail 12689, recovering
In rare cases, the underrun did not yet occur when snd_pcm_avail was called
rather than a few µs later in snd_pcm_write.
62.190:alsa_write_data pad: 4245
62.190:alsa_write_best_effort writei failed, recovering: -32 (Broken pipe)
ALSA lib pcm.c:7316:(snd_pcm_recover) underrun occurred
Following that, ALSA has a little data
62.201:alsa_write_data pad: 512
62.211:alsa:alsa_write_data pad: 5120
but somehow DSound stops feeding it.
Now bug #29294 involves Jack whose precise behaviour I don't know, but here's
what would happen when using plain plug:dmix or hw:0: Our lead-in writer does
not trigger because it sits before snd_pcm_write. The key issue is that ALSA
has less than one period of data, so it doesn't start! That is known behaviour
from both dmix and hw:x,y devices.
23.054:AudioClient_Initialize ALSA period: 5512 frames
23.055:AudioClient_Initialize ALSA buffer: 16537 frames
23.055:AudioClient_Initialize MMDevice period: 441 frames
23.055:AudioClient_Initialize MMDevice buffer: 5120 frames
As a result, position does not increase. The little data prevents writing the
lead-in upon subsequent callback invocations. Unfortunately, DSound is
presumably waiting for a particular position to be reached to continue feeding
data.
Position would increase and bump to max = release_frames - held_frames if it
would hit another underun -- if ALSA had managed to start.
So this is partly a bug in DSound which I've already blamed for using
GetPosition instead of GetCurrentPadding when feeding data, witness comment
#21, bug #29472, comment #17 or bug #29497, comment #1. However the subject of
this bug report shall be winealsa's incomplete underrun recovery.
Also note another issue here: mmdevapi's buffer of 5120 frames is smaller than
ALSA's period! Thanks to the lead-in, that nevertheless works at start.
Perhaps DSound would not have stalled had that buffer been larger; it might
have written more frames.
Months ago I conducted many tests with different buffer and period sizes in
exclusive mode but have not finalized that work about the minimum and maximum
buffer sizes and when to return E_INVALID_DEVICE_PERIOD or
AUDCLNT_E_BUFFER_SIZE_ERROR etc. That's still a TODO on my list. That work
has been very revealing about the relationship between mmdevapi and alsa buffer
and period sizes. Presumably, mmdevapi must create a buffer at least as large
as ALSA's period.
--
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=23462
Summary: Robots Creative Studio says you must install a printer
to use it, then crashes
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29280)
--> (http://bugs.winehq.org/attachment.cgi?id=29280)
Robots Creative Studio console output
Robots Creative Studio is bundled with several 20th Century Fox DVD film
titles.
After installing it and running Robots.exe, a dialog box says "You must install
a Windows printer to use the Robots Print Studio". (If it's relevant, I don't
have a physical printer connected to my PC.)
Clicking OK to dismiss the dialog box results in a Wine Program Error dialog
box. I have attached the console output.
Is there any way to have Wine present a dummy/fake printer for those Windows
applications that check for one?
--
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=29658
Bug #: 29658
Summary: Ownerdrawn List Item Width
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt0308(a)tabledit.com
Classification: Unclassified
I'm the developer of TablEdit (www.tabledit.com)
There is a problem with the the ownerdrawn list items like the
diagrams list in Edit->Chord Manager or the clef list in
Score->Instrument->Clef. The itemSize value fixed in WM_MEASUREITEM is
not retained when the control is actually displayed.
--
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=29428
Bug #: 29428
Summary: Latest download of AMAYA installs but fails to run,
generating a "must close" error window.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winlinuser(a)gmail.com
Classification: Unclassified
Unsure how to report "traces" etc. I'm running Linux Mint 9 on an HP 530
laptop. I downloaded AMAYA earlier this week and the installation into WINE
(latest version) reported a missing file (can't remember which one). I
searched for it and installed this "missing" file - and it still does not work.
When trying to run the program it generates a "must close" window.
The same EXE installed perfectly on my Win XP (sp3) and Win 7 machines.
Just for the record, the Linux version of AMAYA failed to install in Mint 9
which prompted the use of WINE.
ALSO - whilst most apps run well under WINE, Paintshop Pro 7 did, but now does
not, run under WINE. Not sure why or if this is relevant.
--
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=30426
Bug #: 30426
Summary: Clicking on icon in spotify classify app results in
'serious error' causing shutdown of spotify
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eacloughatt(a)tiscali.co.uk
Classification: Unclassified
I use wine via playonlinux to load spotify in linux mint 11. I have recently
started using the spotify app 'classify' which gives access to classical music
via icons. It is possible to listen to a list of pieces associated with an icon
by clicking on the arrow which appears when hovering over the icon but if the
icon itself is clicked on (to see the list of pieces) a serious error occurs
and spotify shuts down.
--
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.