http://bugs.winehq.org/show_bug.cgi?id=34067
Bug #: 34067
Summary: Sherlock Holmes: The Mystery of the Mummy demo black
screen after launch
Product: Wine
Version: 1.6-rc5
Platform: x86
URL: http://www.fileplanet.com/118624/110000/fileinfo/The-M
ystery-of-the-Mummy-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45287
--> http://bugs.winehq.org/attachment.cgi?id=45287
+d3d
Clean wineprefix.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f618,0x00000000), stub!
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x18ceb8, last error 0x591
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for
context 0x18cea0, last error 0x591
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x1.
sha1sum c1e2565371b4f5c1cb52f654f55aab34617ef74d
demo_Mystery_of_the_mummy.zip
--
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=26712
Summary: Syberia 1 Demo: Fading in virtual desktop affects the
entire screen
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://www.adventurespiele.net/CmodsDownload-index-req
-viewdownloaddetails-lid-337.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=34023)
--> (http://bugs.winehq.org/attachment.cgi?id=34023)
wine 1.3.17 output
The demo runs in a virtual desktop here.
Always when it fades between scenes (means turning black for a moment) this
fade does not only affect the virtual desktop but my entire screen/monitor gets
black.
Just start the demo (use wine taskmgr to bring the game to foreground and
adjust the window size). Then quit the game and you should see a fade there
which affects your entire screen.
Video card: GeForce GTX 460
Drivers: 270.29
Ubuntu 10.10 amd64
--
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=18915
Summary: FAR Manager: crashes shortly after startup
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://farmanager.com/nightly/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurivkhan(a)gmail.com
Ubuntu 9.04 Jaunty Jackalope
wine-1.1.17-123-g8e12ad4 and newer
FAR Manager 2.0 builds 908 and newer
When started in wineconsole, FAR displays empty file panels and over them an
access violation error message:
> Internal error
> "Access violation (read from 0x00000004)"
> Exception address: 0x00000004 in module:
(addresses vary depending on Wine version, but are close to zero)
FAR has to be killed then.
In Wine 1.0.1 FAR starts normally.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40330
Bug ID: 40330
Summary: Build fails with AddressSanitizer.
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam.buchbinder(a)gmail.com
Distribution: ---
https://wiki.winehq.org/Building_Wine#Memory_.26_Address_Checkers describes
using AddressSanitizer with Wine. It seems not to compile. I'm using:
$ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
A short excerpt:
$ ./configure --enable-win64 CFLAGS="-g -O1 -fsanitize=address"
...
$ make
...
make[1]: Entering directory `/home/abuchbinder/software/wine/tools'
LC_ALL=C sed -e 's,@bindir\@,/usr/local/bin,g' -e
's,@dlldir\@,/usr/local/lib64/wine,g' -e 's,@PACKAGE_STRING\@,Wine 1.9.6,g' -e
's,@PACKAGE_VERSION\@,1.9.6,g' wineapploader.in >wineapploader || (rm -f
wineapploader && false)
gcc -m64 -c -o make_xftmpl.o make_xftmpl.c -I. -I../include -D__WINESRC__ -Wall
-pipe -fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wstrict-prototypes -Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
-gstrict-dwarf -g -O1 -fsanitize=address -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0
gcc -m64 -o make_xftmpl make_xftmpl.o ../libs/port/libwine_port.a
make_xftmpl.o: In function `exit_on_signal':
/home/abuchbinder/software/wine/tools/make_xftmpl.c:413: undefined reference to
`__asan_handle_no_return'
make_xftmpl.o: In function `fatal_error':
/home/abuchbinder/software/wine/tools/make_xftmpl.c:127: undefined reference to
`__asan_handle_no_return'
...
and so on. The problem here is that the command:
gcc -m64 -o make_xftmpl make_xftmpl.o ../libs/port/libwine_port.a
should be:
gcc -m64 -o make_xftmpl make_xftmpl.o ../libs/port/libwine_port.a
-fsanitize=address
I can work around this in part with:
$ find . -name Makefile|xargs perl -pi -e 's/^(CC = gcc -m64)$/\1
-fsanitize=address/'
... but that's probably not the right way to do this, and it only works for
tools/ and not dlls/ anyway. My Makefile-fu is not strong; I'm sure I'm missing
something about how the configuration system works, but I'm equally sure that
this is something worth reporting even if I'm not entirely certain what's going
on.
--
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=34936
Bug #: 34936
Summary: Sky flickers in War Thunder
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fasteddie05(a)gmx.de
Classification: Unclassified
When playing War Thunder Version 1.35. the sky is flickering using no extra
(native) dlls.
--
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=14916
Summary: Dameware NTutilities crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.dameware.us/files/DNTU6x.msi
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15493)
--> (http://bugs.winehq.org/attachment.cgi?id=15493)
crash log
Reported by a user on user-list. Crashes in comctl32. I'll attach the crash
log.
After winetricks cc580, it crashes in unimplemented function in activeds. I'll
send a patch for the latter crash to wine-patches. After that, the main gui is
up 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.
http://bugs.winehq.org/show_bug.cgi?id=12544
Summary: Adobe Acrobat Pro 6 -- Save As Certified Document fails
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Acrobat Pro offers a feature to digitally sign documents.
Under the File menu, selecting Save As Certified Document produces a msgbox
that prompts user to Get Digital ID From Adobe Partner. Clicking on the button
shown makes the msgbox go away, but then nothing happens.
--
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=36231
Bug ID: 36231
Summary: SfcIsFileProtected function unimplented
Product: Wine
Version: 1.7.18
Hardware: x86
URL: http://www.gamershell.com/download_36990.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
sha1sum Drakensang_DEMO_setup_ENGLISH.exe
2e47a2fbc7307e736394bf1d2b1a2f09c497c7a1
Size 500,7Mb.
I installed the demo into clean prefix and noticed at command line:
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Drakensang -
DEMO\\unins000.exe") stub
Which lead me here
http://msdn.microsoft.com/en-us/library/windows/desktop/aa382536%28v=vs.85%…
SfcIsFileProtected function
Determines whether the specified file is protected. Applications should avoid
replacing protected system files.
Syntax
C++
BOOL SfcIsFileProtected(
_In_ HANDLE RpcHandle,
_In_ LPCWSTR ProtFileName
);
Parameters
RpcHandle [in]
This parameter must be NULL.
ProtFileName [in]
The name of the file.
Return value
If the file is protected, the return value is a nonzero value.
If the file is not protected, the return value is zero.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40419
Bug ID: 40419
Summary: Blade and Soul installer crashes
Product: Wine-staging
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linuxdonald(a)posteo.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The installer crashes with:
wine: Call from 0x7b43cd3c to unimplemented function
sfc.dll.SRSetRestorePointW, aborting
wine: Unimplemented function sfc.dll.SRSetRestorePointW called at address
0x7b43cd3c (thread 0009), starting debugger...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40452
Bug ID: 40452
Summary: Devil May Cry 4 Benchmark instillation fails
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: levanchelidze(a)gmail.com
Distribution: ---
Created attachment 54201
--> https://bugs.winehq.org/attachment.cgi?id=54201
becktrace
I tried to install dmc 4 benchmark on a clean prefix and the installation
crashed
--
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.