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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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=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.
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.
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=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=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.
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.
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.
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=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=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.
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.
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.
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.
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=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.
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=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=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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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=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=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.
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.
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.
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.
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.
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=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=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=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.
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.
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.
http://bugs.winehq.org/show_bug.cgi?id=29082
Bug #: 29082
Summary: No sound in The Elder Scrolls V: Skyrim
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 37477
--> http://bugs.winehq.org/attachment.cgi?id=37477
wine 1.3.32 , WINEDEBUG=-xinput
sound works on logo intro, but not ingame.
Ubuntu 11.10 64bit, wine 1.3.32
Linux wings 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64
x86_64 x86_64 GNU/Linux
pulseaudio 1.1
alsa 1.0.24.1
--
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=33709
Bug #: 33709
Summary: Skyrim: no sound after intro video
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apfeifer95(a)yahoo.com
Classification: Unclassified
Arch Linux
Wine 1.5.31
Steam install of Skyrim
The game starts and seems to run normally, but there is no sound after the
intro video. I have tried setting to XP and Windows 7 mode in winecfg but
neither have resolved the problem. I also saw some people recommend installing
DirectX via the installer that comes with the game. Unfortunately, the
installer fails every time that I try. I also attempted to install the June
2010 DirectX Redistributable from the official Microsoft website. That one did
not work either.
--
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=32507
Bug #: 32507
Summary: UpdateLayeredWindow (wrongly) interprets alpha channel
(TeamViewer 7)
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.teamviewer.com/en/download/linux.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
Classification: Unclassified
Created attachment 42886
--> http://bugs.winehq.org/attachment.cgi?id=42886
Screenshot of wrongly rendered overlay window
TeamViewer 7, shipped with Wine 1.21, occasionally shows some Overlay windows,
for example if somebody adds you to his contact list. (Notification will
re-appear on every login if there are unread messages)
With Wine 1.2.1, the behavior is, that it looks ugly because color keying is
not supported.
When using Wine 1.5.19, the window is totally invisible. I think the reason is
that Wine (wrongly in that case?) uses the 4th byte of the Bitmap/DC of the
window and interprets it as an alpha value, but the window is not supposed to
have per-pixel alpha.
In TeamViewer 8, shipped with Wine 1.5.19, this does not happen because the
alpha channel is explicitly set opaque, but this seems not to be necessary in
Windows.
Also, another error becomes now apparent: color keying is now supported, but
not during the alpha-fade-in and fade-out of the window. While MSDN suggests
that ULW_COLORKEY and ULW_ALPHA can not be or'ed, this works well on 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=36083
Bug ID: 36083
Summary: Microsoft Money 2005 Program Crash On Selecting
"Portfolio Manager" Function
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: junk_2010(a)live.co.uk
Created attachment 48269
--> http://bugs.winehq.org/attachment.cgi?id=48269
Microsoft Money 2005 Portfolio Manager Crash Backtrace
Installed wine 1.7.17 on Ubuntu 12.04 (32 bit). Clean install with previous
.wine directory removed.
"wine notepad" worked and displayed the expected wine version.
Program installed and started ok (as previously). However, (as before) very
limited functionality when program was running. Easy to create a program crash.
Installed ie6 using winetricks.
Program now very functional.
Manage to cause one reliable program crash when selecting the "Portfolio
Manager" function. Note that this as a "link" off of a program "tab" page, and
not a menu item as reported on other bugs (ie bug 32589 ).
The crash was:
On the "Home" tab, down the left hand "program function links" list selected
"Portfolio Manager".
Crash backtrace file created and will be attached.
Details of crash:
Got a pop-up "Microsoft Money Error Reporting" window saying the the program
had encountered a problem and needs to close. This crash was repeatable and
always seemed to occur. Although the program did not always automatically
restart each time.
Terminal output when this occured was:
fixme:urlmon:Binding_SetPriority (0xbd483d0)->(-1)
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:urlmon:CoGetClassObjectFromURL ({562f499d-186b-42e7-b112-23d82883d542}
(null) 0 0 (null) 0x78d0b28 7 (nil) {00000001-0000-0000-c000-000000000046}
0x112a2b0) Stub!
fixme:urlmon:CoGetClassObjectFromURL ({3b66aef9-989c-4979-9785-667c62305cc1}
(null) 0 0 (null) 0x2381378 7 (nil) {00000001-0000-0000-c000-000000000046}
0x112a2b0) Stub!
err:ole:heap_alloc cannot allocate memory
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Money Error Reporting"):
stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004d,0x5ad7a4,0x5ad35c):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004d,0x180360,0x5ad35c):
stub
err:eventlog:ReportEventW L"msmoney.exe"
err:eventlog:ReportEventW L"14.0.0.1105"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
On closing the "Microsoft Money Error Reporting" window Microsoft Money
sometimes immediately restarted, other times it did not.
--
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=23756
Summary: In-game MIDI music does not play in Melker - The Elk
Hunt (a.k.a. Moose on the Loose)
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.wihlborg.se/melker_the_elk_hunt.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29775)
--> (http://bugs.winehq.org/attachment.cgi?id=29775)
+winmm log, compressed with bzip2
This bug applies to the game "Melker - The Elk Hunt" by Wihlborg Entertainment.
The game was also marketed as "Moose on the Loose" by eGames/Greenstreet games.
A demo can be downloaded from http://www.wihlborg.se/melker_the_elk_hunt.html
The in-game (MIDI) background music does not play in Wine. However the title
sequence music does play.
Install the demo and run melker.exe. Click Start Game! Watch the title sequence
and note that the music plays. Press Enter several times to begin play. A
dialog box appears:
:
The MCI device you are using does not support the specified command.
After dismissing that, press Enter at the map screen and the same dialog
appears again, then a second dialog:
MidiPlyrPlayPart() failed!
MidiPlayPart() failed
MidiProcessTune() failed
MidiPlayTune() failed
The attached log is with WINEDEBUG=+winmm, running melker.exe, waiting at the
title sequence, then starting play, dismissing the error dialogs, quitting the
game, returning to title sequence and exiting.
--
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=31396
Bug #: 31396
Summary: freeOTFE requires administrator rights
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Classification: Unclassified
Hi All,
Scientific Linux 6.2, 64 bit
wine 1.4-1
Would one of our interpreted heroes please fix this for me?
This one is important to me as I need to be able to test things on my Linux
machine. The idea is to have an encrypted flash drive with my customer
sensitive data on it that I can take around to my customer sites. I do not
have easy access to a true Windows machine (lots of VM's, but ...).
FreeOTFE installs fine, but when run complains about not having Administrator
rights. This even when wine is configured for W98.
FreeOTFE: http://www.freeotfe.org/download.html
Many thanks,
-T
--
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=23799
Summary: Rawdump fails to detect drive(s), shows popup windows
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Rawdump 2.0 fails to detect optical disk drives (window says unable to detect
drives). And a weird pop-up windows shows up afterwards talking about debug and
JIT. Error outputs forthcoming.
--
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=33757
Bug #: 33757
Summary: XenCenter crashes while starting
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.citrix.com/go/products/xenserver/download.a
sp.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Blocks: 19517
Classification: Unclassified
Created attachment 44700
--> http://bugs.winehq.org/attachment.cgi?id=44700
wine 1.6-rc1 log
The program XenCenter is not working, this blocks the test for bug 19517. Log
attached. winetricks dotnet20 or 35 give the same result. With wine-mono the
application dies 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=16292
Summary: Activeworlds client 4.2 update fails with "reason 13"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installs ok, won't start unless you do "winetricks mfc42".
Then it starts, and notices it needs an update;
if you accept, it downloads it and then fails with "reason 13".
"winetricks wininet" works around this, and gets you to the
next 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.
http://bugs.winehq.org/show_bug.cgi?id=29881
Bug #: 29881
Summary: Can't install recent Skype on wine version 1.0.1-3.5
on Debian GNU/Linux SID
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csanyipal(a)gmail.com
Classification: Unclassified
Hi,
I have installed wine version 1.0.1-3.5 on my Debian GNU/Linux SID system.
I had run winecfg and setup sound successfully.
I had run NotePad successfully.
I'm trying to install the just downloaded Skype. I don't know it's version
because the file is called just SkypeSetup.exe
The installation failed:
csanyipal@debian-asztal:/debian-adatok-1/Skype$ wine SkypeSetup.exe
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:advapi:CheckTokenMembership ((nil) 0x13aae8 0x32fd3c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x13baf8 0x32fd78) stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 0: stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 -1: stub!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(10000): STUB
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 0: stub!
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 -1: stub!
Is this a bug?
Best regards, Pal
--
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=34411
Bug #: 34411
Summary: Epsxe sound does not stop after program close
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaskancaveman(a)Live.com
Classification: Unclassified
sound does not stop after program close
--
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=34481
Bug #: 34481
Summary: VkKeyScanA does not recognise '(' or ')'
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d(a)gmail.com
Classification: Unclassified
VkKeyScanA does not recognise the '(' or the ')' characters. For both
characters, it returns -1. On my platform, I think it should the return values
should be
'(' -> 313 (ie shift + VkKeyScanA("9")) and
')' -> 304 (shift + VkKeyScanA("0"))
For some reason IsDBCSLeadByte(cChar) is true for these characters.
I tried to dig down to the source of the problem but I could not decipher the
make_unicode perl script.
--
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=31401
Bug #: 31401
Summary: unable to run Line 6 POD HD 300 Edit
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenkdewaele2(a)yahoo.com
Classification: Unclassified
Created attachment 41269
--> http://bugs.winehq.org/attachment.cgi?id=41269
Backtrace offered from the dialog box -"Program error details"
Unable to run "Line 6 POD HD 300 Edit" software - "serious error". : Unhandled
exception
backtrace attached.
Would appreciate it if you could get this application to run on wine.
Johan
--
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=33013
Bug #: 33013
Summary: 2gis apgrading crashing
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freezemandix(a)yandex.ru
Classification: Unclassified
2gis 3.12.0
(deb http://packages.redsolution.ru/2gis lenny non-free)
2gis 3.12.0 falls during the upgrade.
--
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=13659
Summary: dogfood: xchat-2.8.4-1 does not install (quoting between
CreateProcessW and wmain)
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12209
OS/Version: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=13647)
--> (http://bugs.winehq.org/attachment.cgi?id=13647)
+loaddll,+tid,+process,+cmd and extra printf
Install of xchat-2.8.4-1.exe
(http://www.silverex.org/download/xchat-2.8.4-1.exe ) fails due to a quote
Problem between CreateProcessW and libs/wine/loader.c:
Still correct:
0040:trace:process:CreateProcessW app (null) cmdline
L"\"C:\\windows\\system32\\cmd.exe\" /C
\"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat\"
\"C:\\Programme\\X-Chat 2\\lib\\pango-querymodules.exe\"
\"C:\\Programme\\X-Chat 2\\etc\\pango\\pango.modules\"\""
Broken in cmd.exe:
001c:trace:cmd:wmain /c command line:
'L"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat
C:\\Programme\\X-Chat\" \"2\\lib\\pango-querymodules.exe
C:\\Programme\\X-Chat\" 2\\etc\\pango\\pango.modules"'
the update-modules is really simple:
--- cut ---
%1 > %2
--- cut ---
--
by by ... Detlef
--
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=34167
Bug #: 34167
Summary: PhysX installer strikethrough text of licence
agreement
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.nvidia.co.uk/object/physx-9.13.0604-driver-
uk.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45455
--> http://bugs.winehq.org/attachment.cgi?id=45455
screenshot
After launching installer shows strikethrough text of licence agreement.
At this time in a terminal
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:freetype_SelectFont Untranslated charset 125
err:msi:msiobj_release Invalid handle!
err:msi:msiobj_release Invalid handle!
When pressing Cancel from installing
err:msi:ITERATE_Actions Execution halted, action L"License_Dialog" returned
1602
--
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=35657
Bug ID: 35657
Summary: Anthem Room Correction 2 v1.0.1: fatal exception when
attempting to take measurements
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
The application Anthem Room Correction 2 v1.0.1 experiences a fatal exception
when trying to take measurements from an Anthem A/V receiver. There are three
different ways to take a measurement in the program: launching with /Auto,
clicking Quick Measure in manual mode, or clicking Measure in manual mode. All
three approaches experience an exception, although there are two distinct
stacks--one for Quick Measure and one for both /Auto and Measure.
If the native Microsoft version of msvcr110.dll is used, the problems do not
occur. Also, the console output in all three cases has this:
wine: Call from 0x7b83bb95 to unimplemented function
msvcr110.dll.__CxxExceptionFilter, aborting
So I suspect the fact that this function is unimplemented is the source of the
problem.
The console output and the exceptions from the popup dialogs for all three
cases are attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks or else Wine-Mono has problems at an even earlier
stage (bug 35648). I am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
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=23254
Summary: Cortex EDI The Electronic Biller installer window is
unresponsive to mouse input
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.cortexedi.com/download/ebill501/ebillsetup.
exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When launching The Electronic Biller installer, the install window is
displayed, but the window appears to be perpetually unfocused and unresponsive
to mouse clicks. Keyboard input is required to change the focus of the controls
on the installer window. The installer did not emit any 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=35093
Bug #: 35093
Summary: Vkt7Easy2.exe
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zaguzin(a)live.ru
Classification: Unclassified
The program does not work. After exiting I get an error.
--
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=16294
Summary: Activeworlds client 4.2 doesn't think IE is installed
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks mfc42 wininet" to work around bug 16292,
then launch the app. It puts up the first dialog, then an
alert saying
"Unable to load web browser! This feature requires that Microsoft's Internet
Explorer 3.0 or later be installed on your system..."
One sees
fixme:shdocvw:ViewObject_SetAdvise (0xe90c50)->(1 00000000 0xe907fc)
right before the problem. I'll attach a +relay log.
You can work around this with "winetricks ie6", which installs the real ie6.
--
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=35964
Bug ID: 35964
Summary: gdip_format_string can segfault if format is NULL
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hellas(a)burntcomma.com
Created attachment 48062
--> http://bugs.winehq.org/attachment.cgi?id=48062
patch to fix the issue
The parameter format to gdip_format_string can be NULL, but at one point its
attr member is checked without checking it is non-NULL, causing a segfault.
Patch attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35432
Bug ID: 35432
Summary: config wine
Product: Wine
Version: 1.4-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: douglasblackusa(a)aol.com
Classification: Unclassified
Created attachment 47287
--> http://bugs.winehq.org/attachment.cgi?id=47287
config error
wine config crashes
--
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=26112
Summary: ntdll/env tests show a couple uninitialized value
warnings in valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at bcmp (mc_replace_strmem.c:679)
by testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
...
Conditional jump or move depends on uninitialised value(s)
at testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
--
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=21000
Summary: Tomb Raider III crashes in msadp32
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olau(a)hardworking.dk
Created an attachment (id=25182)
--> (http://bugs.winehq.org/attachment.cgi?id=25182)
Backtrace from crash
I have no prior experience with wine, but I just tried installing Tomb Raider
III from a cd with playonlinux.com. It worked flawlessly until I get past the
4th point in the training room, at which point it simply crashes (tried 3 times
now, same pattern). The terminal has this output:
msadp32.c:247: cvtSSms16K: Assertion `*src <= 6' failed.
Plus a full backtrace (attached). I think it occurs when it is about to play
the instruction sound for the 5th step in the training room.
Hope you can pinpoint and fix it. I was very impressed with seeing everything
just work otherwise (old-time Linux user).
--
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=33400
Bug #: 33400
Summary: Photoscape 3.6.3, Ubuntu 12.10 and 13.04, wine 1.5.24
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stucorpe(a)yahoo.com
Classification: Unclassified
Running Photoscape 3.6.3 under wine. Program runs well and does everything
except save files in jpg format. Will save files as png or gif but makes
garbage out of a file when trying to save as jpg.
Computer is Gateway NX570X, dual boot with Windows 7 and Ubuntu 13.04. The same
thing happened when I had Ubuntu 12.10 installed, recently updated to 13.04 and
tried this again only to find the same problem. Earlier posts said Photoscape
worked for 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.
http://bugs.winehq.org/show_bug.cgi?id=25046
Summary: C4 engine: can't initialize sound
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.terathon.com/c4engine/downloadwin.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The C4 game engine doesn't run in Wine. After unzipping, if you run C4.exe, you
get an error that it cannot initialize sound, and asking you to check directx
version/sound drivers.
Terminal output is short:
austin@midna:~/C4Demo2.1.2$ wine C4.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f89c,0x00000000), stub!
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
--
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=35052
Bug #: 35052
Summary: The Lost Crown No Longer Works under 1.6.1
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fred.thomas-6oi1k1ay(a)yopmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46741
--> http://bugs.winehq.org/attachment.cgi?id=46741
Lost Crown Error Output
The game "The Lost Crown" stopped working after I installed 1.6.1. I'm
including the error output.
NOTE: It kinda ran on 1.4.1 but it froze if you tried to save your position.
--
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=29738
Bug #: 29738
Summary: Wininet custom headers
Product: Wine
Version: 1.4-rc1
Platform: x86
URL: http://netikka.net/dev/wininetget.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Small sample: http://netikka.net/dev/wininetget.exe
You will see HOST: netikka.net, netikka.net
That's wrong, even if there is HTTP_ADDREQ_FLAG_ADD (see attached source)
Workaround is winetricks wininet
Patch I added for bug 28911 doesn't help 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.
http://bugs.winehq.org/show_bug.cgi?id=25171
Summary: Just Cause 2 Steam DirectX error Code 2
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.styblik(a)gmail.com
Created an attachment (id=31931)
--> (http://bugs.winehq.org/attachment.cgi?id=31931)
wine output
What:
---
Steam Just Cause 2 Demo
What doesn't work:
---
Running the game
How to reproduce:
---
Install game via Steam
Set Windows version to 'Windows 7' via % winecfg; as the game requires it
Run the game; which should result with error window:
~~~ SNIP ~~~
Fatal DirectX erorr!
Code: 2
Result: 0x0: S_OK
~~~ SNIP ~~~
According to search this is related to DirectX and what not.
With Wine-1.3.2 you get an empty error window.
Additional info:
---
Game requires DirectX 10 capable hardware to run!
Game requires DirectX 10 and better to run!
Test setup:
---
Slackware64
nVidia GTX260 DX10 capable card
Wine-1.3.7
--
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=35197
Bug ID: 35197
Summary: Torrents Downloader 0.1 fails to start
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://torrents.ms/download/installer.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 46949
--> http://bugs.winehq.org/attachment.cgi?id=46949
stderr.log
fixme:winsock:WS_setsockopt IPV6_PROTECTION_LEVEL is ignored!
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c194 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c024 1 C) semi-stub
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:ieframe:PersistStreamInit_InitNew (0x4525f50)
fixme:atl:OleClientSite_ShowObject (0x45260c8) - stub
fixme:urlmon:set_internet_feature Unsupported flags: 00000015
Its startup log contains this
wx._core.PyAssertionError: C++ assertion "(which == State_Normal) ||
bitmap.IsNull()" failed
--
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=36519
Bug ID: 36519
Summary: Amazon Cloud Player Failed to Install. Bodhi Linux/
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lataluis(a)gmail.com
Created attachment 48592
--> http://bugs.winehq.org/attachment.cgi?id=48592
With in Bodhi Linux the wine App Failed.
The Attached file should have everything to report about the bug. I would like
to be able to see my apps work better, thank you.
--
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=37618
Bug ID: 37618
Summary: wbemprox:enum_class_object_Next timeout not supported
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Since the recent updates to the Battle.Net and World Of Warcraft this line is
repeatedly spammed in the logfile and it appears that the login and updates are
taking longer
--
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=34863
Bug #: 34863
Summary: Etrom: The Astral Essence doesn't run (Mac OS X only
bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46471
--> http://bugs.winehq.org/attachment.cgi?id=46471
Etrom Log
The game's launcher works fine. When launching Etrom, first you see a still
title screen, and then everything goes black.
On Ubuntu it works fine.
The problem can be reproduced in the demo (check out the link).
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, Mac Driver/X11
--
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=37542
Bug ID: 37542
Summary: fixme:edit:EDIT_EM_FmtLines soft break enabled, not
implemented
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Created attachment 49963
--> https://bugs.winehq.org/attachment.cgi?id=49963
12345 scrolling under left
Dear Wine Developers,
This is a really irritating bug. Would one of our intrepid heroes please fix
it for me?
Please reference the following forum post (note that Dimesio told me to file a
bug):
https://forum.winehq.org/viewtopic.php?f=8&t=23731&sid=4b6fff21b532f3cd5dbf…
Lotus SmartSuite Release 9.8, N99.8.0208.0800
Compiled Wine 1.7.30, 32 bit (also reproducible in 1.6.1.i686)
In certain form fields in Lotus Approach, when I do a "find", the letters I
type scroll into the left side of the box. You can only see the last letter
your typed.
And this pops up in the parent terminals each time I press a letter:
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
I will attach a screen shot of what it looks like. I typed "12345" into the
field, only "5" shows.
Many thanks,
-T
--
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=32786
Bug #: 32786
Summary: HappyFotoDesigner.exe does not start
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raynoldei(a)gmail.com
Classification: Unclassified
Created attachment 43294
--> http://bugs.winehq.org/attachment.cgi?id=43294
terminal messages
Installation of HappyFotoDesigner was working well.
App can be downloaded on
"http://www.happyfoto.at/fotobuch/439-bestellsoftware-happyfoto-designer-neu…".
Now when I try to start it following message are coming up in the terminal and
the program closes:
err:ole:CoGetClassObject class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:create_server class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6}
could be created for context 0x5
I have also tried to install msxml4, but that has not solved the problem.
Can any one help?
Thanks in advance
--
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=21813
Summary: Gamestudio A7 trial install fail
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3dgamestudio.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running http://server.conitec.net/down/gstudio_setup.exe
seems to install gamestudio ok up to the point where it
has to run an msi subinstaller... at which point the Next
button doesn't work, and you're stuck.
--
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=34483
Bug #: 34483
Summary: Sentinel System Driver: Installation cannot be
repaired
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45917
--> http://bugs.winehq.org/attachment.cgi?id=45917
Failure at the end of repair
Steps to reproduce:
1) remove ~/.wine
2) install Sentinel Protection Installer v7.6.6 (default installation)
3) wine c:/Program Files/Common Files/SafeNet Sentinel/Sentinel System
Driver/SetupSysDriver.exe
4) Click "Add/Repair/Remove installation"
5) Choose "Repair"
6) Go with default installation configuration
Behaviour:
Failure at the end (See attachment)
Expected behaviour:
No failure at the end
Additional information:
If I install only "Sentinel Driver", pressing "Add/Repair/Remove installation"
says that no driver is installed and I should point to .msi 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=26345
Summary: Woody Two Legs demo menu items are unreadable
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://games.on.net/file/38121/Woody_Two-Legs_Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33559)
--> (http://bugs.winehq.org/attachment.cgi?id=33559)
terminal output
The text in the menus does not show. Native d3dx9 doesn't help.
Terminal shows lots of:
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101a5c50 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
though:
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
may be related as well.
--
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=32785
Bug #: 32785
Summary: Typing of the Dead freezes when being moved to another
workspace in xmonad
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chinese_chater(a)yahoo.de
Classification: Unclassified
Created attachment 43289
--> http://bugs.winehq.org/attachment.cgi?id=43289
Wine command line log
When starting Typing of the Dead (both the full or demo version) the game
freezes as soon as I'm trying to move the according window to another workspace
in the tiling window manager xmonad.
I can move Typing of the Dead to other workspaces fine in Gnome 3.4 though.
Tested on a recent Debian unstable with its wine 1.4.1 package.
See the attachments for the full wine command line output and winedbg
backtraces.
--
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=30523
Bug #: 30523
Summary: Jupiter crashes when trying to fill online tax
declarations
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://pity.elfin.pl/pliki/Jupiter/Jupiter2011/std/1.0
.5.6/Jupiter2011_std_1.0.5.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Created attachment 39930
--> http://bugs.winehq.org/attachment.cgi?id=39930
sample data file with bogus numbers
Jupiter is free, downloadable program for calculating taxes in Poland, it's
quite popular.
I found using it under Wine quite uncomfortable, because of a few bugs. Here is
one of them:
- install the application. In my case it went without any glitches.
- run the application.
- open the attached sample data file, using menu "Plik" ("file") and "Otworz"
("open").
- wait a few seconds to open data file, when it is loaded you see some text in
the middle, starting with "dziekujemy za skorzystanie z programu".
- in the menu, choose "Rozliczenia" ("statements") and "e-deklaracje"
("e-declarations"). The program crashes with error:
Unhandled exception: page fault on write access to 0x017c0bce in 32-bit code
(0x02358bf5).
Backtrace:
=>0 0x02358bf5 (0x0033f804)
1 0x7c0af136 in mscoree (+0xf135) (0x0033f874)
2 0x7e71b84a CoCreateInstance+0x369() in ole32 (0x0033f8e4)
3 0x004167e4 in jupiter (+0x167e3) (0x7ea9c9d0)
4 0xb8ec81ec (0x8b55ff8b)
0x02358bf5: addb %al,0x0(%eax).
--
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=19517
Summary: XenCenter is unable to contact anything on the network
possibly due to "fixme:ras:RasEnumConnectionsW"
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: drwahls(a)gmail.com
To recreate this bug, download XenCenter from Citrix
(http://www.citrix.com/lang/English/lp/lp_1688615.asp), install it with
msiexec, then try to connect to a XenServer on your network. Every time
XenCenter tries to make a network call, it immediately fails and the following
error is dumped on the command line:
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:ras:RasEnumConnectionsW (0x5d5ffd0,0x662dc0c,0x662dc08),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasConnectionNotificationW (0xffffffff,0x34c,0x00000003),stub!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
I have attached the full output from wine.
--
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=23697
Summary: Ethernet/IP application crashes on exit
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29684)
--> (http://bugs.winehq.org/attachment.cgi?id=29684)
Terminal output in wine-1.2
The zip file includes an EtherNet/IP example application in debug and release
version. The debug version doesn't start (bug 15133). The release version works
but crashes on exit.
--
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=37002
Bug ID: 37002
Summary: Plogue chipsound registration fails
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Plogue Chipsound registration fails:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Here is a link to the software: http://www.plogue.com/products/chipsounds/
--
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=37311
Bug ID: 37311
Summary: Mentor PADS viewer cannot install
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: nzsmith(a)gmail.com
Created attachment 49620
--> https://bugs.winehq.org/attachment.cgi?id=49620
log showing error
I am trying to install Mentor PADS viewer
http://s3.mentor.com/pads-free-viewer/pads-pcb-viewer.zip
I've followed the directions here:
https://bugs.winehq.org/show_bug.cgi?id=35578
to get it to start the install, I get a EULA to agree to then all of a sudden I
get a spew of messages on the screen, telling me it cannot access a log file:
Title: Error Writing Log File [CP0069]
Message: An error occurred while writing the history log file.
Detail: It is possible that the
nsmith-Latitude-E5430-non-vPro_8mip_history.txt history log file has read only
permissions or is in use by another application.
output attached, any help would be appreciated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36060
Bug ID: 36060
Summary: Hawking control center driver install tool crashes
during installation
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://hawkingtech.com/products/downloadfile/983.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48241
--> https://bugs.winehq.org/attachment.cgi?id=48241
terminal output/backtrace
fixme:shell:SHRegCreateUSKeyW unsupported flags 0x00000004
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e955e07
(thread 008b), starting debugger...
..
Backtrace:
=>0 0x7e955e07 SHRegCloseUSKey+0x17(hUSKey=<couldn't compute location>)
[/home/austin/wine-git/dlls/shlwapi/reg.c:196] in shlwapi (0x0033f858)
--
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=11672
Summary: NinjaTrader
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samuel(a)fermin.name
Created an attachment (id=10885)
--> (http://bugs.winehq.org/attachment.cgi?id=10885)
output trying to start NinjaTrader
I've seen that .Net applications are not working great with wine but here is my
try to launch this software : www.ninjatrader.com
The installation of .Net2 + NinjaTrader went well.
In attachment the output trying to launch NinjaTrader.
It's with wine 0.9.54 from debian sid.
--
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=33414
Bug #: 33414
Summary: xrdp and Numeric kepad
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RTidwell(a)spearsmfg.net
Classification: Unclassified
When connecting via xrdp the numeric key pad is not working with any MS Office
2007 applications. It work on all Linux applications. If using the using the
regular desktop (no xrdp connection) everything works fine. With the xrdp
session it acts like the shift key is depressed as the numlock key is on and
numeric key pad acts like the Num Lock is off and shift key is down, it take
the keys Shift Arrow (make for copy). Switching the num Lock off then it dose
recognize any numeric key pad keys, nothing happens. Holding the shift key
also has no effect.
i am using wine through Crossover v.12 with MS Office 2007 on centos 6.4. This
problem affects all Office 2007 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.
https://bugs.winehq.org/show_bug.cgi?id=35708
Bug ID: 35708
Summary: Dassault Systemes CATIA v5R19 installer passes
unsupported UI level 'b-!' to msiexec
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
It doesn't harm the installer process at all but let's make Wine's msi more
complete :)
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+msi wine ./setup.exe >>~/Downloads/log.txt 2>&1
003a:Call KERNEL32.CreateProcessA(00000000,0033d640 "msiexec /qb-! /i
\"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi\"",00000000,00000000,00000000,08000000,00000000,00000000,0033d5d4,0033d5c4)
ret=00401309
...
003e:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa
003a:Ret KERNEL32.CreateProcessA() retval=00000001 ret=00401309
...
Unknown option "L"b-!"" for UI level
...
003e:Call msi.MsiSetInternalUI(00000005,00000000) ret=7edef9f5
003e:trace:msi:MsiSetInternalUI 00000005 (nil)
003e:Ret msi.MsiSetInternalUI() retval=00000003 ret=7edef9f5
003e:Call msi.MsiInstallProductW(00139952
L"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi",00000000) ret=7edefa80
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa367988%28v=vs.85%29.aspx
--- quote ---
/q n|b|r|f
Sets user interface level.
q , qn - No UI
qb - Basic UI. Use qb! to hide the Cancel button.
qr - Reduced UI with no modal dialog box displayed at the end of the
installation.
qf - Full UI and any authored FatalError, UserExit, or Exit modal dialog boxes
at the end.
qn+ - No UI except for a modal dialog box displayed at the end.
qb+ - Basic UI with a modal dialog box displayed at the end. The modal box is
not displayed if the user cancels the installation. Use qb+! or qb!+ to hide
the Cancel button.
qb- - Basic UI with no modal dialog boxes. Please note that /qb+- is not a
supported UI level. Use qb-! or qb!- to hide the Cancel button.
Note that the ! option is available with Windows Installer 2.0 and works only
with basic UI. It is not valid with full UI.
--- quote ---
-> "qb-! or qb!- to hide the Cancel button."
$ wine --version
wine-1.7.13-118-g0eb6265
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=15716
Summary: Wine testcases should not use the public internet, as it
causes flakiness
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just about every day, patchwatcher rejects a patch incorrectly
because some conformance test is relying on the Internet to
be there. Sadly, the Internet is not 100% reliable, and
therefore must not be used by any test suite that needs to
be 100% reliable.
We must expunge all use of the internet from our test suite,
in favor of mock servers running locally.
One way to start would be to add a configure-time option
to cause all hostname resolution to return 127.0.0.1.
Then people who needed ultrarepeatable conformance test
results (like patchwatcher) could use that option and
never have flaky results due to the public internet.
--
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=15477
Summary: Test.winehq.org should allow comparing selections side
by side
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://test.winehq.org/data/
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Currently, on test.winehq.org, you can only view two test results side by side
if they're from the same OS version. It would be great to be able to select two
results and compare them side by side. That way, one could compare the same
machine when run under wine and windows, for instance.
--
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=16817
Summary: Digital Photo Professional: Cannot install version 3.5.1
of Canon's DPP
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://software.canon-europe.com/products/0010677.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.pawley+wine(a)gmail.com
Installing version 3.5.1 of Canon's Digital Photo Professional (DPP) fails on
Wine 1.1.12.
I have tried two methods for installing this application. Firstly, I used the
distribution disk ("Canon EOS Digital Solutions Disk ver. 19.0"), and secondly
I tried using the "upgrader" package that is available from the following
website:
http://software.canon-europe.com/products/0010677.asp
(Look for the item named "Digital Photo Professional Updater for Windows
(3.5.1)"). Note that the "updater" includes the whole of the DPP application
rather than a (partial) upgrade distribution. The installer checks for the
presence of the following registry key, and if it is present, allows the
installation to continue:
HKLM/software/canon/DPP/
The installation follows the following process before failing:
1) Shows splash screen and asks for location (Asia/Oceania). I select Oceania.
2) License agreement shown. Click Yes.
3) Screen shows "Starting installation. Please wait" along with one progress
bar. This increments until complete.
4) Screen changes to say, "Installing Digital Photo Professional" along with
two progress bars.
5) Process fails at this point.
The output on the terminal 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=29149
Bug #: 29149
Summary: Sins of a Solar Empire: first letter of the game name
is cut off in the installer
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://www.gamershell.com/download_23790.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37594
--> http://bugs.winehq.org/attachment.cgi?id=37594
terminal output
In the Sins of a Solar Empire installer there are multiple problems when
installing with stock wine (no winetricks corefonts), some text that should be
bold is not, some text is too small and finally first letter of the game name
printed in background is partially cut off. There is already bug reported about
the bold text (bug 18932) and many bugs about incorrect font sizes all around
the bugzilla, however I haven't found any bug about the cut off first letter,
hence reporting.
With winetrick corefonts everything looks good. Attached is terminal output and
screenshots with stock wine and with corefonts installed.
--
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=33413
Bug #: 33413
Summary: Diablo III: Random non-responding UI elements
Product: Wine
Version: 1.5.27
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 9181b7e8763e9070f6a1d636aeb882db829867d8
Since 1.5.27, I get random issue in the main interface (*not* while playing)
I don't get the issues in every application start, but is basically "all or
nothing".
Typically, trying to join a chat channel or quitting one fails with no message
in chat box.
Also, hitting "Play" can fail as well (other buttons are grayed out as usual,
but no actual game is launched)
Sometimes one can't even login to battle.net to begin with.
Regression test gave:
commit 9181b7e8763e9070f6a1d636aeb882db829867d8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 4 13:01:04 2013 +0200
kernel32: Fetch the system information only once the memory limits are
correct.
--
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=34172
Bug #: 34172
Summary: Failure to install MiKTeX 2.9
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesmnason(a)gmail.com
Classification: Unclassified
Created attachment 45457
--> http://bugs.winehq.org/attachment.cgi?id=45457
backtrace.txt file generated by Wine
Dear Wine Community:
I attempt to install MiKTeX 2.9 (setup-2.9.4503-x64.exe) using Wine 1.6. The
OS is Ubuntu 12.04 (x64). The install of MiKTeX 2.9 appears to go smoothly
until the last step when Wine returns an error dialogue box that states fatal
error that is either a program conflict or a dependency failure. Please, see
the attached backtrace.txt file.
Any advice/help is appreciated. Thanks.
Jim Nason
--
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=32726
Bug #: 32726
Summary: Starcraft II fulscreen app is still drawn when
Alt+Tabing in KDE
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. When I Alt+Tab the whole SCII screen is still visible, only
drawn in the background.
--
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=31684
Bug #: 31684
Summary: Crash in winealsa driver when exiting World of
Warcraft
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Created attachment 41655
--> http://bugs.winehq.org/attachment.cgi?id=41655
Backtrace of the crash
Playing WoW 5.0.4, 32 bit ("Mists of Pandaria"), but it crashed on exit. The
backtrace suggests memory corruption.
--
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=17647
Summary: TA Demo Recorder doesn't work
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.clan-sy.com/download/tademo/tademo99b2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehstealth(a)yahoo.com
Created an attachment (id=19833)
--> (http://bugs.winehq.org/attachment.cgi?id=19833)
Error
If you have Total Annihilation installed with the TA Demo Recorder then it
won't even start. Error log 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=36743
Bug ID: 36743
Summary: rpcrt4 tests fail when using widl "-Oif" option
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: jerome.gardou(a)reactos.org
Hello,
in order to squash https://jira.reactos.org/browse/CORE-8200 out, I tried to
run rpcrt4 tests with the "modern" type stubs instead of the ones currently
used in wine tree.
As expected, this led to memory corruption and wrong test results. Attached is
a valgrind report of "rpcrt4_test server" with +ole,+rpc debug channel, with
quite a lot of invalid read and invalid free.
For instance, the call to get_names function triggers invalid read such as this
one:
==30367== Invalid read of size 4
==30367== at 0x5672AEB: ComputeConformanceOrVariance (ndr_marshall.c:634)
==30367== by 0x5674D9F: NdrConformantArrayFree (ndr_misc.h:39)
==30367== by 0x567EF19: NdrStubCall2 (ndr_stubless.c:144)
==30367== by 0x567F1DD: NdrServerCall2 (ndr_stubless.c:1450)
==30367== by 0x568EA29: process_request_packet (rpc_server.c:441)
==30367== by 0x568EFB9: RPCRT4_worker_thread (rpc_server.c:519)
==30367== by 0x7BC8BC9F: worker_thread_proc (threadpool.c:110)
==30367== by 0x7BC7FBDF: ??? (in
/home/jerome/wine-fun/wine-build/dlls/ntdll/ntdll.dll.so)
==30367== by 0x7BC82B6C: call_thread_func (signal_i386.c:2630)
==30367== by 0x7BC7FBBD: ??? (in
/home/jerome/wine-fun/wine-build/dlls/ntdll/ntdll.dll.so)
==30367== by 0x7BC89367: start_thread (thread.c:428)
==30367== by 0x4223D77: start_thread (pthread_create.c:311)
==30367== Address 0x4cdea40 is 16 bytes after a recently re-allocated block of
size 32 alloc'd
To reproduce, change dlls/rpcrt4/tests.Makefile.in:
"EXTRAIDLFLAGS = --prefix-server=s_" --> "EXTRAIDLFLAGS = --prefix-server=s_
-Oif"
--
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=33935
Bug #: 33935
Summary: graphics identical sub-expressions '!(types[i + 1] &
PathPointTypeBezier)'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elton.wine(a)elton.tk
Classification: Unclassified
On HEAD, dlls/gdiplus/graphics.c, line 1750:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/gdiplus/graphics.c#l1…
There are identical sub-expressions '!(types[i + 1] & PathPointTypeBezier)' to
the left and to the right of the '||' operator.
Credits to PVS-Studio:
http://www.viva64.com/en/b/0192/#ID0EYFAG
--
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=34608
Bug #: 34608
Summary: The character's 3D model in Oddworld Munch's Oddysee
lacks body parts
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46110
--> http://bugs.winehq.org/attachment.cgi?id=46110
OMO Log
The character's 3D model in Oddworld Munch's Oddysee lacks body parts.
Installing directx9 doesn't help. No demo for this game. This
is Oddboxx CD version not Steam.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=35219
Bug ID: 35219
Summary: Dialogues requestion authentication won't load in Wine
Internet Explorer 8
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam1eveleigh(a)gmail.com
Classification: Unclassified
Created attachment 46969
--> http://bugs.winehq.org/attachment.cgi?id=46969
Debugger Log from PlayOnLinux
I get this error in the debugger when I try to load
http://gateway.jhgs.bucks.sch.uk/ (which should bring up an authentication box
but doesn't.
'GNUTLS ERROR: Rehandshake was requested by the peer.'
(Note that I used the POL IE8 installer but that used Wine 1.2.3 which couldn't
load IE8 so I manually changed the Wine version to Wine 1.6.1)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33777
Bug #: 33777
Summary: Clamwin doesn't show drive letters in filenames
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://downloads.sourceforge.net/clamwin/clamwin-0.97.
8-setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 44743
--> http://bugs.winehq.org/attachment.cgi?id=44743
screenshot
When running a scan with clamwin, the drive letter is missing from the
filename. E.g.,:
C:\windows\notepad.exe
shows as:
:\\windows\notepad.exe
wine-1.5.31-225-gba40509
austin@aw25 ~ $ sha1sum clamwin-0.97.8-setup.exe
851f55135fd4a5a3a631058f3ceaf43f4c12242b clamwin-0.97.8-setup.exe
austin@aw25 ~ $ du -h clamwin-0.97.8-setup.exe
68M clamwin-0.97.8-setup.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=31748
Bug #: 31748
Summary: Space Pirates and Zombies: system crashes/freezes when
closing the game
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
I will try to find a way to get a log before the system crashes...
--
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=28191
Summary: winetest: No usage in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'winetest /?' in the wine console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because winetest uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'winetest /?' still works fine in a
regular xterm or equivalent.
(split off from bug 13861)
--
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=31580
Bug #: 31580
Summary: Create Your Own Model Railway - Unhandled exception:
page fault on read access
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj.shaw(a)btconnect.com
Classification: Unclassified
Created attachment 41527
--> http://bugs.winehq.org/attachment.cgi?id=41527
Debugging output
Create Your Own Model Railway fails to run with an 'Unhandled exception: page
fault on read access' error.
Installation works OK, but to get to the main menu requires the installation of
mpg123 and setting the program to run in an 800 x 600 desktop. Clicking on
'Start game' switches to a load progress screen, which gets to about 50% then
fails. The only terminal output is the 'Unhandled exception: page fault on
read access' error.
The AppDB only shows one previous test result, with Wine 1.0.0, also rated
Garbage.
Arch Linux x86
--
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=29609
Bug #: 29609
Summary: League Of Legends game client crashes after champion
selection
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: businessman97(a)hotmail.com
Classification: Unclassified
Same error as in http://bugs.winehq.org/show_bug.cgi?id=29039 in 1.3.36 &1.3.37
since the patches noted in comments seem already in this versions.
--
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=35574
Bug ID: 35574
Summary: gdi32:fonts test_EnumFontFamiliesEx_default_charset()
fails on Windows 7 in the Japanese and Hebrew locales
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
In the Japanese locale the conformance test errors are:
font.c:3001: 'MS Shell Dlg' has 10 charsets.
font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 128
And in the Hebrew one they are:
font.c:3001: 'MS Shell Dlg' has 10 charsets.
font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 177
(the Hebrew locale also has a lot of errors in this test)
There are three VMs running the tests in a Japanese or Hebrew locale:
fg-win7u64-1spie9-he, fg-win7u64-1spie9-ja, newtb-w7u:
http://test.winehq.org/data/tests/gdi32:font.html
The corresponding tests where introduced by:
commit 6834a44dc4c3c7e8c377a2fd56d11e93edd37b2f
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Mon Jun 17 19:01:39 2013 +0900
gdi32/tests: Add a test for default font height scaling with screen
resolution changes.
--
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=33870
Bug #: 33870
Summary: Occasional crash during ie7 install
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While testing the patch in bug 27168, I noticed that
"winetricks ie7" failed with
fixme:wintrust:CryptCATGetCatAttrInfo 0x1f0c5e0, L"SPLevel"
wine: Unhandled page fault on read access to 0xffffffff ...
Backtrace:
=>0 CertDuplicateCertificateContext+0x3a(pCertContext=<?>)
[dlls/crypt32/cert.c:190]
I'll attach the backtrace.
I don't think this happens often; the second try to reproduce it failed.
Guess I should run it overnight in a loop.
--
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=32959
Bug #: 32959
Summary: Warcraft 3: Minimizing problems
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
I'm using Openbox 3.5.0 and trying to minimize Warcraft 3 (RoC and TFT) with
the window manager will cause the game visually to minimize but it is still
active. The sound is still playing and the mouse is not showing on my desktop.
Using -opengl works as a workaround but introduces a new problem: After ~1 hour
of playing minimizing and recovering the game will cause the next mouseclick in
the game to minimize it again.
--
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=27312
Summary: Requiem: Avenging Angel - Black artifacts in the main
menù
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyclops(a)fastwebnet.it
Created an attachment (id=34936)
--> (http://bugs.winehq.org/attachment.cgi?id=34936)
Black artifacts in screen menù.
It occurs in each version of Wine.
In the main menù, there are some black artifacts so you can't see some options.
See attached screenshot.
--
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=26216
Summary: Lylian: can't play videos
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://demos.gamersgate.com/21701
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33419)
--> (http://bugs.winehq.org/attachment.cgi?id=33419)
terminal output
There are 2 videos in the demo but none of them work: a short company logo
after you start the game shows only black screen (by pressing a key you will
get into the main menu). The other video is a 1-minute long intro when you
start a new game: Wine simply skips the video.
The videos are in AVI format, using Cinepack video codec (audio is Microsoft
PCM format).
I've tried native iccvid.dll and native quartz.dll, devenum.dll but none of
them helped.
The videos are playing fine in Linux, e.g. by using Totem.
Fedora 14
Wine was compiled with gstreamer support
--
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=26211
Summary: Dragon Age II Demo launcher shows wine crash dialog,
Bioware logo movie silent
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To work around bug 26205, do
wget http://winetricks.googlecode.com/svn/trunk/src/winetricks-alpha
winetricks-alpha d3dx9_36 d3dx11_43
The game's launcher then starts, but on my Ubuntu 10.10 laptop,
there's a crash dialog (which can be ignored),
the console says
fixme:quartz:AsyncReader_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:gstreamer:GST_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
wine: Unhandled page fault on read access to 0x2009e65c at address 0x2009e65c
(thread 0021), starting debugger...
and the Bioware / EA / dragon logo movie is silent.
Doing
winetricks-alpha devenum
gets rid of the crash and makes the logo movie play sound.
--
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=34422
Bug #: 34422
Summary: Wizardry 7 Gold - Crash on starting a new game
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saleck(a)saleck.net
Classification: Unclassified
Created attachment 45824
--> http://bugs.winehq.org/attachment.cgi?id=45824
Wine 1.7.1 - Wizardry 7 Gold Crash
You pick your characters, press Start New Game and the program crashes.
Is Reproducable every time.
--
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=26875
Summary: Desperados: invisible UI
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.fileplanet.com/57743/50000/fileinfo/Despera
dos-Demo-%28English%29
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34265)
--> (http://bugs.winehq.org/attachment.cgi?id=34265)
terminal output
The user interface is missing in Desperados: Wanter Dead or Alive.
The buttons at the bottom of the screen are black. The action bar in the upper
left corner is mostly invisible (only the outlines of the icons can be seen).
The same problem in Wine-0.9.33, 1.0.1, 1.2.3 etc.
Running the game in 16 bit color depth doesn't help.
Changing DirectDrawRenderer to opengl also has no effect on the issue.
Fedora 14
Nvidia GeForce 250 / driver 270.30
--
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=20105
Summary: Fujiprint/Fotokasten fails to update due to unhandled
xml type
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fotokasten.de/index.php?ftkPage=static&ftkV
iew=ftksoftware
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Similar to bug #15625, wine's xml implementation misses some bits that causes
fujiprint's photo album software to fail.
When starting the software, I get:
> err:msxml:xmlnode_get_baseName Unhandled type 8
Using the native msxml3 does not give this behavior.
That error leads to the problem that it cannot update its price list from the
online store.
See also bug #20104 for the same software.
--
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=36281
Bug ID: 36281
Summary: valgrind shows an invalid read in gdi32/tests/path.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
/../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so
path && touch path.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==28057== Invalid read of size 4
==28057== at 0x514DE49: CreatePolyPolygonRgn (region.c:2672)
==28057== by 0x5141376: PATH_PathToRegion (path.c:412)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057== Address 0x4712ac8 is 16 bytes after a block of size 16 alloc'd
==28057== at 0x7BC4C735: notify_alloc (heap.c:255)
==28057== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28057== by 0x5140945: alloc_gdi_path (path.c:122)
==28057== by 0x5141122: PATH_FlattenPath (path.c:339)
==28057== by 0x5141240: PATH_PathToRegion (path.c:377)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057==
--
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=31826
Bug #: 31826
Summary: warning: implicit declaration of function ‘isatty’
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Classification: Unclassified
Reported by Gentoo QA tools:
* macro.lex.yy.c:1420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
* debug.yy.c:2420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
If you need it, I can build again and attach the build.log, but that would take
a while.
--
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=26122
Summary: mscoree/msocree tests show several uninitialized
values under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:87)
by wine_cp_mbstowcs (mbtowc.c:269)
by MultiByteToWideChar (locale.c:1920)
by CompareStringA (locale.c:2868)
by StrCmpNIA (string.c:422)
by SHLWAPI_StrStrHelperA (string.c:554)
by StrStrIA (string.c:684)
by test_loadlibraryshim (mscoree.c:167)
by func_mscoree (mscoree.c:253)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_loadlibraryshim (mscoree.c:144)
...
That repeats for mbstowcs_sbcs / mbtowc.c, lines 86-92
--
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=27526
Summary: Field of view spins uncontrollably after switching
from menu screen in Half Life
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
Running Half Life in the Wine "virtual desktop" the game runs fine, but after
switching to the menu screen (by hitting Escape) and resuming the game the
field of view spins uncontrollably. As far as I can tell my viewpoint is point
to the ground.
This has been an issue for a long time now.
--
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=17543
Summary: Halo 2 Vista: Installer will not launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anomalydetected(a)gmail.com
When attempting to launch the installer the game Halo 2 Vista, nothing much
happens. There is a window that briefly appears entitled "Microsoft Visual C++
Runtime Library", but it immediately closes and then nothing more happens.
Terminal output shows a flurry of FIXME's, a few ERR's, and finally ends with
an Unhandled Exception Error.
I am running Ubuntu 8.10 32-bit.
Compiled the latest git as of today (2/26/2009). Wine --version shows
wine-1.1.15-445-g5e0d4c7. GCC is version 4.3.2.
In winecfg, I set the Windows Version to "Windows Vista". (Note that the game
requires Windows Vista to play, but does not use any Vista-specific functions
such as DirectX10. In fact, there is a 3rd party application that allows this
exact game to run successfully under Windows XP. It is commonly believed that
Microsoft made the requirement of Vista purely to help push the OS.)
The command I am using to launch it is "wine /media/cdrom0/Startup.exe".
Attaching output of terminal with WINEDEBUG=+relay
--
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=32181
Bug #: 32181
Summary: linux/videodev.h header is deprecated and unavailable
on newer kernels
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
There are places in Wine where linux/videodev.h is included, however this file
is not available on newer systems. I think it's a deprecated library, but I'm
not sure about what the proper transition is supposed to be.
I think the options are:
- port to the newer libv4l2 header, ie linux/videodev2.h
- update includes to build with the older library (ie libv4l-videodev.h)
Some quick googling shows that Wine isn't the only app affected, but that other
projects have made a transition in their source (rather than, say, relying on
distro symlinks).
--
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=33481
Bug #: 33481
Summary: Solidworks crashes on mouse action after 1 minute
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
The application is working quite well during the first minute after launch.
Then it crashes on the first mouse or keyboard action.
If the application window is left alone, with no mouse over it, it doesn't
crashes. It crashes instantly when mouse is put over, or if window is focused
via wm shortcut.
There are nothing useful in logs, but the application is generating its own
coredump, but I don't know how to analyse it.
this bug was previously related to bug 32978
This regression appeared approximately in 1.5.24, but regression didn't show
anything. So the issue is probably triggered by some changes in ubuntu's
compiz, or nivida's driver.
Will try it on an intel-graphics based computer, running ubuntu 12.04 to see if
the issue is related to ubuntu upgrade.
--
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=36367
Bug ID: 36367
Summary: 16 bit dos support with Mac OS X 10.9 (Mavericks) and
Homebrew
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ralbrightii(a)gmail.com
Created attachment 48418
--> http://bugs.winehq.org/attachment.cgi?id=48418
Backtrace file
I am trying to install an application that configures an older matrix mixer for
my church buildings (Ivie 884+), this application was designed for Windows
95/98 and utilizes the 16-bit code architecture. (The application is located
here: http://www.ivie.com/download/w95_answ.exe).
While I was able to modify the home-brew version of WINE to turn off
--disable-win16 which caused the installer program to crash immediately. There
is now a brand-new set of errors that occur that I cannot seem to figure out.
This program cannot run from in a dosbox.
I have attached the backtrace.txt file to help figure this out. Thank you for
your help, I have spent 3 days searching this bug reporting forum and the
internet to make this work and I am ripping my hair out as I cannot seem to
find an answer.
--
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=36626
Bug ID: 36626
Summary: dxgi/tests/device.c crashes under valgrind on
i965/mesa
Product: Wine
Version: 1.7.19
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
Created attachment 48674
--> https://bugs.winehq.org/attachment.cgi?id=48674
backtrace
../../../tools/runtest -q -P wine -T ../../.. -M dxgi.dll -p dxgi_test.exe.so
device && touch device.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
Backtrace:
=>0 0x0400ae14 _vgr20180ZZ_libcZdsoZa_memcpy+0x1c4() in
vgpreload_memcheck-x86-linux.so (0x04d0eeb8)
1 0x0681ab84 in i965_dri.so (+0xf2b83) (0x81de1000)
2 0x0682114d in i965_dri.so (+0xf914c) (0x09d5f118)
3 0x06821490 in i965_dri.so (+0xf948f) (0x09d5f118)
4 0x069f589f in i965_dri.so (+0x2cd89e) (0x0bbe6888)
5 0x0680a33a in i965_dri.so (+0xe2339) (0x00000de1)
6 0x0680e9ea in i965_dri.so (+0xe69e9) (0x04d0f2c8)
7 0x063d1c96 glTexSubImage2D+0x65() in libgl.so.1 (0x04d0f2c8)
8 0x04ebac32 match_fbo_tex_update+0x639(gl_info=0x47459f4, gl_renderer="Mesa
DRI Intel(R) Ivybridge Mobile ", gl_vendor=GL_VENDOR_MESA,
card_vendor=HW_VENDOR_INTEL, device=CARD_INTEL_IVBM)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:722] in wined3d (0x04d0f2c8)
9 0x04ebdae9 fixup_extensions+0x57(gl_info=0x47459f4, gl_renderer="Mesa DRI
Intel(R) Ivybridge Mobile ", gl_vendor=GL_VENDOR_MESA,
card_vendor=HW_VENDOR_INTEL, device=CARD_INTEL_IVBM)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:1542] in wined3d
(0x04d0f308)
10 0x04ec3f8b wined3d_adapter_init_gl_caps+0x166d(adapter=0x47459e4)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:3131] in wined3d
(0x04d0f4e8)
11 0x04ec945e wined3d_adapter_init+0x372(adapter=0x47459e4, ordinal=0)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:5180] in wined3d
(0x04d0f8f8)
12 0x04ec99b7 wined3d_init+0xb3(wined3d=0x47459d8, flags=0)
[/home/austin/wine-valgrind/dlls/wined3d/directx.c:5272] in wined3d
(0x04d0f928)
...
I'll attach the full backtrace.
--
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=33877
Bug #: 33877
Summary: AutoRun.exe for SimCity 4 Deluxe segfaults when trying
to install program
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: belfrancis2001(a)yahoo.ca
Classification: Unclassified
Created attachment 44943
--> http://bugs.winehq.org/attachment.cgi?id=44943
The backtrace saved from the AutoRun.exe's segfault
Downloaded SimCity 4 Deluxe from Gamer's Gate and then wine-executed the
AutoRun.exe to start installation. Clicked the Install and the install program
segfaults.
I am using Fedora 18 linux distribution on a Lenovo Laptop T60p running kernel
version 3.9.6-200. The graphics card is an ATI Mobility FireGL V5250 (graphics
chip set M66 or M56GL) and using the open source video drivers.
It is believed that a deficiency in the video subsystem (ie: possibly
r300_dri.so or WINE's use of the resource) might be causing problems since a
preliminary scan of the backtrace seem to indicate possible termination in the
video portion of the code.
I decided to file this backtrace before I try using the proprietary AMD/ATI
Catalyst video drivers to see if they resolve the problem. In which case, if
they do then it might confirm that there is a deficiency in the open source
video driver.
--
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=33376
Bug #: 33376
Summary: Stick soldier 2 crash on startup
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 44166
--> http://bugs.winehq.org/attachment.cgi?id=44166
Stick Soldier 2 Debug
Hello!
Stick Soldier is a freeware game and it doesn't work on Wine (Nvidia / Intel) -
Debug in Start
--
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=22067
Summary: paleoreconstruction software c2
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincentberthon(a)gmail.com
I don't know exactly what I have to say there...
I work on mac os 10.5 and I use winebottler and wine. I want to use the windows
xp software "c2"
When I run "c2", all seems ok : the software appears on the screen but when I
just clic on a command a message appear from wine saying that "c2" got a
serious problem... i don't how to translate it from french...
could you help me ?
you can find the software on :
http://www.staff.ncl.ac.uk/staff/stephen.juggins/software.htm
it's the first one.
"c2" is free and very light
many thanks
regards
vincent
--
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=36876
Bug ID: 36876
Summary: Incorrect check for bad points in draw_poly()
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: maksqwe1(a)ukr.net
graphics.c 1751
if((i + 2 >= count)
|| !(types[i + 1] & PathPointTypeBezier)
|| !(types[i + 1] & PathPointTypeBezier)) {
I think should be:
if((i + 2 >= count)
|| !(types[i + 1] & PathPointTypeBezier)
|| !(types[i + 2] & PathPointTypeBezier)) {
--
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=36422
Bug ID: 36422
Summary: valgrind shows several possible leaks in
qcap/tests/qcap.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
==25903== 28 bytes in 1 blocks are possibly lost in loss record 174 of 618
==25903== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==25903== by 0x52FCBB8: apartment_getclassobject (compobj.c:526)
==25903== by 0x52FFFC6: get_inproc_class_object (compobj.c:2894)
==25903== by 0x5302D2F: CoGetClassObject (compobj.c:3032)
==25903== by 0x53034B7: CoCreateInstance (compobj.c:3197)
==25903== by 0x4D577C2: test_smart_tee_filter (qcap.c:108)
==25903== by 0x4D5BF82: func_qcap (qcap.c:2088)
==25903== by 0x4D5D4AC: run_test (test.h:584)
==25903== by 0x4D5D89A: main (test.h:654)
==25903==
--
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=34750
Bug #: 34750
Summary: Eleusis Demo some landscape parts are black rendered
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_99777.shtml
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 46329
--> http://bugs.winehq.org/attachment.cgi?id=46329
screenshot
See attached screenshot.
--
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=36032
Bug ID: 36032
Summary: Colin McRea Rally 2005 - graphic glitches on second
run/carrier mode
Product: Wine
Version: 1.7.6
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: f.platte(a)platte-web.de
Created attachment 48184
--> http://bugs.winehq.org/attachment.cgi?id=48184
Screenshots to show the issue (jpg)
Colin McRea Rally 2005 nearly works perfectly with wine.
Still there is a wired issue: May be related to, but still distinguishes from
bug 14988 (http://bugs.winehq.org/show_bug.cgi?id=14988)
After launching it works "normally" (like it's supposed to do), and if you
enter a time trial race everything runs smooth and graphics is rendered nicely.
After the race is finished and you get back to the main menu/you directly enter
carrier mode after launch glitches appear and the frame-rate drops
significantly (like one, up to two thirds). The menus background animation now
draws big triangular figures and when entering a race/the car-park non-static
elements (shadows, moving banners/plants (in the wind) and similar object are
rendered in a white tint. Reflection does not work anymore, either.
This is related to ANY wine version colin mcrea works with.
Only exception so far is a custom compiled CrossOver 12.1.2 engine, while it's
broken again with CrossOver 12.5/13.X. I couldn't build 12.2.X.
--
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=32234
Bug #: 32234
Summary: Missing dependencies on static / import libraries
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
strmbase is a static library which is used by amstream, qcap, quartz and
others. This means functions defined in strmbase end up being included
in amstream.dll.so and other places.
However modifying the strmbase code does not result in a relink of the
dlls that depend on it. Note that this is true even if running make from
the top-level directory. That makes it very painful to work with it.
The same issue could happen with other static libraries like
dxguid, uuid, etc, though those don't contain code and have little
reason to change so that that's probably why the problem did not surface
until now. This could also happen with import libraries though again the impact
tends to be minimal (or at least manifest itself with a build error).
See also the discussion on wine-devel:
http://www.winehq.org/pipermail/wine-devel/2012-November/097792.html
--
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=37018
Bug ID: 37018
Summary: Viber : Crash when trying to make a video call. New
Wine installation only with new Viber
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hsh.manbw(a)gmail.com
Created attachment 49186
--> http://bugs.winehq.org/attachment.cgi?id=49186
Crash log
I have just installed Wine from the Program administration menu.
After this I installed Viber for Windows as I have only a 32 bit system.
My PC is an ACER ONE model KAV60
Writing Viber message is working fine.
/ Henning
--
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=35716
Bug ID: 35716
Summary: File not found although file-select window shows file.
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: bgoodwin91006(a)yahoo.com
Application 'Oblivion Mod Manager' cannot find the archive manager provided
(installed) along with the app. It posts the following message in it's
crashlog;
Error message: ApplicationName='obmm\7za.exe', CommandLine='x
"C:\users\bob\Desktop\Animated-Lighting\Animated Window Lighting System
v5-5-4-19628.7z" * -o"C:\users\bob\Temp\obmm\0\" -aos -y -r',
CurrentDirectory='', Native error= File not found.
The 'file not found' refers to the file obmm/7za.exe
With a bash shell in the same directory as Oblivion Mod Manager, I issued the
same command and got the same result;
COMMAND LINE ENTRY
wine obmm\7za.exe 'x "C:\users\bob\Desktop\Animated-Lighting\Animated Window
Lighting System v5-5-4-19628.7z" * -o"C:\users\bob\Temp\obmm\0\" -aos -y -r',
CurrentDirectory=''
RESULT
wine: cannot find L"C:\\windows\\system32\\obmm7za.exe"
The directory structures involved are;
Oblivion Mod Manager;
/home/bob/.wine/drive_c/Program Files (x86)/Bethesda
Softworks/Oblivion/OblivionModManager.exe
7za.exe;
/home/bob/.wine/drive_c/Program Files (x86)/Bethesda
Softworks/Oblivion/obmm/7za.exe
This application has worked correctly in the past.
--
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=34607
Bug #: 34607
Summary: When quitting the first area in Oddworld Munch's
Oddysee CD, the game crashes
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46109
--> http://bugs.winehq.org/attachment.cgi?id=46109
OMO log+error
When quitting the first area, through the large gate, the game crashes.
Installing directmusic fixes the problem. No demo for this game. This
is Oddboxx CD version not Steam.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=29646
Bug #: 29646
Summary: Microsoft Wine Guide crashes after playing one video
clip
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38424
--> http://bugs.winehq.org/attachment.cgi?id=38424
+mci log
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
There are various video clips which should play when the user clicks the
appropriate icon. The clips are AVI files with names ending .CP, e.g.
ACIDITY.CP, ALLABOUT.CP, INTRO.CP. Wine MCI (or msvfw32?) refuses to play them,
since the file extension is not .avi. On Windows the videos play as they
should.
After adding a registry key to associate the .cp extension with AVI files (in
HKLM\Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions), it is
possible to play one video clip. However, after doing that, clicking on any
link causes the program to crash. Navigating between links/pages works fine
before playing a video clip.
The attached +mci log was created (after adding the registry key mentioned
above) like this:
- Start Microsoft Wine Guide
- Click on icon to play introductory video clip
- Click again on the video to stop it playing
- Click "Wine tasting with Oz"
An extract from the log:
trace:mci:MCIWndProc MCIWNDM_SENDSTRINGA (invalid)
wine: Unhandled page fault on read access to 0x12772fce at address 0xf7559bc6
(thread 0026), starting debugger...
...
Backtrace:
=>0 0xf7559bc6 in libc.so.6 (+0x7cbc6) (0x007bcfa8)
1 0x7bc687fc RtlInitAnsiString+0x2b(target=0x7bcfc8, source="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:105] in ntdll (0x007bcfa8)
2 0x7bc69ce9 RtlCreateUnicodeStringFromAsciiz+0x28(target=0x7bd50c, src="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:301] in ntdll (0x007bcfd8)
3 0x7e1fddd8 MCIWndProc+0xbd7(hWnd=0x2002a, wMsg=0x465, wParam=0,
lParam=0x12772fc6) [/build/buildd/wine1.3-1.3.37/dlls/msvfw32/mciwnd.c:980] in
msvfw32 (0x007bd578)
4 0x7ecc776a WINPROC_wrapper+0x19() in user32 (0x007bd5a8)
...
--
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=37301
Bug ID: 37301
Summary: Fail during installation. Fault on read access
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hsh.manbw(a)gmail.com
Created attachment 49612
--> https://bugs.winehq.org/attachment.cgi?id=49612
Error log
Crash during installation.
According to MyPhoneExplorer it should work on Ubuntu but seems not to work og
Mint 16
--
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=32582
Bug #: 32582
Summary: WideCharToMultiByte: incorrectly handling of user
specified DBCS "default character"
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thtfpcuser(a)126.com
Classification: Unclassified
for function WideCharToMultiByte,
when there are unmapped uncode characters in target codepage,
and the user specified lpDefaultChar is DBCS character,
the default characters occured in conversion result is incorrect.
the problem is in this function:
wctomb.c
/* slow version of wcstombs_dbcs that handles the various flags */
static int wcstombs_dbcs_slow( const struct dbcs_table *table, int flags,
const WCHAR *src, unsigned int srclen,
char *dst, unsigned int dstlen,
const char *defchar, int *used )
{
const unsigned short * const uni2cp_low = table->uni2cp_low;
const unsigned short * const uni2cp_high = table->uni2cp_high;
WCHAR defchar_value = table->info.def_char;
WCHAR composed;
int len, tmp;
if (defchar) defchar_value = defchar[1] ? ((defchar[0] << 8) | defchar[1])
: defchar[0];
defchar[0] has only 8 bits. left shifts 8 bits, its value is lost.
--
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.