http://bugs.winehq.org/show_bug.cgi?id=16694
Summary: Build broken on PowerPC
Product: Wine
Version: 1.1.11
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I had an old G4 given to me, so I installed a copy of Intrepid on there and
tried compiling wine. After enabling the extra repositories, it's got all
dependencies settled (Dan's install-wine-deps script worked well). Cool!
First bug, I already sent a path for:
http://www.winehq.org/pipermail/wine-patches/2008-December/066885.html
though a skip or something else may be more appropriate.
Second bug:
austin@ubuntu-ppc:~/wine/dlls/rpcrt4/tests$ make
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole cstub.o
generated.o ndr_marshall.o rpc.o rpc_async.o server.o server_c.o server_s.o
testlist.o -o rpcrt4_test.exe.so ../../../libs/port/libwine_port.a -lole32
-lrpcrt4 -lkernel32
server_c.o: In function `__wine_pop_frame':
/home/austin/wine/dlls/rpcrt4/tests/../../../include/wine/exception.h:207:
undefined reference to `NtCurrentTeb'
server_c.o: In function `__wine_push_frame':
/home/austin/wine/dlls/rpcrt4/tests/../../../include/wine/exception.h:192:
undefined reference to `NtCurrentTeb'
Pretty low level stuff...Alexandre? :-)
Seems to continue on fine after that, but this is a crappy 400mhz, so it'll be
a bit before I know the results.
--
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=16861
Summary: ntdll/tests: size of array is negative
Product: Wine
Version: 1.1.12
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
ccache gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o generated.o
generated.c
generated.c: In function ‘test_pack_CCHAR’:
generated.c:388: error: size of array ‘__C_ASSERT__’ is negative
generated.c: In function ‘test_pack_CHAR’:
generated.c:396: error: size of array ‘__C_ASSERT__’ is negative
make[2]: *** [generated.o] Error 1
--
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=16653
Summary: Trials 2 SE normal graphics mode does not work
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.redlynxtrials.com/forum/viewtopic.php?t=700
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trs80(a)ucc.asn.au
Normal graphics mode (the other two options are low and very low) just shows
black (although the UI does appear). Apparently it uses deferred rendering
which wine doesn't support? Cedega uses swiftshader which the developers claim
does work.
--
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=18681
Summary: Can not accept license for Photoshop CS4
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download, FIXME
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Every time I click on the Accept button for the license agreement, the
following line is printed:
fixme:mshtml:fire_event node type 9 node supported
Note, this is different from Bug 13903 which shows a jscript error.
Native mshtml has its own problems, but installing IE6 helps.
--
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=17924
Summary: MIDI music is played instead of WAV music for Touhou
games
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
When running Touhou 6, 7, 8, 9, 10, or 11 in Wine, selecting WAV music in the
options menu (default) will cause MIDI music to play. Selecting the MIDI option
will cause no music to play whatsoever.
--
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=17875
Summary: GetTempFileName with unique != 0 broken
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dev_oskar(a)hotmail.com
GetTempFileName called with a non-zero value for unique will not check if a
file could be actually written in the provided path.
Paint Shop Pro 9 (and it seems 8 too) uses the return code to test if it should
create several temp directories. So under wine it will always fail if unique is
non-zero, GetTempFileName will currently not test anything and won't return
zero, so creation of the undo files later will fail because the directory
doesn't exists.
As the documentation tells the file isn't created my first patch isn't correct:
...
if (unique) {
sprintfW( p, formatW, unique );
/* need to check if we can create the file so applications can detect
if they can write */
HANDLE handle;
handle = CreateFileW( buffer, GENERIC_WRITE, 0, NULL,
CREATE_NEW, FILE_ATTRIBUTE_NORMAL, 0 );
if (handle != INVALID_HANDLE_VALUE)
{ /* We created it */
CloseHandle( handle );
TRACE("created %s\n", debugstr_w(buffer) );
return unique;
}
/* Failure */
return 0;
}
else
{
/* get a "random" unique number and try to create the file */
...
It should check the directory if it exists.
--
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=17436
Summary: Missing funtionality prevents any RDP client from
working.
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timuckun(a)gmail.com
I have attempted to run a couple of RDP clients and they all fail with the same
error being repeated a few thousand times. Obviously this stub needs to be
fleshed out.
I wish I could do it myself but I can't.
fixme:winsock:WSALookupServiceNextW ((nil) 0x00000ff0 0x7c1b3688 0x5a9d7b8)
Stub!
--
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=12468
Summary: winspool doesn't use CUPS ports, always uses lpr
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475138
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
In dlls/winspool.drv/info.c, function CUPS_LoadPrinters, there's
sprintf(port,"LPR:%s",dests[i].name);
instead of "CUPS:%s" or whatever, which means that when printing things will be
printed through spawning lpr instead of using the CUPS libraries. This
unnecessarily adds an additional external dependency (Debian users need the
cupsys-bsd package), when there already appears to be code there to print using
the library, but that's unused right now.
(Also, please 0.9.59 to the list of versions, this was reported on 0.9.59, not
0.9.58.)
--
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=10091
Summary: Transparent images have black backgrounds with Compiz
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stephen(a)stephengentle.com
Created an attachment (id=8654)
--> (http://bugs.winehq.org/attachment.cgi?id=8654)
Transparency problems in Photoshop CS2
I've noticed this bug when running Photoshop CS2 and Serious Sam: The Second
Encounter. Both these apps have splash screens with transparent backgrounds,
which are transparent when using Metacity. But when using Compiz Fusion, the
backgrounds render black.
I'm not sure if the component should be wine-gui or wine-gdiplus, so I guessed
and selected the former.
Attached is a screenshot of the problem.
--
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=16842
Summary: Goldwave crashes
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
Created an attachment (id=18562)
--> (http://bugs.winehq.org/attachment.cgi?id=18562)
Goldwave crash output and backtrace
Goldwave 5.25 ( http://www.goldwave.com ) crashes as of Wine version 1.1.12,
but does not crash using Wine 1.1.11-299 (the previous day in git). See
attachment for typical std 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.