http://bugs.winehq.org/show_bug.cgi?id=10099
Summary: FP exception in DSOUND_RecalcVolPan, abruptly quits
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rasqual.silk.com
Created an attachment (id=8661)
--> (http://bugs.winehq.org/attachment.cgi?id=8661)
winedbg, trace output
A floating-point exception causes the executed program to abruptly end.
Backtrace excerpt:
=>1 0x7efce47a in libm.so.6 (+0x847a) (0x7bbfe5f4)
2 0x7e88c090 DSOUND_RecalcVolPan+0xf0() in dsound (0x7bbfe644)
3 0x7e89b0a6 DSOUND_Calc3DBuffer+0x4d6() in dsound (0x7bbfe754)
http://source.winehq.org/source/dlls/dsound/mixer.c?v=wine-0.9.47#L42
In the log, we can see the trace level message:
trace:dsound:DSOUND_RecalcVolPan (0x2167514)
trace:dsound:DSOUND_RecalcVolPan Vol=-301 Pan=-2147483648
meaning the line:
TRACE("left = %x, right = %x\n", volpan->dwTotalLeftAmpFactor,
volpan->dwTotalRightAmpFactor);
is never reached.
The function is also logged at earlier points and working, e.g.:
trace:dsound:DSOUND_RecalcVolPan (0x2167514)
trace:dsound:DSOUND_RecalcVolPan Vol=0 Pan=0
trace:dsound:DSOUND_RecalcVolPan left = ffff, right = ffff
Reproduced in Symphonic Rain (app db entry pending), when clicking on the "Game
Start" main menu option.
--
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=11732
Summary: Program can't find application paths
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azraelthe7thmurderer(a)gmail.com
Mudbox requests the configuration paths to be adjusted on start up, then
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=12274
Summary: Need for Speed: Hot Pursuit 2 demo refuses to install
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.download.com/Need-for-Speed-Hot-Pursuit-2-
demo/3000-7519_4-10243302.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11721)
--> (http://bugs.winehq.org/attachment.cgi?id=11721)
Terminal output - wine 0.9.58
While testing for bug 12252, I found that the program does not fully install.
The installer claims to complete, but in the Program directory, there are no
executables! Just the Audio and Text directories...May be a regression, I'll
try to test some earlier versions here in a bit.
--
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=10524
Summary: The Chronicles of RiddicK check boxes not visible
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Created an attachment (id=9267)
--> (http://bugs.winehq.org/attachment.cgi?id=9267)
log1
This is a different one.
When installing The Chronicles of Riddick: Escape from Butcher Bay, when the
installer gets to choose components the check box's are not visible, but you
can get them to become visible.
1. Remove your .wine dir
2. cd in to the install dir and wine setup.exe (wine will make its dir stuff
see log1)
3. The installer loads up fine and the check boxes are visible and you can
start installing the game but because you have not setup you cdrom drive in
winecfg you carn't use wine eject so you are unable to continue with the
install. (see pic one)
4. Run winecfg and map you cdrom drive
5. Run the setup agane and now the check boxes are no longer visible. (see pic
two and log2)
Because now the check boxes are no longer visible the installer wont install
anything and tells you that the install is complete.
Thanks guys
--
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=10404
Summary: Wineconsole fails to display text or change color for
Renegade FDS
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.game-maps.net/index.php?action=download&id=520
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=9093)
--> (http://bugs.winehq.org/attachment.cgi?id=9093)
Renegade FDS server.ini
The Renegade Free Dedicated Server is a program that enables the hosting of a
C&C Renegade server. When launched, it should start a separate console, change
color, and display text, while reading in input which is interpreted as
commands. When running the Renegade FDS under Wine via wineconsole
--backend=user server.dat, a separate console is launched, but the color does
not change, and no text is outputted. No output in the terminal where the
wineconsole command was invoked is present. To install the FDS, download the
installer, and when prompted for user/password/serial, the user/password can be
made up, and the serial can be made up, but must start with 0669. Use this
particular server.ini, which should be placed in the installation directory's
Server directory, for testing purposes. The actual binary that launches the
server is server.dat, in the Server directory.
--
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=12819
Summary: Wine breaks pressure sensitivity in Photoshop after
upgrading toHardy.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jxjani(a)gmail.com
I had perfect pressure sensitivity in Photoshop under Kubuntu Gutsy 7.10 with
wine 0.9.60.Then I upgraded my OS to Hardy Heron.And I lost all the pressure
sensitivity.I tried compiling and also tried the repos.
I tried changing some line no 623 in wintab.c before compiling also,according
to a help I found which was for wine 0.9.56.
But nothing works.
--
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=10652
Summary: ./tools/wineinstall adds /usr/local/lib to
/etc/ld.so.conf
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fry.kun(a)gmail.com
It appears that running ./tools/wineinstall (the recommended install method for
source installs) adds "/usr/local/lib" to /etc/ld.so.conf
As I understand it, this is not a proper default and should be avoided.
Personally, I've grappled for a week with a bug from dual python installation
(stock /usr/ and custom /usr/local/) where stock python would attempt to
dynamically load /usr/local/lib/libpython2.5.so.1.0 - this caused a lot of
errors with system programs/etc.
Tracing the source of the bad entry in /etc/ld.so.conf led me to wine
installer.
--
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=11659
Summary: acmStreamConvert inconsistencies (Windows Vs Wine for
mp3 -> pcm)
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msacm32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning_uk(a)imgburn.com
When attempting to convert MP3 to PCM (Stereo, 44100Hz, 16bit - for burning to
a disc) the acmStreamConvert function (working synchronously) does not work as
expected (doesn't do what Windows does).
The 'cbSrcLengthUsed' value within the ACMSTREAMHEADER structure is not updated
with the correct value (or the wrong amount of data is actually used).
When 'cbSrcLength' and 'cbDestLength' are set to the same value (in my case,
75264), after conversion 'cbSrcLengthUsed' is always being set to the entire
size of the source buffer (75264) rather than the amount of the source buffer
that was actually used to create the content in the destination buffer.
Windows behaviour on first two calls to acmStreamConvert...
D 10:41:06 FileSize: 5339011
D 10:41:06 CurrentFileBytesRead: 75264
D 10:41:06 cbSrcLength: 75264
D 10:41:06 cbSrcLengthUsed: 16343
D 10:41:06 cbDstLength: 75264
D 10:41:06 cbDstLengthUsed: 73728
D 10:41:06 FileSize: 5339011
D 10:41:06 CurrentFileBytesRead: 91607
D 10:41:06 cbSrcLength: 75264
D 10:41:06 cbSrcLengthUsed: 10031
D 10:41:06 cbDstLength: 75264
D 10:41:06 cbDstLengthUsed: 73728
Wine behaviour on first two calls to acmStreamConvert...
D 10:33:22 FileSize: 5339011
D 10:33:22 CurrentFileBytesRead: 75264
D 10:33:22 cbSrcLength: 75264
D 10:33:22 cbSrcLengthUsed: 75264
D 10:33:22 cbDstLength: 75264
D 10:33:22 cbDstLengthUsed: 73728
D 10:33:22 FileSize: 5339011
D 10:33:22 CurrentFileBytesRead: 150528
D 10:33:22 cbSrcLength: 75264
D 10:33:22 cbSrcLengthUsed: 75264
D 10:33:22 cbDstLength: 75264
D 10:33:22 cbDstLengthUsed: 73728
Applications are supposed to move the source buffer on by 'cbSrcLengthUsed'
bytes after each call to acmStreamConvert.
The source buffer is therefore being used up far too quickly and the conversion
is considered complete long before it actually is.
--
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=11469
Summary: Crash during installing application component
(Metatrader Language Editior)
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suman.kan(a)gmail.com
Install Metatrader ( for example)
run this Application Goto-> tools-> Metaquotes Language Editior -> in opened
page Wine asks abouk Gecko installing - press Yes -> after it dowloaded - get
crash - see 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=11039
Summary: Syberia2 almost freezes when clicking on the bellows of
the candle machine
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis(a)carolo.net
I just played the game Syberia 2.
It went quite alright apart from a strange behavior at one moment :
when in the monastery, clicking on the bellows of the candle machine, the game
almost freezes. I mean, it seems all frozen, but when you wait long enough, you
see your cursor coming back. Then you are still able to move and make actions,
but it's very, very, very slow.
At the end, when you click to open the little box with the candle, everything
start to work alright again.
That's the only one problem I had with this game.
Ubuntu Feisty 7.10, official distrib Wine version (0.9.46) and official CD's of
Syberia 2.
Thanks for your job.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.