http://bugs.winehq.org/show_bug.cgi?id=26039
Summary: The msi package test produce many failures in the root
directory
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The msi package test produce many failures, when started in the
root directory of a drive. (12 in Wine for me.)
Hans got 192 failures on Windows.
The difference is the backslash at the end of the current directory,
when the current directory is the root of a drive.
package.c:8811: Test failed: Expected "C:\\", got "C:\"
...
package.c:9467: Test failed: Expected "C:\\FileName1", got "C:\FileName1"
I expect more failures in other tests and asked Greg for help with wtb.
--
By by ... Detlef
--
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=26502
Summary: FX_Client.exe from AVAFX crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonaldo.diaferio(a)gmail.com
Created an attachment (id=33742)
--> (http://bugs.winehq.org/attachment.cgi?id=33742)
error pop-up
Hi there,
I have been running the program FX_Client.exe from AVAFX
(www.avafx.com/Download-Ava-Trader)
without any problem with wine-1.3.15 on Ubuntu 10.04.2 LTS.
Now, right after the login and before starting the connection to the server,
the program crashes.
Attached is the message that appears.
Thanks
AD
--
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=23273
Summary: Spore doesn't start
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=29003)
--> (http://bugs.winehq.org/attachment.cgi?id=29003)
Last 1600 lines of +relay (without heap lines) showing crash
Spore crashes on startup. Looking at +relay, it seems it's in the
middle of some winhttp operation having to do with drm.
--
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=29585
Bug #: 29585
Summary: wineoss.drv audio renderer not on par with others
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://www.winehq.org/pipermail/wine-devel/2012-Januar
y/093721.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: aeikum(a)codeweavers.com
Classification: Unclassified
The OSS4 mmdevapi audio renderer is not yet on par with developments in the two
other ones in Wine.
Specific issues are:
1. handling underrun(?)
2. handling incomplete last (initial?) period
3. correct GetPosition
4. non-blocking mode or not needed?
i.e. what's mostly covered by my renderer tests attached to bug #27937.
Some of it was discussed in bug #28056.
This bug is *not* about mixer related issues, or failure to recognize an audio
device at all, or recording. If your Linux or BSD system has such issues with
Wine, please file another bug.
Andre Eikum proposed a patch to GetPosition in:
http://www.winehq.org/pipermail/wine-devel/2012-January/093721.html
It has two flaws:
+ *pos = 0;
this should be at least the position of the last Start (I highly recommend
This->last_pos_frames).
+ stopped/running/etc. state is not checked, yet GETODELAY can only be invoked
while running (witness IIRC the logs attached to bug #28056).
The current ALSA driver is not the best, but here is how I believe several
issues could be solved:
- Decouple OSS buffer from mmdevapi buffer, a bit like winealsa;
- Hide at least one OSS period in that buffer, i.e. GetCurrentPadding yields 0
while OSPACE < oss_period and 1 with period+1. This will help with bug #28723.
That way, unreliable OSS padding < period won't bother GetCurrentPadding.
My preference goes to something like attached to bug #28723, comment #105,
except it should try to hide less than the 3 periods winealsa hides in 1.3.35,
i.e. somewhat of a breed of that attachment and Andrew's initial wine 1.3.25
code.
- At callback time, complete a partial mmdevapi period by adding trailing
silence. We need to do that with ALSA too to ensure short sounds get played,
as well as trailing samples on period-driven devices like dmix. This is the
major ALSA bug #26878. Here I'd like to know how OSS behaves.
- Introduce This->last_pos_frames like I did with ALSA;
>...Underrun
>GetPosition() must return `size'
Not immediately, according to bug #28723, comment #65. But if underrun can be
defined as OSPACE < oss_period (not sure, presumably then 2 OSS periods need
be hidden from GCP), then we can bump last_pos_frames.
Regarding non-blocking mode, I simply don't know whether OSS may block in
open(), waiting for another process. While playing, now that GETOSPACE is
used, blocking may be prevented (I've some doubts since I saw ALSA return
EAGAIN with nearly full buffers in non-blocking mode).
For now, I believe it would be enough to behave like an exclusive-mode renderer
and not bother with decrementing padding in mmdevapi-period-size chunks -- I
still don't know how to best do that.
--
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=25803
Summary: War Leaders: Clash of Nations corrupts graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=32879)
--> (http://bugs.winehq.org/attachment.cgi?id=32879)
War Leaders graphical corruption log
After installing with a problem, when launched, this application corrupts the
computer's display resulting in everything (both the application and the rest
of X) displaying in a washed out white. I've attached a 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=13443
Summary: Incomedia Website X5: impossible to select the main
window
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I installed the retail version of Incomedia Website X5, but is impossible to
select the window, then i can't use that...
The window is like a transparent object, fact when i click it i select the
below window...
How to solve it?
Bye
--
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=26569
Summary: Baldur's Gate II: ToB v26498 crashes during character
creation (game blocker)
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contact(a)eloxoph.com
Created an attachment (id=33831)
--> (http://bugs.winehq.org/attachment.cgi?id=33831)
The wine output during the crash
Baldur's Gate II: Throne of Bhaal German/European version 26498 (latest
official patch) crashes when playing the original Shadows of Amn campaign
during character creation. Wine output is appended.
Without the latest official patch installed, the game wouldn't run at all.
Basically, installing BG2 with addon and then playing through the original game
(which has some new additions with the addon I think) and then through the
addon campaign afterwards is not possible. Trying to run the Shadows of Amn
campaign without having the addon installed in the first place was not tested.
Changing between directdraw gdi and opengl mode aswell as running the game with
or without 3d acceleration wouldn't change things. Also, different windows
versions (XP, 2000, 98) didn't seem to have any impact.
Wine 1.2.2 (downloaded & compiled from source on the test machine) was also
tested with the same result.
--
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=13497
Summary: Kudos generates an access violation when trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111838770&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install Kudos
2. Run Kudos.exe from the install directory
The program bails out with an access violation.
--
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=13951
Summary: SetParent doesn't behave properly
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
Created an attachment (id=14100)
--> (http://bugs.winehq.org/attachment.cgi?id=14100)
Sample application with source
Attached sample application behaves properly under Windows but makes
a popup window unmoveable and not responsive after a SetParent call.
--
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=19263
Summary: Wine: slow performance when the theme is changed to
vista inspirat
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
I import the vista inspirat themes and its component from windows partition
(C:\WINDOWS\Resources\Themes) and put it to
(/root/.wine/drive_c/WINDOWS/Resources/Themes) and when i set this theme in
winecfg. The overall performance was become slow. (including the installation
of windows programs to linux with wine)
--
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.