https://bugs.winehq.org/show_bug.cgi?id=38925
Bug ID: 38925
Summary: ipstats.c:1992 runtime error: index 32 out of bounds
for type 'char [32]'
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: vitti570(a)gmail.com
Distribution: ---
Running iphlpapi test case, in ipstats.c line 1992
if ((len = readlink( link, name, 32 )) > 0) name[len] = 0
len==32 thus exceeding the bounds of line[32].
I did double check with
if ((len = readlink( link, name, 32 )) > 0) assert(len<32),name[len] = 0
I found this one with a sanitized version of wine.
Best regards
Vittorio
--
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=35493
Bug ID: 35493
Summary: IMVU shows loading bar, but will not start.
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: WhiteTigerTails(a)gmail.com
Classification: Unclassified
Created attachment 47381
--> http://bugs.winehq.org/attachment.cgi?id=47381
backtrace/log
After an install, IMVU will not start after the loading bar. i386 machine
running ATI graphics card. Log posted below.
--
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=38904
Bug ID: 38904
Summary: Ufo Aftermath launcher hangs on start (missing
"HKLM\Software\Microsoft\Windows
NT\CurrentVersion\OpenGLDrivers" registry key)
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
The launcher for the game just hangs after starting with 100% CPU usage, but
there is no visible window at all.
After creating an empty 'OpenGLDrivers' key under
'HKLM\Software\Microsoft\Windows NT\CurrentVersion\' the launcher starts
properly.
Nothing obvious is printed in the terminal.
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers]
--
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=38913
Bug ID: 38913
Summary: valgrind shows some definite leaks in
d3drm/tests/d3drm.c:
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==21842== 36 bytes in 1 blocks are definitely lost in loss record 308 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5BF4: d3drm2_CreateDeviceFromSurface (d3drm.c:597)
==21842== by 0x47A7EBD: test_create_device_from_surface (d3drm.c:2197)
==21842== by 0x47A9D4B: func_d3drm (d3drm.c:2553)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
==21842== 36 bytes in 1 blocks are definitely lost in loss record 309 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5D21: d3drm2_CreateDeviceFromClipper (d3drm.c:616)
==21842== by 0x47A6AC1: test_create_device_from_clipper (d3drm.c:2000)
==21842== by 0x47A9D46: func_d3drm (d3drm.c:2552)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
==21842== 36 bytes in 1 blocks are definitely lost in loss record 310 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5D21: d3drm2_CreateDeviceFromClipper (d3drm.c:616)
==21842== by 0x47A6B52: test_create_device_from_clipper (d3drm.c:2004)
==21842== by 0x47A9D46: func_d3drm (d3drm.c:2552)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
--
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=3297
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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=38953
Bug ID: 38953
Summary: Linux kernel version 4.2 will prevent Battle.net App
from launching in Wine
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
When using Linux kernel version 4.2 (all of the release candidates exhibit this
phenomenon), the Battle.net will fail to launch in Wine (1.7.47). When
switching back to the stable 4.1.2, it will resume functioning as expected.
Obviously, this hints at an issue somewhere in the Linux kernel but,
ultimately, there is no way to bug report on kernel.org when the problem is one
individual application.
There have been some (very) low level changes in the Linux kernel between 4.1
and 4.2 and consequently, it may have affected Wine in some fashion. I suspect
something related to the low level ASM changes (see changelogs for the 4.2
rc's).
This was tested with all currently available release candidates for Linux
kernel version 4.2 (rc1, rc2, rc3).
Hardware: AMD A6-3650
Kernel versions: 4.1.2 amd64 low latency (works); 4.2rc1/rc2/rc3 amd64 low
latency (does not work)
Wine: 1.7.47
Graphics stack: Mesa 10.7 (git, oibaf).
--
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=38418
Bug ID: 38418
Summary: TLS not working in MyTaxExpress on Ubuntu 15.04
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: soft(a)kristal.ca
Distribution: ---
Up until Ubuntu Gnome 14.10 I was able to use TLS 1.2 for submitting tax
returns in MyTaxExpress. As of version 15.04 with Wine 1.74 I'm getting a TLS
error.
For the moment I'm sharing the folder with Win7 in VirtualBox but it's not
nearly as convenient as using it in Wine.
I also have an email checker: PopTray which uses SSL and I have no issues with
at all.
I tried creating a partition with Ubuntu Mate 15.04 with the same result.
Any ideas would be greatly appreciated.
--
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=38376
Bug ID: 38376
Summary: Elder Scrolls V: Skyrim (Steam) launcher.exe fails to
start (crashes), installed thro PlayOnLinux
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lwjohnst(a)gmail.com
Distribution: ---
Created attachment 51223
--> https://bugs.winehq.org/attachment.cgi?id=51223
Backtrace of the log output for the errors and crash report
I have tried installing Skyrim on Ubuntu 14.04 several times. Whether I install
Steam separate and then install Skyrim, or if I install Skyrim via PlayOnLinux,
it crashes at the splash screen. And while I have a 64bit laptop, I use (I
believe) the 32 bit version of Wine for Steam/Skyrim installs.
--
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.