http://bugs.winehq.org/show_bug.cgi?id=12994
Summary: Oracle Database 10g Express Edition installer crashes
Product: Wine
Version: 0.9.60
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: public(a)keeper.lv
Created an attachment (id=12748)
--> (http://bugs.winehq.org/attachment.cgi?id=12748)
Error log
Oracle Database 10g Express Edition installer crashes at the end of
installation process.
It seems like installer crashes during try to start tnslsnr.
--
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=10811
Summary: EM_FORMATRANGE error on installation of several
Applications
Product: Wine
Version: 0.9.51.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Created an attachment (id=9678)
--> (http://bugs.winehq.org/attachment.cgi?id=9678)
Log demonstrating behavior of the infinite loop.
e-Sword and installable add-one fail with what appears to be an infinite loop
on richedit stub implementation of EM_FORMATRANGE. The current workaround is
to drop in a native version of riched20.dll. A proposed patch is in issue 6524
which may also correct this situation. Process had to be terminated by running
a ps -aux and kill -KILL the process.
--
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=14852
Summary: SetWindowPos, when called on Mac, moves the window even
if SWP_NOMOVE is specified
Product: Wine
Version: 1.0.0
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moe(a)hup.de
The following bug was found in the current stable version of wine when executed
on Mac OS X with latest X11. The unstable testing versions also seem to contain
it.
Our old windowing framework (zApp) calles DrawMenubar() after you've done
modifications to the menu of an application.
DrawMenubar() itself calles
SetWindowPos( hWnd, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE |
SWP_NOACTIVATE | SWP_NOZORDER | SWP_FRAMECHANGED );
This call moves the window approximately by the height of the title bar to the
bottom.
If you omit the SWP_NOSIZE flag, the window is moved to 0,0 - if you enable it,
the window is just moved down.
I gave this bug a major severtity as this effects nearly all of our
applications. You can test it by just calling the SetWindowPos line above.
--
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=12637
Summary: No libgl On the box, therefore OPENGL quits
Product: Wine
Version: 0.9.58.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pjmikols(a)mac.com
when launching applications, the libgl directly is incorrectly linked, i
believe this is the reason for the OPEN GL that keeps failing to load... and
launch programs.
--
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=17225
Summary: Steam could not be used on MacOS-X but on Linux
Product: Wine
Version: 1.0.1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias.steinmann(a)gmx.de
Steam is not working on Mac-OS X using Wine. It seems to work fine on
Ubuntu8.10. Sorry - I am newby to wine, so I can't give technical details. On
MacOS Steams cannot be started, there is an early exception. On Linux it was no
problem with same wine-version.
--
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=16108
Summary: AuGraphNewNode/AuGraphGetNodeInfo are deprecated
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
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)
Code:
err = AUGraphNewNode(*graph, &desc, 0, NULL, &synthNode);
...
err = AUGraphNewNode(*graph, &desc, 0, NULL, &outNode);
...
err = AUGraphGetNodeInfo(*graph, synthNode, 0, 0, 0, synth);
--
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=15127
Summary: Can't Install
Product: Wine
Version: 1.1.3
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)di.ubi.pt
Created an attachment (id=15831)
--> (http://bugs.winehq.org/attachment.cgi?id=15831)
error
I've tried to run ./tools/wineinstall first. Can't install. Get the same thing
as running:
./config
make depend & make
I'm using OS x 10.4.11 on a powerpc, with XCode 2.4.1
the error messages are 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=9619
Summary: Winecfg audio tab crashes wine, midi does not work
Product: Wine
Version: 0.9.44.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singingwolfboy(a)gmail.com
Created an attachment (id=8010)
--> (http://bugs.winehq.org/attachment.cgi?id=8010)
winecfg crash log, from when winecfg crashes when trying to open the Audio tab
Tested with Noteworthy Composer 1.75 and Finale Notepad 2007. Both programs
complained of non-responsive MIDI devices. (Noteworthy: "One or more of your
selected MIDI devices are failing to open." Finale: "One or more MIDI devices
are not responding") In the MIDI options in Noteworthy, it lists "Wine midi
mapper" under the "Devices used by play back" menu, and nothing under the
"Available play devices" menu. In neither application does any sound play
during playback.
While investigating this, I discovered that opening the Audio tab in winecfg
crashes wine. When I click on the Audio tab, winecfg first displays this
message:
There is no audio driver currently specified in the registry.
A recommended driver has been selected for you. You can use this driver or
select another driver if available.
You must click Apply for the selection to take effect.
When I hit OK on that message, winecfg briefly stays up with no menu options in
the open tab, and then crashes. Crash log is attached.
I thought this might be a duplicate of bug 4051, but since wine no longer uses
aRts, it can't be. Still, it seems to be a similar problem.
Download Noteworthy:
http://www.download.com/NoteWorthy-Composer/3000-2170_4-9017135.html?tag=pd…
Download Finale: http://www.makemusic-downloads.com/NPWinSetup12013.exe
--
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=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.