http://bugs.winehq.org/show_bug.cgi?id=5264
Summary: Can't paste formulas in Word 97
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gotletter(a)gmail.com
I installed Word w/o problems, started it, and selected in menu Paste|Object,
then MS Equation, and got the message that server application not found
Log attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5263
------- Additional Comments From reif(a)earthlink.net 2006-20-05 06:33 -------
Can you reproduce the problems with the direct sound regression tests? The
tests are in wine/dlls/dsound/tests. Run them like this:
WINETEST_INTERACTIVE=1 wine dsound_test.exe.so dsound >& trace
and attach the results here if you get any failures.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5263
Summary: dsound buffer under_run
Product: Wine
Version: 0.9.13.
Platform: PC
URL: http://www.warblade.as
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien.fievet(a)free.fr
When playing warblade demo, sound is jerky, and full of crackling, making the
game unplayable with sound.
neither emulated mode nor hardware acceleration settings solved the problem.
my configuration:
* kernel: 2.6.14
* alsa driver: 1.0.9a
* sound card: sound blaster 16 value edition (EISA card)
* wine CVS of 05/19/2006
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4663
------- Additional Comments From multescugeorge(a)yahoo.com 2006-20-05 02:52 -------
Wine 0.9.13 (still) didn't make ypops work.
This is what it said when i ran it:
#WINEDEBUG="explorer,systray" wine /root/.wine/dosdevices/c:/Program\
Files/YPOPs/ypops.exe
trace:systray:Shell_NotifyIconW dwMessage = 0
#
And nothing happend...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5133
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-19-05 17:53 -------
Saulius, even bzipped the (interesting parts of the) logs are >1M, so i cannot
attch them here. Meybe you could download the app yourself and try...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5259
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-19-05 16:54 -------
Removing regression as my test application won't run under mangaged mode. ALso
using the right click popup to minimize does not work but maximize and restore do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5244
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|vitaliy(a)kievinfo.com |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-05 14:48 -------
Wine does not create $HOME/.wine dirs durring the install. Only when ran first
time. For each user individually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5241
------- Additional Comments From botta(a)pik-potsdam.de 2006-19-05 14:24 -------
Louis, with WINEDEBUG=+relay wine StrePla.exe 2>/dev/null it took a couple of
hours to get to the critical point (instead of a couple of seconds) but the
outcome is the same. Best, Nicola.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From jasonspiro3+wine(a)gmail.com 2006-19-05 13:50 -------
I am posting this issue here per mike_m. I suspect the row in the Media table
that mentions accessor.cab is being selected when it shouldn't be, and that if
it were not selected this bug wouldn't have appeared at all.
Wine-msi is executing the SQL statement "SELECT * FROM `Media` WHERE
`LastSequence` >= 1 ORDER BY `LastSequence`". That select statement should not
be selecting the row that mentions DiskId="22" LastSequence="0" DiskPrompt=""
Cabinet="accessor.cab" VolumeLabel="" Source="".
The only line in a +all log of an America's Army install that mentions the Media
table is:
trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >=
1 ORDER BY `LastSequence`" 0x7fc2f794
But, because the install fails later, I suspect the row is being
selected despite that LastSequence is 0. How else could Wine-msi think that a
file named accessor.cab exists?
(Background info: There is a full MSIDIFF dissasembly of America's Army.msi
attached to bug 4533; I saw the row (DiskId="22" LastSequence="0" DiskPrompt=""
Cabinet="accessor.cab" VolumeLabel="" Source="") in comment#5. I confirmed that
that was the only row in the entire MSI file mentioning a file "accessor.cab"
using the WiX decompiler. I am using a copy of wine from CVS that I checked out
about a week ago built on Debian Etch. wine --version returns 0.9.12.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.