http://bugs.winehq.org/show_bug.cgi?id=24040
Summary: "Roller Coaster Tycoon 2" download manager fails
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.download-free-games.com/simulation/rollerco
aster_tycoon2.htm
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.download-free-games.com/simulation/rollercoaster_tycoon2.htm
has a sneaky download form.
If you mouse over the download button, or right click and copy link, you see
http://d.trymedia.com/d/infogrames/60m_d_61_mp86/t_04se1/RollerCoasterTycoo…
which is the real app, but if you click on the download button, it downloads
http://38.108.189.230/[very long string]/dm3/RollerCoasterTycoon2-dm.exe
The latter app is a Macrovision download manager, judging by the line
trace:wininet:HTTP_HttpSendRequestW full request -> "GET
/dd/infogrames/60m_d_61_mp86/t_04se1/RollerCoasterTycoon2.exe
HTTP/1.1\r\nAccept: */*\r\nHost: d.trymedia.com\r\nUser-Agent:
Macrovision_DM_2.4.152\r\nPragma: no-cache\r\n\r\n"
On Wine, it downloads one file, named e.g.
C:/users/dank/Local Settings/Temporary Internet
Files/Content.IE5/UGYJ9D59/RollerCoasterTycoon2[0]
/bin/file says that file contains ASCII text. cat shows
<?xml version="1.0" encoding="UTF-16"?>
<dm>
<files>
<file execute="yes" stamp="yes">
<url>http://cdn.dli.trymedia.com/r/release/infogrames/60m_d_61_mp86/RollerCoaste…</url>
</file>
</files>
</dm>
(so the file body appears to disagree with the header about the encoding?)
With builtin DLLs, it gets lots of those files, repeatedly outputting
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
With "winetricks msxml3", it doesn't repeat, it just downloads one XML
file and stops. So it seems there's something wrong with how we handle
that XML file?
(With "winetricks ie6", you get a nice status window, which at this point asks
if you want to retry.)
On Windows, I couldn't catch it downloading that XML file, but the downloader
does work.
--
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=29890
Bug #: 29890
Summary: office 2007 excel.exe crash when click the Format
Cells menu item
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnuplone(a)gmail.com
Classification: Unclassified
when trying to set properties of a cell, excel.exe crashes.
Reproduce:
Open a xls file,
Click the Format menu;
Click the Format Cells item
nothing happens, then crashes.
Office 2007 Chinese Simplified version with sp3.
--
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=30455
Bug #: 30455
Summary: crash installing panda cloud
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daduck10(a)gmail.com
Classification: Unclassified
In the installig, is giving the message that wine stopped to work.
--
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=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.