https://bugs.winehq.org/show_bug.cgi?id=43441
Bug ID: 43441
Summary: NVAPI unimplemented functions
Product: Wine-staging
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Since the staging part of wine just started working on the nvapi, i have
"collected" more common nvapi calls. In this case none of the reported
functions are breaking, but asked for by games.
Rise of the Tomb Raider and Tomb Raider 2013:
fixme:nvapi:unimplemented_stub function 0xdc6dc8d3 is unimplemented!
Spintires:
fixme:nvapi:unimplemented_stub function 0x6c2d048c is unimplemented!
Beamng.Drive:
fixme:nvapi:unimplemented_stub function 0x694d52e is unimplemented!
--
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=43946
Bug ID: 43946
Summary: wineboot crashes with stack smashing on aarch64
Product: Wine
Version: 2.19
Hardware: aarch64
OS: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: loader
Assignee: nerv(a)dawncrow.de
Reporter: austinenglish(a)gmail.com
Regression SHA1: 27e92e550c2b86d5ebd4966926c1fcde03838dcc
Distribution: Ubuntu
austin@gcc116:~/wine-git$ rm -rf ~/.wine ; ./wine wineboot
wine: created the configuration directory '/home/austin/.wine'
*** stack smashing detected ***: C:\windows\system32\rundll32.exe terminated
wine: Assertion failed at address 0x7f966f6af8 (thread 0010), starting
debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 15 100") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:seh:RtlUnwind Not implemented on ARM64
err:winediag:nodrv_CreateWindow Application tried to create a window, but no
driver could be loaded.
err:winediag:nodrv_CreateWindow Make sure that your X server is running and
that $DISPLAY is set correctly.
*** stack smashing detected ***: C:\windows\syswow64\rundll32.exe terminated
wine: Assertion failed at address 0x7fa289caf8 (thread 0016), starting
debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 21 56") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:seh:RtlUnwind Not implemented on ARM64
wine: configuration in '/home/austin/.wine' has been updated.
Noticed on GCC Compiler farm machine.
--
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=43332
Bug ID: 43332
Summary: rsaenh: Warning and notes while building (GCC 7.1.1)
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rsaenh
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
rsaenh.c: In function ‘create_container_key.constprop’:
rsaenh.c:156:23: warning: ‘%s’ directive writing up to 259 bytes into a region
of size 235 [-Wformat-overflow=]
#define RSAENH_REGKEY "Software\\Wine\\Crypto\\RSA\\%s"
^
rsaenh.c:156:23: note: in definition of macro ‘RSAENH_REGKEY’
#define RSAENH_REGKEY "Software\\Wine\\Crypto\\RSA\\%s"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rsaenh.c:1102:5: note: ‘sprintf’ output between 26 and 285 bytes into a
destination of size 260
sprintf(szRSABase, RSAENH_REGKEY, pKeyContainer->szName);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wine-2.12-103-g989a9dc917
--
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=43335
Bug ID: 43335
Summary: wintrust: Warning and note while building (GCC 7.1.1)
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
asn.c: In function ‘CRYPT_AsnDecodeOidIgnoreTag’:
asn.c:1847:50: warning: ‘snprintf’ output may be truncated before the last
format character [-Wformat-truncation=]
snprintf(firstTwo, sizeof(firstTwo), "%d.%d",
^~~~~~~
asn.c:1847:13: note: ‘snprintf’ output between 4 and 7 bytes into a destination
of size 6
snprintf(firstTwo, sizeof(firstTwo), "%d.%d",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pbEncoded[1 + lenBytes] / 40,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pbEncoded[1 + lenBytes] - (pbEncoded[1 + lenBytes] / 40)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* 40);
~~~~~
wine-2.12-103-g989a9dc917
--
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=43333
Bug ID: 43333
Summary: shell32: Warning and notes while building (GCC 7.1.1)
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
In file included from ../../include/windef.h:266:0,
from shfldr_fs.c:35:
shfldr_fs.c: In function ‘ISFHelper_fnCopyItems’:
../../include/winnt.h:5438:44: warning: ‘memset’ used with length equal to
number of elements without multiplication by element size [-Wmemset-elt-size]
#define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length))
^
../../include/winbase.h:2790:24: note: in expansion of macro ‘RtlZeroMemory’
#define ZeroMemory RtlZeroMemory
^~~~~~~~~~~~~
shfldr_fs.c:1318:13: note: in expansion of macro ‘ZeroMemory’
ZeroMemory(wszDstPath, MAX_PATH+1);
wine-2.12-103-g989a9dc917
--
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=43336
Bug ID: 43336
Summary: propsys: Warning and notes while building (GCC 7.1.1)
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
propvar.c: In function ‘PropVariantChangeType’:
propvar.c:61:23: warning: ‘.’ directive output may be truncated writing 1 byte
into a region of size between 0 and 16 [-Wformat-truncation=]
format,
^~~~~~
propvar.c:61:23: note: directive argument in the range [0, 65535]
propvar.c:60:13: note: ‘snprintf’ output between 24 and 42 bytes into a
destination of size 35
snprintf( ppropvarDest->u.pszVal, sizeof(format),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
format,
~~~~~~~
time.wYear, time.wMonth, time.wDay,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time.wHour, time.wMinute, time.wSecond,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time.wMilliseconds );
~~~~~~~~~~~~~~~~~~~~
wine-2.12-103-g989a9dc917
--
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=16499
Summary: Adobe Photoshop CS4 crashes upon using text input tool
Product: Wine
Version: 1.1.7
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maevey(a)hotmail.com
Created an attachment (id=17921)
--> (http://bugs.winehq.org/attachment.cgi?id=17921)
Terminal output log
Photoshop installs and starts okay. All tools seem to work (after basic
testing). Clicking on the text input tool causes application to crash.
Log attached
Using Ubuntu 8.10
--
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=37000
Bug ID: 37000
Summary: DELISprint does not run
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hans011(a)ib-lederer.de
Created attachment 49155
--> http://bugs.winehq.org/attachment.cgi?id=49155
Command line messages, from a run on Linux Mint Debian Ed. x64 / Mate Desktop
and Wine 1.7.15
DELISprint is an online/offline parcel check-in and label print application
from DPD, a large German parcel service.  It is necessary for business
customers of DPD. You need to be a registered customer to really use it, but
it can be freely tried in demo mode. It may be freely downloaded from
http://delisprint.dpd.com/download/v5/DELISprint_Setup.exe (Ver. 5.6.7.0, 30
MB).
According to its included Help PDF it is written for Win 2000/XP, but runs also
on Win 7. It seems to make heavy use of a Jet DB and brings 30 dlls. Prior to
installation in a new WINEPREFIX it needs jet40 and mdac28 via winetricks.
With these prerequisites DELISprint_Setup.exe installs. On first start it
automatically imports quite a lot of CSV data into its DB and then seems to
work. But on exit and second start it hangs at its splash screen, the Wine
debugger window opens but remains empty.
The same happened with Wine 1.7.11 and Wine 1.6.2 on an x86 installation.
I found one old unanswered forum thread with the same problem:
http://www.winehq.org/pipermail/wine-users/2012-March/104110.html
See attached command line messages, from a run on Linux Mint Debian Ed. x64 /
Mate Desktop and Wine 1.7.15, after clicking »Close« in the debugger window and
then pressing Ctrl-C because the program didn't close.
--
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=39194
Bug ID: 39194
Summary: Crysis displays nothing but black
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tblodt(a)icloud.com
Crysis displays nothing but black. You can hear the audio, though.
The log contains these two lines, over and over and over:
fixme:wgl:macdrv_wglSwapBuffers current context 0x17a830 doesn't match hdc
0x50046; can't swap
err:d3d:swapchain_blit >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION
(0x506) from Swapchain present blit(EXT_framebuffer_blit)
@ swapchain.c / 338
This bug is not present in Wine Staging, but I can't find the patch that fixed
the problem. Sometime, I'll try bisecting.
--
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=43702
Bug ID: 43702
Summary: No comments shown if no maintainers for app
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: azrdev(a)qrdn.de
Distribution: ---
If an app has no maintainers, it shows "comments disabled", and one cannot
enter new comments. This is useful, because no one would moderate them.
However, it would still be useful to see the backlog of old comments, which may
contain hints and workarounds posted by users (when there still were
maintainers).
--
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.