http://bugs.winehq.org/show_bug.cgi?id=16115
Summary: jscript: field with has wrong type
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
dhcp-128-194-53-159:jscript austin$ make
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/include -I/usr/include/libxml2
-I/usr/include/libxslt -I/usr/include/libpng12 -I/usr/include/gphoto2
-I/usr/include/sane -I/usr/include -o regexp.o regexp.c
regexp.c: In function ‘SimpleMatch’:
regexp.c:2392: warning: field width should have type ‘int’, but argument 6
has type ‘long unsigned int’
regexp.c: In function ‘ExecuteREBytecode’:
regexp.c:2631: warning: field width should have type ‘int’, but argument 6
has type ‘long unsigned int’
--
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=17236
Summary: Starcraft / Broodwar does not work on MacOS-X
Product: Wine
Version: 1.1.6
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
Hi,
while its no problem with wine1.0.1 on Linux, on MacOS-X Starcraft does not
start with wine1.1.6. Here is the Log-File:
Full patch of Starcraft was applied, but did not make a difference.
--
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=22547
Summary: Open R-Community Tool: "IdentityNotMappedException"
during Startup
Product: Wine
Version: unspecified
Platform: x86
URL: http://rcommunity.nazgulworld.com/
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dorian.grey(a)mail.com
Created an attachment (id=27654)
--> (http://bugs.winehq.org/attachment.cgi?id=27654)
Wine log file
The application (an .NET Framework Version 2 application) crashes at startup
and in the DOS box I get the following readout:
Unhandled Exception: System.Security.Principal.IdentityNotMappedException:
Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection
sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
at
System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessConrolModification
modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRue
rule)
at
System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(EventaitHandleAccessRule
rule)
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[]
commandLine)
at OpenRCTools.My.MyApplication.Main(String[] Args)
I have installed the Font Fix and the standard Fonts. I have tested the problem
under v.1.1.35 and v1.1.43. The log file 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=15863
Summary: Unable to find X development files on Leopard
Product: Wine
Version: 1.1.7
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
When compiling Wine on Mac OS X under some installs, it fails to find X11's
libraries and include files.
The only thing that I can think of that's different is the lack of imake and
xmkmf. The default Leopard X11 install includes imake and xmkmf, however, if
someone chooses to not install base X11 and instead install Xquartz at a later
date, they do not get imake and xmkmf because they are not shipped with Xquartz
as of 2.2.0 - see http://xquartz.macosforge.org/trac/wiki/X112.2.0 .
If the locations of X11's libraries and include files are specified with
--x-includes=/usr/X11/include and --x-libraries=/usr/X11/libs, Wine finds X11
and builds properly.
--
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=13601
Summary: wine build incompatible with iPhone SDK
Product: Wine
Version: 1.0-rc3
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-2008(a)ryandesign.com
wine (versions 0.9.44 thru 1.0-rc3 at least) compiles fine with Xcode 3.0 on
Mac OS X 10.5.3 Intel, but fails with the iPhone SDK beta 5 or beta 6 (a.k.a.
Xcode 3.1 beta).
/usr/bin/gcc-4.0 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_COMCTL32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/mp/include -O2
-o status.o status.c
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./crtdll.spec
crtdll_main.o -o crtdll.dll.so -lmsvcrt -lkernel32
../../libs/port/libwine_port.a -L/mp/lib -framework CoreServices -lz
./crtdll.spec:44: external symbol 'CRTDLL__basemajor_dll' is not a function
./crtdll.spec:45: external symbol 'CRTDLL__baseminor_dll' is not a function
./crtdll.spec:46: external symbol 'CRTDLL__baseversion_dll' is not a function
./crtdll.spec:66: external symbol 'CRTDLL__cpumode_dll' is not a function
./crtdll.spec:243: external symbol 'CRTDLL__osmajor_dll' is not a function
./crtdll.spec:244: external symbol 'CRTDLL__osminor_dll' is not a function
./crtdll.spec:245: external symbol 'CRTDLL__osmode_dll' is not a function
./crtdll.spec:247: external symbol 'CRTDLL__osversion_dll' is not a function
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [crtdll.dll.so] Error 2
make[1]: *** [crtdll] Error 2
Here's the MacPorts ticket for this issue:
http://trac.macports.org/ticket/13000
--
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=15547
Summary: Application's (Games) requiring OpenGL fail to start
Product: Wine
Version: 1.1.5
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: osai(a)openttdcoop.org
Hello,
I am running Wine 1.1.5 on Mac OS X 10.5.5. Basic Applications are working
quite stable despite some minor notices, but I am not able to start any kind of
games requiring 3D-Acceleration. All of them excite with the following
error-message:
e.g. for Warcraft III TFT or Heroes of Might and Magic III 4.0:
err:wgl:has_opengl glx_version is 1.2 and GLX_SGIX_fbconfig extension is
unsupported. Expect problems.
I didn't find any further information about this problem and due to your latest
News Issue (#353) saying people using wine on other platforms should report
more problems I started to do so.
If necessary I can provide further information about my system.
Regards,
Osai
--
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=12989
Summary: Foobar2k: crashes wine when reading MP3 file from my
local MP3 server.
Product: Wine
Version: 0.9.60
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goles.nicolas(a)gmail.com
I have an Ubuntu (7.04) server at home, that server hosts my mp3s, oggs, .FLAC
etc.
When I try to listen an MP3 located on that server using foobar2k, Wine
crashes, and of course foobar2k crashes too. If I try to read (play) a .FLAC or
.OGG from the ubuntu server, I don't experience this issue at all ( the files
play normally ).
The files (mp3, ogg, .flac, etc...) are added to foobar2k playlist, the issue
comes when I try to play the added .mp3 files.
This issue is not present when I try to play an Mp3 from localhost using wine
of course.
Here is a link to download foobar2k , but I am pretty sure this is a Wine
issue, not a foobar issue. I haven't been able to install WinAMP to check if it
fails too.
foobar2k download link :
http://www.foobar2000.org/foobar2000_0.9.5.2.exe
--
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=15222
Summary: Tejina: fails to open installer
Product: Wine
Version: 1.1.4
Platform: Macintosh
URL: http://www.incors.com/products/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soychaimocha(a)yahoo.com
When trying to run the installer for Tejina, Wine is unable to start the
installer program. The errors in the logs are attached. I'm running Darwine
1.1.4 on Mac OS X 10.5.
Also tried in Ubuntu using Wine 1.1.4, with a similar failure. Ubuntu is able
to launch the installer, but crashes after the progress bar with the Earth
image. Ubuntu error log is in the second half of the attachment.
Tejina is a java-based kanji-recognition software. The company has since
discontinued making the application, but Download.com still has the program
available if further testing is needed:
http://www.download.com/Tejina/3000-2279_4-10069593.html
The installer application they used seems to be called InstallAnywhere by
ZeroG.com, if that is relevant.
http://www.acresso.com/products/installation/installanywhere.htm
Tried with and without Java installed in 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=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.