https://bugs.winehq.org/show_bug.cgi?id=40137
Bug ID: 40137
Summary: schannel does not work
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darkwingbuck13(a)gmail.com
Distribution: ---
I tried installing the newest version of ETS2MP, Truckers MP. The ETS2 base
game works fine and plays normally. ETS2MP, however, depends on schannel, which
causes the program to not launch because schannel does not work in Wine.
--
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=43425
Bug ID: 43425
Summary: 64-bit .NET application crashes with
NullReferenceException
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: tjroamer(a)gmail.com
Distribution: ---
Created attachment 58791
--> https://bugs.winehq.org/attachment.cgi?id=58791
back trace of the bug
I encountered a problem with the 64-bit .NET Framework:
My C# program is very simple:
Code:
static void Main(string[] args)
{
System.Console.WriteLine("Hello world!");
Debug.WriteLine("Debug Hello world!");
}
I installed the WINE-2.12 64-bit on CentOS 7 (3.10.0-514.21.1.el7.x86_64) and
installed the .NET Framework 4.6.1 onto it. Before installing the .NET
Framework, I removed wine-mono. I got the following error message when I tried
to run the above program:
Hello world!
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at System.Diagnostics.DiagnosticsConfiguration.Initialize()
at System.Diagnostics.DiagnosticsConfiguration.get_IndentSize()
at System.Diagnostics.TraceInternal.InitializeSettings()
at System.Diagnostics.TraceInternal.WriteLine(String message)
at ConsoleApplication3.Program.Main(String[] args)
wine: Unhandled page fault on read access to 0x00000000 at address 0x1aa460fd
(thread 0009), starting debugger...
The problem is with the line "Debug.WriteLine(...)". However, the same
application compiled with 32-bit works well.
I found out that I got the similar error at other positions when I ran our
in-house 64-bit .NET program, even if I don't use Debug.WriteLine(...), so I
created the hello-world program to reproduce it.
My final goal is: run our 64-bit .NET application on a 64-bit WINE with .NET
Framework 4.6.1.
--
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=39955
Bug ID: 39955
Summary: Wine 1.8 crash app pCon Planner
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: valentino.mannara(a)gmail.com
Distribution: ---
Created attachment 53384
--> https://bugs.winehq.org/attachment.cgi?id=53384
file crash report
pCon Planner crash app.
Link app: http://pcon-planner.com/en/download/
--
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=40005
Bug ID: 40005
Summary: ElicaLogo doesn't show the Help Library
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jotape1960(a)yahoo.com
Distribution: ---
ElicaLogo is a variation of the well-known Logo programming language (the great
turtle and its graphic world).
This software was made to Windows XP enviroment and its last upgrade was at
2003.
This software comes with a very large Help Menu, which should be diplayed on a
dockable window panel. It has a lot of text and images and samples codes to
teach all about the internal ElicaLogo commands.
In Windows XP, Vista, 7 and 8, it works so fine, all the Help menu is
displayed.
In Linux (Ubuntu and Lubuntu) we can not to see any on the Help menu window.
The ElicaLogo Help Menu is on a directory with a lot of text, jpg and HTML
format files.
--
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=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=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.