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 …
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21096
Summary: utorrent drops error 12157 when using a https tracker
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: howl.nsp(a)gmail.com
CC: howl.nsp(a)gmail.com
utorrent fails to connect through https …
[View More]protocol. It's connection system fully
relies on the iexplorer implementation. This error shown up in versions
previous to the 1.1.14 but since 1.1.14 to 1.1.34 the ssl connection problem
was solved. Now with 1.1.35 appears again.
¿Could be related to "Better certificate checking on secure connections." in
1.1.35?
--
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.
[View Less]
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/…
[View More]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.
[View Less]
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.…
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20271
Summary: Regression: WWIIOnline screen stops updating
(Regression tested)
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
Under recent versions of Wine, WWIIOnline: …
[View More]Battleground Europe stops drawing to
the screen if the user clicks on the 'Settings' tab in-game.
Everything is still active in the background; you still hear the proper clicks
and noises from clicking on other GUI elements, and can exit the game by
guessing where the quit dialog is, but the visual display of the screen never
updates apart from the mouse cursor.
It starts with this commit:
commit b5da7f49d332ed5d64be1256e14035af74a7efa2
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Jul 2 10:01:37 2009 +0200
wined3d: Don't reuse random GL contexts during initialization.
Obviously there's no guarantee about the state of such a context. The
specific
problem is that it might have GL_UNPACK_CLIENT_STORAGE_APPLE enabled,
causing
some glTexImage2D() calls to fail, but it's a bad idea in general.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21668
Summary: Regression -?> Unable to Play Rise of Nations Thrones
and Patriots
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcelo_javier_ruiz(a)yahoo.com.ar
Following the instructions in …
[View More]WineAppDb I was able to install and run with no
problems Rise of Nations Thrones & Patriots. After upgrading to wine 1.1.38 the
program would not start giving the following message:
wine BHGRTS runtime fatal failed to locate basic building graphic key: HOUSE35
rolling back version to 1.1.37 solves the problem.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21680
Summary: Unity 3D: Online registration doesn't work...
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://unity3d.com/unity/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: congelli501(a)gmail.com
Created an attachment (id=…
[View More]26200)
--> (http://bugs.winehq.org/attachment.cgi?id=26200)
Wine output
Unity 3D 2.6.1 is free... but it requires a registration.
Online registration doesn't work : the program block showing "Waiting for
response from server".
--
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.
[View Less]
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/…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21859
Summary: Sins of a Solar Empire: Main menu does not respond to
mouse clicks
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andy(a)wtribe.com
Created an attachment (id=26466)
--> (http:/…
[View More]/bugs.winehq.org/attachment.cgi?id=26466)
default log
I've seen this reported in the appdb comments, but I haven't seen a bug. Since
wine-1.1.36, Sins of a Solar Empire (soase) no longer responds to mouse clicks
in the main menu, rendering the game unplayable. I tested in a clean
wineprefix, which yielded the same results as my default wineprefix (which has
d3d and msxml3 DLLOverrides from winetricks for Civ4).
I am running "vanilla" soase, v1.19 (http://sinsofasolarempire.com).
I'm running a mostly-stable Gentoo amd64 system, and normally use the latest
~amd64 wine ebuild..
I'm trying to run a regression test, but am having a hard time of it. I'm down
to 20-some commits, and am running into user32.dll failures almost constantly.
If I don't see some improvement soon, I'll post the git bisect log and hope
that someone smarter than me can make use of it.
Let me know what else I can test / post to help things along.
--
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.
[View Less]
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)
--> …
[View More](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.
[View Less]
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 …
[View More]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.
[View Less]
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
…
[View More] 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21699
Summary: VLC videos are black in Vista+ mode
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://ftp.free.org/mirrors/videolan/vlc/1.0.5/win32/v
lc-1.0.5-win32.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26233)
--> (http://bugs.winehq.org/attachment.cgi?id=26233)
wine-1.1.38-168-g983cff2 console output
When playing videos in VLC they are black / there is no image when running in
Vista or Win 7 mode. Works fine in Win XP mode.
Tried "winetricks directx9" but the result is the same.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19787
Summary: Many Years Ago game launcher crashes on startup
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.bigfishgames.com/download-games/5844/many-y
ears-ago/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=23176)
--> (http://bugs.winehq.org/attachment.cgi?id=23176)
Many Years Ago game launcher backtrace
With wine-1.1.27-311-gd5ecc2d, after applying the patch in bug 15755 to work
around an installer issue, when launching the Big Fish Games client, it quickly
crashes with a page fault. Interestingly, the launcher starts after installing
native IE6 with winetricks. Backtrace 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19669
Summary: Sonic Mega Collection Plus quits just after the
launcher
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://smcplus.sega-europe.com/uk/index.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kazade(a)gmail.com
…
[View More]Sonic Mega Collection Plus uses a launcher to start the game, the launcher
works perfectly but when you click "Play Game" a window opens then the game
exits with the following output:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x41c777
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x73e3f8,0x75977a):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x12d108,0x75977a):
stub
err:eventlog:ReportEventW L"6"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x73e3f8,0x75b09a):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x12d108,0x75b09a):
stub
err:eventlog:ReportEventW L"7"
I've attached a relay 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20329
Summary: Free Realms crashes with Unimplemented
d3dx9_36.dll.D3DXCreateEffectFromFileA
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.freerealms.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.…
[View More]kaplinskiy(a)gmail.com
Created an attachment (id=24042)
--> (http://bugs.winehq.org/attachment.cgi?id=24042)
crash log
Getting around bug 18549, this comes up. winetricks d3dx9 gets around it.
--
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.
[View Less]
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
…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21261
Summary: implement the IGameExplorer interface
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.eveonline.com/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The …
[View More]following output is apparently fairly common:
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
This is the class id of a new vista interface, IGameExplorer, documented here:
http://msdn.microsoft.com/en-us/library/microsoft.directx_sdk.igameexplorer…
The class should be in gameux.dll
I believe the message is usually harmless. A program could only rely on the
class being present if it requires vista or greater.
According to a Google search, the interface is used by:
* Steam games (Half-Life 2, Team Fortress 2, ...)
* EVE Online
* Enemy Territory: QUAKE Wars
* Football Manager 2008
* Far Cry 2
* Company of Heroes
* and many others
I think we will need to add this, but in doing so we risk breaking games that
currently work (because they will rely on the class to work correctly if it
exists). I think stubs will mostly work fine.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17728
Summary: Check exception during first configuration creation
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I have updated the software to the current version 1.1.17-1.1 on my …
[View More]openSUSE
11.1 system.
elfring@Sonne:~> winecfg
wine: created the configuration directory '/home/elfring/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cf94
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW
L"C:\\windows\\gecko\\0.9.1\\wine_gecko\\components\\xpti.dat" 1 536870916
(nil) (nil) 0x33c960 (nil)
...
wine: configuration in '/home/elfring/.wine' has been updated.
err:seh:setup_exception_record nested exception on signal stack in thread 0013
eip 7d828976 esp 7ffd7948 stack 0x1bc2000-0x1cc0000
The application window is displayed for the configuration tool as expected. -
Can this error message be avoided?
(It is also mentioned in open reports for the bug #12334, bug #15195 and bug
#17347.)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20064
Summary: Divine Divinity II - Floor is transparent
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
The floor/ground in Divine Divinity II is completely transparent, you can view
through it. …
[View More]Just objects like stones and wood are shown. I attached a
screenshot and an error log.
ORM seems not to change anything, I tried backbuffer, pbuffer and fbo.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17630
Summary: Unreal Tournament 3: d3dx10_35.dll not found
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Fresh install of Wine, Steam, UT3, attempting to launch the game fails because
it thinks that DX10 …
[View More]is present.
err:module:import_dll Library d3dx10_35.dll (which is needed by L"C:\\Program
Files\\Steam\\steamapps\\common\\unreal tournament 3\\Binaries\\UT3.exe") not
found
--
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.
[View Less]