http://bugs.winehq.org/show_bug.cgi?id=16512
Summary: PCSX2 v0.9.4 fails with err:wgl:has_opengl glx_version
is 1.2 and GLX_SGIX_fbconfig extension is unsupported.
Product: Wine
Version: 1.0.1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kent(a)bci.com
1. I downloaded Pcsx2_0.9.4
2. Started via: $ wine pcsx2t.exe
3. Configured Graphics for ZeroGS KOSMOS OpenGL 0.96.7 (as in current GOLD
AppDB)
4. Inserted CD
5. Run CDROM
The the following error is displayed on the terminal.app window:
err:wgl:has_opengl glx_version is 1.2 and GLX_SGIX_fbconfig extension is
unsupported. Expect problems.
wine: Unhandled page fault on execute access to 0x00000000 at address 0x0
(thread 0047), starting debugger...
My system:
Macintosh Pro, 6 GB memory, OS 10.5.5
Wine installed via MacPorts ( $ sudo port install wine)
--
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=9587
Summary: IPPROTO_IP instead of IP_PKTINFO
Product: Wine
Version: 0.9.44.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
When running uTorrent 1.7.2 ( http://utorrent.com/download.php )under Windows
XP mode, The fixme "fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname
0x00000013" shows up in Wine Log. However, 0x13 is IP_PKTINFO and not
IPPROTO_IP. Doesn't prevent anything from working, but it might be important
for future reference.
--
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=10727
Summary: .Net 2.0 does not install
Product: Wine
Version: 0.9.50.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Created an attachment (id=9567)
--> (http://bugs.winehq.org/attachment.cgi?id=9567)
Error log from .Net 2.0 installation on Mac OS X 10.4.11
.Net 2.0, which did install in 0.9.49, does not install in 0.9.50.
--
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=13911
Summary: Unhandled page fault on prefix creation on osx 10.5
Product: Wine
Version: CVS/GIT
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesar(a)ecuarock.net
Created an attachment (id=14022)
--> (http://bugs.winehq.org/attachment.cgi?id=14022)
Error output when creating .wine
I just deleted my .wine directory and run wineboot. The .wine
directory is recreated but I get an error and a lot of dumps and backtraces.
(Output is attached)
I did a regression testing and found out that
58913b439b797462a70794774b87e63283109617 commit is what is causing this
problem. Reverting this commit everything works perfectly.
I'm using osx 10.5.3 in spanish on a macbook pro. I'm building from source with
the latest git. I'm not using Darwine.
--
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=18848
Summary: glBindBufferARB error with Ryzom
Product: Wine
Version: 1.1.23
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gellule.xg(a)free.fr
I'm receiving a lot of the following when running Ryzom when Vertex Shaders is
turned on in the application.
fixme:d3d:loadVertexData >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glBindBufferARB @ state.c / 4071
--
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=17024
Summary: wine 1.0.1 problem with freetype 2.3.8: 'FT_MulFix'
undeclared here (not in a function)
Product: Wine
Version: 1.0.1
Platform: Macintosh
URL: http://trac.macports.org/ticket/18087
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-2009(a)ryandesign.com
Created an attachment (id=18822)
--> (http://bugs.winehq.org/attachment.cgi?id=18822)
all the errors
Trying to build wine 1.0.1 on Mac OS X 10.5.6 with Xcode 3.1.1 and MacPorts
1.7.0, I get this:
freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function)
And then a bunch of subsequent errors relating to that. This seems to be new as
of freetype 2.3.8.
wine 1.1.13 works fine. It seems to include different code in freetype.c. Where
1.0.1 just says:
MAKE_FUNCPTR(FT_MulFix);
1.1.13 says:
#ifdef FT_MULFIX_INLINED
#define pFT_MulFix FT_MULFIX_INLINED
#else
MAKE_FUNCPTR(FT_MulFix);
#endif
--
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=19423
Summary: wineinstall redundant - let go of it
Product: Wine
Version: 1.1.26
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toxygen1(a)gmail.com
wineinstall doesn't work
wineinstall is rather poorly written install script (root id checking by -w /,
come on...). I had to modify it at least to let me go through the initial
checks.
I did ./configure manually before (with some flags).
wineinstall correctly noticed that and went straight to compiling (dunno if
make or make depend, docs say it was make).
It failed with this line:
gcc -m32 -g -O2 -o fnt2bdf fnt2bdf.o ../libs/port/libwine_port.a
i686-apple-darwin8-gcc-4.0.1: ../libs/port/libwine_port.a: No such file or
directory
make: *** [fnt2bdf] Error 1
I'm including whole trace in attachement.
Here I would like to ask if there is any reason to keep and maintain +1 script
which could be done without pretty much fine (what's wrong with ./configure &&
make depend & make install?).
I found one similar bug #11618
best regards
marian
--
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=18615
Summary: Motocross Madness 2: upside down display as mouse
moves over button
Product: Wine
Version: 1.1.21
Platform: Macintosh
URL: http://www.microsoft.com/games/motocross2/default.htm
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
This is a Mac-specific variant of bug #17234, but the symptoms are different
enough to variant a separate entry.
In Motocross Madness 2 Demo, when moving the mouse over one of the buttons in
the entry menu, it may happen that the complete wine desktop window content is
flipped upside down. When it happens, it's systematic, i.e. it flips every time
the mouse hovers over a button.
OTOH I've also been able to start the application without any such flipping
effect. In that case it reappeared after switching to another Mac window,
causing wine to refresh its display.
I'd say the probability is 50% of the effect appearing when launching wine.
Another glitch, when there's the tilting effect, is that the screen size
resolution pop-down list is transparent, and also flipped.
Once starting without flipping, the app seems to work well (I did very limited
testing).
Using an "early 2009" NVidia Mac Mini with Mac OS 10.5.7, XQuartz 2.3.3.2,
wine-1.1.21, self compiled without Fink or Macports. I still need to do
comparative testing with Kronenberg's wine binary.
To test, I've copied the MCM2 app directory plus the one registry entry over
from a Linux install and have not tested if the downloadable archive is
installable on Mac or whether it suffers from the 16bit winevdm crash bug.
--
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=20424
Summary: Huggle: Inadvertently crashes within 5 seconds of
logging in.
Product: Wine
Version: 1.0.1
Platform: Macintosh
URL: http://code.google.com/p/huggle/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyson(a)thepurplepixel.org
Created an attachment (id=24243)
--> (http://bugs.winehq.org/attachment.cgi?id=24243)
The output of the three times I tried to run Huggle
After launching Huggle on OS X 10.5 (Leopard) on my MacBook Pro, the login
window displays as expected, and I can log in. Huggle connects to the recent
changes IRC feed fine, and articles start to appear, but shortly after,
processor usage spikes to 100% and the program terminates, with different
errors (or sometimes no errors at all) every time. I'm running Wine from
MacPorts 1.0.1, and used winetricks to install the needed dependencies (which
all installed fine). The output of the various times I tried to run it 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=14095
Summary: Drill Machine XP
Product: Wine
Version: 1.0.0
Platform: Macintosh
URL: http://courtreportinghelp.com/Drill_Machine/DM_DOWNLOAD.
EXE
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gdwarner(a)mindspring.com
Created an attachment (id=14315)
--> (http://bugs.winehq.org/attachment.cgi?id=14315)
Wine Log, for the Drill Machine XP
This application (like the Speed Teacher from the same web site) stalls during
the installation, and Wine Helper has this message:
err:ntdll:RtlpWaitForCriticalSection section 0x7b9308c0 "syslevel.c:
Win16Mutex" wait timed out in thread 0025, blocked by 0027, retrying (60 sec)
Nothing happens after 60 (or even 120) seconds.
Calling this one a 'blocker' because I can't test it if the installer stalls
out.
--
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.