http://bugs.winehq.org/show_bug.cgi?id=31090
Bug #: 31090
Summary: Wine overwrites dyld debug information
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
Classification: Unclassified
I've been trying to get windbag --gdb working on OS X. There seem to be
multiple issues, but a major one is that it can't load the debug headers needed
to get information out of the debugged processes.
What happens is that dbghelp/macho_module tries to read memory from the symbol
_dyld_all_image_infos in the target process. Turns out this symbol is always at
the address 0x8fe340e0, at least on my machine.
Looking with vmmap on a running wine process, this address is in an unreadable
mapping:
VM_ALLOCATE 82000000-8d9f0000 [185.9M] ---/rwx SM=NUL
which I traced to
void mmap_init(void)
{
...
if (base > user_space_limit) reserve_area( user_space_limit, base );
}
before this call the region points to /usr/lib/dyld:
__DATA 8fe33000-8fe38000 [ 20K] rw-/rwx SM=COW /usr/lib/dyld
but after it is as above.
But I'm afraid I don't know how to fix it. I tried adding
wine_mmap_add_reserved_area( (void*)0x82000000, 0x8ff2c000 - 0x82000000 );
to loader/main.c but it didn't seem to help. So I'm writing this bug report,
hoping someone else is able to fix it.
--
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=29156
Bug #: 29156
Summary: an old windows app (amipro), ubuntu 10.04 and the last
wine available: an error return
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winscard
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iw9hlv(a)interfree.it
Classification: Unclassified
ciao, i'm not able to describe in a better way what is the result:
i try to install on my pc (p4 2,8 ghz) with ubu 10.04 lts the ancient amipro
3.1 app.
on install they stop the run and a window say that a "winevdm" erro is occur.
i try with winetrick to change the stat of the app in win 3.1, 95 and xp but
nothing change.
amipro is rather abandonware but we use it day by day .
i can add other kind of info now :-)
--
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=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=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=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=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.