http://bugs.winehq.org/show_bug.cgi?id=33718
Bug #: 33718
Summary: comctl32:propsheet Add button test failure
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A number of VMs report this random test failure:
propsheet.c:543: Test failed: The Add button has not been pressed!
While it is random this test failure is frequent enough to cause significant
pollution of the test results. It has been seen on the following systems:
comctl32 5.82.2900.2180 Windows XP SP2 + IE7
comctl32 5.82.2900.6028 Windows XP SP3 + IE8
comctl32 5.82.3790.3959 Windows 2003 Enterprise Server SP2 + IE8
comctl32 5.82.6002.18305 Windows Vista Home Premium SP2 + IE9
comctl32 5.82.7601.17514 Windows 7 Ultimate SP1 64-bit + IE9 (32-bit tests)
comctl32 5.82.9200.16384 Windows 8
--
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=36255
Bug ID: 36255
Summary: World of tanks doesn't run after upgrade to 0.9
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: makc(a)freebsd.org
Created attachment 48383
--> http://bugs.winehq.org/attachment.cgi?id=48383
with native d3dx9_36
World of tanks fails to run after upgrade from 0.8.1 to 0.9.
Two logs attached, one with clean wine prefix and another one with d3dx9_36
installed via winetricks.
--
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=21879
Summary: Word95 can't create new document
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If i try to create or open a new document, console says:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
and word95 says: "There is insufficient memory. Close extra windows and save
your work."
--
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=39018
Bug ID: 39018
Summary: A9CAD fails to start, throws 'X Error of failed
request: BadValue (integer parameter out of range for
operation)'
Product: Wine
Version: 1.5.15
Hardware: x86
URL: https://archive.org/download/tucows_367351_A9CAD/A9CAD
V2Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 4ac1a5ac608bad7111f7cb99170a3be99b5059f0
Distribution: ---
A9CAD is a freeware 2D CAD application.
After starting the installed app, the loading screen pops up for a brief moment
then A9CAD quits. I'm getting these in the terminal:
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:olepicture:OleLoadPictureEx
(0xa60e74,3270,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f8f4),
partially implemented.
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 333
Current serial number in output stream: 334
Tested and reproduced with nouveau/mesa git and Nvidia binary drivers 340.76
The problem occurs in fullscreen and virtual desktop mode as well.
According to my testing the crash was introduced by
commit 4ac1a5ac608bad7111f7cb99170a3be99b5059f0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 3 11:19:10 2012 +0200
winex11: Allow changing the pixel format of a window from a different
thread.
wine-1.7.48-74-gb3fe96a
Fedora 22
XOrg 1.17.2
A9CADV2Setup.exe (16M)
sha1: f5858385b4acb849c1d6086391ae1d7b37b06d8b
--
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=31889
Bug #: 31889
Summary: Cmd testrunner fails in case of mismatches on
synchronization lines
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Regression SHA1: 81f64ee906888875de10a4c804bed88c103a282c
Cmd testrunner fails/kind of loops when there's an mismatch between actual and
expected outputs on --- synchronization lines ---
Smallest example showing the issue: replace test_builtins.cmd and
test_builtins.cmd.exp respectively by
@echo off
echo --- foo ---
and
--- fo ---
Console output:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so
batch.c && touch batch.ok
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 1 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 2 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 3 (got '---
foo ---', wanted '--- fo ---')
etc.
--
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=37200
Bug ID: 37200
Summary: Warhammer 40k: Kill Team (Steam version) does not
start
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
A game Warhammer 40,000: Kill Team
http://store.steampowered.com/app/275610/
does not start. Console log in attachement.
OS: Ubuntu 14.04.1 LTS, Trusty Tahr
Wine: 1.7.25
What other information should I have to provide?
--
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=37595
Bug ID: 37595
Summary: cls command does not fill screen attributes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamax92(a)aol.com
Distribution: ---
Created attachment 50031
--> https://bugs.winehq.org/attachment.cgi?id=50031
Demonstration of bug
When cls is ran from wineconsole, the screen is filled with spaces as like
windows, but the screen is not filled with the current console attributes.
Noticeable if cls is called with text that has different background colors,
text vanishes to spaces but the color is unchanged.
Attached is an example where a program ran dumps colored text on the screen and
then exits, leaving the current attributes in cyan on blue. cls is called and
the screen isn't filled to cyan on blue.
--
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=8712
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #58 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.8-rc1.
--
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=32639
Bug #: 32639
Summary: Sega Rally Revo sound stuttering
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: papon.jonathan(a)laposte.net
Classification: Unclassified
Sound stutter in Sega Rally Revo ( The bug appears in the demo version too)
The bug happened in 1.5.18,
Done a regression test, the bug first appears in :
605cd62c7dc84ef86cbd260139c6875cd0ed8d60 is the first bad commit
commit 605cd62c7dc84ef86cbd260139c6875cd0ed8d60
Author: Maarten Lankhorst <maarten.lankhorst(a)canonical.com>
Date: Fri Nov 16 20:35:51 2012 +0100
dsound: Create a primary_pwfx separately from pwfx.
:040000 040000 d3b302ce4433475153fde9b9e86f656e64487ea8
d33035cd0a9fc793a629ae425621ee6daff67d63 M dlls
Step to reproduce,
rm ~/.wine-test
WINEARCH=win32 WINEPREFIX="/home/user/.wine-test" wine setup.exe
Either get and copy in application's folder "d3dx9_36.dll" or install dxsetup
from the installation folder (otherwise, the game will'nt launch)
WINEPREFIX="/home/snowdrake/.wine-test" wine DirectX/DXSETUP.exe
cd /home/user/.wine-test/drive_c/Program\ Files/SEGA/SEGA\ Rally\ AUTO\ BILD\
DEMO/
WINEPREFIX="/home/snowdrake/.wine-test" wine SEGA\ Rally.exe
--
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=25263
Summary: Biet-O-Matic calculates shipping cost wrong for German
locale (regression)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Using this app with German locale, the shipping cost is identified wrong: e.g.
400 instead of 4,00.
Reason: wine's oleaut32 has thousand separator support, but in German locale,
the comma "," is the decimal separator.
A regression test revealed the buggy patch:
506ff74bb17742b3be5a8824dc081a3e294ccf1d is the first bad commit
commit 506ff74bb17742b3be5a8824dc081a3e294ccf1d
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Aug 25 20:40:20 2008 +0200
oleaut32: Thousands separator support for VarFormat.
:040000 040000 a35f267fdf244a3c1d2233c6a80641803c2f355e
5857b6570b3fbe95ff3c8cf6506d926e0cff1c1e M dlls
--
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=26034
Summary: DNAsp5 crashes when trying to copy text from an output
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ticatla(a)gmail.com
Created an attachment (id=33201)
--> (http://bugs.winehq.org/attachment.cgi?id=33201)
What terminal says when running DNAsp and the program crashes
DNAsp crashes showing text window "program error" (attached) when trying to
copy (right click, menu, copy) selected text from an output.
If saving the output instead of trying to copy it, the text file shows no
problem and the program continues running normally.
Crash happens if the output is from one of the analysis of the Analysis Menu
(DNA Polymorfism, Polymorfic sites, etc) but apparently other outputs are ok,
like the ones produced from Generate Menu (Haplotype Data File... for example).
I tried .fas and .nex files as inputfiles. Same result.
The fasta file was generated with Bioedit also running under Wine and the nexus
with DNAsp with .fas as input. Both files show no problems when running under
DNAsp and other applications.
--
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=13675
Summary: emule upnp not working
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 84yelo3(a)gmail.com
I'm using wine 1.0 rc3 and emule 0.49a
I want to enable upnp support, but whenever I do this, I get this messages:
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02}
could be created for context 0x1
What can I do?
--
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=7906
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|32931 |
--
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=7906
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |32931
--
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=24728
Summary: MDI client displays scrollbars even when created
without scrollbar styles
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
An MDI client window that is created without the WS_VSCROLL and WS_HSCROLL
styles still display scrollbars when a child window is moved partly out of
view. This is not the same behaviour as on Windows XP and later, and cause
problems for applications that use this method to create full-screen MDI
children that can co-exist with normal MDI windows.
--
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=32219
Bug #: 32219
Summary: Purge is not rendering (purist)
Product: Wine
Version: 1.5.17
Platform: x86
URL: http://www.freepcgamers.com/2011/12/purge.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
I started without any Windows dlls but with supplied d3dx9_43 it works but
unfortunately for me it runs slow.
It starts with orange and white bars followed by a white screen.
--
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=37181
Bug ID: 37181
Summary: Dark Fall 3: Lost Souls crashes on start with built-in
d3dx9_36
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49418
--> https://bugs.winehq.org/attachment.cgi?id=49418
terminal output
The game crashes after showing the developer logo unless native d3dx9_36 or
d3dx9_34 is installed.
--
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=38116
Bug ID: 38116
Summary: Fallen Enchantress: text is misplaced in the menus
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50799
--> https://bugs.winehq.org/attachment.cgi?id=50799
terminal output
Text in the menus appears incorrectly, sometimes overwritten, resulting in a
rather chaotic view in the options menu.
Installing corefonts/allfonts or native usp10 doesn't solve the problem.
The same problem in Wine 1.4/1.6 too.
Fedora 21
Nvidia binary drivers 340.76
--
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=5935
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #26 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Bernhard Übelacker from comment #25)
> Cannot reproduce it anymore.
>
> (with same mirc365.exe from my other comment from 2012,
> in none of the wineversions: 1.7.23, 1.3.36 or 1.2)
>
> So probably some system update made it disappear.
Resolving WORKSFORME.
--
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=39626
Bug ID: 39626
Summary: TeamViewer 11 can not install VPN driver
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52802
--> https://bugs.winehq.org/attachment.cgi?id=52802
Results of clicking on "Install" buttons.
Clicking on Install VPN / monitor / printer driver pops up "A problem occurred
during installation." window.
--
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=39555
Bug ID: 39555
Summary: Corel Word Perfect Suite 12 limited functionality
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rschumacher(a)ruralnetmail.com
Distribution: ---
Created attachment 52706
--> https://bugs.winehq.org/attachment.cgi?id=52706
Command line Word Perfect & Quattro Pro 12 error messages
Corel Word Perfect Suite 12 install on Ubuntu 14.04.1.
Latest Ubuntu Wine package 1.7.50.
Already created app entry at
//appdb.winehq.org/objectManager.php?sClass=version&iId=5778&iTestingId=91161
Suite installed without difficulty. Have not attempted to use Presentations.
Basic functionality of Word Perfect word processor and Quattro Pro spreadsheet
is intact, but image objects, in particular equation objects do not work
correctly in either application. Cannot create new equation objects in either
application; Quattro Pro actually crashes on attempt. In Word Perfect,
existing equations in loaded documents cannot be edited, message appears about
inability to create OLE object. Equation objects in loaded documents do not
display in Quattro Pro; message appears indicating SHARE (?) should be
installed. Attempt to create chart in Quattro Pro crashes program.
Also, Word Perfect does not load on first command line call. Second terminal
must be opened and command line call of Word Perfect must be repeated; then
Word Perfect appears minimized at bottom of screen and may be opened.
Errors thrown by Word Perfect and Quattro Pro upon command line calls are
included in the attachment.
--
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=39610
Bug ID: 39610
Summary: Thai character
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mohmmed_napil(a)yahoo.com
Distribution: ---
Created attachment 52781
--> https://bugs.winehq.org/attachment.cgi?id=52781
trace file of the bug that appear after setting Thai character setting
i have application that store Thai data in the database
when iset configuration on wine to display Thai character,
it throw this exception
the application is designed by power builder
--
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=8051
--- Comment #123 from mrdeathjr28(a)yahoo.es ---
*** Bug 38198 has been marked as a duplicate of this bug. ***
--
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=10495
Summary: Wine should support PulseAudio
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Wine should have a PulseAudio output plugin. This is a feature request.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23688
Summary: iriver LDB Manager: crashes when navigating directory
tree
Product: Wine
Version: 1.2-rc7
Platform: x86-64
URL: http://www.iriver.pl/2,0,,,10,60,download_details.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobbrett(a)hotmail.com
Created an attachment (id=29663)
--> (http://bugs.winehq.org/attachment.cgi?id=29663)
iriver LDB Manager crash log
When attempting to navigate the directory tree in iriver LDB Manager, the
program will crash upon selecting a folder.
--
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=8051
Matteo Bruni <matteo.mystral(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gamiljydcome(a)gmail.com
--- Comment #122 from Matteo Bruni <matteo.mystral(a)gmail.com> ---
*** Bug 39578 has been marked as a duplicate of this bug. ***
--
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=35776
Bug ID: 35776
Summary: Crysis is extremely slow in Wine 1.7.14
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kol(a)MV8660.spb.edu
Wine 1.7.14 brings an extreme slowdown in Crysis and I found that
this is caused by two regressions.
1) With Crysis under plain Wine 1.7.14 I see constant flickering
and the game shows less than 1 FPS. This is a regression
introduced by the commit
commit 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Wed Feb 19 16:14:53 2014 -0600
wined3d: Restore the pixel format of the window whose pixel format
was actually changed.
A similar problem is considered in Bug#35767 and patches suggested
there do not help as well as for that bug. This commit also affects
some old games (TES3:Morrowind, TES4:Oblivion) but slightly: it gives
about 5 FPS less than in Wine 1.7.13.
2) But after reverting the above commit I see nevertheless that Crysis
shows significantly less FPS than with Wine 1.7.13 (average 30 FPS
with 1.7.14 versus 45 FPS with 1.7.13). The second problem is caused by
commit c1032e977bb9f850e3aea28dd79e3d7c2244cd6c
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue, 4 Mar 2014 10:21:33 +0100
wined3d: Filter redundant WINED3D_MAP_DISCARD buffer maps.
After reverting both commits in Wine 1.7.14 I see the same framerates
as in 1.7.13 in all games.
It is interesting that Wine with Command Stream patches by Stefan Doesinger
encounters only the first problem but the second commit does not cause
slowdowns.
--
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=39590
Bug ID: 39590
Summary: SAS 9.1.3 Portable not working - "No access to memory
location"
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 52755
--> https://bugs.winehq.org/attachment.cgi?id=52755
LC_ALL=C WINEDEBUG=warn+all wine sas_9.1.3_portable.exe
Hello, we have to use SAS on my university, all students have license to use it
on personal computers, but it's distributed on like 10 CDs and it's horrible
pain to download and install properly even on Windows. I use Linux, so i want
to run it in wine. There are people that managed installing some versions of
SAS in wine, but i think it's not worth the effort even on windows.
Some great guy therefore made SAS Portable, which is (possibly illegal)
compilation of SAS directly executable as single exe file. You can download it
here http://uloz.to/xtKasDE/sas-9-1-3-portable-exe (if it's legal in your
country as it is in mine).
Can you please check why it does not work in wine? It works great on windows.
In wine it just shows popup saying "No access to memory location." and prints
following errors to terminal (see attachments for the same with wine debugging
enabled:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:ntdll:NtRaiseHardError : stub. Errorstatus was c0000135
fixme:advapi:RegisterEventSourceA ((null),"SASEXE"): stub
fixme:advapi:RegisterEventSourceW (L"",L"SASEXE"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x32e618,(nil)):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x15fcc8,(nil)):
stub
err:eventlog:ReportEventW L"Unable to load host supervisor."
err:eventlog:ReportEventW L"C:\\Program Files\\SAS\\SAS 9.1\\sashost.dll"
err:eventlog:ReportEventW L"No access to memory location.\r\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--
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=32380
Bug #: 32380
Summary: The game Don't Starve fails to start. Unhandled
exception 0x80000003 at address 0x445737 (thread
0053)"
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eq.tolbin(a)gmail.com
Classification: Unclassified
Created attachment 42727
--> http://bugs.winehq.org/attachment.cgi?id=42727
Backtrace
Game fails to start.
Debian Sid on Intel I5-2500K, NVIDIA GTX580.
--
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=5706
--- Comment #11 from super_man(a)post.com ---
Instant crash both wine 1.7.55 and wine-staging 1.7.55 while trying to run the
installer...
--
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=39596
Bug ID: 39596
Summary: "make distclean" does not work
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
I wanted to build wine from git source as out-of-tree build. But configure
says:
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: error: you are building out of the source tree, but the source tree
contains object files.
You need to run 'make distclean' in the source tree first.
But running "make distclean" inside git tree fails:
$ make distclean
make: *** No rule to make target 'Make.vars.in', needed by 'Makefile'. Stop.
IIRC this used to work. Work arounded in git tree by:
$ rm -rf *
$ git checkout -f wine-1.7.55
--
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=34561
Bug #: 34561
Summary: regression: Finale/Finale Notepad 2012 crashes if
Pulseaudio is disabled
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Classification: Unclassified
Created attachment 46013
--> http://bugs.winehq.org/attachment.cgi?id=46013
Finale NotePad 2012's dying breath
If Pulseaudio is disabled, Finale Notepad 2012 crashes on startup after
clicking past the initial screen. The error is "Unhandled exception: divide by
zero in 32-bit code (0xf66ec401)." The backtrace is attached to this bug
report. This bug also affects the full retail version of Finale 2012.
I couldn't do a regression test on this because the crash only happens when I
am using the biarch wine version from the Wine Team PPA for Ubuntu. I have only
figured out how to compile 32-bit Wine using an lxc container, and this bug
does not happen with my compiled 32-bit Wine binaries.
This bug does not happen with Wine 1.4.1, but does happen with 1.7.2. I think
it happened with 1.6 as well, but that version is no longer available from the
repository, so I can't verify.
If there isn't enough info from the backtrace, then I might just have to learn
to do a biarch regression test. Looks a bit daunting, though...
--
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=22315
Summary: Notification tray icons using solid rather than
transparent background colors
Product: Wine
Version: 1.1.42
Platform: x86
URL: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug
/403135?comments=all
OS/Version: Linux
Status: NEW
Keywords: integration
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From a large bug report on launchpad affecting many apps:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/403135?comments=all
Essentially, tray icons are being drawn with non-transparent backgrounds. This
is usually from setting their (not always correct) color to bg_color rather
than just transparent.
http://launchpadlibrarian.net/41246531/screen.png is a screenshot showing
Spotify (and a few other, non-Wine apps) using the wrong background in the
system tray.
--
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=7146
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #15 from super_man(a)post.com ---
Running the program is no issue, but it feels to missing some content.
Definitely not fixed/has issues at current form.
wine 1.7.55
--
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=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |39597
--
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=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|39597 |
--- Comment #57 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Sure, I don't like it either, reports should be as targeted as possible. But
when report is closed while it still demonstrates valid reproducible issue, I'd
like to keep this information, and I know you usually do exactly that.
--
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=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |39597
--
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=8712
--- Comment #56 from Anastasius Focht <focht(a)gmx.net> ---
Hello Nikolay,
--- quote ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--- quote ---
well, I'm sure you know how it should be.
Meta bugs dealing with multiple underlying issues (missing
infrastructure/interfaces, stubs, method implementations) just for the sake of
"make my app work" should be avoided.
If people don't follow-up then let it be.
At one point the missing infrastructure will be implemented and apps
"magically" start to work - the progress will be untracked though.
If you are personally interested on tracking the progress in detail, create
follow-ups as needed (as I do).
Reading the history ... unfortunately even long timers have a different opinion
on this:
Austin:
--- quote ---
I would disagree. The original bug says the video demo doesn't work. This bug
may be fixed, or it could be hidden by a new bug. I'd say leave this open until
the demo works, then close it out.
--- quote ---
But do as you want, reopen. I personally don't like this "meta" approach.
Just imagine if everyone takes this approach - you end up with potentially
thousands of "make my app/game X to work" tickets which results in a mess
(overlapping underlying/individual issues, regressing each other).
Regards
--
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=8712
--- Comment #55 from Nikolay Sivov <bunglehead(a)gmail.com> ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--
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=8712
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ed06707bacece1dfe0333803973
| |8d453af11fa30
Status|REOPENED |RESOLVED
Version|unspecified |0.9.39.
Resolution|--- |FIXED
--- Comment #54 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
resolving here based on last comments.
https://source.winehq.org/git/wine.git/commitdiff/ed06707bacece1dfe03338039…
Thanks Nikolay
Please avoid meta-bugs in future (original bug report evolved over several
years).
Regards
--
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=9127
xpue <r9ku1q(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r9ku1q(a)gmail.com
--
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=8712
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
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=36053
Bug ID: 36053
Summary: RTF code is not parsed as rich text
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhultman(a)gmail.com
Created attachment 48214
--> http://bugs.winehq.org/attachment.cgi?id=48214
This code should be rendered as a document
Using wine 1.7.16. RTF code does not render as a document. It just displays the
RTF code.
--
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=38237
Bug ID: 38237
Summary: UrlDownloadToFile should fail when not found
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
In Windows function fails, when url (jpg) is not found.
wine downloads&saves error page html.
-> application crashed when it tried to use invalid jpg.
FPC test/source:
program notfoundtest;
{$mode Delphi}
uses sysutils, urlmon;
var r: boolean;
begin
r := UrlDownloadToFile(nil, PChar('http://netikka.net/dev/not_found.jpg'),
PChar('C:\t.jpg'), 0, nil)=0;
if r=true then
begin
writeln('Test failed!');
readln;
end;
end.
--
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=13068
Summary: iphlpapi dll error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svenwinkle(a)yahoo.com
Created an attachment (id=12824)
--> (http://bugs.winehq.org/attachment.cgi?id=12824)
trace from the point the program stopped working
When trying to run Saga (see playsaga.com) I receive the following message
during the login step:
wine: Call from 0x4e1577 to unimplemented function
iphlpapi.dll.GetAdaptersAddresses, aborting
The full trace is in a txt file I've attached. It looks like the program wants
to see what ip addresses are on my network interfaces, but bombs out. I've
tried running the program as root through sudo with the same result.
Thanks,
Jeff
--
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=33453
Bug #: 33453
Summary: Delphi7 import type library hangs
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 44283
--> http://bugs.winehq.org/attachment.cgi?id=44283
Few last lines
Delphi7 -> Project menu -> Import Type Library. Select "Microsoft Internet
Controls" -> Create unit. -> Hangs, and must be killed.
Workaround native oleaut32
I don't know what kind of log would be useful?! Anyway, attached few lines, how
it happens..
--
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=23575
Summary: PowerDVD 10 (trial) crashes after registration
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.chip.de/downloads/PowerDVD_12995238.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29463)
--> (http://bugs.winehq.org/attachment.cgi?id=29463)
crash log
You need:
- MSVCP60.DLL
- mfc42.dll
- WMVCORE.DLL
- WMASF.DLL
to put into the folder windows/system32 before you can install.
Then install, and do registration. Afterwards, the crash comes. It comes when
you try to run the program too.
The (full) backtrace didn't appear.
--
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=19937
Summary: ArcSoft PhotoStudio 5.5
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schulznotee(a)yahoo.com
Sorry, guys... I got into the whole Ubuntu thing because it was supposed to be
easier to USE. However, I'm not a geek or techie, just a guy who uses my
machines for DOING things like photo editing, writing, etc.
My problem lies in ArcSoft's PhotoStudio 5.5. I am informed that there is a
serious error and that it needs to close.
Oh, another problem is that I got your app to let me install my Canoscan 4400F
scanner but I can't find where it went.
Beyond this little bit of information, beats the stuffin's out of me.
--
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=39401
Bug ID: 39401
Summary: Maxthon Browser crashes when enable GTK3 Theming
Product: Wine-staging
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yonatan.el.amigo(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 52512
--> https://bugs.winehq.org/attachment.cgi?id=52512
Terminal output
Maxthon Browser crashes when enable GTK3 Theming.
When I start the browser Maxthon with GTK3 Theming enabled, this produces a
blockage in the GUI.
Maxthon-> http://dl.maxthon.com/mx4/mx4.4.7.3000.exe
--
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=29309
Bug #: 29309
Summary: Zynaps remix exits with memory access violation
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Classification: Unclassified
When starting Zynaps Remix game, it exits with access violation:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6a4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f668,0x00000000), stub!
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending
there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending
there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:win:EnumDisplayDevicesW ((null),0,0x33f640,0x00000000), stub!
fixme:ddraw:ddraw7_RestoreAllSurfaces iface 0x134390 stub!
--
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=39545
Bug ID: 39545
Summary: wine build fails without libpulse
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Stefan.Leichter(a)camLine.com
Distribution: ---
Created attachment 52696
--> https://bugs.winehq.org/attachment.cgi?id=52696
config.log
System: Debian Jessie 64 bit
Configure detects that libpulse is missing (see attached config.log), but make
tries to link winepulse.drv against libpulse. Therefore building wine fails for
me with:
make[1]: Entering directory
'/usr/src/wine/wine-build-local32/dlls/winepulse.drv'
../.././../wine-build-local64/tools/winegcc/winegcc -o winepulse.drv.so \
-B../.././../wine-build-local64/tools/winebuild --sysroot=../.. -m32
-fasynchronous-unwind-tables -shared
../../../wine-git-local/dlls/winepulse.drv/winepulse.drv.spec \
mmdevdrv.o -ldxguid -luuid -lwinmm -luser32 -ladvapi32 -lole32 -lwine \
../../libs/port/libwine_port.a -lpulse -lpthread
/usr/bin/ld: cannot find -lpulse
collect2: error: ld returned 1 exit status
winegcc: ccache failed
Makefile:209: recipe for target 'winepulse.drv.so' failed
make[1]: *** [winepulse.drv.so] Error 2
--
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=38464
Bug ID: 38464
Summary: valgrind shows a possible leak in wininet/tests/http.c
test_async_HttpSendRequestEx()
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==18670== 32 bytes in 1 blocks are possibly lost in loss record 210 of 744
==18670== at 0x7BC49E0E: notify_alloc (heap.c:254)
==18670== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==18670== by 0x7BC38BE1: RtlInitializeCriticalSectionEx (critsection.c:326)
==18670== by 0x7B870063: InitializeCriticalSectionEx (sync.c:354)
==18670== by 0x7B86FFF7: InitializeCriticalSection (sync.c:311)
==18670== by 0x489254D: test_async_HttpSendRequestEx (http.c:5325)
==18670== by 0x4893C07: func_http (http.c:5654)
==18670== by 0x48A9CA6: run_test (test.h:584)
==18670== by 0x48AA0E0: main (test.h:666)
==18670==
--
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=14894
Summary: Segmentation Fault in Cubis Gold 2
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bywec8j02(a)sneakemail.com
Created an attachment (id=15464)
--> (http://bugs.winehq.org/attachment.cgi?id=15464)
output from terminal
using
~/.wine/drive_c/Program Files/CubisGold2$ rpm -qa|grep wine
wine-esd-1.0-1.fc9.i386
wine-twain-1.0-1.fc9.i386
wine-tools-1.0-1.fc9.i386
wine-ldap-1.0-1.fc9.i386
wine-capi-1.0-1.fc9.i386
wine-nas-1.0-1.fc9.i386
wine-1.0-1.fc9.i386
wine-cms-1.0-1.fc9.i386
wine-jack-1.0-1.fc9.i386
wine-desktop-1.0-1.fc9.i386
wine-core-1.0-1.fc9.i386
on Fedora 9 32bit, AMD64, 1GB ram.
and get a segmentation fault. See attachment.
--
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=39143
Bug ID: 39143
Summary: wmp9 service wants
ntoskrnl.exe.ExAcquireResourceExclusiveLite on
shutdown
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
If I do:
winetricks -q wmp9
then
wine notepad
and close notepad, I see:
wine: Unimplemented function ntoskrnl.exe.ExAcquireResourceExclusiveLite called
at address 0x7b839b2c (thread 0020), starting debugger...
--
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=36427
Bug ID: 36427
Summary: valgrind shows several leaks in
dlls/taskschd/tests/scheduler.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48456
--> https://bugs.winehq.org/attachment.cgi?id=48456
valgrind log
==26838== 96 bytes in 1 blocks are definitely lost in loss record 458 of 701
==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26838== by 0x4ECBA52: alloc_bstr (oleaut.c:162)
==26838== by 0x4ECC01D: SysAllocStringLen (oleaut.c:324)
==26838== by 0x4ECC128: SysAllocString (oleaut.c:232)
==26838== by 0x649A80E: regtask_get_Name (regtask.c:133)
==26838== by 0x4D69DF9: test_GetTask (taskschd.h:878)
==26838== by 0x4D6E424: func_scheduler (scheduler.c:1409)
==26838== by 0x4D6F224: run_test (test.h:584)
==26838== by 0x4D6F612: main (test.h:654)
==26838==
==26838== 76 bytes in 1 blocks are definitely lost in loss record 408 of 701
==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26838== by 0x649D2B8: TaskDefinition_get_Settings (taskschd_private.h:44)
==26838== by 0x4D6A227: test_TaskDefinition (taskschd.h:2557)
==26838== by 0x4D6E429: func_scheduler (scheduler.c:1410)
==26838== by 0x4D6F224: run_test (test.h:584)
==26838== by 0x4D6F612: main (test.h:654)
==26838==
==26960== 72 bytes in 1 blocks are definitely lost in loss record 400 of 702
==26960== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26960== by 0x5DB8D1C: RPCRT4_AllocBinding (rpc_binding.c:114)
==26960== by 0x5DBBDCD: RpcBindingFromStringBindingW (rpc_binding.c:140)
==26960== by 0x649DB71: TaskService_Connect (task.c:2613)
==26960== by 0x4D6C4F3: test_FolderCollection (taskschd.h:503)
==26960== by 0x4D6E41F: func_scheduler (scheduler.c:1408)
==26960== by 0x4D6F224: run_test (test.h:584)
==26960== by 0x4D6F612: main (test.h:654)
==26960==
==27105== 48 bytes in 3 blocks are definitely lost in loss record 333 of 703
==27105== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==27105== by 0x649BBC8: RegisteredTask_create (taskschd_private.h:44)
==27105== by 0x64979C5: TaskFolder_RegisterTask (folder.c:334)
==27105== by 0x4D68043: test_GetTask (taskschd.h:2007)
==27105== by 0x4D6E424: func_scheduler (scheduler.c:1409)
==27105== by 0x4D6F224: run_test (test.h:584)
==27105== by 0x4D6F612: main (test.h:654)
==27105==
etc.
--
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=38450
Bug ID: 38450
Summary: valgrind shows a leak in shell32/tests/shlfolder.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==15811== 4 bytes in 1 blocks are definitely lost in loss record 24 of 688
==15811== at 0x7BC49E0E: notify_alloc (heap.c:254)
==15811== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==15811== by 0x49460C1: SHCreateShellItemArrayFromIDLists (shellitem.c:1289)
==15811== by 0x48BD29F: test_SHCreateShellItemArray (shlfolder.c:3633)
==15811== by 0x48C612E: func_shlfolder (shlfolder.c:5246)
==15811== by 0x48CBA4B: run_test (test.h:584)
==15811== by 0x48CBE85: main (test.h:666)
==15811==
--
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=37729
Bug ID: 37729
Summary: Picasa 3.9 crashes in setupapi.SetupFindFirstLineW
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50230
--> https://bugs.winehq.org/attachment.cgi?id=50230
backtrace
austin@debian-home:~$ sha1sum picasa39-setup.exe
39b2df46dbc423e250371e826026a2827f55b956 picasa39-setup.exe
austin@debian-home:~$ du -h picasa39-setup.exe
17M picasa39-setup.exe
austin@debian-home:~$ wine --version
wine-1.7.32
the crash is in a child process and doesn't print to the console (with the
crash dialog disabled).
--
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=38589
Bug ID: 38589
Summary: .
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiampan76(a)gmail.com
Distribution: ---
Created attachment 51487
--> https://bugs.winehq.org/attachment.cgi?id=51487
Sades 7.1
I'm trying to install driver headphones game sades 7.1 CH but return the
following error (see attachment)
--
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=36450
Bug ID: 36450
Summary: EnumFontFamilies should report unsubstituted font
names
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
I'm stuck and I think someone else should work on this. My last attempt is
here:
http://source.winehq.org/patches/data/104492
It was rejected because although the new GDI tests worked, it broke the GDI+
tests:
http://www.winehq.org/pipermail/wine-devel/2014-May/104234.html
--
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=38677
Bug ID: 38677
Summary: valgrind shows invalid memory use in
dlls/kernel32/tests/path.c:test_PathNameA()
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==15348== Invalid write of size 2
==15348== at 0x7B858CAD: lstrcpynW (winbase.h:2573)
==15348== by 0x7B859ED7: GetShortPathNameW (path.c:512)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid write of size 2
==15348== at 0x7B858CCA: lstrcpynW (winbase.h:2575)
==15348== by 0x7B859ED7: GetShortPathNameW (path.c:512)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4924 is 2 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x7BC61692: RtlIsDosDeviceName_U (path.c:300)
==15348== by 0x7BC628A3: RtlGetFullPathName_U (path.c:791)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x7BC60B83: strlenW (unicode.h:200)
==15348== by 0x7BC6271E: get_full_path_helper (path.c:744)
==15348== by 0x7BC6293E: RtlGetFullPathName_U (path.c:805)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x400AC2C: __GI_memmove (vg_replace_strmem.c:1143)
==15348== by 0x7BC62772: get_full_path_helper (path.c:752)
==15348== by 0x7BC6293E: RtlGetFullPathName_U (path.c:805)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4924 is 2 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
etc.
--
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=38477
Bug ID: 38477
Summary: [regression] Elevated: Invisible textures since
wine-1.7.34-58-gc6232e1
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: debuser1(a)mt2014.com
Distribution: ---
Created attachment 51318
--> https://bugs.winehq.org/attachment.cgi?id=51318
Actual buggy look in first seconds
Steps to reproduce:
1. Install `winetricks winxp vd=1024x768 d3dx9` in empty wineprefix (d3dx9_33
is enough, but winetricks doesn't have a term for it)
2. Run elevated_1024x768.exe ( http://www.pouet.net/prod.php?which=52938 )
3. See empty screen in first seconds instead of a seashore
(see attached screenshot)
Expected look:
https://bugs.winehq.org/attachment.cgi?id=50227
Regression since wine-1.7.34-58-gc6232e1:
commit c6232e1d111ae8929c53c02211cde4a9777311fd
wined3d: Create GL sampler objects for wined3d sampler objects.
Notes:
Patch attached to bug 37728 may be also required to make Elevated look correct
--
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=27061
Summary: iNode Client could not start
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. download
http://helpdesk.sysu.edu.cn/images/stories/uploads/iNodeSetup3.60-6208.exe
2. register a native netcfgx.dll, workaround for Bug 27060
3. winetricks -q vcrun2005, workaround for Bug 23094
4. install iNodeSetup3.60-6208.exe with wine.
5. try to run iNode Client.exe :
However, iNode Client just display a icon in the system tray bar for a while an
then quit automatically . Is there any workaround?
$ wine iNode\ Client.exe
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\H3C\\iNode
Client\\iNode Client.exe" failed with error 0
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\H3C\\iNode
Client\\iNode Client.tlb" failed with error 2
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006c,
filter=0x32da38,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006c,
filter=0x32da38,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006c,
filter=0x32da38,flags=0x00000000) returns a fake device notification handle!
--
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=9032
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.55.
--
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=38255
Bug ID: 38255
Summary: Sid Meier's Ace Patrol needs
msvcp110.dll._Thrd_current
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
With built-in msvcp110.dll the game crashes on start.
> wine: Call from 0x7b8394e4 to unimplemented function msvcp110.dll._Thrd_current, aborting
Mscodescan output:
./AcePatrol.exe imports following stub symbols:
msvcp110:??0_Pad@std@@QAE@XZ
msvcp110:??1_Pad@std@@QAE@XZ
msvcp110:?_Future_error_map@std@@YAPBDH@Z
msvcp110:?_Launch@_Pad@std@@QAEXPAU_Thrd_imp_t@@@Z
msvcp110:?_Release@_Pad@std@@QAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Throw_C_error@std@@YAXH@Z
msvcp110:?_Throw_Cpp_error@std@@YAXH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:?_Xbad_function_call@std@@YAXXZ
msvcp110:_Thrd_current
msvcp110:_Thrd_equal
msvcp110:_Thrd_join
msvcp110:_Thrd_sleep
msvcp110:_Xtime_diff_to_millis2
msvcp110:xtime_get
./AcePatrol.exe imports following stub symbols:
msvcr110:?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ
msvcr110:?wait@Concurrency@@YAXI@Z
msvcr110:__crtUnhandledException
--
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=24572
Summary: Freelancer: font on setup screens displays in black
rather than white making it nearly unreadable
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=31034)
--> (http://bugs.winehq.org/attachment.cgi?id=31034)
Install log
Ubuntu 10.04
The text on the setup screens is displayed as black rather than white. On
buttons it can be hovered and will turn white but not in blocks of text.
Install log attached, though I can't see anything helpful.
--
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=36607
Bug ID: 36607
Summary: valgrind shows two definite leaks in
xmllite/tests/reader.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: xmllite
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==22128== 26 bytes in 1 blocks are definitely lost in loss record 60 of 242
==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==22128== by 0x7B8457FF: HeapAlloc (heap.c:271)
==22128== by 0x7B845B34: GlobalAlloc (heap.c:388)
==22128== by 0x4CA241F: create_stream_on_data (reader.c:67)
==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400)
==22128== by 0x4CAAE32: func_reader (reader.c:1799)
==22128== by 0x4CAF3A1: run_test (test.h:584)
==22128== by 0x4CAF790: main (test.h:654)
==22128==
==22128== 32 bytes in 1 blocks are definitely lost in loss record 72 of 242
==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==22128== by 0x4E3D16C: CreateStreamOnHGlobal (hglobalstream.c:591)
==22128== by 0x4CA2469: create_stream_on_data (reader.c:72)
==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400)
==22128== by 0x4CAAE32: func_reader (reader.c:1799)
==22128== by 0x4CAF3A1: run_test (test.h:584)
==22128== by 0x4CAF790: main (test.h:654)
==22128==
and a possible leak:
==22128== 8 bytes in 1 blocks are possibly lost in loss record 12 of 242
==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==22128== by 0x7B8457FF: HeapAlloc (heap.c:271)
==22128== by 0x7B845AD4: GlobalAlloc (heap.c:376)
==22128== by 0x4CA241F: create_stream_on_data (reader.c:67)
==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400)
==22128== by 0x4CAAE32: func_reader (reader.c:1799)
==22128== by 0x4CAF3A1: run_test (test.h:584)
==22128== by 0x4CAF790: main (test.h:654)
==22128==
--
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=35702
Bug ID: 35702
Summary: SetConsoleKeyShortcuts unimplemented
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jksregistrierungen(a)gmail.com
Created attachment 47674
--> http://bugs.winehq.org/attachment.cgi?id=47674
crashlog
SetConsoleKeyShortcuts, which is needed for FAR Manager, 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=37165
Bug ID: 37165
Summary: Sacred 2 Gold (v2.65.1) fails to start correctly,
displays only a black screen in virtual desktop mode
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: d50350886a3e15da29f29f7b3fb539e19a80d6d2
Created attachment 49398
--> https://bugs.winehq.org/attachment.cgi?id=49398
terminal output
I have this problem with Sacred 2: Ice & Blood (the Gold version), but can't
reproduce it with the official demo of Sacred2: Fallen Angel v1.0.0.
When I start the game in virtual desktop mode the loading/initialization screen
is displayed correctly but the game is minimized to icon size when the first
intro video is playing. If I double click on the Sacred2.exe icon then the game
is restored to fullscreen but the screen remains black.
In fullscreen mode the game is minimized to the upper panel in XFCE when the
intro video is playing, clicking on it restores it to fullscreen.
Both virtual desktop mode and Wine's fullscreen mode behaved differently in
previous Wine versions, and reverting the following commit on 1.7.25 fixes the
issue for me:
d50350886a3e15da29f29f7b3fb539e19a80d6d2 is the first bad commit
commit d50350886a3e15da29f29f7b3fb539e19a80d6d2
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jun 27 08:27:00 2014 +0200
d3d9: Check the device status in present calls.
:040000 040000 567d36430750186faa6eb358b2b9a5a2b0e4b01f
9d09487c930faa288f6069918a0e9f5683534781 M dlls
I tested this bug under XFCE 4.10, Gnome 3 and Openbox window managers.
The problem doesn't exist if I start the game in windowed mode.
The problem occurs if the size of the VD is the same as the resolution the game
is running at. If I set up a VD sized 1024x768 but let the game run @1440x900
the problem doesn't happen: the loading screen is displyed in 1024x768 then the
game switches to 1440x900 (without the aforementioned black screen issue).
Please let me know if you need a debug log or further tests.
Wine 1.7.25
Fedora 20
X.Org X Server 1.14.4
XFCE 4.10
Nvidia binary drivers 340.32
--
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=8854
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #116 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.55.
--
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=34845
Bug #: 34845
Summary: The Mighty Quest for Epic Loot: "Bloomberg" crash/diag
tool complains about dbghelp being too old (v5.x
Windows XP vs. v6.x Win Vista/7)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
encountered with "The Mighty Quest for Epic Loot" ... not a serious thing,
hence "minor".
Clean WINEPREFIX, default WinVer "Windows XP".
Console output:
--- snip ---
Bloomberg WARNING: 15h08m47s - You are currently using a version of
.\dbghelp.dll different than what is suggested. This version has not been
tested and proper results are not guaranteed.
Your version: 5.1.2600.3264
Accepted version(s) must be greater or equal than > 6.x.x.x
Please fix this problem before going any further, otherwise you might
experience problems with the error reporting.
Please contact your QA Team for any questions.
--- snip ---
Relevant trace log:
--- snip ---
0024:Call KERNEL32.LoadLibraryA(006e40a8 ".\\dbghelp.dll") ret=0065d7b4
0024:Call PE DLL (proc=0x7cdb7994,module=0x7cd70000
L"dbghelp.dll",reason=PROCESS_ATTACH,res=(nil))
0024:Ret PE DLL (proc=0x7cdb7994,module=0x7cd70000
L"dbghelp.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0024:Ret KERNEL32.LoadLibraryA() retval=7cd70000 ret=0065d7b4
0024:Call KERNEL32.GetModuleHandleA(006e40a8 ".\\dbghelp.dll") ret=0065d4b4
0024:Ret KERNEL32.GetModuleHandleA() retval=7cd70000 ret=0065d4b4
0024:Call KERNEL32.GetModuleFileNameA(7cd70000,0033faa8,00000104) ret=0065d4f9
0024:Ret KERNEL32.GetModuleFileNameA() retval=0000001f ret=0065d4f9
0024:Call version.GetFileVersionInfoSizeA(0033faa8
"C:\\windows\\system32\\dbghelp.dll",0033fbbc) ret=0065d509
...
0024:Ret version.GetFileVersionInfoSizeA() retval=000006bc ret=0065d509
0024:Call version.GetFileVersionInfoA(0033faa8
"C:\\windows\\system32\\dbghelp.dll",00000000,000006bc,0033f2a8) ret=0065d535
...
0024:Ret version.GetFileVersionInfoA() retval=00000001 ret=0065d535
0024:Call version.VerQueryValueA(0033f2a8,0071dba8 "\\",0033fbb0,0033fbac)
ret=0065d552
...
0024:Ret version.VerQueryValueA() retval=00000001 ret=0065d552
...
--- snip ---
The website has the following information regarding minimum PC requirements:
https://www.themightyquest.com/en/faqs
--- quote ---
The minimum configuration is currently higher than what it might be when the
development is complete. Please understand that the current version is work in
progress and is not yet optimized.
Minimum configuration
- OS: Windows® XP SP3 / Windows Vista® SP2 / Windows® 7 SP1 / Windows® 8
- Processor: Intel Pentium IV 3.00 Ghz or AMD Athlon64 3000+ @ 1.8 Ghz
- Memory: 2 GB
- DirectX 9 compliant Video Card with at least 256 MB of memory
- Minimum Video Card Model :
Desktop :
- NVidia GeForce 8600GT and up
- AMD Radeon HD4300 and up (With recent driver)
- Intel HD3000 (With recent driver)
Laptop :
- All NVidia with recent driver
- AMD Radeon Mobility HD4500 and up (With recent driver)
- Intel HD3000 (With recent driver)
--- quote ---
Not sure if Windows XP SP3 dbghelp has the same version 5.1 as the one shipped
with pristine Windows XP.
Anyway, if at some point in future the default WinVer is changed to Vista/7
this component version resource should be upgraded too.
This bug might be a useful reminder for that.
Regards
--
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=27563
Summary: Dungeons and Dragon Launcher fails with mono26 (works
with dotnet11)
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.ddo.com/ddosupport/download-ddo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35239)
--> (http://bugs.winehq.org/attachment.cgi?id=35239)
terminal output
Crashes on start with mono26, saying:
System.NotImplementedException: COM/ActiveX support is not implemented
and a nice error dialog box. I'll attach terminal output with +text, so that
error is in it.
winetricks dotnet11 gets past that error, letting the launcher sorta work,
which then crashes in shdocvw, I think.
You don't need an account to test this, just get the client from:
http://www.ddo.com/ddosupport/download-ddo
(I used the high res version, though I doubt it matters).
--
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=36400
Bug ID: 36400
Summary: valgrind shows several unitialized values in under
crypt32/tests/message.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48448
--> https://bugs.winehq.org/attachment.cgi?id=48448
valgrind log
==19270== Conditional jump or move depends on uninitialised value(s)
==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416)
==19270== by 0x512C471: CryptSignMessage (message.c:491)
==19270== by 0x4F7DEDF: func_message (message.c:1069)
==19270== by 0x4F43A0B: main (test.h:584)
==19270== Uninitialised value was created by a stack allocation
==19270== at 0x512C281: CryptSignMessage (message.c:409)
==19270==
==19270== Conditional jump or move depends on uninitialised value(s)
==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416)
==19270== by 0x512C471: CryptSignMessage (message.c:491)
==19270== by 0x4F7DF89: func_message (message.c:1075)
==19270== by 0x4F43A0B: main (test.h:584)
==19270== Uninitialised value was created by a stack allocation
==19270== at 0x512C281: CryptSignMessage (message.c:409)
==19270==
etc.
--
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=23001
Summary: Dolphin GC/Wii emulator can't find wii .dll, crashes
after clicking wine window
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Created an attachment (id=28498)
--> (http://bugs.winehq.org/attachment.cgi?id=28498)
Error output via terminal
Using the most recent build of dolphin and accessing it through terminal, the
program is unable to find an dll designed to access a wiimote. The real problem
come when one goes to use the application to play a game and a pop up window
tells the user that the wii plugin was not found. Clicking that windows OK
button causes the application to freeze and crash.
--
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=38125
Bug ID: 38125
Summary: MFC CRichEditCtrl does not correctly put text in
Center, Right or Left
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 50818
--> https://bugs.winehq.org/attachment.cgi?id=50818
Source code to demonstrate the issue
Notation Software Germany (www.notation.com)
Dr. Reinhold Hoffmann
Eduard Thoeny Str. 6
D-86919 Utting am Ammersee
Germany
email: reinhold.hoffmann(a)hotmail.com
Re: MFC CRichEditCtrl does not correctly put text in Center, Right or Left
==========================================================================
Dear WineHQ-Team,
we use Wine for our products from Notation Software (Notation Composer,
Notation Musician, for more see www.notation.com) on Linux and MACs. We
encountered a problem that using MFC CRichEditCtrl. When creating a
CRichEditCtrl Windows with Create, the Window can be configured that the text
is left aligned, centered or right aligned. On WineHQ all text is left aligned
even when the parameter ES_CENTER, ES_RIGHT are set.
In order to demontrate the issue we took public available code from the
CodeProject from here:
http://www.codeproject.com/Articles/9639/Text-Editor-in-C-using-CRichEditCt…
Please find in the attached zip file:
- demo TextEdit.exe
Run this on Windows. Type in some letters and you will see that the text is in
the center of the Window
Run this on WineQH (we used Ubuntu, Wine_1.7.36 or MAC with Wine_1.7.36). You
will see that the inserted text is left aligned in any case.
- TextEdit_src.zip
file with the source code of the demo TextEdit
This demo was created using Microsoft VS2010. Please see the file MainFrm.cpp
around line 64. Please try yourself by using the option there. You will see
that in any case the text is only left-aligned.
We from Notation Software certify our products on WineHQ and it would be great
if someone could fix the issue.
Many thanks in particular for this great achievement of WineHQ
Best regards,
Reinhold
--
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=11107
Summary: Adobe AIR / Adobe Media Player pre 2 never shows GUI
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Adobe Media Player doesn't seem to do anything;
watching +crypt,+wininet,+winsock shows that
it does crypto stuff for about 15 seconds,
then goes into a loop talking to a bunch of
web servers forever.
Perhaps it's looking for updates in the background,
as it fiddles with files in
.wine/drive_c/windows/profiles/dkegel/Application
Data/Adobe/AIR/update/background
and is doing requests like this:
trace:wininet:HttpOpenRequestW (0x2, L"HEAD", L"", (null), L"app:/AMP.swf",
0x1ab738, 8040c000, 008c12c0)
But I would expect it to put up a GUI or something.
To repeat:
download
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_play…
download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe
download
http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_122…
wineserver -k
rm -rf .wine
wine install_flash_player.exe
wine air_b3_win_121207.exe
wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\
AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe
adobemediaplayer_p2_122007.air
cd ".wine/drive_c/windows/profiles/dkegel/Start Menu/Programs"
wine start "Adobe Media Player.lnk"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32923
Bug #: 32923
Summary: Pot Player Media Player not Working on wine 1.5
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: santhosh_wine_p(a)yahoo.in
Classification: Unclassified
Created attachment 43482
--> http://bugs.winehq.org/attachment.cgi?id=43482
Damn Pot Player not working on Wine 1.5 installed on Ubuntu 12.10
This is Damn Pot Media Player which is popular and BEST according to me on
Windows platform but seems to have run into problem when run through wine 1.5
Am new to Ubuntu(Linux) so have no idea what the problem is while using wine i
did even update the latest update for wine but still then i am getting a bug
report.
--
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=33563
Bug #: 33563
Summary: Imscared bug
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniferreirinha(a)live.com.pt
Classification: Unclassified
Created attachment 44433
--> http://bugs.winehq.org/attachment.cgi?id=44433
The green dots with white things. The first bit was that the green dots were at
the bottom,and i could see it.
This game isn't working TOO well with Wine.
I have the latest version of Wine from Fedora 18's software center.
I start the game,and i see what appears to be green dots somewhere on the
screen.
The game screen was SMALL. And i mean,like small,to be noticed.
Lucky me,i can see it.
I progressed through the game on the first part.
Now this is where Wine starts acting up! o.o
I start up the game after playing the first bit.
Green dots still there with white things.
Wait... White things?
I type in:
White Face { Name of the face that you see through most of the game. }
And it starts up.
Did i mention that when i said ridiculously tiny,i meant that it was THAT tiny?
Most of the space was BLACK. And it was slow. Amazed?
I think this is wine's fault.
That's what i have to report so far.
Look at the attachments.
--
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=39568
Bug ID: 39568
Summary: err:dbghelp_msc:pe_load_debug_directory Got a page
fault while loading symbols
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
While debugging cross compiled dbus test applications I got the mentioned trace
message.
The reason for the crash is that in module_find_cb()
...
if ((mapping = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 0)) != NULL)
{
IMAGE_NT_HEADERS* nth = RtlImageNtHeader(mapping);
matched++;
timestamp = nth->FileHeader.TimeDateStamp;
^^^^
the return value of RtlImageNtHeader is not checked against zero, which is the
case for calling module_find_cb with non image files.
bug 38594 may have the same crash reason.
--
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=38444
Bug ID: 38444
Summary: valgrind shows some definite leaks in
dpnet/tests/address.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==6954== 10 bytes in 1 blocks are definitely lost in loss record 42 of 578
==6954== at 0x7BC49E0E: notify_alloc (heap.c:254)
==6954== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==6954== by 0x5287FD8: heap_alloc (address.c:44)
==6954== by 0x5288067: heap_strdupW (address.c:65)
==6954== by 0x5289421: IDirectPlay8AddressImpl_AddComponent (address.c:486)
==6954== by 0x41FEADB: address_addcomponents (address.c:134)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954==
--
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=32705
Bug #: 32705
Summary: VirtualDub: crash when opening video with MPEG-2
plugin (division by zero)
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fael_mc(a)msn.com
Classification: Unclassified
VirtualDub works great in wine, the problem lies with videos on dvd mpeg2
format .Originally VirtualDub does not accept videos in MPEG2, but for that
there plugins.
On this site you can download plugins for various video formats:
http://www.videohelp.com/tools/Virtualdub
The mpeg2 plugin here
http://gral.y0.pl/~fcchandler/Plugins/MPEG2/
After downloading and installing the plugin, VirtualDub normal loads video,
after loading the video, the program crash.
Crash details: An integer division by zero occurred in module 'VirtualDub'.
--
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=38390
Bug ID: 38390
Summary: Photoshop 64-bit (CS/CC) crashes when you break the
rendering preview.
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morosakubek(a)go2.pl
Distribution: ---
Created attachment 51245
--> https://bugs.winehq.org/attachment.cgi?id=51245
console output - wine 1.7.40
Photoshop 64-bit is smashing when you break the force rendering preview. On
Windows, there is a gap corresponding to enter the parameters, eg. In "smart
filter" on the keyboard to change the parameter "Amount". Photoshop on Linux
too quickly respond to changes in the parameters, which will stop the preview
rendering and crash a program. I think the problem revolves around the dll
libraries: msvcr and msvcp.
To run photoshop 64-bit dll should be included:
"*atl100"="native,builtin"
"*atl110"="native,builtin"
"*msvcp100"="native,builtin"
"*msvcp110"="native,builtin"
"*msvcr100"="native,builtin"
"*msvcr110"="native,builtin"
"*vcomp100"="native,builtin"
"*vcomp110"="native,builtin"
--
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=36508
Bug ID: 36508
Summary: valgrind shows a couple invalid writes in
kernel32/tests/change.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so change && touch change.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==6115== Thread 2:
==6115== Invalid write of size 2
==6115== at 0x7BC83914: init_handler (signal_i386.c:962)
==6115== by 0x7BC86297: usr1_handler (signal_i386.c:2157)
==6115== by 0x422606F: ??? (in /lib32/libpthread-2.19.so)
==6115== Address 0x59e3576 is on thread 1's stack
==6115==
==6115== Invalid write of size 2
==6115== at 0x7BC83922: init_handler (signal_i386.c:967)
==6115== by 0x7BC86297: usr1_handler (signal_i386.c:2157)
==6115== by 0x422606F: ??? (in /lib32/libpthread-2.19.so)
==6115== Address 0x59e3574 is on thread 1's stack
==6115==
--
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=35953
Bug ID: 35953
Summary: FFXIV: ARR - Launcher requires native winhttp to run.
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: narthorn(a)gmail.com
Created attachment 48024
--> http://bugs.winehq.org/attachment.cgi?id=48024
Screenshot of the actual error along terminal output without debug trace.
When using built-in winhttp, trying to launch Final Fantasy XIV - A Realm
Reborn fails at the very start of the launch process, where the launcher sends
an HTTP request to check if a newer version of the launcher is available.
When no new version is available, the server replies with status code 204: No
Content.
However, builtin wine seems to misreport 4294967295 (2^32-1) bytes of available
data in the response, as shown by this tiny snippet of trace:
0034:trace:winhttp:query_headers returning data: L"HTTP/1.1 204 No
Content\r\nServer: nginx\r\nContent-Type: text/html;
charset=UTF-8\r\nX-Patch-Module: ZiPatch\r\nX-Protocol:
http\r\nX-Latest-Version: 2014.04.02.0000.0001\r\nDate: Sun, 06 Apr 2014
08:24:14 GMT\r\nConnection: keep-alive\r\n"
0034:trace:winhttp:WinHttpQueryDataAvailable 0x3, (nil)
0034:trace:winhttp:send_callback 0x131718, 0x00040000, 0xbbe91c, 4
0034:trace:winhttp:WinHttpReadData 0x3, 0x7de230, 1024, (nil)
0035:trace:winhttp:read_data retrieved 1024 bytes (1024/4294967295)
0035:trace:winhttp:send_callback 0x131718, 0x00080000, 0x7de230, 1024
0034:trace:winhttp:query_data_available 4294967295 bytes available
When using native winhttp, no calls to WinHttpReadData are made.
--
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=39551
Bug ID: 39551
Summary: building dlls/atl fails: error: Could not open
importlib stdole2.tlb.
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression, source
Severity: blocker
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 316448cd4780855961f397a9947b3e2d16eb3463
Distribution: Debian
Regression, caused by:
316448cd4780855961f397a9947b3e2d16eb3463 is the first bad commit
commit 316448cd4780855961f397a9947b3e2d16eb3463
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 4 14:57:37 2015 +0900
makefiles: Generate rules for installing IDL headers.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 3a5167ad46875a1eb804e40b0e179c776ab5582b
05fddf68705867b4e92df2d8edc9929584e4de42 M include
:040000 040000 6d49ae45dae90a44ab8c7a390a6540a0522a2535
7440efa653669573ea082b634cf682ce99ebf614 M tools
--
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=32839
Bug #: 32839
Summary: Installed Microsoft office and then Endnote, but
Endnote is not properly working
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: umar82088(a)gmail.com
Classification: Unclassified
Created attachment 43375
--> http://bugs.winehq.org/attachment.cgi?id=43375
Endnote error message
Endnote problem, not working at all
--
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=14518
Summary: GetTextMetrics on Tahoma font metrics returns an invalid
tmInternalLeading
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=14854)
--> (http://bugs.winehq.org/attachment.cgi?id=14854)
testcase
As the attached testcase demonstrates, Wine returns an invalid
tmInternalLeading for Tahoma of size 32. This causes a test for
comctl32/tests/status.c to fail. This test fails on Wine with both Wine Tahoma
as well as with Tahomas copied from Windows XP and Windows Vista. This suggests
that the problem is in gdi32, not the font.
--
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=38445
Bug ID: 38445
Summary: valgrind shows a couple invalid writes in
kernel32/tests/fiber.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x48AC93A: test_FiberHandling (fiber.c:131)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350== by 0x49727E3: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/tests/kernel32_test.exe.so)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
==9350== Use of uninitialised value of size 4
==9350== at 0x402A7E7: rindex (vg_replace_strmem.c:190)
==9350== by 0x496392C: winetest_set_location (test.h:282)
==9350== by 0x48AC951: test_FiberHandling (fiber.c:132)
==9350== by 0x48AD1A8: func_fiber (fiber.c:225)
==9350== by 0x49644EC: run_test (test.h:584)
==9350== by 0x4964926: main (test.h:666)
==9350== Uninitialised value was created by a stack allocation
==9350== at 0x425819D: __longjmp (__longjmp.S:55)
==9350==
--
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=33001
Bug #: 33001
Summary: TREEVIEW_GetItemT crashes when getting item from
different tree
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
Classification: Unclassified
Created attachment 43599
--> http://bugs.winehq.org/attachment.cgi?id=43599
Crash log
Triggered using AXE3 (hex editor):
http://advanced-hex-editor-a-x-e.en.softonic.com/
Crashes on program start, after "evaluation period expired" warning and before
displaying the main window. Does not happen systematically, but with a high
probability (~8 out of 10 runs). See attachment for error details.
This is a regression. Looking at the short change history of
dlls/comctl32/treeview.c I identified the commit introducing the regression as
95a15a3482ba47c1b84fd77a63f95d5cd784a97a , and re-introducing a "return FALSE"
in the "if (!TREEVIEW_ValidItem(infoPtr, item))" code branch indeed cures the
crash.
--
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=37829
Bug ID: 37829
Summary: Phonostar dradio-Recorder cannot connect to radio
streams
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olibuntu(a)arcor.de
Distribution: ---
Created attachment 50376
--> https://bugs.winehq.org/attachment.cgi?id=50376
ouput of env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
dradio-Recorder is a radio recording software developed by Phonostar for
Deutschlandradio. Features: Livestreams of many international radio stations,
time-shifted recording, programme information
Download from http://www.phonostar.de/partner/dradio-recorder
as http://www.phonostar.de/download/beta/dradio-Recorder3026.exe
When selecting a station (e.g. Deutschlandfunk) and pressing the play button,
the connection is tried to be established but never is.
I attached the ouput of
env WINEDEBUG=warn+all wine C:\\Program\
Files\\dradio-Recorder\\phonostarStarter.exe > output.txt 2>&1
I suspect the lines containing cStreamPlayer::PlayUrl to be near the problem.
--
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=18442
Summary: Google Video/Voice chat plugin installer finishes with
error 0x80040509
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Aside from needing native msxml3 and bug 18441, the Google Video/Voice chat
plugin installer works, but when it finishes installing, it says "error
0x80040509".
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe
--
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=39081
Bug ID: 39081
Summary: CCleaner needs esent.dll
Product: Wine
Version: 1.7.49
Hardware: x86
URL: https://www.piriform.com/ccleaner/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
err:module:import_dll Library ESENT.dll (which is needed by L"C:\\Program
Files\\CCleaner\\CCleaner.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CCleaner\\CCleaner.exe" failed, status c0000135
[austin@localhost ~]$ sha1sum ccsetup508.exe
aa7affcbdaf13c3872f32eaccf3befb92fd0fa80 ccsetup508.exe
[austin@localhost ~]$ du -h ccsetup508.exe
6.4M ccsetup508.exe
[austin@localhost ~]$ wine --version
wine-1.7.49-22-ge083986
--
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=37843
Bug ID: 37843
Summary: Black Mirror 3 starts minimized
Product: Wine
Version: 1.7.32
Hardware: x86
URL: http://www.gamershell.com/download_72202.shtml
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Distribution: ---
Created attachment 50401
--> https://bugs.winehq.org/attachment.cgi?id=50401
terminal output
The problem looks similar to the GTA:VC issue reported in bug #37716, but this
one occurs both in virtual desktop and full-screen mode. To reproduce the
problem make sure your screen resolution (or virtual desktop size) is the same
as the game resolution (can be adjusted in the options menu).
When you start BM3 the first splash screen is displayed normally then the intro
video gets minimized. In Wine's full-screen mode the game minimized to the
upper panel and can be restored by clicking on it.
The result of the regression test:
f6dde7062413a1dfdd71acc92c5178ac66f3ade0 is the first bad commit
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
:040000 040000 aa87fc202d416bf38b92925b0040cbdbcc9e3a84
23850dec1d6e575a9050437206d54d48db834005 M dlls
:040000 040000 0e90d026408ce1c052257f931536dd23c1e53a6f
5e45b170033d4faab106d4de13292c70ce3cbed4 M include
Another bug report with the same commit: bug #37762
wine-1.7.33-117-g6bab173
Fedora 21
XFCE 4.10
Xorg-1.16.2.901
Nvidia binary drivers 340.65
--
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=39529
Bug ID: 39529
Summary: Data Source initstring parsing is case-sensitive
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oledb32
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel(a)system.is
Distribution: ---
The initstring parsing in 'datainit_GetDataSource' for finding a suitable
provider is doing a case-sensitive sub-string match.
The casing of "Provider=" is insignificant in the native oledb32.dll.
--
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=39516
Bug ID: 39516
Summary: Listview tests consistently fail
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
After commit
http://source.winehq.org/git/wine.git/commit/4dd26ee814abb66731d075eb871f63…
>From 4dd26ee814abb66731d075eb871f6367994f2682 Mon Sep 17 00:00:00 2001
From: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue, 6 Oct 2015 16:19:42 +0200
Subject: [PATCH] comctl32: Don't ask for WM_MOUSEHOVER messages when
LVS_EX_TRACKSELECT was not specified.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
make listview.ok fails on every run for me, errors are:
---
../../../../wine-git/tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so listview && touch listview.ok
listview.c:5804: Test failed: hwndTrack != hwnd
listview.c:5805: Test failed: dwFlags = 0
Makefile:525: recipe for target 'listview.ok' failed
make: *** [listview.ok] Error 2
---
reverting this patch helps.
--
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=36280
Bug ID: 36280
Summary: valgrind shows a possible leak in
gameux/tests/gamestatistics.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gameux
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16163== 96 bytes in 3 blocks are possibly lost in loss record 488 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A25B38: heap_alloc (msxml_private.h:169)
==16163== by 0x6A2AF61: create_element (element.c:1836)
==16163== by 0x6A4751E: create_node (node.c:1996)
==16163== by 0x6A2094D: domdoc_createNode (domdoc.c:2045)
==16163== by 0x67D7237: GAMEUX_updateStatisticsFile (msxml2.h:3411)
==16163== by 0x67D9AD5: GameStatisticsImpl_Save (gamestatistics.c:952)
==16163== by 0x49588AA: test_gamestatisticsmgr (gameux.h:444)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
==16163== 96 bytes in 3 blocks are possibly lost in loss record 489 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A47769: heap_alloc (msxml_private.h:169)
==16163== by 0x6A48792: create_children_nodelist (nodelist.c:414)
==16163== by 0x6A43451: node_get_child_nodes (node.c:372)
==16163== by 0x6A26867: domelem_get_childNodes (element.c:242)
==16163== by 0x67D859E: GAMEUX_loadStatisticsFromFile (msxml2.h:8669)
==16163== by 0x67D8B6C: GAMEUX_loadGameStatistics (gamestatistics.c:631)
==16163== by 0x67DA167: GameStatisticsMgrImpl_GetGameStatistics
(gamestatistics.c:1101)
==16163== by 0x4958A87: test_gamestatisticsmgr (gameux.h:644)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
--
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=12474
Summary: Resolume - Black preview windows
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.resolume.com/download/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Created an attachment (id=12030)
--> (http://bugs.winehq.org/attachment.cgi?id=12030)
The few lines outputed in the terminal
Resolume has several preview windows in it's interface and they are all black
making the application useless.
--
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=36291
Bug ID: 36291
Summary: valgrind shows a leak msctf/tests/inputprocessor.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30336== 12 bytes in 1 blocks are definitely lost in loss record 95 of 698
==30336== at 0x7BC4C735: notify_alloc (heap.c:255)
==30336== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30336== by 0x5D621D9: ???
==30336== by 0x5D5DD8D: ???
==30336== by 0x4958885: test_Activate (msctf.h:1860)
==30336== by 0x495DEC8: func_inputprocessor (inputprocessor.c:2213)
==30336== by 0x495ED34: run_test (test.h:584)
==30336== by 0x495F122: main (test.h:654)
==30336==
--
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=39574
Bug ID: 39574
Summary: iNode 3.6 client needs ndis.sys.NdisInitUnicodeString
Product: Wine
Version: 1.7.54
Hardware: x86
URL: Here is iNode 3.6:
http://web.gdut.edu.cn/~nic/8021x/802.1x-v360-E6202.ex
e
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 52727
--> https://bugs.winehq.org/attachment.cgi?id=52727
terminal output
Noticed while testing bug 27061.
austin@austin1:~$ sha1sum 802.1x-v360-E6202.exe
710ec6f7954970780d434968565ac50bf0d8c083 802.1x-v360-E6202.exe
austin@austin1:~$ du -h 802.1x-v360-E6202.exe
41M 802.1x-v360-E6202.exe
--
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=37932
Bug ID: 37932
Summary: Evil Genius from GOG crashes unexpectedly
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: salkhalifa(a)me.com
Created attachment 50527
--> https://bugs.winehq.org/attachment.cgi?id=50527
back trace
Evil Genius crashes unexpectedly Wine via GOG.COM Run on Macbook pro OS X
10.10.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.
http://bugs.winehq.org/show_bug.cgi?id=34559
Bug #: 34559
Summary: Call to Power II: Scrolling causes mouse and screen to
lock
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 46011
--> http://bugs.winehq.org/attachment.cgi?id=46011
Last Run Wine Log
When trying to scroll in the game, the screen just locks at the top of the map
and the mouse freezes. There are test results for the GOG version that confirm
this.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24835
--
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=17693
Summary: Silkypix 3.0 menus are invisible until clicked
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
The application menus are invisible until I blindly click on one of them, then
move the mouse left/right. After a while they disappear again.
System is ThinkPad T61 running Ubuntu 8.10 32 bit fully updated.
Wine version is 1.1.16
Silkypix 3.0.1.6
Here's a RAW file to test the application with:
http://dl.getdropbox.com/u/29966/wine-bugzilla/P1010588.RW2
--
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=37956
Bug ID: 37956
Summary: Photoshop 64bit crash when you press "cancel" button
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morosakubek(a)go2.pl
Distribution: ---
Photoshop 64bit crash when you press "cancel" button on any dialog.
--
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=35677
Bug ID: 35677
Summary: BBC iPlayer Desktop installer reports 'You need
Windows Media Player (9 or above) to install this
software.'
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
the installer looks for 'C:\\Program Files\\Windows Media Player\\wmplayer.exe'
It might be useful to provide this executable as builtin (with version
resource) to fake the presence of Windows Media Player installation now that
Wine started implementing components.
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+msi wine ./BBC-iPlayer_Setup.exe >>log.txt 2>&1
...
0025:trace:msi:iterate_appsearch L"WM_VERSION" L"WMPlayerVer"
0025:trace:msi:ACTION_AppSearchGetSignature package 0x15ea40, sig 0x33e70c
...
0025:trace:msi:MSI_DatabaseOpenViewW L"select * from Signature where Signature
= 'WMPlayerVer'" 0x33e608
...
0025:trace:msi:ACTION_AppSearchGetSignature Found file name L"wmplayer.exe" for
Signature_ L"WMPlayerVer";
0025:trace:msi:ACTION_AppSearchGetSignature MinVersion is 9.0.0.0
0025:trace:msi:ACTION_AppSearchGetSignature MaxVersion is 0.0.0.0
0025:trace:msi:ACTION_AppSearchGetSignature MinSize is 0, MaxSize is 0;
0025:trace:msi:ACTION_AppSearchGetSignature Languages is (null)
...
0025:trace:msi:ACTION_SearchDirectory 0x15ea40, 0x33e70c, L"C:\\Program
Files\\Windows Media Player\\", 0, 0x33e740
0025:trace:msi:ACTION_RecurseSearchDirectory Searching directory L"C:\\Program
Files\\Windows Media Player\\" for file L"wmplayer.exe", depth 0
0025:Call ntdll.RtlAllocateHeap(00110000,00000000,00000068) ret=7dbe75af
0025:Ret ntdll.RtlAllocateHeap() retval=0017e8d8 ret=7dbe75af
0025:Call shlwapi.PathAddBackslashW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\") ret=7dbe9625
0025:Ret shlwapi.PathAddBackslashW() retval=0017e924 ret=7dbe9625
0025:Call KERNEL32.FindFirstFileW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\wmplayer.exe",0033dcf8) ret=7dbe9655
0025:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=7dbe9655
0025:Call shlwapi.PathAddBackslashW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\") ret=7dbe9754
0025:Ret shlwapi.PathAddBackslashW() retval=0017e924 ret=7dbe9754
0025:Call KERNEL32.FindFirstFileW(0017e8d8 L"C:\\Program Files\\Windows Media
Player\\*.*",0033dcf8) ret=7dbe9784
0025:Ret KERNEL32.FindFirstFileW() retval=ffffffff ret=7dbe9784
...
0025:Call KERNEL32.GetFileAttributesW(00000000) ret=7dbe9ca3
0025:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=7dbe9ca3
0025:trace:msi:ACTION_SearchDirectory returning 0
...
0025:trace:msi:ACTION_AppSearchDr returning 0
...
0025:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Property:
WM_VERSION, Signature: WMPlayerVer"
...
0025:trace:msi:MSI_EvaluateConditionW 0 <- L"WM_VERSION"
...
0025:trace:msi:msi_get_property returning (null) for property L"WRONGWMVERSION"
...
0025:trace:msi:msi_get_property returning L"You need Windows Media Player (9 or
above) to install this software." for property L"WRONGWMVERSION"
...
0025:Call user32.MessageBoxW(00000000,0017dcf8 L"You need Windows Media Player
(9 or above) to install this software.",7dc67952 L"Install Failed",00000000)
ret=7dbd9d83
--- snip ---
$ sha1sum BBC-iPlayer_Setup.exe
ba6368a7f4d4c4c33407a30605d0ade6b7d6d1d4 BBC-iPlayer_Setup.exe
$ du -sh BBC-iPlayer_Setup.exe
5.9M BBC-iPlayer_Setup.exe
$ wine --version
wine-1.7.13-53-g37e0a1a
Regards
--
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=29899
Bug #: 29899
Summary: mapviewoffileex fails under certain condition with PE
images
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tizbac2(a)gmail.com
Classification: Unclassified
Created attachment 38887
--> http://bugs.winehq.org/attachment.cgi?id=38887
Test C program that fails on wine and works on windows
Using mapviewoffileex on the same pe image from 2 different file handles, on
wine tries to relocate and if the dll does not have .reloc , it will fail ,
instead on windows the call to MapViewOfFileEx returns a valid pointer both
times.
The attached C program together with a non relocatable DLL will fail on wine,
but on windows xp it works and it gives both times "test succeeded"
--
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=33713
Bug #: 33713
Summary: Download.com wrapper gets stuck on step 2 of 4
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Wine has had problems with Download.com's download manager app
ever since they introduced it.
Users are not terribly impacted since there's always a
"Direct Download Link" in small print (right below the main download
link) which lets you download the file directly without the download manager.
But most people don't see that, and it'd be nice if wine could handle the
silly download manager.
Currently wine puts up the download manager GUI, but doesn't let you
click through all four steps of its wizard; it just doesn't respond to
mouseclicks. (winetricks ie7 doesn't work around this; with that, it hangs
earlier.)
--
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=31534
Bug #: 31534
Summary: Toad: Cannot install Toad
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nexuslenet(a)terra.com.br
Classification: Unclassified
Created attachment 41468
--> http://bugs.winehq.org/attachment.cgi?id=41468
Unhandled exception
When I run the instalation program, it's crash.
I'm using ToadforSQLServer_Freeware_5.0.1.554 instalation program...
--
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=21032
Summary: Appraise-It 8.3 installer does not abort correctly
during redist downloading process
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.sfrep.com/dloads/appraise-it/ai8.3.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25229)
--> (http://bugs.winehq.org/attachment.cgi?id=25229)
Appraise-it 8.3 redist installer +urlmon,+wininet trace (lzma compressed)
With wine-1.1.34-469-g33a1934, canceling a redist download in progress in the
Appraise-It 8.3 installer causes the installer to continue downloading until
the file is finished, and then display a dialog box stating "Unable to download
installation data from the web". Judging from the installer's behavior using
native wininet and urlmon via winetricks ie6, canceling a download should cause
the installer to immediately display the dialog box, rather than deferring the
display to download completion. Given that the message
"fixme:urlmon:on_progress OnProgress failed: 80004004" was outputted in large
succession after attempting to cancel, I've attached a +urlmon,+wininet log.
--
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=4405
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|bunglehead(a)gmail.com |
--
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=4405
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #12 from super_man(a)post.com ---
The patch still applies partly
patching file dlls/user32/combo.c
Hunk #1 succeeded at 1216 (offset -63 lines).
Hunk #2 succeeded at 1230 (offset -63 lines).
Hunk #3 FAILED at 1363.
1 out of 3 hunks FAILED -- saving rejects to file dlls/user32/combo.c.rej
wine 1.7.54-git
--
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=37667
Bug ID: 37667
Summary: GetRawInputDeviceList() does not set an error code on
failure
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: achurch+wine(a)achurch.org
Distribution: ---
Created attachment 50134
--> https://bugs.winehq.org/attachment.cgi?id=50134
gridl-fix.diff
When GetRawInputDeviceList() is passed a buffer which is too small, the
function should set the last error code to ERROR_INSUFFICIENT_BUFFER and return
failure (see
<http://msdn.microsoft.com/en-us/library/windows/desktop/ms645598(v=vs.85).a…>).
However, the current Wine implementation does not set the last error code,
meaning that callers expecting to see ERROR_INSUFFICIENT_BUFFER will behave
incorrectly.
Patch attached (the patch is against wine-1.7.29 but the code is unchanged in
git).
--
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=9127
victor.engmark(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|victor.engmark(a)gmail.com |
--
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=9127
OdzioM <odziomek91(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |odziomek91(a)gmail.com
--- Comment #63 from OdzioM <odziomek91(a)gmail.com> ---
Hi all!
I installed Street Racing Syndicate @ Wine 1.7.54 and I have got error: quartz
MPEG splitter: MPEG-1 system streams not supported.
Quartz installation fixed that problem! Video works perfect!
Please re-check this in other games and if it works please change status to
SOLVED. :)
--
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=37244
Bug ID: 37244
Summary: Unable to log in to Nook for PC
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: dj.shaw(a)btconnect.com
Created attachment 49532
--> https://bugs.winehq.org/attachment.cgi?id=49532
Terminal output from runnning and trying to log in to Nook for PC
Trying to run the latest Nook for PC gets me the error 'We are experiencing
technical difficultiesat this time - please try again later (Sign in: 1025)' as
reported by other. My system is
Arch 32 bit
Wine 1.7.26
openssl 1.0.1.i-1 is installed
Clean prefix, no changes in winecfg or via winetricks
Full terminal output attached. Logging in generates the messages from the first
fixme:shell to the last err:wininet
--
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=38243
Bug ID: 38243
Summary: Evernote 5.8: crash when listing notebooks
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlosmmarques(a)gmail.com
Distribution: ---
Created attachment 51053
--> https://bugs.winehq.org/attachment.cgi?id=51053
Backtrace log
Crash when trying to list notebooks in evernote. Have reproduced the issue
consistently. Is there a problem with nested notebooks?
Everything else seems to be working.
--
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=33153
Bug #: 33153
Summary: ARMA III Alpha crashes on launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaerraent(a)gmail.com
Classification: Unclassified
Created attachment 43860
--> http://bugs.winehq.org/attachment.cgi?id=43860
Backtrace #1 and #2
ARMA III Alpha crashes on launch due to missing D3D11CreateDeviceAndSwapChain.
However, stubbing this function in a similar way to Austin English's commit
0130eca6a0d6a2cd5d98ac3a008fcf0c224e9f7c (and either returning E_OUTOFMEMORY or
S_OK) does not result in a successful launch - the first launch returned an
error in a string comparison operation and further launches resulted in page
faults, both seen in the attached backtrace.txt file.
--
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=23246
Summary: mono randomly aborts with "GetThreadContext failed"
dialog
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Mono often needs to call GetThreadContext on all threads. On Wine, this seems
to fail at random times.
The easiest way to reproduce it is to run the mono tests. I've found that the
test in mcs/class/Microsoft.Build.Engine does it pretty reliably. See
http://wiki.winehq.org/Mono for instructions on that.
--
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=23582
Summary: PowerDVD 10 (trial) needs unimplemented function
ws2_32.dll.WSANSPIoctl
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29469)
--> (http://bugs.winehq.org/attachment.cgi?id=29469)
crash log
See bug 23575 first for installation and bypassing the first problem.
PowerDVD 10 come with multiple problems, but many times with unimplemented
function ws2_32.dll.WSANSPIoctl.
See stack trace.
--
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=8854
swswine(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |swswine(a)gmail.com
--
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=29326
Bug #: 29326
Summary: Magicka crashes randomly on startup
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Classification: Unclassified
Created attachment 37925
--> http://bugs.winehq.org/attachment.cgi?id=37925
Magicka's error report type A
Magicka crashes sometimes before any splash screens. The occurance seems to be
random and can be workarounded quite easily just by relaunching the game until
it works.
This is the only thing that shows up in Wine's output compared to a successful
launch:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:5c: write: Bad file descriptor
Magicka's error report is one of the attached ones. It randomly changes between
them.
--
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=6955
--- Comment #193 from gamiljydcome(a)gmail.com ---
greate! this patch almost working. i did not find this patch before. Thx.
--
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=6955
--- Comment #192 from Skotlex <skotlex(a)mailforce.net> ---
(In reply to gamiljydcome from comment #191)
> I tested BattleRaper2 with wine 1.7.46(patched 'Implement vertex blending in
> glsl-vertex-pipe') and wine 1.7.54, 3d model still broken. But with wine
> 1.5.28(patch 'Patch implementing software vertex blending for wine 1.5.21')
> the game works fine.
>
> The software Vertex Blending throgh glsl still have problem in wine newly
> version.
Did you check bug #39057 ? The one thing missing from this bug fix is indexed
software vertex blending, so the patch in the linked bug report may be what you
need.
--
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=6955
gamiljydcome(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gamiljydcome(a)gmail.com
--- Comment #191 from gamiljydcome(a)gmail.com ---
I tested BattleRaper2 with wine 1.7.46(patched 'Implement vertex blending in
glsl-vertex-pipe') and wine 1.7.54, 3d model still broken. But with wine
1.5.28(patch 'Patch implementing software vertex blending for wine 1.5.21') the
game works fine.
The software Vertex Blending throgh glsl still have problem in wine newly
version.
--
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=8228
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.36.
OS|other |Linux
--
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=11755
Summary: MediaMonkey 3.0.2 Error initializing Media Player
Product: Wine
Version: unspecified
Platform: PC
URL: http://mediamonkey.com/download.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
In the release version of MediaMonkey, the program throws a "Error during
player Initialization" dialog during startup. The program will not play mp3's.
--
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=31467
Bug #: 31467
Summary: Any application fails to run
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grizzly-terror(a)yandex.ru
Classification: Unclassified
Hello! I have a problem with Wine version 1.4.1 (i486) on Slackware 13.37
x86-64 + multilib. Elements of wine (winecfg, winefile) run, the installation
program, too. However, the programs give the following:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x6d253aae
View the complete log:
http://pastebin.com/urPb7cti
--
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=20736
Summary: Left 4 Dead 2 fails to complete installation
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=24800)
--> (http://bugs.winehq.org/attachment.cgi?id=24800)
Terminal output in latest Git.
This is similar to bug 18233 except that this is a different error number and
is full for the full game, not the demo. The demo now installs fine in Wine.
When launching, Steam gives the error "Incomplete Installation of Left 4 Dead 2
(53)". Terminal output attached.
--
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=15563
Summary: AVG Free 7.1 fails due to missing or broken DLLs
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brett.jr.alton(a)gmail.com
Created an attachment (id=16562)
--> (http://bugs.winehq.org/attachment.cgi?id=16562)
stack trace
Installing Grisoft's AVG Free 7.1 fails.
When installing, it tells me twice that "Something horrible went wrong. Here is
the link to the install log..."
The installer than continues, runs a stack trace and give me this:
"Local machine: installation failed
Initialization:
Warning: Windows Firewall activity checking failed.
- created : SetupMachine.cpp (11024)
Error 0x80040154
- created : avgwf.cpp (22)
- thrown : avgwf.cpp (22)
- caught : SetupMachine.cpp (11021)
Warning: Failed to compare versions between psapi.dll and relater
windir redist psapi.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Warning: Failed to compare versions between dbghelp.dll and relater
windir redist dbghelp.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Installation:
Error: Action failed for file avgtdi.sys: starting service....
- created : SetupMachine.cpp (8046)
- returned: SetupMachine.cpp (8052)
Service request timeout (1053)
- created : AvgServs.cpp (562)
- thrown : SetupMachine.cpp (5504)
- caught : SetupMachine.cpp (7756)
- returned: SetupMachine.cpp (7765)
- thrown : SetupMachine.cpp (8025)
- caught : SetupMachine.cpp (8029)"
I have attached AVGs actual install log and error report.
AVG Free 7.1 is an older version and is no longer supported. I figured it would
be interesting to have an error report on an anti-virus program nonetheless.
--
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=19537
Summary: Sonos 3.0 dies after first step in setup wizard
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars-wine(a)ukmix.net
Removed existing ~/.wine and killed any wine processes.
Downloaded version 3.0 of the PC desktop controller from
http://www.sonos.com/support/downloads/
Installed using wine SonosDesktopController30.exe, English language, default
install location.
Ran the following command (replace [username] with your username):
env WINEPREFIX="/home/[username]/.wine" wine "C:\Program Files\Sonos\sonos.exe"
"Sonos Setup Wizard" ("Welcome to Sonos") window was displayed, with this
output in the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f5e4, overlapped 0x634ae8): stub
fixme:iphlpapi:NotifyRouteChange (Handle 0x33f5e4, overlapped 0x634afc): stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
Clicked the "Next" button and the window closed/all wine processes died, with
the following console output:
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
This is under Gentoo AMD64 and I was able to run Sonos 2.8 desktop controller
with no significant problems.
--
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=8936
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |5c6ece129fd36a1e0058a8618a4
| |0ccdd8b496c8e
CC| |focht(a)gmx.net
Component|-unknown |wintab32
Hardware|Other |x86
--
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=15697
Summary: Overlay cursor not functioning in Ultima IX
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14203
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulmata(a)gmail.com
In versions 1.18 and 1.19 of the game (earlier versions not tested), on Wine
versions 1.1.6 and 1.1.5 (earlier versions not used), the overlay cursor is
invisible. This is the cursor that only appears when placed over static objects
(I believe gumps) in the game, such as HUD elements (toolbar) and configuration
elements (the in-game journal, spellbook, books, et cetera).
The game still is tracking the cursor and accepts input, but as the cursor
itself is invisible you cannot tell where exactly you are pressing. As even the
Exit button for the game is inside a gump, it makes it more or less unplayable.
I do not know if this falls under d3d or ddraw, since I do not know if ddraw is
responsible for the on-screen gumps.
--
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=25274
Summary: Sandlot games fail to launch
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.sandlotgames.com/w5/hearts_medicine_season_
1.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 25187
After getting past bug 25187 (winetricks -q ie6), games refuse to launch. I get
an error window saying:
No support for hardware accelerated games.
Please visit the location you acquired this game and request help regarding
this error: HS9
Terminal shows some nasty d3d errors:
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x5c8, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x5c8.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x654, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x654.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
--
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=39552
Bug ID: 39552
Summary: CreateDirectoryA's behavior with long path whose size
max than MAX_PATH-12(248) differs from Windows.
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: christopherwuy(a)gmail.com
On Windows, CreateDirectoryA fail when the path's size longer than
MAX_PATH-12(248) while Wine's implementation success.
According to MSDN[1], there is a default string size limit for paths of 248
characters. This limit is related to how the CreateDirectory function parses
paths.
[1]:https://msdn.microsoft.com/en-us/library/windows/desktop/aa363855(v=vs.8…
--
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=8854
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bfb845f9fccb2ff5bff0b0ba323
| |8fec7f9f7b710
Status|STAGED |RESOLVED
Resolution|--- |FIXED
--- Comment #115 from Sebastian Lackner <sebastian(a)fds-team.de> ---
Fixed with
http://source.winehq.org/git/wine.git/patch/bfb845f9fccb2ff5bff0b0ba3238fec….
Of course I wasn't able to test with all applications, so if there are any
remaining issues, please open a new bug report for it.
--
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=31295
Bug #: 31295
Summary: i have steam for windows running and it runs the first
time process and gives me a first error that CPU does
not meet minimum requirement; Streaming SIMD
Extensions support required. and then it simply tells
me to close the program.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bamfolafsson(a)gmail.com
Classification: Unclassified
i have steam for windows running and it runs the first time process and gives
me a first error that CPU does not meet minimum requirement; Streaming SIMD
Extensions support required. and then it simply tells me to close the program.
--
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=33711
Bug #: 33711
Summary: GetModuleFileNameA returns
"UNC\server\share\application.exe"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernd.edlinger(a)hotmail.de
Classification: Unclassified
Hello,
I have an application here that is started as "\\server\share\application.exe"
but fails when WinMain executes, because the application uses
GetModuleFileNameA to retrieve the application name, and try to use
_lopen with the returned module path name.
The problem is, that the module file name is returned as
"UNC\server\share\application.exe" which _lopen can not use.
If it was returned as "\\server\share\application.exe" everything would be
fine.
PS: I have a fresh wine1.4-0ubuntu4.1 here.
--
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=38568
Bug ID: 38568
Summary: Cannot setup Outlook 2007 account with encryption
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p.d.rosenberg(a)gmail.com
Distribution: ---
Hi
I think this is a regression of https://bugs.winehq.org/show_bug.cgi?id=20562.
I get identical symptoms. When setting up an account Outlook appears to connect
to the server but cannot create the account.
However I should note that I am running in juju, a minimal Arch Linux install
so there is a chance that I am mission some library that is required for the
decryption.
I have only used winetricks to install msfonts and I have set riched20 to
native to allow powerpoint 2007 to run. I am running with a 32 bit wineprefix
(if that is the correct terminology).
--
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=30047
Bug #: 30047
Summary: unimplemented function urlmon.dll.CreateUri
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 760855(a)mail.ru
Classification: Unclassified
Created attachment 39143
--> http://bugs.winehq.org/attachment.cgi?id=39143
bug trace
when try open URL from "Help/about" or then try submit a bug report after
create "bactrace.txt".
--
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=9032
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |msvfw32
Version|unspecified |0.9.42.
--
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=9032
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |2ccba1cf14aaab5cd2bb3585429
| |450300e70e941
Status|ASSIGNED |RESOLVED
Component|msvfw32 |-unknown
Resolution|--- |FIXED
--- Comment #15 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Fixed by
http://source.winehq.org/git/wine.git/?a=commit;h=2ccba1cf14aaab5cd2bb35854…
--
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=30317
Bug #: 30317
Summary: Novatel CDU: Hang up at exit
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 39619
--> http://bugs.winehq.org/attachment.cgi?id=39619
WINEDEBUG=+relay on Wine 1.5.1
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) install CDU_Inst_3.9.0.7.exe
4) wine NovAtelCDU.exe
5) Device->Exit
Behaviour:
Hang-up.
Expected behaviour:
No hang-up.
Terminal output:
err:wgl:internal_SetPixelFormat Couldn't set format of the window, returning
failure
err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect
problems!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetContextToken apartment not initialised
...
...
...
Sending segment of 83 bytes
[SENDER] ERROR: Could not set pipe handle state!
--
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=37292
Bug ID: 37292
Summary: Yarmap can't display characters in search field
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v_mil(a)ukr.net
Created attachment 49595
--> https://bugs.winehq.org/attachment.cgi?id=49595
It is the screen shot after typing in the search field.
Yarmap do not display cropped or no characters in search
To reproduce simply download it from official website
http://kiev.yarmap.ua/download/
and install it. After that run it and look at the top bar with edit fields. You
will see only small top parts of characters (look at the attachment). Type
cyrillic "Укр" and the empty dropdown box will appear. If You press any empty
field You will see appropriate map part. So it works. But no character displays
With best regards.
Viktor
--
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=38922
Bug ID: 38922
Summary: Unable to update Evernote: "Evernote was already
installed by another user"
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 51852
--> https://bugs.winehq.org/attachment.cgi?id=51852
Evernote setup log after the failed update attempt
I'm trying to update Evernote by downloading the latest installer ( 5.8.13 )
and running it in an existing installation. I immediately get a popup saying:
Evernote was already installed by another user. Only one per-user
installation is supported. An administrator can install Evernote for everyone
after the per-user installation is removed.
There is no terminal output, but I've attached the EvernoteSetup.log file,
which contains snippets such as
[07/15/2015 11:11:53] Error getting product version: 1605
[07/15/2015 11:11:53] Error getting product install location: 1605
--
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=39427
Bug ID: 39427
Summary: Project X Game Crashes After breaking out of Cell
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shatteredlites(a)gmail.com
Distribution: ---
Project X Love Potion Disaster Works fine untill you start the first stage and
once you break down your Cell Wall the game freezes and you must force exit.
You can reproduce this Problem by trying it yourself.
http://www.zeta.cyberion.it/projectx.html
--
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=33991
Bug #: 33991
Summary: DM780 failure to start.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ke4gmk(a)mindspring.com
Classification: Unclassified
Created attachment 45167
--> http://bugs.winehq.org/attachment.cgi?id=45167
backtrace file from DM780 failure to start.
DM780 failure to start.
Digital Master DM780 is part of ham radio software package HRD "Ham Radio
Deluxe"
--
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=8532
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.jawspdf.com/down |http://www.jawspdf.com/down
|load/editor.html |load/previous/#editor
--- Comment #8 from Anastasius Focht <focht(a)gmx.net> ---
Hello Dmitry,
thanks for the patch. Unfortunately it still doesn't work.
Although bitmap data is now provided by the help of 'OLEPictureImpl_Save' it
seems the app stream write method doesn't expect the 'StdPicture' header
(preamble + size) in preceding 'IStream_Write' call, causing a different
internal error/code path (still same external "Invalid imagesize" error
though).
It rather expects the raw bitmap data via 'IStream_Write(pStm, This->data,
This->datalen, &dummy)' immediately.
Source:
https://source.winehq.org/git/wine.git/blob/2f9987fd043d094c23430a1698f1a72…
--- snip ---
...
1834 header[0] = (This->loadtime_magic != 0xdeadbeef) ?
This->loadtime_magic : 0x0000746c;
1835 header[1] = This->datalen;
1836 IStream_Write(pStm, header, 2 * sizeof(DWORD), &dummy);
1837 IStream_Write(pStm, This->data, This->datalen, &dummy);
1838 hResult = S_OK;
...
--- snip ---
I removed the 'StdPicture' header serialization call for testing purpose
(potentially breaking other things) and it allows the app to start.
Loading/viewing/annotating PDF works nicely.
This means we're on the right track but can't simply reuse
'OLEPictureImpl_Save' here.
Regards
--
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=8532
--- Comment #7 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
Created attachment 52686
--> https://bugs.winehq.org/attachment.cgi?id=52686
patch
Attached patch my work slightly better than current semi-stub.
--
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=39496
Bug ID: 39496
Summary: Dracula: Origin demo shows black screen after starting
a new game
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/dracula-origin-do
wnload/dracula-origin-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52634
--> https://bugs.winehq.org/attachment.cgi?id=52634
+d3d9
After starting a new game just black screen.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface IDirect3D9 instance wasn't created with
CreateDirect3D9Ex, returning E_NOINTERFACE.
wine-1.7.53-135-g4fb840b
--
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=8532
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
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=30703
Bug #: 30703
Summary: pepakura viewer crash on startup: dib init failed,
failed to create rendering context
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)lanhelp.com.br
Classification: Unclassified
Created attachment 40207
--> http://bugs.winehq.org/attachment.cgi?id=40207
Backtrace for pepakura viewer on wine 1.4
installs pepakura with no problem, when start the app, gives the msg: dib init
failed, and then "Failed to create rendering context, the back trace is
attached.
--
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=36894
Bug ID: 36894
Summary: implement FlashWindowEx
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
CC: fracting(a)gmail.com
Currently FlashWindowEx does nothing. It makes programs like IMs unable to
notify the user that it needs attention (received a new message etc). Some IMs
like Tencent Messenager (TM) only uses this when an already open chat window
receives new messages.
I suggest you implement this function by setting the urgent hint on Linux/X11.
I've verified that implementing this function helps in this (TM) situation:
BOOL WINAPI FlashWindowEx( PFLASHWINFO pfwi )
{
FIXME("%p\n", pfwi);
system("notify-send 'new message!'");
return TRUE;
}
--
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=34574
Bug #: 34574
Summary: Kega Fusion 3.64 - Fullscreen not working anymore
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joaogojunior(a)hotmail.com
Classification: Unclassified
As of wine-1.7.2 I can not run kega fusion 3.64 in fullscreen anymore...
Running a regression test here... soon I'll post results...
--
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=35792
Bug ID: 35792
Summary: rmxftmpl.h differs on some architectures
Product: Wine
Version: 1.7.14
Hardware: x86
URL: http://bugs.debian.org/739723
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mgilbert(a)debian.org
This is probably a little vs big endianness issue. rmxftmpl.h is different on
different architectures (e.g. powepc vs. i386).
See: http://bugs.debian.org/739723
--
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=39449
Bug ID: 39449
Summary: __finally being called too many times
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lamberga(a)gmail.com
Distribution: ---
This bug dealing with exception handling only occurs in a 64 bit environment.
Appears to be independent of msvc*.dll version (also, switching to native dlls
does not seem to have any effect). I have attached a reproducer.
Expected output (output under Windows and 32 bit Wine):
Hello from main
Hello from prog1
Finalizing
Caught: Oh No!
Output under 64 bit Wine:
Hello from main
Hello from prog1
Finalizing
Finalizing
Caught: Oh No!
--
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=38655
Bug ID: 38655
Summary: Galactic Civilizations III Fails to start
(D3DCompiler_46 Failed to load)
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thanoulas(a)gmail.com
Hi,
I tried Galactic Civilizations III on a WOW64 wine prefix on OS X 10.10 (set
windows 7 in winecfg), and it failed to start with the following output:
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ver:GetCurrentPackageId (0x22f090 0x0): stub
fixme:heap:RtlSetHeapInformation 0x970000 0 0x22fd10 4 stub
err:module:attach_process_dlls "D3DCOMPILER_46.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Galactic Civilizations III\\GalCiv3.exe" failed, status c0000005
The file "D3DCompiler_46.dll" is bundled in the game directory.
I know it's probably too early for a Win64 DX10 game, but I thought I'd give it
a try! :)
--
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=21012
Summary: mswt 2004 does not work with wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikegagens(a)yahoo.com
michael schumacher world tour kart 2004 does not work with wine dev. version
1.1.34 or stable release.Game begins to load,intro video appears,but the game
stops :((.
--
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=36827
Bug ID: 36827
Summary: The horror game Mad Father won't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freeman-wagstaffs11(a)qesa.org.uk
Created attachment 48901
--> http://bugs.winehq.org/attachment.cgi?id=48901
The horror RPG game Mad Father won't play properly
the screen is messed up so you can not see the character or where she is going
--
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=39395
Bug ID: 39395
Summary: kernel32.dll miss windows 7 (wolfram matemathica 10)
Product: Wine
Version: 20050930
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hubaors.egon(a)gmail.com
Distribution: ---
Created attachment 52509
--> https://bugs.winehq.org/attachment.cgi?id=52509
error code
https://www.wolfram.com/mathematica/ -software miss kernel32.dll
I there is Ubuntu linux 14.04 X86
Ram: 1 GB
HDD: 80 GB
wine: 1.7.52
Install - ok
Run - not can becouse error code:
Unhandled exception: unimplemented function
KERNEL32.dll.GetPhysicallyInstalledSystemMemory called in 32-bit code
(0x7bc55eb0)
--
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=36560
Bug ID: 36560
Summary: valgrind shows an invalid read in d3drm/tests/d3drm.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26440== Invalid read of size 4
==26440== at 0x62AC4FD: D3DRMVectorSubtract (math.c:174)
==26440== by 0x62B0E0A: load_mesh_data (meshbuilder.c:1372)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440== Address 0x4a8f40c is 0 bytes after a block of size 12 alloc'd
==26440== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26440== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26440== by 0x62AF98A: load_mesh_data (meshbuilder.c:1085)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440==
--
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=39171
Bug ID: 39171
Summary: Creatures: White pixels are black.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: rw92672685(a)hotmail.com
Distribution: Ubuntu
Created attachment 52203
--> https://bugs.winehq.org/attachment.cgi?id=52203
Incorrect colours.
In the 1996 MFC game Creatures, any of the game's graphics that have solid
white pixels are rendered black within Wine. Attached is a screenshot comparing
Wine and Windows.
The game itself is 8-bit. Looking through the game's uncompressed sprite files,
the colour index for these pixels is 255. No other pixels are affected.
I'm using the most recently version of Wine as of this writing, commit;
6056a3f1634a72e181fb3a03ca625aaa7720523e. Outside of needing MFC42, using a
clean Wine prefix. Running Ubuntu 15.04.
Let me know if you need any further information.
--
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=36794
Bug ID: 36794
Summary: valgrind shows an invalid free for
comctl32/tests/listview.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4761== Invalid write of size 4
==4761== at 0x54B71CF: EDIT_WM_KillFocus (edit.c:3566)
==4761== by 0x54BC254: EditWndProc_common (edit.c:5052)
==4761== by 0x552D1D2: EditWndProcA (winproc.c:1077)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x5185507: CallWindowProcT (listview.c:1566)
==4761== by 0x518F840: EditLblWndProcT (listview.c:5981)
==4761== by 0x518F8FB: EditLblWndProcA (listview.c:6023)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x4E816AD: editbox_subclass_proc (listview.c:752)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== Address 0x4ac16bc is 4 bytes inside a block of size 80 free'd
==4761== at 0x7BC4C72C: notify_free (heap.c:263)
==4761== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==4761== by 0x516BE94: DPA_Destroy (dpa.c:409)
==4761== by 0x5198E64: LISTVIEW_NCDestroy (listview.c:10344)
==4761== by 0x519C0AB: LISTVIEW_WindowProc (listview.c:11669)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552BA60: WINPROC_CallProcAtoW (winproc.c:603)
==4761== by 0x552CC51: CallWindowProcA (winproc.c:961)
==4761== by 0x4E81170: listview_subclass_proc (listview.c:642)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== by 0x5519439: WIN_DestroyWindow (win.c:967)
==4761== by 0x551C9D1: DestroyWindow (win.c:1884)
==4761== by 0x4E9C784: test_header_notification (listview.c:5217)
==4761==
wine-1.7.20-122-gd2d62cf, no virtual desktop
--
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=19525
Summary: Poison Ivy does not work correctly because
RtlGetCompressionWorkSpaceSize and friends are only
stubs
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.poisonivy-rat.com/index.php?link=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
To run Poison Ivy correctly and be able to use remote control
RtlGetCompressionWorkSpaceSize and friends have to be implemented, they are now
only stubs.
this can be a pain because we need to encode/Decode LZNT1 which is a MS
proprietary format... i tried to do some of it but without any source it's not
easy.
--
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=37351
Bug ID: 37351
Summary: American Mcgee's Alice No Audio
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whytehorse(a)gmail.com
There's no audio at all in American Mcgee's Alice on my system. I can run
another game like Undying and audio works. In winecfg under audio my choices
are system default or Pulseaudio. When I click test audio in winecfg it does
play a sound.
The computer is using Ubuntu 14.04 with the wine ppa and version 1.7.27 of
wine.The in-game audio choices all have the same problem. The game plays
perfectly minus the audio. I tried to install alsa but it didn't help. I'm
thinking this is game specific but there is no log or error messages to tell
why there's no sound.
--
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=34898
Bug #: 34898
Summary: Crash - unhandled exception page fault when syncing in
Evernote 5.0.3.
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Classification: Unclassified
Created attachment 46502
--> http://bugs.winehq.org/attachment.cgi?id=46502
Backtrace from the seg fault.
Using Evernote 5.0.3 on Wine 1.7.3 in FC19 64 bit.
I was editing a note in a separate window, with the main Evernote minimized.
After typing a line, I hit the F9 shortcut to sync evernote.
a Page fault was generated.
Please find the backtrace attached below.
--
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=38242
Bug ID: 38242
Summary: [Reflexive Entertainment] Granny In Paradise Demo:
Failed to load encrypted EXE
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
This is a free demo of granny in paradise, I ran ProtectionID but was unable to
determine the type of encryption used.
The game fails as soon as you click play with "Failed to load encrypted .exe"
--
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=33965
Bug #: 33965
Summary: can't create a table; application crashes
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wlroberts(a)tru.ca
Classification: Unclassified
When trying to create a new table (Table menu - create) the application
crashes. A "Wine program crash" window appears and reports "internal errors --
invalid parameters received"
--
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=38533
Bug ID: 38533
Summary: opengl32/tests/opengl.c hangs under valgrind
(i965/mesa)
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Not much info in the default output.
err:dib:dibdrv_wine_get_wgl_driver OSMesa not compiled in, no OpenGL bitmap
support
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
==3234== Syscall param writev(vector[...]) points to uninitialised byte(s)
==3234== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==3234== by 0x5CEBA28: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBF07: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBFAB: xcb_writev (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5BDB113: _XSend (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BDB4B4: _XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BB99BB: XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B0A8BD: create_whole_window (window.c:1477)
==3234== by 0x5B0B657: X11DRV_create_win_data (window.c:1803)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4AD9A7F: test_setpixelformat (opengl.c:306)
==3234== by 0x4ADEDEC: func_opengl (opengl.c:1706)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Address 0x571b61d is 189 bytes inside a block of size 16,384 alloc'd
==3234== at 0x4008D0E: calloc (vg_replace_malloc.c:626)
==3234== by 0x5BC93B4: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B12EFF: x11drv_init_thread_data (x11drv_main.c:658)
==3234== by 0x5B06DB7: thread_init_display (x11drv.h:347)
==3234== by 0x5B0B5BA: X11DRV_create_win_data (window.c:1794)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4ADE9FB: func_opengl (opengl.c:1637)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Uninitialised value was created by a stack allocation
==3234== at 0x5B08792: set_mwm_hints (window.c:702)
==3234==
mesa is 10.5.1-1.20150314.fc22
--
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=24031
Summary: Word Perfect Lightning 1.0 beta installer does not
display text in first dialog
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://download.cnet.com/Corel-WordPerfect-Lightning/3
000-2192_4-192908.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=30192)
--> (http://bugs.winehq.org/attachment.cgi?id=30192)
gzipped +mshtml,+shdocvw log, starting at handle_load
(This is a beta version of the app from bug 7575.)
http://download.cnet.com/Corel-WordPerfect-Lightning/3000-2192_4-192908.html
Download is 24023528 bytes, sha1sum is
b9283264d8439a2b092cff695259fa0e74eb4bf0 WordPerfectLightningInstaller.exe
With no native libraries, the installer puts up its normal "preparing
installer" dialogs, then a nearly-blank dialog containing just an elipsis.
"winetricks ie6" works around the problem.
--
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=39400
Bug ID: 39400
Summary: Eleusis demo needs XAudio2 class
'{a90bc001-e897-e897-7439-435500000000}'
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: http://www.gamershell.com/download_99777.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Crashes before entering the main menu.
err:ole:CoGetClassObject class {a90bc001-e897-e897-7439-435500000000} not
registered
err:ole:CoGetClassObject no class object {a90bc001-e897-e897-7439-435500000000}
could be created for context 0x1
--
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=39478
Bug ID: 39478
Summary: Call of Duty: United Offensive demo crashes at launch
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/call-of-duty-unit
ed-offensive-download/call-of-duty-united-offensive-de
mo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 3c49a012c032759f015fca0594e8818040e26cf3
Distribution: ---
Launched with __GL_ExtensionStringVersion=17700
--
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=22879
Summary: IVONA Voices: installs but fails to load.
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.ivona.com/reader_download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mtgsmith(a)hotmail.com
Created an attachment (id=28287)
--> (http://bugs.winehq.org/attachment.cgi?id=28287)
Errors from Wine on launching IVONA Voices Reader
Installed IVONA Voices (http://www.ivona.com/), which seemed to run OK.
Required SAPI5 installation with Wine in Windows ME emulation mode beforehand.
Added another Text-to-Speech (TTS) engine (Demo of Text Aloud) to test, and it
worked, using one of IVONA's voices. Copy is, of course licensed, although the
demo has same results.
IVONA Reader fails to load every time. Attemps to display a splash screen, the
outline of which appears, then a Wine error dialogue, and then fails.
--
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=21076
Summary: Defense Grid: The Awakening
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=14995&iTestingId=35186
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: war_the_gloomer(a)hotmail.com
Ingame models do not get displayed properly. Landscape/terrain works.
"Hostile"/enemy shadows displayed properly. Just gun and other models
themselves (as shadows work) need to be repaired.
(first winebug submission, if done improperly, I apologize)
--
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=39473
Bug ID: 39473
Summary: Some of PropVariantCopy tests results are masked by
faulty logic
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
After commit
http://source.winehq.org/git/wine.git/commit/d68c13a8941e4e4c298c7dd0d1e26f…
some test cases are effectively disabled, because of the way operator
precedence works:
---
+ ok(hr == copy ? DISP_E_BADVARTYPE : STG_E_INVALIDPARAMETER, "%s (%s):
got %08x\n", wine_vtypes[idx], modifier, hr);
---
No matter what 'hr == copy' value is ok() condition is never zero. I'm assuming
intention was to do:
---
hr == (copy ? ...)
---
Such simple change brings some tests failures though, but what we have now is
wrong in any case.
P.S. discovered by PVS-Studio guys, present in their recent run log.
--
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=26621
Summary: KidStarter: Fails to install
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.kidstarter.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33889)
--> (http://bugs.winehq.org/attachment.cgi?id=33889)
Terminal output on wine-1.3.16-252-gf421d22
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine setup.exe
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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=39480
Bug ID: 39480
Summary: Sniper Elite V2 demo needs IDXGIFactory1 interface
'{770aae78-f26f-4dba-a829-253c83d1b387}'
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://store.steampowered.com/app/63380
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
warn:dxgi:dxgi_factory_QueryInterface {770aae78-f26f-4dba-a829-253c83d1b387}
not implemented, returning E_NOINTERFACE.
--
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=39296
Bug ID: 39296
Summary: Setup dialog windows needs to drag for capture
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: c68843f898da704432c391cab9e534323fec72ae
Distribution: ---
e.g. I want to change installation folder name and press an appropriate button,
but then I should to drag previous window first and then switch again for
'Change folder' window.
Can be reproduced with SpinTires Tech demo
(http://oovee.chicsystems.net/SpinTiresInstall_060613.zip) and Battlefield: Bad
Company 2.
--
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=22907
Summary: CamStudio: does not run after installing.
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.camstudio.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
The CamStudio screen casting software for Windows does not run on Wine, despite
installing it without any problems.
The main purpose of this report is to let the Wine developers know that
CamStudio - after installing - does not work under Wine at all (with AND
without the use of winetricks).
Having read the test page for CamStudio, it recommends using winetricks to add
"mfc42". I did that and CamStudio now opens after installing, but it won't
record (it's effectively useless). It comes up with the following error
message:
"Error Creating AVI File".
Before dismissing this bug report, please remember that I tried CamStudio
without winetricks first and it does not run at all after installing.
--
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=32895
Bug #: 32895
Summary: Serious Sam HD: TSE crashes randomly in the campaign
&& when picking up backpacks
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gediminas(a)varciai.lt
Classification: Unclassified
Created attachment 43444
--> http://bugs.winehq.org/attachment.cgi?id=43444
Terminal output
In Serious Sam HD: TSE, picking up ammo backpacks crashes the game. Also,
playing any level long enough crashes the game in the same way. This applies to
campaign and survival, both single player and co-op. The way the game crashes
is very weird - no crash dialogs, the game itself fails to log the failure (no
entry in the game's log and no game's own crash dump generated). The game
simply disappears in a split second. The weirdest part - when it crashes steam
immediately launches the game again (which in turn opens a dialog to choose
which version to play).
Attaching the terminal output.
Note 1: this might be a regression from more than a year ago (wine 1.3.x), but
not entirely sure.
Note 2: twice, messing with winetricks and other random things, I managed to
make the game not to crash like that. It was a complete mess, thus no idea how
to reproduce it.
Note 3: the terminal output is definitely a mix with some Steam related output,
along with the game's own logger's output.
--
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=35872
Bug ID: 35872
Summary: Pinball Science crashed on starting
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Nachanon_Vetjasit(a)hotmail.com
Created attachment 47895
--> http://bugs.winehq.org/attachment.cgi?id=47895
WINE 1.7.15 console output
I've attempted to run Dorling Kindersley's Pinball Science on WINE 1.7.15.
Its installation (and QuickTime installation) was succeeded.
On running, the launch screen shown up. When I clicked to launch the game,
splash screen shown up, screen resolution changed to 640x480
then the game simply crashed.
Wine console shows:
wine: Unhandled page fault on write access to 0x0000003f at address 0x1120ffe8
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x0000003f in 32-bit code
(0x1120ffe8).
Followed by backtrace:
=>0 0x1120ffe8 in dkstore (+0xffe8) (0x0032f198)
1 0x7e8de794 MMIO_Open+0x2c3(szFileName="D:\INTRO\ZQT1001P.mov+",
refmminfo=0x32f2d4, dwOpenFlags=0x20, is_unicode=0)
[/home/window/winegit/dlls/winmm/mmio.c:670] in winmm (0x0032f328)
2 0x7e8dea59 mmioOpenA+0x28(szFileName=*** Invalid address 0x00000017 ***
Internal symbol error: unable to access memory location 0x17, lpmmioinfo=***
Invalid address 0x0000001b ***
Internal symbol error: unable to access memory location 0x1b, dwOpenFlags=***
Invalid address 0x0000001f ***
) [/home/window/winegit/dlls/winmm/mmio.c:722] in winmm (0x0032f348)
3 0x3d272f3b in dhio32.qtc (+0x2f3a) (0x80830000)
Full wine console output also attached.
This program is win32, came from 90s era,
and depends on QuickTime for Windows 2.1.2.59 32-bit.
WINE 1.7.15 (git) using Windows version 98.
WINE installed without XInput2, OSMesa, OpenCL, CMS, GStreamer and OSS support.
System: Debian GNU/Linux 5.0 "Lenny" i386.
--
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=33893
Bug #: 33893
Summary: Midnight Nowhere demo shows black screen
Product: Wine
Version: 1.6-rc3
Platform: x86
URL: http://www.fileplanet.com/139398/130000/fileinfo/Midni
ght-Nowhere-Demo-
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 44990
--> http://bugs.winehq.org/attachment.cgi?id=44990
log+d3d
I hear only sounds. Native Directx doesn't help.
--
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=39488
Bug ID: 39488
Summary: explorer.exe (and other applications) crash on start
after drive z: (/) got deleted
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Nierensteinsprenger(a)web.de
Distribution: ---
Created attachment 52628
--> https://bugs.winehq.org/attachment.cgi?id=52628
Console output of explorer.exe
Some application crash on start, if drive z: was deleted. This bug happend not
evertime drive z got deleted. If this is the case the bug could be reproduce if
the links to musik, videos and etc are removed too.
Add the drive z again resove the bug.
Application that stop running:
explorer.exe
taskmgr.exe
steam.exe
maybe more applications
Bug replication:
rm -R .wine
winecfg # and remove the z drive and maybe all links
wine explorer.exe # instant crash on start.
I attachted the output of wine explorer.exe. Used OS is Arch Linux.
--
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=39357
Bug ID: 39357
Summary: Do not see the audio equipment , and there is no sound
in the game Blade & Soul
Product: Wine-staging
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 52452
--> https://bugs.winehq.org/attachment.cgi?id=52452
Screenshot of the fact that it is not visible audio equipment.
I tried to standard sound settings wine and selected PulseAudio, but the effect
is zero.
--
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=32620
Bug #: 32620
Summary: Warcraft Voice Chat cannot capture voice.
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Playing WoW (MoP) with Wine 1.5.17, 18, 20:
The built-in voice chat functionality is no longer capturing voice correctly,
and sounds like "R2D2 on drugs" instead. This can be reproduced both during
"live" char sessions and also when testing "capture" from the Voice settings
panel.
I have reproduced this bug both with and without PulseAudio; with Intel HDA,
Audigy 2 and Xonar D1 cards. So I must assume that this is something relating
to Wine and ALSA.
Capturing audio from the command line via:
$ arecord -t wav -f cd -d 5 > test.wav
results in a correct WAV file.
--
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=27595
Summary: Screen Recorder
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurence.frostenson(a)gmail.com
Created an attachment (id=35277)
--> (http://bugs.winehq.org/attachment.cgi?id=35277)
Screen Recorder
When i try to start a screen recording it says that the program has encountered
a serious problem.
Regards,
Laurence
--
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=34079
Bug #: 34079
Summary: Skydrive Pro 2013: Crashes on installation start-up
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pieter.ideler(a)gmail.com
Classification: Unclassified
Created attachment 45306
--> http://bugs.winehq.org/attachment.cgi?id=45306
Backtrace of installer
The installer of Skydrive Pro 2013 "SkyDrivePro_x86_en-us.exe" crashes on
startup.
--snip--
Unhandled exception: 0xc06d007f in 32-bit code (0x7b83bbd5).
--snip--
Installer downloadable at
http://www.microsoft.com/en-us/download/details.aspx?id=39050
--
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=37930
Bug ID: 37930
Summary: Photoshop CS6: dragging layers leave a trail of
garbage
Product: Wine
Version: 1.7.34
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Steps to reproduce;
1. Launch Photoshop CS6
2. Create a new image
3. Create 2 layers
4. Drag and drop one of the layers
At this point you can observe that dragging the layer leaves a trail of
garbage.
--
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=5048
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #31 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.54.
--
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=38131
Bug ID: 38131
Summary: Java install jre-1_5_0_16-windows-i586-p-iftw.exe
crashes in patchjre.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hmyjr(a)yahoo.co.uk
Distribution: ---
Quite a
--
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=31442
Bug #: 31442
Summary: Guild Wars 2 freezes on text input fields
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
When certain text fields get focus, including the name field in character
creation and the chat window, the game freezes.
--
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=36895
Bug ID: 36895
Summary: You Don’t Know Jack V1 XL: Scaling/moving text shown
as solid coloured blocks
Product: Wine
Version: 1.7.21
Hardware: x86
URL: http://www.amazon.com/dp/B00H7HR5N4/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karl(a)huftis.org
In the game ‘You Don’t Know Jack V1 XL’, text that are being scaled (and/or
moved?) are displayed as solid coloured blocks (rectangles) instead of text.
The colour of the blocks is identical to the text colour.
This bug is most visible (and a big problem) in Jack Attack, which happens in
round 7 in a 7-round game. There words are displayed in large letters, which
moves around and changes size. Here’s a video of how it *should* look:
https://www.youtube.com/watch?v=WeRAwtq1jCo&t=0m33s
Since text text are shown as solid rectangles instead of text, this make Jack
Attack basically unplayable.
The same problem also seems to partially occur in other rounds, when names of
question categories or answers first appear. The text is first shown as solid
coloured rectangles that increase in size. But when the rectangles have changed
to their correct size, they’re replaced by normal text, so this isn’t a big
problem when playing.
For testing, I used ‘You Don’t Know Jack V1 XL’ from the ‘You Don't Know Jack
Classic Pack’ from Amazon (http://www.amazon.com/dp/B00H7HR5N4/).
--
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=9032
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Component|-unknown |msvfw32
Assignee|wine-bugs(a)winehq.org |00cpxxx(a)gmail.com
--- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> ---
I think I can deal with this but I'm not having much time for computers, just
assigning to myself so I don't forget.
--
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.