http://bugs.winehq.org/show_bug.cgi?id=19283
Summary: PROJECT in a box: unimplemented and "fixme" dll's
(Crossover CE for Mac)
Product: Wine
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jodroog(a)hotmail.com
When using CrossOver for MAc the application "PROJECT in a box"
(http://www.projectinabox.org.uk). Doesnt start up.
When running in Darwine, it starts up and shows the application startupscreen,
but when opening a file within the application: it 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=19470
Summary: Wine shouldn't assume the default visual supports GLX
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=22631)
--> (http://bugs.winehq.org/attachment.cgi?id=22631)
Output from glxinfo command
Right now, when initializing OpenGL support, and determining the OpenGL
capabilities of the host system (in X11DRV_WineGL_InitOpenglInfo()), Wine makes
a very crucial assumption: that the default visual supports GLX. This is not
necessarily true, so therefore Wine should not make this assumption.
In the 2.4.0 release candidate from the Xquartz project, for example, the
default visual does not support GLX. The fact that it doesn't caused the
glXCreateContext() call in the mentioned function to fail.
In particular, that call to glXCreateContext() fails with the following
message:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 0 ()
Value in failed request: 0x22
Serial number of failed request: 515
Current serial number in output stream: 515
That value in the message happens to be the ID of the default visual on my
system. Under 2.4.0 RC1, that visual doesn't support GLX. (In the next 2.4.0
RC, it will, for reasons which become apparent in the next paragraph.) I've
attached the output from glxinfo under that version, so you can see for
yourself.
I filed a bug with Xquartz (http://xquartz.macosforge.org/trac/ticket/287).
They told me they would fix it (and they did, and the fix is going into the
next 2.4.0 RC), but they also warned me that the default visual for a given
display and screen doesn't have to support GLX, and that I should report this
to WineHQ.
--
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=11760
Summary: Deleting files from Winefile does not send them to the
Trash
Product: Wine
Version: 0.9.55.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
If I create a file using the WineLib Notepad and then use WineFile to delete
it, the file is deleted instead of sending it to the Trash application. The
file is permenantly deleted from the system. Bug 5055 discusses the file
deletion problem on Linux based PC systems and may apply to 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=9629
Summary: winecfg: selecting the audio tab crashes winecfg
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=8023)
--> (http://bugs.winehq.org/attachment.cgi?id=8023)
crash log of winecfg audio tab crash
When I click on the Audio tab in winecfg, it begins to crash. First, it
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.
System info:
Apple Macbook (Intel chip, 2 GHz processor, 1st generation white Macbook)
running Mac OS X 10.4.10. Running wine through Apple X11.
--
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=19094
Summary: Regression on OS X, may not be able to load dll
Product: Wine
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gellule.xg(a)free.fr
Hi,
(wine, almost latest git, on OS X)
With a recent git, I stumbled on the following:
"wine client_ryzom_rd.exe" crashes with the following.
DBG 9 dynloadlib.cpp 211 NLMISC::CLibrary::loadLibrary client_ryzom_rd.exe
: Loading dynamic library 'nel_drv_opengl_win_r.dll'
dyld: lazy symbol binding failed: lazy pointer not found at address 0x303d17af
in image /opt/local/libexec/wine/wine
dyld: lazy pointer not found at address 0x303d17af in image
/opt/local/libexec/wine/wine
WRN 9 dynloadlib.cpp 45 NLMISC::nlLoadLibrary client_ryzom_rd.exe : Load
library 'nel_drv_opengl_win_r.dll' failed: ????????
WRN 9 dynloadlib.cpp 222 NLMISC::CLibrary::loadLibrary client_ryzom_rd.exe
: Loading library nel_drv_opengl_win_r.dll failed: Verify DLL existence
The application cannot load the native library 'nel_drv_opengl_win_r.dll'.
winecfg also exhibit these two lines, the first time it was run, but without
crashing:
dyld: lazy symbol binding failed: lazy pointer not found at address 0x303d17af
in image /opt/local/libexec/wine/wine
dyld: lazy pointer not found at address 0x303d17af in image
/opt/local/libexec/wine/wine
I checked out a few revisions and narrowed down the issue to be between:
"kernel32: Add call frame annotations in x86 assembly code." (which works) and
"loader: Reserve some more memory to cover the native ole32 addresses." (which
does not work).
I'm ready to do some more testing if somebody could guide me. I could already
start bisecting through:
loader: Reserve some more memory to cover the native...
ntdll: Release some address space after the process...
ntdll: Don't try to decommit a heap past its initial...
ntdll: Compute the free lists address at run-time inste...
Best regards,
-Gellule
--
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=17616
Summary: TntMPD gives mapi32.dll error on startup
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewroth(a)gmail.com
When attempting to run TntMPD, the program gives
"This program requires Windows Messaging (mapi32.dll)"
and exits. Only
fixme:reg:GetNativeSystemInfo (0x75f0ac) using GetSystemInfo()
is output.
--
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=15712
Summary: Lego Star Wars II installer crashes
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaziniho(a)gmail.com
Created an attachment (id=16796)
--> (http://bugs.winehq.org/attachment.cgi?id=16796)
Apple Problem Reporter crash log
After the initial few screens of the Lego Star Wars II installer are stepped
through, a further stage in the installation processes is started. In the Wine
Log window it appears that a large number of in game sound files are being
converted from the OGG format. Each file would count up the percentage complete
in the log window. This was taking a significant amount of time, so I left this
running whilst out. On return Wine had crashed and the log window was closed.
No one had interfered with the machine in the mean time.
I currently only have the OS X crash output as the WineLog window itself
closed. I will make a clean install of wine this evening and read up on how to
get full wine debug information output to a file and hopefully post this
information in the next day or two.
The machine is a 2.1GHz Intel Mac with 4GB RAM and ample hard disk space.
Further details on operating system version etc can be found in the 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=18190
Summary: Pointer not visible in 'Windows' application
Product: Wine
Version: 1.0.1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: avdgeijn(a)xs4all.nl
While using the application ColorImpact, and I want to drag and drop a color IN
the application, the pointer disappears.
Win Log:
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
--
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.