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.
http://bugs.winehq.org/show_bug.cgi?id=17623
Summary: IconWorkshop displays icons without alpha channel
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eduardosmuov38(a)hotmail.com
Created an attachment (id=19809)
--> (http://bugs.winehq.org/attachment.cgi?id=19809)
screenshot which shows the error
IconWorkshop displays icons without alpha channel in the bar.
--
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=17790
Summary: ICQ 6.5 unhandled exception
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://ftp.icq.com/pub/ICQ65/install_icq65.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20017)
--> (http://bugs.winehq.org/attachment.cgi?id=20017)
Wine 1.1.17 +relay +loaddll +tid +seh
Starting ICQ 6.5 immediately causes and unhandled exception.
The appdb HOWTO is out of date, no native DLLs are required during
installation.
0009:warn:seh:setup_exception_record exception outside of stack limits in
thread 0009 eip 7bc2e912 esp bfc5c050 stack 0x232000-0x330000
--
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=12293
Summary: Warhammer 40K: dark crusade - Cursor is not properly
drawn
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterofnebulahfrost(a)hotmail.com
The cursor is not properly drawn on the screen. Just start the game to notice
this.
--
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=15195
Summary: People's General randomly hangs with
err:seh:setup_exception_record nested exception on
signal stack
Product: Wine
Version: 1.1.4
Platform: Other
URL: http://www.the-underdogs.info/game.php?id=2508
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=15948)
--> (http://bugs.winehq.org/attachment.cgi?id=15948)
WINEDEBUG=warn+all log
The hang occurs randomly in the welcome screen or in the battle screen.
However, it does happen within 5 minutes.
The sound starts stuttering and the console has the following message:
err:seh:setup_exception_record nested exception on signal stack in thread 0009
eip 7bc68150 esp 7ffdbc7c stack 0x242000-0x340000
The WINEDEBUG=warn+all log 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=17140
Summary: Brothers in arms:
fixme:d3d9:IDirect3DDevice9Impl_CreateVertexDeclaration
Allocation of memory failed, returning
D3DERR_OUTOFVIDEOMEMORY loop
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
After about 20-30 minutes of playing Brothers In Arms: Road to Hill 30, the
game crashes with the following loop.
fixme:d3d9:IDirect3DDevice9Impl_CreateVertexDeclaration Allocation of memory
failed, returning D3DERR_OUTOFVIDEOMEMORY
Occasionally lines like these are found within the log.
err:d3d9:IDirect3DDevice9Impl_CreateVertexDeclaration Memory allocation failed
err:d3d9:IDirect3DDevice9Impl_CreateVertexDeclaration Memory allocation failed
fixme:d3d9:convert_to_wined3d_declaration Memory allocation failed
Using v.1.11 of the game, with latest wine-git at the moment (1.1.13) on Gentoo
X64, Videomemorysize=512 as an added registry key.
--
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.