http://bugs.winehq.org/show_bug.cgi?id=28221
Summary: Severe sound stutter in games using OpenAL
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knaprigt(a)gmail.com
At least some games using OpenAL (and probably also FMOD) have some severe
sound problems with Wine versions newer than 1.3.18. Wile cutscenes seem
unaffected the in game sound effects stutter a lot. I've tested this with both
Mafia 2 and Bioshock 2 but I wouldn't be surprised if more games using OpenAL
are affected. Sadly I have no way of testing if this is an ALSA-only problem or
if the same goes for OSS.
After doing a regression test this seems to be a result of the following
commit:
======
86e90c92af8134e1e2cd6d79aaa55e62ffe146b2 is the first bad commit
commit 86e90c92af8134e1e2cd6d79aaa55e62ffe146b2
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Fri Apr 22 15:25:21 2011 -0500
winealsa.drv: Add mmdevapi driver.
Maarten Lankhorst also contributed to this driver.
:040000 040000 f318cafc55247f36cafeefcc13e1ad01bde7da9b
a2d6a962230f2f0ef6476b510b9f8adee5416c21 M dlls
======
Prior to this commit the sound is 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=34323
Bug #: 34323
Summary: cannot load saved games in spellforce 2 shadow wars
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
cannot load saved games in spellforce 2 shadow wars. The game stops working
when it starts loading the file. I think the reason is that the file is not
correctly saved due to unimplemented function option:
fixme:d3dx:D3DXSaveSurfaceToFileInMemory File format 0x2 is not supported yet
--
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=33132
Bug #: 33132
Summary: The PrintShop 20
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l440mag(a)gmail.com
Classification: Unclassified
Created attachment 43824
--> http://bugs.winehq.org/attachment.cgi?id=43824
Well only the install one then
This is the first time I've ever tried to report a bug and I'm not sure what
I'm doing, but thought maybe this might help in the future. If not sorry to
waste your time and mine. I tried to install The PrintShop version 20 and it
looked like it was going well till it threw up the first attachment. The second
attachment is from when I tried to run the program. I hope these will help.
Thank You, DB
--
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=22669
Summary: Potentially money-losing crash
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nazgand(a)gmail.com
Created an attachment (id=27909)
--> (http://bugs.winehq.org/attachment.cgi?id=27909)
Log
When playing Rush poker(probably any) it sometime stops working, and become
unresponsive. This could potentially cause the loss of hundreds of dollars,
depending on how much had been bet.
--
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=14123
Summary: Unable to Install .msp Files
Product: Wine
Version: 1.0.0
Platform: PC
URL: see Description
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pbronline-wine(a)yahoo.co.uk
Here is a sample trace ...
$ WINEDEBUG=trace+msiexec msiexec /p WPOX3_SP1_EN.msp
trace:msiexec:main argvW[1] = L"/p"
trace:msiexec:main argvW[2] = L"WPOX3_SP1_EN.msp"
That's all folks !
First I thought I had what was described in
http://forum.winehq.org/viewtopic.php?p=8457#8457. However, I think
fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for
L"/home/lex/Downloads/Windows/WP12OSP2/WP12SP2EN.msp"
means 'file not found'. I tried a patch to a copy of my WPO12 installation and
msiexec seemed as happy as larry. (I confess I tried SP1, not SP2 ... see
below).
I did as Dan Kegel suggested and tried WINEDEBUG=+msi+msidb to my problem and
got no output at all. I thought this meant 'application not installed'. After
all, if there is nothing to patch then there is nothing to say.
So I made some trials ...
I have a wine skin with WPO12 (WPO = WordPerfect Office) installed and another
with WPOX3 installed. I have three msp Service Packs for WPO12 and two for
WPOX3.
As expected, attempting to install any service pack on the wrong installation
gave no trace beyond confirming the parameters as shown above.
For WPO12, SP1 was happy, SP2 was silent and SP3 was happy enough but told me
either the application wasn't installed or it was at the wrong patch level.
Fair enough.
For WPOX3, SP1 was silent while the hot fix for SP2 was happy (though
unintelligible due to a font issue I'm still looking into).
So it seems that the silence must have some other explanation.
My Wine trials were with XP emulation. WPOX3 and its service packs have been
installed under both native W2K (SP4) Professional and WXP (SP2) Home. WPO12
and its service packs were used under native W98 and possibly W2K (SP4)
Professional.
As for links where you can download this stuff (I'd doubt the Service Packs
apply to Trial Versions)
WPOX3 Trial Version:
http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&ppg=…
WPOX3 Service Packs:
http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208…
I believe I have "Hot Patch - English: Security Update" and "Service Pack 1 -
English". Service Pack 2 seems to be an .exe. file.
WPO12 Trial Version:
See bug 2547
WPO12 Service Packs:
http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208…
I have the English versions of Service Packs 1, 2 and 3.
The whole lot will set you back 600+ Mb download. You'll need a Gb to install
WPOX3 and half that for WPO12.
--
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=35425
Bug ID: 35425
Summary: unable to install PowerArchiver 2013, Version 14.02
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oly_562(a)hotmail.com
Classification: Unclassified
Created attachment 47277
--> http://bugs.winehq.org/attachment.cgi?id=47277
first window after install
downloaded from this site:
http://www.powerarchiver.com/download-powerarchiver/
wine starts to install, goes all the way through the install, then when asked
to launch/run the program, it shows me this:
The program POWERARC.EXE has encountered a serious problem and needs to close.
We are sorry for the inconvenience (popup window)
I click show details, it then, shows this:
Loading detailed information, please wait,
I press close button. wine window closes.
If you need something please advice, I can provide what is needed via cmdline.
This system is:
$ uname -a
Linux adonis 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:24:59 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux
--
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=24097
Summary: Missing letters and numbers in Starcraft II
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrussel(a)hotmail.com
There are many missing letters and numbers in Starcraft II. Let me know what
information I can provide to help solve this 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=23422
Summary: C&C Red Alert Installer can't create shortcuts
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: t6tiar00(a)students.oamk.fi
C&C Red Alert Installer can't create shortcuts to Wine-menu. Otherwise the
installer works fine if Win95 compatibility mode is turned 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=9876
Summary: Hebrew text input: "Swedish Vowels"
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugs(a)dotancohen.com
In ListPro (http://www.iliumsoft.com/site/lp/listpro.php) I receive "Swedish
Vowels" when typing in Hebrew. See attached screenshot. The reverse Hebrew was
typed in a ListPro file in Windows. The Swedish Vowels were typed in wine.
Note that in a previous wine install, 0.9.45, the pretyped Hebrew did _not_
appear backwards. See screenshot attached to previous bug for example:
http://bugs.winehq.org/attachment.cgi?id=8160
Relevant info:
ubuntu@ubuntu-laptop:~$ locale -a
C
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
he_IL.utf8
POSIX
ubuntu@ubuntu-laptop:~$ locale
LANG=he_IL.utf8
LANGUAGE=he_IL.utf8
LC_CTYPE="he_IL.utf8"
LC_NUMERIC="he_IL.utf8"
LC_TIME="he_IL.utf8"
LC_COLLATE="he_IL.utf8"
LC_MONETARY="he_IL.utf8"
LC_MESSAGES="he_IL.utf8"
LC_PAPER="he_IL.utf8"
LC_NAME="he_IL.utf8"
LC_ADDRESS="he_IL.utf8"
LC_TELEPHONE="he_IL.utf8"
LC_MEASUREMENT="he_IL.utf8"
LC_IDENTIFICATION="he_IL.utf8"
LC_ALL=he_IL.utf8
ubuntu@ubuntu-laptop:~$
--
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=34946
Bug #: 34946
Summary: Stata 12 SE (windows version) installation wizard
crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arno.riedl(a)gmail.com
Classification: Unclassified
Created attachment 46569
--> http://bugs.winehq.org/attachment.cgi?id=46569
Program Error Details
When starting installation wizard of the MS Windows version of Stata 12 SE via
"wine msiexec /i STATA12MSI.MSI" it crashes with message "The program
msiexec.exe has encountered a serious problem and needs to close." The same
happens when trying to install with "wine start STATA12MSI.MSI".
I am running Ubuntu 12.04 LTS, kernel 3.2.0-56.
Wine 1.4.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=31705
Bug #: 31705
Summary: Kabod Online (and probably other Gamebryo
applications) crash
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imipak(a)yahoo.com
Classification: Unclassified
Created attachment 41680
--> http://bugs.winehq.org/attachment.cgi?id=41680
This is everything Wine piped to stdout/stderr when running the launcher.
The installer for the application works just fine. No errors there. The
launcher screen has a display bug (the selection lists add highlights but don't
seem able to remove them). The application itself gets past the splash screen
to the Gamebryo engine, whereupon it promptly 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=28515
Bug #: 28515
Summary: windevice.exe creates high system load
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Classification: Unclassified
When starting a wine application, winedevice exe creates 100% system load.
c:\windows\system32\winedevice.exe MountMgr
Killing the process does no further harm, but a kill is required, otherwise the
CPU gets too hot.
System is openSUSE 11.3, wine version frombuild service
Actually I noticed this behaviour since (I think) 1.3.27
--
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=26525
Summary: PortalGT Mud Client 64bit version
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metaljaz(a)msn.com
I have downloaded the 64bit version of the Portal Mud client under WINE version
1.3.16. When attempting to install the program by clicking on the executable
through winefile I get the following text box and message.
The box is titled : .NET Framework Initialization Error
The box texts states:
C:\windows\Microsoft.NET\Framework\V.2.0.50727\mscorwks.dll could not be found
So this is as far as I can get with the installation.
--
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=26148
Summary: Minimising Treepad causes linux windowing components
to become invisible
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmcleish(a)gmail.com
When running Treepad Biz of Treepad Enterprise (have not checked other
versions), and minimising the app, I lose all sight of Ubuntu (10.04) window
components.
They are there, and can be clicked on, but they cannot be seen.
The only way to restore them is either to guess where the Treepad taskbar icon
is, and right-click and close the app, or to log out of Ubuntu, by guessing
where that link is or via Alt+Fkey and restarting the GDM service.
Otherwise, it seems stable, so long as it (Treepad) is not minimised.
I have not experienced this behaviour with any other Windows app I run, such as
Editplus.
TIA
Neil.
--
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=23387
Summary: Money 2003 - Wrong select of an item in category list
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debrabantphilippe(a)neuf.fr
Created an attachment (id=29149)
--> (http://bugs.winehq.org/attachment.cgi?id=29149)
Log : Startup Money 2003 + Category Selection
When I create an operation, a list appears on the "Category" field. If I select
an item with the mouse, it's not this item that is selected.
ByPass : when the list is open, I use the arrow keys (up / down) to select the
correct item.
--
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=20219
Summary: make test mshtml / shdocv / urlmon hangs unless online
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
make test used to run satisfactorily offline on Ubuntu Linux (known failures
aside). Nowadays, make test
- mshtml/dom.ok
- mshtml/events.ok
- mshtml/htmldoc.ok
- mshtml/script.ok
- shdocvw/webbrowser.ok
hang unless online. They hang after displaying:
Could not load wine-gecko. HTML rendering will be disabled.
These tests hang without message from Gecko:
- urlmon/protocol.ok
- urlmon/url.ok
Dan Kegel also observed this on 21st of September in wine-devel:
http://www.winehq.org/pipermail/wine-devel/2009-September/078699.html
"online" means with access to the Internet. IIRC, a local network is not
enough. Oddly, the tests even hang when eth0 is inactive and there's no default
route. Clearly, networking code should not wait in such a case.
These hangs also happen on MacOS. A different issue probably is that
wininet/http.ok causes 100% load on both Mac CPUs after displaying
http.c:443: Test failed: Wrong URL http://test.winehq.org/testredirect
winetest.exe behaves the same, but its internal time-out protection typically
prevents the user from noticing most hangs.
My machines are almost always offline. make test was no problem in the past.
A few months ago, I started going online for the duration of winetest.exe in
order to supply test.winehq.org with data for MacOSX.
This is a regression, but I'd be pleased if somebody else could perform
regression testing as I'm very busy with dsound/mci/wave 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=20216
Summary: Full Tilt Knockout Tournament (Real Money) Table
Disappear
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.fulltiltpoker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranalyner(a)gmail.com
when i play in a knockout tournament
every time i knock somebody out (take all of his chips)
the full tilt application is giving me a message that i have earned xx$
and the table window disappears
i cant get back to the table by clicking on take my seat or opening the table
again..
and than i need to close full tilt and open it again.
so everytime i ko someone i lose one or two hand until i close and open full
tilt
--
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=29268
Bug #: 29268
Summary: Talking French installer (MS Setup) hangs using all
CPU time
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 37854
--> http://bugs.winehq.org/attachment.cgi?id=37854
First 200000 lines of +relay log for setup.exe
This bug applies to Talking French, developed by Auralog and published by GSP
circa 1998. It may have also been published by Auralog as "Talk To Me". It's
probably compatible with Windows 3.1, though the packaging of my copy only
mentions 95 and 98.
The installer uses Microsoft Setup; there are some files in C:\~msstfqf.t after
breaking with Ctrl-C when it hangs.
On running setup.exe, it copies some (all?) files then hangs using all CPU
time. Looking at a WINEDEBUG=+relay log, these lines appear over and over:
0026:Call KERNEL.47: GETMODULEHANDLE(122f:07c0 "DSHELL") ret=1227:0ddd ds=122f
0026:Ret KERNEL.47: GETMODULEHANDLE() retval=16771257 ret=1227:0ddd ds=122f
0026:Call KERNEL.48: GETMODULEUSAGE(12de) ret=1227:0d8f ds=122f
0026:Ret KERNEL.48: GETMODULEUSAGE() retval=00000001 ret=1227:0d8f ds=122f
0026:Call USER.109: PEEKMESSAGE(122f:1a4a,0000,0000,0000,0001) ret=1227:0da5
ds=122f
0026:Call user32.PeekMessageA(0076e420,00000000,00000000,00000000,00000001)
ret=7e58543b
0026:Call krnl386.exe16.ReleaseThunkLock(0076e29c) ret=7e57f89e
0026:Ret krnl386.exe16.ReleaseThunkLock() retval=00000000 ret=7e57f89e
0026:Call krnl386.exe16.RestoreThunkLock(00000002) ret=7e57f8d6
0026:Ret krnl386.exe16.RestoreThunkLock() retval=7eabb2c0 ret=7e57f8d6
0026:Ret user32.PeekMessageA() retval=00000000 ret=7e58543b
0026:Ret USER.109: PEEKMESSAGE() retval=00000000 ret=1227:0da5 ds=122f
Attached is the first 200000 lines of the +relay log.
--
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=26742
Summary: Taboret2 (onet chat client) does not start
Product: Wine
Version: 1.2.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eman.on(a)live.co.uk
Polish Onet chat client, Taboret2 finds a critical problem when starting up,
and doesn't run. I have tryed downloading the same version on my XP Sp2 and it
ran correctly.
--
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=23664
Summary: MediaCoder Device Edition oftenly can`t find/load
AviSynth
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.mediacoderhq.com/editions.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thgreasi(a)gmail.com
When using MediaCoder Device Edition to transcode a video for a generic mobile
device, most of the times it can`t find AviSynth. So the transcode doesn`t
start and an error saying that MediaCoder can`t load AviSynth appears.
In a mysterious way, if someone starts choosing different encoding methods and
tries to transcode the video(s), then he will reach a point that MediaCoder
starts the transcoding normally without alerting it can`t load AviSynth. So
finally it is possible for someone to transcode to his preferred encoding.
Tested on the current latest version (MediaCoder-Phone-0.7.2.4582).
--
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=13019
Summary: Half-Life(CS 1.6): SoundBlaster Live - microphone output
harshy and chopped
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lays25(a)o2.pl
People have been reporting it to work on some integrated audio chips, but on my
SoundBlaster Live I can't get it working in any way. When using the Microphone
Test in the Voice tab from the Options menu, the output I hear is partial
(sometimes i hear the last letter, sometimes the middle ones), the sound
quality is extremely poor and harshy. When using the Voicecom during game,
people report the same thing to me as they can't hear me properly. I use ALSA -
on OSS the microphone wouldn't even record ar all. I tried all combinations of
sound options in winecfg - none seemed 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=34555
Bug #: 34555
Summary: msiexec.exe crashed on Visma Lön 300 install
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmn(a)hethane.se
Classification: Unclassified
Created attachment 46005
--> http://bugs.winehq.org/attachment.cgi?id=46005
Backtrace
Hello, I am not knowledgable enough to determine how to see whether this bug
has been reported before or not.
I'm probably the first one reporting on this organisation salary software
installation's failure.
The result was that installation could not be completed, and occurred somewhere
around the installation of "Microsoft SQL Server" somethingsomething.
--
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=30413
Bug #: 30413
Summary: Chemdraw: draws black boxes instead of text
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.hq.iridos(a)recursor.net
Classification: Unclassified
Created attachment 39756
--> http://bugs.winehq.org/attachment.cgi?id=39756
screenshot. one black box should show "asdf", other at 6-ring an N
This looks the same as bug 11362 (http://bugs.winehq.org/show_bug.cgi?id=11362)
, also in Chemdraw. I have an older version of Chemdraw which I remember well
also being affected by bug 11362. The bug refers to screenshots in the app-db
that are now gone, so I made a small 6K screenshot and attached to the bug,
hope that's ok.
The bug was reintroduced -- or a new one that looks the same was introduced in
2011 with:
commit 3cb26488bdee73c39c04f8644d83bddca1bea141
Author: Huw Davies <huw…codeweavers…com>
Date: Mon Jul 25 10:56:30 2011 +0100
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
I ran a regression test according to http://wiki.winehq.org/RegressionTesting
and also reversed the patch to double-check.
Wine does not write any fixme:xxx or other messages that seem to be related.
Affected versions are hence 1.3.26 up to current 1.5.1 (tested)
The bug appears on ATI Radeon HD 5670/fglrx and on Intel 915GM and I would
judge does not depend on the graphics card in any way.
Thanks to kevlarman and oiaohm on #winehq for 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=24408
Summary: Yoko Injection: Invalid handle error
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
Created an attachment (id=30769)
--> (http://bugs.winehq.org/attachment.cgi?id=30769)
Console output
I can run Ultima Online very well. When I try to run it with Yoko Injection, I
receive the following error message:
Failed to install hook in client
Reason: 6
Invalid Handle
Steps to reproduce this bug:
1 - wine ilaunch.exe
2 - click in "Launch"
3 - Log in Ultima Online (brazilian freeshard)
4 - Next, next
5 - "Entering Britannia..." stay until crash.
I attached the console output.
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=34766
Bug #: 34766
Summary: My own user program crashes after login
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mojca.ograjsek(a)gmail.com
Classification: Unclassified
I start the program. I fill password in and confirm but then program crashes.
It has never happened before, today up to 10 times.
--
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.