http://bugs.winehq.org/show_bug.cgi?id=15337
Summary: OpenCanvas v. 1.1 broken (Regression)
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: snalajnk(a)gmail.com
OpenCanvas version 1.1 will not open under Wine 1.1.5, but works with 1.0. The
only error given is: "err:module:attach_process_dlls "gdi32.dll" failed to
initialize, aborting"
--
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=15240
Summary: Winecfg fails after make install on Mac OS X 10.5.4
Product: Wine
Version: 1.1.4
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a5sk4s(a)yahoo.com
Steps to reproduce:
./configure
make depend && make
sudo make install
winecfg
Please see http://forum.winehq.org/viewtopic.php?t=2289 for further details
(e.g., log).
I had a binary distribution of 1.0 installed, but removed all known parts of it
(as per /www.kronenberg.org/darwine/):
- /Applications/Darwine
- ~/.wine
- ~/Library/Preferences/org.wine.winehelper.plist
--
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=15859
Summary: Portal fails to run on Darwine
Product: Wine
Version: 1.1.7
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cncxbox(a)gmail.com
The Mac version of Wine 1.1.7 fails to launch Portal.
I'm running Wine 1.1.7 on MacOS X 10.5.5
My system:
Macbook
Intel Core 2 Duo 2.16GHz
Intel GMA 950
2GB DDR2 RAM
The crash log is attached.
--
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=27489
Summary: 3DMark 2001 SE does not start
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremyhu(a)freedesktop.org
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4544
3D Mark 2001 SE installed fine, but it fails to run with wine 1.3.22 and 1.2.3:
~/.wine/drive_c/Program Files/MadOnion.com/3DMark2001 SE $ wine
./3DMark2001SE.exe
err:module:attach_process_dlls "grphmfc.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\MadOnion.com\\3DMark2001 SE\\3DMark2001SE.exe" failed, status e06d7363
It worked fine with an earlier version of wine, but I don't recall what the
wine version was when I last ran 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=24327
Summary: Kernel panic when trying to load win16 program
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kludden_kluddensson(a)msn.com
Created an attachment (id=30663)
--> (http://bugs.winehq.org/attachment.cgi?id=30663)
Output of kernel panic. Open with random text editor
Mac OS X crashed, kernel_panic kernel trap.
Tried to load a win16 program with Wine. Installshield, for an old game,
pharaoh.
Immidiate kernel_panic.
I know wine lacks support of win16 on mac os, but a kernel panic is very
serious.
--
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=19125
Summary: log file corruption on dual-core MacOS
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=22088)
--> (http://bugs.winehq.org/attachment.cgi?id=22088)
excerpts of +reg traces
The attached log snippet reveals how 2 simultaneous threads (one for font, one
for desktop entries) access the registry. This somehow causes buffer contention
(maybe a static buffer is used somewhere, instead of a stack-allocated one?)
and garbage is printed to the log.
trace:reg:NtEnumerateValueKey (0xe4,95,1,0x74d6bc,256)
e 4096, minappaddr 0x10000, maxappaddr 0x7ffeffff, act.cpumask 3, numcpus 2,
CPU type 586, allocgran. 65536, CPU level 6, CPU rev 5898
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@trace:reg:NtCreateKey
(0x0,L"Machine\\Hardware\\Description\\System",<null>,0,f003f,0x32fc48)
This snippet might give a clue about where the bogus comes from, as
"maxappaddr" normally does not occur in a registry trace. OTOH, it may be
random buffer content.
Nothing was traced but WINEDEBUG=+reg in the attached log. It's been produced
with "The Westerner" v1.3.
Maybe this buffer reuse is specific to MacOS. OTOH, maybe it's caused by the
dual core Intel? I had never seen this before on a single core Ubuntu system.
--
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=16141
Summary: Windows move downwards on many GUI events
Product: Wine
Version: 1.1.8
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: archaemic.spam(a)gmail.com
When using various programs in Wine on Mac OS X (only tested on 10.5.5 with
XQuartz 2.1.5), simple interactions with the GUI will cause the window which
you are interacting with to move down on the screen several pixels. One example
of a GUI interaction which always seems to trigger this is switching a tab on a
tabbed view. However, other actions seem to be triggering it, too.
A good way to demonstrate this bug is to download the latest version of
Apophysis, available over on SourceForge here:
http://sourceforge.net/project/showfiles.php?group_id=127736 and then to start
the program, open the editor window (the red and yellow triangle button on the
toolbar), and switch the active tab. To even further demonstrate the severity
of the bug, switch to the Variations tab, click on one of the fields, at which
point it should be triggered again, and drag on the x axis, at which point it
should be triggered repeatedly until you release the mouse. This effectively
makes Apophysis unusable on Mac OS X.
The bug has also been observed in other programs, such as Audacity. However, I
have a limited number of Windows programs installed at the moment, so I can't
make a very big list of what it affects. It does not appear to affect Windows'
Notepad, however.
--
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=11242
Summary: Deprecated functions called in audiounit.c
Product: Wine
Version: 0.9.53.
Platform: Macintosh
URL: http://lists.apple.com/archives/coreaudio-
api/2007/Aug//msg00073.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
When compiling Wine, It calls on some functions (AUGraphNewNode and
AUGraphNewNodeInfo) for coreaudio support in OS X that are deprecated as of Mac
OS X 10.5. The function is found in dlls/winecoreaudio.drv/audiounit.c, and
the calls are:
audiounit.c: In function ‘SynthUnit_CreateDefaultSynthUnit’:
audiounit.c:343: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:354: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:377: warning: ‘AUGraphGetNodeInfo’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:689)
It does not prevent audio from working but may do so in the future.
--
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=2364
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Mac OS X 10.3 |Mac OS X
--
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=21325
Summary: aclocal.m4's main prototype is incorrect
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lessen42+wine(a)gmail.com
Created an attachment (id=25662)
--> (http://bugs.winehq.org/attachment.cgi?id=25662)
fix aclocal.m4's main prototype
aclocal.m4 uses "int main(int argc, char *argv[]" as the prototype for main for
various tests. However, the [] isn't quoted/escaped/whatever properly and is
discarded by autotools, leaving "int main(int argc, char *argv" in configure.
clang treats this invalid main prototype as a hard error, so these configure
tests fail.
Attached patch fixes 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.