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=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.