https://bugs.winehq.org/show_bug.cgi?id=42925
Bug ID: 42925
Summary: strftime() truncates output inappropriately when %z is
used
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: mark+winebugs(a)carnildo.com
Distribution: ---
strftime(buffer, 10000, "Diagnostic report generated at %c %z by version ",
now);
On Windows (every version I've tested), this produces output similar to
Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time by
version
On Wine, it instead produces
Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time
(note the truncation after the time zone).
--
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=34977
Bug #: 34977
Summary: WinDjView: missing checkbox in the set as default
viewer dialog
Product: Wine
Version: 1.7.6
Platform: x86
URL: http://downloads.sourceforge.net/windjview/WinDjView-2
.0.2-Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gohabsgo60(a)yahoo.ca
Classification: Unclassified
Created attachment 46610
--> http://bugs.winehq.org/attachment.cgi?id=46610
WINEDEBUG=hook,msgbox log
to reproduce:
run installer in a clean prefix
* uncheck 'Associate with Djvu files'
* make sure 'Run WinDjView' is checked
the installer completes, the program starts and a dialog appears warning about
WinDjView not being the default viewer. this dialog has a checkbox missing and
some other stuff is wrong too.
The program's source can be downloaded here:
http://sourceforge.net/projects/windjview/files/WinDjView/2.0.2/WinDjView-2…
it requires vc++ pro to compile due to usage of MFC.
the relevant code is in WinDjView.cpp inside the functions
int CDjViewApp::DoMessageBox(LPCTSTR lpszPrompt, UINT nType, UINT nIDHelp,
const MessageBoxOptions& mbo)
and
LRESULT CALLBACK CDjViewApp::MBHookProc(int nCode, WPARAM wParam, LPARAM
lParam)
the first function sets a CBT hook and creates the dialog and the second one is
the CBT hook itself which performs the dialog's custom initialization.
i have included a winedebug log. please note that CBT hook 0x4776d0 is the one
that matters here. the other one (0x4e79f6) is used internally by MFC.
--
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=42962
Bug ID: 42962
Summary: ffxiv dx11
fixme:d3d11:d3d11_immediate_context_ClearState iface
0x2c94cd0 stub!
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv
--
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=42905
Bug ID: 42905
Summary: Compile error Undefined GNUTLS_MAC_AEAD
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
schannel_gnutls.c: In function ‘schannel_get_mac_algid’:
schannel_gnutls.c:329:10: error: ‘GNUTLS_MAC_AEAD’ undeclared (first use in
this function)
case GNUTLS_MAC_AEAD:
commit ffefa721ba4a0d8c35393b11238226e0d64a98ae
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Tue Apr 18 21:49:32 2017 +0900
secur32: Return PRF algorithm value when using GCM.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=42605
Bug ID: 42605
Summary: B4J (Basic 4 Java) crashes when click menu
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.mare(a)gmail.com
Distribution: ---
Created attachment 57550
--> https://bugs.winehq.org/attachment.cgi?id=57550
Crash log.
Application B4J crashes when I use menu.
This issue is new on WineHQ version 2.3 (Not reproduced with version 2.2).
Informations about application B4J :
https://www.b4x.com/b4j.html
used Framework dotnet 4
--
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=42478
Bug ID: 42478
Summary: 'O_CLOEXEC' undeclared
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 57332
--> https://bugs.winehq.org/attachment.cgi?id=57332
log.txt
# gcc --version
gcc (GCC) 4.2.2
kernel version number
# uname -r
2.6.30.5
# ldd --version
ldd (GNU libc) 2.6.1
wine-2.2 does not finish compiling.
--
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=39314
Bug ID: 39314
Summary: WAtomic: Black OpenGL (wgl) components
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
WAtomic should show molecules like this:
http://www.chip.de/ii/126792410_9fa15dc3be.jpg
However, all I'm getting in wine is black components, as seen here:
http://screencast.com/t/LZCBmfcIsCU
$ openssl sha1 WAtomic_1_2_3_257.msi
SHA1(WAtomic_1_2_3_257.msi)= 62e531f3bbfed7a9893ef49c20ff1826dffee09f
--
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=40955
Bug ID: 40955
Summary: Steam version of Left 4 Dead 2 v2.1.4.6 crashes
randomly in threadtools.cpp:3272
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: manoa(a)manoa.flnet.org
Distribution: ---
Created attachment 55094
--> https://bugs.winehq.org/attachment.cgi?id=55094
terminal output of the crash
the bug appears to be specific to multiplayer aspect of the game
--
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=42935
Bug ID: 42935
Summary: Dawn of War III crashes with unimplemented function
concrt140.dll.??0scoped_lock_read@reader_writer_lock@C
oncurrency@@QEAA@AEAV12@@Z,
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winecrt0
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 58086
--> https://bugs.winehq.org/attachment.cgi?id=58086
Dawn of War III output, Wine 2.7
Dawn of War III crashes under Wine 2.7 on launch with:
wine: Call from 0x7b450d8e to unimplemented function
concrt140.dll.??0scoped_lock_read@reader_writer_lock@Concurrency@@QEAA@AEAV12@@Z,
aborting
Wine Staging appears to behave the same way.
Log attached.
The game will still fail later on regardless, likely due to Denuvo copy
protection.
--
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=43003
Bug ID: 43003
Summary: the elite fire software stops when I try to begin a
new project
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lepg.11(a)hotmail.com
Distribution: ---
Created attachment 58143
--> https://bugs.winehq.org/attachment.cgi?id=58143
Information about error
I've an app that I use in windows to perform sprinkler systems calculations.
When I try to open with wine, it starts good, but when I try to open a new
project or an existing project the program stops. And I can't do anything.
I attach the information about the error it would be very useful for my work if
you can help me with that.
Thanks.
--
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.