https://bugs.winehq.org/show_bug.cgi?id=40458
Bug ID: 40458
Summary: Photoshop CC 2015 Amtlib issues
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: msnduy(a)hotmail.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54210
--> https://bugs.winehq.org/attachment.cgi?id=54210
logs
I have issues with running Photoshop CC 2015 (64bit) in Wine-Staging.
It installs fine with both staging and stable (PDApp only works with Staging).
But I can't start it in staging without an error although in wine stable it
works normally but the user interface of photoshop is somehow not correctly
rendered.
Wine-Staging (Compiled from git upstream):
Photoshop shows an error with the error code 16. By luck I also came across the
amtlib.log file which also contained error message with the same error code,
saying:
04/12/16 22:38:32:097 | [ERROR] | | | | AMT | | | 57 | Error: Failed to
update RW check key !
04/12/16 22:38:32:097 | [ERROR] | | | | AMT | | | 57 | ERROR: SLCache is
not writable, hence exiting. (Errno = 16)
I am sure it's the amtlib what is causing the issue as I didn't get these lines
with wine-stable.
The tricky part is that I don't know what patch from wine-staging is causing
this issue.
I attached the log files which are interesting.
I am not sure now how to debug this further as the wine debug output isn't
helpful either (basically the same output as wine stable).
What might by broken can be Registry/memory/file access, the problem is that I
don't know what api calls amtlib is doing.
Well, if someone can give me further instructions how to debug the issue I
would be glad. Also if you have enough time or whatsoever you could try install
Photoshop CC 2015 :).
--
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=41544
Bug ID: 41544
Summary: Pressing L-ALT key loses focus from game
Product: Wine-staging
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xkendy(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Uppon started game, after I press button L-ALT, the game lose mouse focus.
Focus mouse pointer is in system (above the game window). After another
pressing L-ALT, or mouse click focus is returned to game.
Affected (tested) games: World Of Tanks (patch 0.9.16), World Of Warplanes
(patch 1.9.6).
How to reproduce:
Fresh instalation WOT and WOWP using this guide for WOT:
https://www.youtube.com/watch?v=CTU0vICF9O4
WOT:
1.9.20-staging L-ALT problem present
1.9.19-staging (or lower): wot not work
WOWP:
1.9.20-staging L-ALT problem present
1.9.19-staging (or lower): L-ALT work correctly
Tested on:
- old installed game WOT
- fresh installed WOT (using guid on youtube)
- fresh installed WOWP (using guid on youtube for WOT)
System: UBUNTU 14.04 LTS x86_64, Graphics: GeForce GT640 (driver 340, tested
also version 372), 8GB RAM, CPU: i5
--
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=42287
Bug ID: 42287
Summary: Shantae and the Pirate's Curse - moving sprites leave
smudges behind them
Product: Wine-staging
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56997
--> https://bugs.winehq.org/attachment.cgi?id=56997
Screenshot of the problem
Any moving sprites in the game cinematics leave behind a solitaire-like smudge.
(Note that the game doesn't run on vanilla wine, it needs staging patches for
the CreateDeferredContext call.)
--
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=42328
Bug ID: 42328
Summary: Wine does not build on macos os x if --with-gnutls is
passed to configure and gnutls is installed
Product: Wine-staging
Version: 2.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davec.bugs(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:891:5: error: unknown type
name 'gnutls_cipher_hd_t'
gnutls_cipher_hd_t handle;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:907:10: error: use of
undeclared identifier 'libgnutls_handle'
if (!libgnutls_handle) return STATUS_INTERNAL_ERROR;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:975:8: error: unknown type
name 'gnutls_cipher_algorithm_t'
static gnutls_cipher_algorithm_t get_gnutls_cipher( const struct key *key )
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:983:38: error: use of
undeclared identifier 'GNUTLS_CIPHER_AES_128_GCM'
case MODE_ID_GCM: return GNUTLS_CIPHER_AES_128_GCM;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:985:38: error: use of
undeclared identifier 'GNUTLS_CIPHER_AES_128_CBC'
default: return GNUTLS_CIPHER_AES_128_CBC;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:989:16: error: use of
undeclared identifier 'GNUTLS_CIPHER_UNKNOWN'
return GNUTLS_CIPHER_UNKNOWN;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:995:5: error: use of
undeclared identifier 'gnutls_cipher_algorithm_t'
gnutls_cipher_algorithm_t cipher;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:996:5: error: use of
undeclared identifier 'gnutls_datum_t'
gnutls_datum_t secret, vector;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1001:9: warning: implicit
declaration of function 'pgnutls_cipher_deinit' is invalid in C99
[-Wimplicit-function-declaration]
pgnutls_cipher_deinit( key->handle );
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1005:10: error: use of
undeclared identifier 'cipher'
if ((cipher = get_gnutls_cipher( key )) == GNUTLS_CIPHER_UNKNOWN)
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1005:48: error: use of
undeclared identifier 'GNUTLS_CIPHER_UNKNOWN'
if ((cipher = get_gnutls_cipher( key )) == GNUTLS_CIPHER_UNKNOWN)
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1008:5: error: use of
undeclared identifier 'secret'
secret.data = key->secret;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1009:5: error: use of
undeclared identifier 'secret'
secret.size = key->secret_len;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1012:9: error: use of
undeclared identifier 'vector'
vector.data = iv;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1013:9: error: use of
undeclared identifier 'vector'
vector.size = iv_len;
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1016:16: warning: implicit
declaration of function 'pgnutls_cipher_init' is invalid in C99
[-Wimplicit-function-declaration]
if ((ret = pgnutls_cipher_init( &key->handle, cipher, &secret, iv ? &vector
: NULL )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1016:74: error: use of
undeclared identifier 'vector'
if ((ret = pgnutls_cipher_init( &key->handle, cipher, &secret, iv ? &vector
: NULL )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1016:51: error: use of
undeclared identifier 'cipher'
if ((ret = pgnutls_cipher_init( &key->handle, cipher, &secret, iv ? &vector
: NULL )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1016:60: error: use of
undeclared identifier 'secret'
if ((ret = pgnutls_cipher_init( &key->handle, cipher, &secret, iv ? &vector
: NULL )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1018:9: warning: implicit
declaration of function 'pgnutls_perror' is invalid in C99
[-Wimplicit-function-declaration]
pgnutls_perror( ret );
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1029:16: warning: implicit
declaration of function 'pgnutls_cipher_add_auth' is invalid in C99
[-Wimplicit-function-declaration]
if ((ret = pgnutls_cipher_add_auth( key->handle, auth_data, len )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1043:16: warning: implicit
declaration of function 'pgnutls_cipher_encrypt2' is invalid in C99
[-Wimplicit-function-declaration]
if ((ret = pgnutls_cipher_encrypt2( key->handle, input, input_len, output,
output_len )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1057:16: warning: implicit
declaration of function 'pgnutls_cipher_decrypt2' is invalid in C99
[-Wimplicit-function-declaration]
if ((ret = pgnutls_cipher_decrypt2( key->handle, input, input_len, output,
output_len )))
^
/Users/dave/src/wine-git/dlls/bcrypt/bcrypt_main.c:1070:16: warning: implicit
declaration of function 'pgnutls_cipher_tag' is invalid in C99
[-Wimplicit-function-declaration]
if ((ret = pgnutls_cipher_tag( key->handle, tag, len )))
^
7 warnings and 17 errors generated.
make[1]: *** [bcrypt_main.o] Error 1
make: *** [dlls/bcrypt] Error 2
--
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=42121
Bug ID: 42121
Summary: Most graphics invisible in Tradewinds 2
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 56654
--> https://bugs.winehq.org/attachment.cgi?id=56654
Main menu with missing graphics
Xubuntu 14.04 (and 16.04) x86_64, AMD Phenom 9550, GeForce GTX 750Ti with
Nvidia 340.98 driver.
Windows version: Windows XP
Wine Staging (wine PPA) and git
There's a regression in Tradewinds 2. Most graphics are now white starting at
the main menu. Worked with 1.7.34 when I last filed a test report.
It works with 1.7.55 and 1.8.0 from the repos so I began regression testing. I
first compiled from git at current head a few days ago and retested.
Unexpectedly the game worked properly - all graphics were shown. I retested
2.0-rc3 from the PPA on Xubuntu 16.04 and most graphics were white again.
Seems like there is a problem with the PPA packages.
The game is available from IPlay (60 minute demo limit):
http://www.iplay.com/games/tradewinds-2
The EXE is actually an installer for their download manager:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=34624
The error is present with both IPlay and CD versions.
--
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=39348
Bug ID: 39348
Summary: Multiple games hang on exit when CSMT enabled
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://www.fileplanet.com/191497/190000/fileinfo/Nikop
ol:-Secrets-of-the-Immortals-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de,
stefan(a)codeweavers.com
Distribution: ---
Created attachment 52444
--> https://bugs.winehq.org/attachment.cgi?id=52444
winedbg bt all
I have some games that freeze on exit when CSMT is enabled.The game executable
remains in memory and constantly uses 100% cpu after exiting the game.
Most of the games with this problem are older titles, using Directx 6-8, some
of them are newer ones, built on DX9.
With disabled CSMT those games always quit properly.
Plain terminal output doesn't show anything related.
Reproduced with nvidia binary driver 340.93 and nouveau/mesa git.
Two examples:
1. Freespace 2 demo (DX7, 60M):
http://www.fileplanet.com/126954/120000/fileinfo/Freespace-2-Demo-
(in the launcher select <Detect Available cards>, then select a video mode with
3D support, start the game. In the main menu press <Esc> a couple times to quit
the demo).
2. Nikopol demo (DX9, 355M):
http://www.fileplanet.com/191497/190000/fileinfo/Nikopol:-Secrets-of-the-Im…
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV92
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel
--
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=42529
Bug ID: 42529
Summary: Just Cause 2 crashes silently
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57431
--> https://bugs.winehq.org/attachment.cgi?id=57431
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=nvcuda(disabled)
I guess we get no error message due anti-debug features in just cause 2
--
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=40943
Bug ID: 40943
Summary: System Shock demo (DX 11): loads to a white screen
then switches to a black screen
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55080
--> https://bugs.winehq.org/attachment.cgi?id=55080
Terminal output Wine 1.9.14
When attempting to run the demo for the System Shock remake, it loads to a
white screen and then after a minute or so it switches to a black screen. I can
hear the game's ambient music and sound effects and I assume that, if the game
could render graphics in Wine, I am in the main menu screen.
Windows 7 64-bit prefix Wine 1.9.14
--
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=41573
Bug ID: 41573
Summary: Battle.net: SystemSurvey.exe crashes on starting
Battle.net
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 55909
--> https://bugs.winehq.org/attachment.cgi?id=55909
Terminal output
On starting Battle.net immediately a window is shown that SystemSurvey.exe has
encountered a problem but this doesn't seem to affect directly the Battle.net
launcher as it continues to work. In the attachments is the terminal output.
--
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=29474
Bug #: 29474
Summary: IconsExtract: Tooltips for Search, Save, Copy, [icon]
Properties, and Close buttons do not appear when
hovering mouse over button.
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply open IconsExtract (either version 1.46 or 1.47) in Wine (haven't seen a
Wine version be able to do this) and hover your mouse over the buttons on the
top that have picture icons (Magnifying glass for Search, Floppy diskette for
Save, Finger pointing to a piece of paper for [icon] properties, and an arrow
pointing out an ajar door for Quit). A tooltip is supposed to appear saying
what the button does when the mouse is hovered over, but no tooltip appears.
There is zero terminal output. Nada. None. Not even a single stub or fixme.
And yes Gecko was installed, and yes it was a clean prefix.
--
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.