https://bugs.winehq.org/show_bug.cgi?id=39388
Bug ID: 39388
Summary: Tried to use Don't starve won't start and it popped up
an error
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hugoandre96_sci(a)hotmail.com
Distribution: ---
Created attachment 52497
--> https://bugs.winehq.org/attachment.cgi?id=52497
Error details
Tried to use Don't starve.exe and it popped up an error
--
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=42643
Bug ID: 42643
Summary: winecfg: Race condition causing winecfg window to
break out of emulated virtual desktop
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lucianposton(a)gmail.com
Distribution: ---
When Emulate a virtual desktop is enabled, winecfg sometimes displays as a
standalone window _outside_ of the emulated virtual desktop. The repro is
inconsistent -- sometimes I have to open winecfg 20+ times to repro, and
sometimes it happens back-to-back.
When it occurs, _sometimes_ the following appears in the console, but not
always:
$./wine winecfg
wine: Unhandled page fault on read access to 0x00000014 at address 0x7bc50d57
(thread 002d), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc50d57
There is a secondary issue that arises when this race condition occurs. If the
race condition occurs, when the dislocated winecfg window is on a non-primary X
monitor, the winecfg window because unresponsive. It does not appear to respond
to mouse or keyboard input (escape key will close the window though). If I drag
the window back to the X primary monitor, it behaves normally again. In other
words, when the winecfg window is not contained within the emulated virtual
desktop AND is on a non-primary X monitor, the winecfg window is unresponsive.
I have repro'd this in 1.9.20-staging, 2.3, and the current master branch
(commit 4b14459). It occurs in both 64bit and WINARCH=win32.
--
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=12799
Summary: Notepad++ : auto-completion window appears with a title
bar which is not the case under windows
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leohome(a)free.fr
Auto-completion feature works fine but when I use it, the window appears with
the title bar which is not the case under windows. This title bar hide the text
behind which prevents me to use this feature. (see attachment)
This problem occurs with all wine versions I have tested: 0.9.5x up to 0.9.60.
kubuntu 7.10
notepad++ version: all recent one I have tested
--
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=42535
Bug ID: 42535
Summary: Spintires has a minor graphic glitch
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57436
--> https://bugs.winehq.org/attachment.cgi?id=57436
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
https://bugs.winehq.org/show_bug.cgi?id=39755 <- should be fixed by wine-2.2
(Staging), at least i don't have this bug anymore now
Video of the Bug: https://youtu.be/DMNgw6b8KZk
--
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=41724
Bug ID: 41724
Summary: Wine Config -> Drives -> Autodetect crashed.
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bhendry(a)cheerful.com
Distribution: ---
Created attachment 56158
--> https://bugs.winehq.org/attachment.cgi?id=56158
Wwine Config Error log
First time I tried to start Wine Config failed. Instructions say to submit bug
report. See attached log.
This is the first time I attempted to use Wine. I was in Wine Config -> Drives
-> Autodetect when it crashed.
Hardware is actually amd64
--
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=40795
Bug ID: 40795
Summary: Any Direct3D10 application crashes when using native
d3d10.dll after commit
fcc8553d8b8075542cd3edf26276c1915d29b0da
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 54708
--> https://bugs.winehq.org/attachment.cgi?id=54708
Sample app, patch, working compiled binaries
When you use native d3d10.dll from Windows Vista any Direct3D 10 application
crashes after start.
Precondition:
1. You need to implement simple stub export function D3D10CoreGetVersion to
d3d10core.dll
2. You need d3d10.dll at least from Windows Vista RTM
Steps to repro:
1. Apply patch 0001-d3d10core-Add-D3D10CoreGetVersion-implementation.patch
2. Compile WineD3D including this patch also Wine-Staging patches are
recommended
3. Copy and paste native d3d10.dll from Windows Vista to a folder where app's
executeble is
3. Start app
As I figured out this is a regression after commit
https://github.com/wine-mirror/wine/commit/fcc8553d8b8075542cd3edf26276c191…
Because before this commit I was able to run Direct3D 10 applications using
native d3d10.dll and implementing stub function D3D10CoreGetVersion()
--
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=33136
Bug #: 33136
Summary: TTS Balabolka not show list of voices
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burrbull(a)yandex.ua
Classification: Unclassified
TTS program Balabolka (http://www.cross-plus-a.com/balabolka.htm) and its
console version give error
err:ole:CoGetClassObject class {d941651c-44e6-4c17-badf-c36826fc3424} not
registered
when try show list of voices.
--
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=42531
Bug ID: 42531
Summary: Red Faction Armageddon has minor graphic glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has Directx9 and DirectX10/11 support.
The performance was better in wine-2.1 (Staging)
Video: https://youtu.be/i-svamT37PM
Logfile: https://dl.dropboxusercontent.com/u/16996758/winelogrfa.txt
--
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=36423
Bug ID: 36423
Summary: League of Legends : store menu doesn't display
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Created attachment 48455
--> http://bugs.winehq.org/attachment.cgi?id=48455
terminal output without specific channels
In the League of Legends menu, when I try to access to the store menu, I only
see a black background with nothing displaying.
Gentoo kernel 3.12.13, nvidia GT630, drivers 331.49-r3, Xorg 1.15.0
Here is terminal output, tell me if you need more specific debug channel please
--
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=35510
Bug ID: 35510
Summary: Adobe CC installer cannot connect to the Internet
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: https://creative.adobe.com/products/photoshop
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47402
--> http://bugs.winehq.org/attachment.cgi?id=47402
wine-1.7.11-206-g82b3813 console output
The Adobe Creative Cloud installer immediately stops and asks the user to
connect to the Internet.
Native winhttp works around the error message but nothing much else occurs.
--
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=42718
Bug ID: 42718
Summary: Photoshop CC 2015 "Double free or corruption" crash
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
Created attachment 57695
--> https://bugs.winehq.org/attachment.cgi?id=57695
Console output with backtrace
Installed and ran PS CC 2015 succesfully as per AppDB instructions. Then, I
used the built in updater to update. After that I get the following error when
trying to run it:
"double free or corruption (!prev): 0x7d0247a0"
Console output with backtrace attached.
OS: Arch 64 bit
Wine Staging
32 bit prefix
--
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=42742
Bug ID: 42742
Summary: Exception when running DDFCreator 3.0
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fxedel(a)gmail.com
Distribution: ---
Created attachment 57745
--> https://bugs.winehq.org/attachment.cgi?id=57745
That's the exception that was created by the DDFCreator program
I successfully installed DDFCreator
(http://www.dmxcontrol.de/downloads/file/49-ddfcreator-3-0.html) with wine, but
when running it, there's an exception: "Specified argument was out of the range
of valid values. Parameter name: Column index is out of range."
--
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=24815
Summary: Far Cry 2: Setting "Shading" option to "High" disables
skybox
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666+wine(a)gmail.com
Hi,
since 1.3.4, Far Cry 2 has worked great! It used to always crash during loading
in 1.1.x version, but that has been fixed. I can now play Far Cry 2 without
rebooting my computer!
However. When I change the shading option in the settings menu from "medium" to
"high", the skybox is no longer rendered. The bug can be seen in the attached
screenshots. I've also attached a screenshot of the offending menu option and a
log of wine.
The command used to start to game was:
wine "/media/Data/Programs/Steam/steamapps/common/far cry 2/bin/FarCry2.exe" 2>
~/wine.log
I will gladly provide any additional information required.
--
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=28636
Bug #: 28636
Summary: Imvu chat client will not start.
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyler.collins(a)live.ca
Classification: Unclassified
After installing, the Imvu login window appears. As soon as you sign in, an
error pops up, stating that a critical error involving
''Devicefingerprint_old.exe''has occured. Then, the imvu logo remains on teh
top bar in Ubuntu 11.10, but will not open the main window. I left it like this
for an entire night (about 9 hours) and it did not open, so it is not a matter
of slow loading. Also, i tried setting the installer, client exe and quality
agent to run on different versions of windows, none of which helped. i also
tried changing the d3dx9_43 library to wine only. Nothing worked. Previous
versions of IMVU simply crash before the login window. Ive tried re-installing
different versions of wine and imvu, and have reinstalled ubuntu 4 times.
--
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=42523
Bug ID: 42523
Summary: Bioshock 2 Remastered crashes on start
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57418
--> https://bugs.winehq.org/attachment.cgi?id=57418
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
--
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=39989
Bug ID: 39989
Summary: The Gameguard 64.des program crashes when it is
running with wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin.moosbauer95(a)web.de
Distribution: ---
Created attachment 53427
--> https://bugs.winehq.org/attachment.cgi?id=53427
Crash Log
When I'm running a Windows game called Elsword, crashes GameGuard and wine
shows me an error message.
--
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=42632
Bug ID: 42632
Summary: attempt to open Doom wine-2.3 staging fails to open
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)fermulator.fastmail.org
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57571
--> https://bugs.winehq.org/attachment.cgi?id=57571
wine patches output
Followed
- https://github.com/wine-compholio/wine-staging/wiki/Installation
Installed Doom (legit version PAID!).
Upon attempt to open, via wine-staging 2.3, nothing really happens but for a
few seemingly irrelevant log messages.
What am I missing?
(is it a bug or user fail?)
{{{
$ /opt/wine-staging/bin/wine64 --version
wine-2.3 (Staging)
$ /opt/wine-staging/bin/wine64 ./DOOMx64.exe
fixme:winediag:start_process Wine Staging 2.3 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
fixme:heap:RtlSetHeapInformation 0x340000 0 0x33fd20 4 stub
fixme:ver:GetCurrentPackageId (0x32ded0 (nil)): stub
}}}
The patches output is attached, and check-libs:
{{{
$ /opt/wine-staging/bin/wine64 --check-libs
libcairo.so.2: /usr/lib/x86_64-linux-gnu/libcairo.so.2
The futex facility returned an unexpected error code.Aborted
}}}
--
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=36064
Bug ID: 36064
Summary: When click on autodetect drives in winecfg, whole
system freezes, REISUB is useless.
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sov.info(a)mail.ru
Created attachment 48249
--> http://bugs.winehq.org/attachment.cgi?id=48249
screenshot
When i click on this button, whole system freezes. It happens random and only
in versions 1.7.16 & 1.7.17.
--
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=40428
Bug ID: 40428
Summary: Lichdom: Battlemage will not launch
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: fjfrackiewicz(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54172
--> https://bugs.winehq.org/attachment.cgi?id=54172
Terminal output for Lichdom Battlemage in Wine 1.9.7 Staging
Hi,
I have a 64-bit prefix with d3dx10 installed via winetricks.
I installed the GOG version of Lichdom Battlemage and I ran the 64-bit version
of the game with "wine LichdomBattlemage.exe" and the game simply refuses to
start.
It fails to load so there's no backtrace but I do have some terminal output in
case it helps any.
--
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=42646
Bug ID: 42646
Summary: GdipDrawPath call raises "Invalid floating point
operation." exception
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: remk_1(a)yahoo.com
Distribution: ---
Created attachment 57579
--> https://bugs.winehq.org/attachment.cgi?id=57579
Testcase - Unzip and run under Wine to see the error
Applications calling GdipDrawPath function (part of gdiplus.dll) raise "Invalid
floating point operation." exception when the following two conditions are met:
- pen width used to draw the path is 1 (the shape is drawed correctly when the
pen is wider)
- the graphics object used to draw the shape is a bitmap (when it is drawn
directly on a form canvas without the temporary bitmap, there is no exception
raised)
See the attached WineGdipBug.exe file that demonstrates the problem. I attach
also a very simple Delphi XE2 source code used to build the testcase.
Under native Windows, the testcase application correctly displays simple form
with a rectangle drawn inside it.
In wine-2.0 or higher, including wine-2.3, the application displays exception
window with a message "Invalid floating point operation." The message is shown
several times, whenever the form has to be repainted.
In older Wine versions up to wine-1.9.9, the exceptions are not risen, but
the path rectangle was not drawn either. Shell windows shows a warning
"fixme:gdiplus:GdipDrawPath graphics object has no HDC", which is probably
related to the bug. Needless to say that the missing frame and warning was just
a little annoyance compared to the current Wine versions, that makes affected
applications almost unusable.
Tested at Fedora 24 and Ubuntu 16.04 LTS
--
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=42100
Bug ID: 42100
Summary: demul v0.7 alpha
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
build date aug 18 2016
--
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=42746
Bug ID: 42746
Summary: Empire Earth don't start
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: petr-akhlamov(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57752
--> https://bugs.winehq.org/attachment.cgi?id=57752
screenshot
Wine 2.4 + Linux Mint 18.1 + Empire Earth 1 (with NOCD)
--
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=35922
Bug ID: 35922
Summary: Texture Corruption of Certain Elements on osu! When
Using AMD Graphics Hardware
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: espionage724(a)gmail.com
Certain textures in osu! become corrupted when ran on AMD graphics hardware
(tested on a 7850, 7660G, and 7670M), regardless of the driver in-use (can
confirm it on various fglrx versions, and mesa/radeon too).
The elements corrupted seem to be the scoreboard, and CtB avatars and fruit
(basically making that game mode entirely unplayable). osu! (Standard), Taiko,
and osu!mania seem unaffected though gameplay-wise (but the scoreboard is still
corrupted.
The song title fly-in when you start a beatmap, and comments seen during
replays are also corrupted.
All corruption can be fixed by either having StrictDrawOrdering set to enabled,
or by using a CSMT-patched version of 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=42294
Bug ID: 42294
Summary: MultiSpec 3.4 32-bit crashes after upgrade to Ubuntu
16.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christopher.legg(a)blueyonder.co.uk
Distribution: ---
Created attachment 57011
--> https://bugs.winehq.org/attachment.cgi?id=57011
backtrace generated after multispec crash
I have been using MultiSpec under Wine on Ubuntu for seven years. Just upgraded
Ubuntu to 16.04. MultiSpec programme loads fine, image for display can be
selected, then band combination. When image display is initiated, programme
crashes. Report is attached.
--
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=36926
Bug ID: 36926
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (codeOneLoopStart)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==14107== Conditional jump or move depends on uninitialised value(s)
==14107== at 0x81280EED: codeOneLoopStart (sqlite3.c:108584)
==14107== Uninitialised value was created by a client request
==14107== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==14107== by 0x7BC4C075: initialize_block (heap.c:240)
==14107== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==14107== by 0x77D619E: msvcrt_heap_alloc (heap.c:70)
==14107== by 0x77D6D63: MSVCRT_malloc (heap.c:408)
==14107== by 0x812510B5: sqlite3MemMalloc (sqlite3.c:15744)
--
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.