http://bugs.winehq.org/show_bug.cgi?id=31064
Bug #: 31064
Summary: built in IE will not login to U-Haul dealer network
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
Classification: Unclassified
I am unable to login to the U-Haul Dealer network with built in IE wine 1.5.7
After entering my user name and pass word the login screen hangs for ever.
URL- https://pos.uhaul.net/
Below are the credentials to login to a practice site. You can login with Fire
Fox or Chrome but not fully functional due to lack of VB script and activeX
User Name 950790
Password 950790
Location 950107
--
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=31082
Bug #: 31082
Summary: StarTopia: crashes while loading
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ubuntugamingproject(a)gmail.com
Classification: Unclassified
Created attachment 40807
--> http://bugs.winehq.org/attachment.cgi?id=40807
Log of StarTopia running and crash
I start the game, it begins charging the loading bar, then crashes with this
error:
"Something very funny about your video card".
Nothing happens if i click on the "OK" button.
I have to kill the process to exit the game.
--
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=31320
Bug #: 31320
Summary: Steam fails to start, needs
dwrite.dll.DWriteCreateFactory
Product: Wine
Version: 1.5.9
Platform: x86
URL: http://cdn.steampowered.com/download/SteamInstall.msi
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Classification: Unclassified
Created attachment 41157
--> http://bugs.winehq.org/attachment.cgi?id=41157
terminal output
The Steam client fails to start in the git version (wine-1.5.9-186-g1f6febe),
it crashes before putting up the login window.
>wine: Call from 0x7b839882 to unimplemented function dwrite.dll.DWriteCreateFactory, aborting
This is after the stubbed implementation of dwrite:
commit 3a724d58eba31666af3886d759371507f8cddd50
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Jul 24 14:05:18 2012 +0400
dwrite: Added initial stub.
I presume it is a work in progress, rather than a regression.
I added Nikolay to CC list.
No such component in bugzilla as dwrite.
--
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=31330
Bug #: 31330
Summary: +relay corrupts returns values on win64?
Product: Wine
Version: 1.5.9
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The little program
#include <float.h>
#include <math.h>
#include <stdio.h>
int main(int argc, char **argv)
{
int log2FLT_RADIX;
double x = frexp((double) FLT_RADIX, &log2FLT_RADIX);
printf("x is %g; wanted == 0.5\n", x);
if (frexp((double) FLT_RADIX, &log2FLT_RADIX) != 0.5)
printf("Trouble! Not equal.\n");
else
printf("Whew! Equal.\n");
}
(attached, with 32 and 64 bit binaries produced with visual c 2010)
prints out "Whew! Equal." normally, but when run with +relay, the 64
bit version prints out "Trouble! Not equal." The 32 bit version is fine.
This is a test case extracted from TCL, which aborts
with "This code doesn't work on a decimal machine!" when that comparison fails
(see http://brlcad.org/xref/source/src/other/tcl/generic/tclStrToD.c#L2176 ).
(You can see that error if you like by starting tclsh.exe from
the 64 bit download at http://www.activestate.com/activetcl/downloads
with +relay on.)
While comparing doubles for equality is not a good idea, in this special
case it ought to be ok, and it seems surprising that +relay would break it.
The output with +relay seems to show random 32 bit values for the return value
0030:Call msvcrt.frexp(4000000000000000,0022fd48) ret=140001020
0030:Ret msvcrt.frexp() retval=ffffffff ret=140001020
...
This code doesn't work on a decimal machine!
...
abnormal program termination
0032:Ret KERNEL32.WriteConsoleA() retval=00000001 ret=7f4a2344372f
0032:Call KERNEL32.ExitProcess(00000003) ret=7f4a23453001
Adding a TRACE to frexp shows it's trying to return the right thing,
and changes the supposed return value:
0036:Call msvcrt.frexp(4000000000000000,100d093c) ret=10082b8c
trace:msvcrt:MSVCRT_frexp (2, 0x100d093c) returning 0.5, storing 2
0036:Ret msvcrt.frexp() retval=00000043 ret=10082b8c
--
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=31408
Bug #: 31408
Summary: anarchy online crash new zone
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: dazsul76(a)gmail.com
Classification: Unclassified
Created attachment 41278
--> http://bugs.winehq.org/attachment.cgi?id=41278
console output Anarchy online crash
Hi, Having the following problem:
Game = Anarchy online
Problem = Game crashes when entering a new Zone
Console output is attached.
OP System = Linux mint 13
Wine = V1.5.10
PC = Asus laptop K53SJ
Graphics drivers (Vanilla Linux Mint drivers)
Any help would be appreciated. Cheers
--
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=31546
Bug #: 31546
Summary: PS3 gamepad analog sticks problem
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Classification: Unclassified
There's a problem with my PS3 gamepad when I try to use it in Windows
applications. Some analog axes seem to be mapped to wrong axis numbers. For
example, vertical movement (accelerometer) is mapped to left analog horizontal
(X), while X itself is not mapped anywhere. Buttons seem to work fine. I tested
with several windows applications (Project 64 with N-Rage plugin, QtJoystick).
Native linux jstest shows that everything work as at should in native linux
environment.
--
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=31590
Bug #: 31590
Summary: AMD Radeon HD 7850 with 2GB video memory is recognized
as Radeon HD 3200 with 128MB video memory.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: futureway(a)asia.com
Classification: Unclassified
AMD Radeon HD 7850 with 2GB video memory is recognized as Radeon HD 3200 with
128MB video memory by Wine. Some games can't run, because they require a more
advanced graphics card and more video memory. When will Wine add AMD Radeon HD
7000 series to the list of supported graphics cards, and automatically
recognize them and their video memory correctly? I don't think that it is a
good solution to manually add some registry keys such as "VideoMemorySize",
"VideoPciDeviceID" and "VideoPciVendorID".
--
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=31659
Bug #: 31659
Summary: Cutscenes (videos) in Jade Empire are black and white
(grayscale)
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: 4plague(a)gmail.com
Classification: Unclassified
When playing Jade Empire (appID 4978) video cutscenes (not ingame cutscenes)
are played in black and white (grayscale).
Sidenote:
SWKOTOR - a game with nearly identical but slightly older engine works OK
--
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=31692
Bug #: 31692
Summary: SQL Server 2000 manager: Tray icon displayed as solid
black square
Product: Wine
Version: 1.5.12
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=22661
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Hello,
SQL Server 2000 Manager displays a tray icon showing the current server state.
Current Git version draws a black square instead of the icon.
The commit that broke it was:
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
--
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=31735
Bug #: 31735
Summary: In Circuitmaker 2000 schematic editor some parts are
wrongly displayed. Also slower redrawing in 1.5.13
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
In Wine 1.5.13, Circuitmaker 2000 schematic editor strangely displays some
parts like inductors. It looks like one inductor and the other one are
"combined" together.
Very strange.
Also the speed of graphics redrawing is much lower than it used to be.
All that appeared in freshly compiled Wine 1.5.13.
I confirmed it on 2 different laptops equipped with current 32-bitSlackware.
--
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=31790
Bug #: 31790
Summary: Compiling with -m32 fails in 64-bit ubuntu 12.04
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jesse.pepper(a)thinkbottomup.com.au
Classification: Unclassified
Use a 64-bit Linux, and save following as main.c:
#include <windows.h>
int main(int argc, char **argv)
{
MessageBoxA(0,"test","app",0);
return 0;
}
This problem occurs in wine1.4 and wine1.5.
$ winegcc main.c -m32 -o main.exe.so
/usr/bin/ld: Relocatable linking with relocations from format elf64-x86-64
(/usr/lib/x86_64-linux-gnu/wine/libwinecrt0.a(exe_entry.o)) to format
elf32-i386 (main.0Ipbo4.o) is not supported
winebuild: /usr/bin/ld failed with status 1
winegcc: winebuild failed
Apparently due to distros placing 32-bit libs in /usr/lib/i386-linux-gnu/
instead of /usr/lib32/
See also http://bugs.winehq.org/show_bug.cgi?id=24470
--
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=31831
Bug #: 31831
Summary: WinUAE cannot find any raw input devices
(GetRawInputDeviceList stub)
Product: Wine
Version: 1.5.14
Platform: x86
URL: http://www.winuae.net/files/InstallWinUAE2410.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
The WinUAE Amiga emulator supports raw input for keyboard, mouse and gamepad.
Since raw input support was added in Wine 1.5.13 I thought WinUAE would be able
to use it, but it seems not. WinUAE falls back to using DirectInput.
On running winuae.exe -log, part of the console output is this:
RawInput enumeration..
fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil),
puiNumDevices=0x3f0f88c, cbSize=8) stub!
RAWINPUT: found 0 devices
--
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=31863
Bug #: 31863
Summary: d3d8/device.c, d3d9/device.c: tests fail on nVidia
chip
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: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 41929
--> http://bugs.winehq.org/attachment.cgi?id=41929
log from make device.ok in d3d8
On a Toshiba laptop, nVidia GeForce 315M chip, Ubuntu 11.10 64bit + xorg-edgers
PPA, tests fail:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 640x480x0
@0! (XRandR 1.2)
device.c:2957: Test failed: Failed to change display mode, ret 0xfffffffe.
Complete log 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=31865
Bug #: 31865
Summary: Bits of the wow launcher disappear when hovering it
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Created attachment 41931
--> http://bugs.winehq.org/attachment.cgi?id=41931
Play button hovered
<Adys> julliard: Im getting pretty severe regressions with the wow launcher
after your commit f12c1 (bug 15118)
<Adys> julliard: parts of the launcher completely disappear
<Adys> eg when I hover a link, everything else disappears
<Adys> focusing the launcher makes the window reappear
<Adys> and theres something weird going on in the first place. sec
<Adys> julliard: http://i.imgur.com/444ww.png this is the launcher when it just
got focused
<Adys> http://i.imgur.com/x8bw5.png and this is if i hover the play button
<Adys> The invisible parts are not clickable btw
--
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=31871
Bug #: 31871
Summary: Photoshop CS5 fails to run
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: soar.above.the.skies(a)gmail.com
Classification: Unclassified
Created attachment 41944
--> http://bugs.winehq.org/attachment.cgi?id=41944
Photoshop CS5 fails to run
Photoshop fails to execute and run as expected. Logs are 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=31891
Bug #: 31891
Summary: Radeon HD6670 detected as 3200
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deep_silence_fr(a)yahoo.fr
Classification: Unclassified
I noticed in Kerbal game that my video card is detected as a radeon HD3200
instead of a HD6670 (this seems to be the cause of lots of random graphical
lockups).
Both fglrxinfo and lspci detect a 6670, so I assume this is a wine issue. I
noticed that the files below do not list this video card:
http://source.winehq.org/source/dlls/wined3d/directx.c#L1062http://source.winehq.org/source/dlls/wined3d/wined3d_private.h#L1314
--
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=31916
Bug #: 31916
Summary: Steam in xfce: xfwm4 windows refuse to relinquish
focus
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
Classification: Unclassified
In xfce (or in kde with xfwm4 instead of kwin), Steam has recently started
having an issue where it refuses to relinquish focus. If you were to click
inside a chat window and then try to click back into, for example, a terminal
window to switch focus, it would work for a split second and then the chat
window would pop right back up over it. Ie, it is impossible to switch into
another window via click because the active window won't go away.
It is easy to trigger the problem, but I've had a hard time figuring out
specifically what steps one must follow in order to do so. However, if I have
the main steam window and friends list open and a chat window hovering over a
terminal and tinker with moving and minimizing / changing the focus of the main
and chat windows for a minute or two (and try to click into the terminal), I
can reliably cause it to occur.
This occurs from wine 1.5.12 to 1.5.14, and in both Linux Mint 13 x64 and Arch
Linux x64 in a used or fresh wineprefix. Occurs on my machine and a friend's
machine as well.
A regression test found the following to be the trouble for me:
$ git bisect good
d35fc4369fd9eb7e5fca78cc0d61e241de286ee0 is the first bad commit
commit d35fc4369fd9eb7e5fca78cc0d61e241de286ee0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Aug 29 18:08:37 2012 +0200
user32: Always go through set_window_pos when the WS_VISIBLE style is
changed.
:040000 040000 2181c83f9671eb18ffb3538e627cce5d2b0bf7e0
cdf5240aa47f26a98421467c50979a84b60c68e7 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=31947
Bug #: 31947
Summary: NVIDIA GeForce GTX 660 Ti detected as GeForce 8300 GS
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: betaguy(a)gmail.com
Classification: Unclassified
Wine detects my NVIDIA GeForce GTX 660 Ti as a GeForce 8300 GS (which is, as
far as I know, the default for undefined NVIDIA cards). I've attached two
patches that fix this.
--
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=31977
Bug #: 31977
Summary: YoudaoDict crash at start
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download installer at: http://cidian.youdao.com/download/YoudaoDict.exe
2. install with wine
3.
$ cd '.wine/drive_c/users/fracting/Local Settings/Application
Data/Youdao/Dict/Application'
$ wine YodaoDict.exe
YodaoDict crash but no backtrace printed, there is a deadlock after crashing:
0024:err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main
process heap section" wait timed out in thread 0024, blocked by 0009, retrying
(60 sec)
start YodaoDict with winedbg could give us the crashing Backtrace:
Backtrace:
=>0 0x7bc496be HEAP_FindFreeBlock+0x46(heap=0x110000, size=0x28,
ppSubHeap=0x33f188) [/home/fracting/wine-git/dlls/ntdll/heap.c:1003] in ntdll
(0x0033f160)
1 0x7bc4b953 RtlAllocateHeap+0x1ac(heap=0x110000, flags=0x2, size=0x24)
[/home/fracting/wine-git/dlls/ntdll/heap.c:1688] in ntdll (0x0033f1c0)
2 0x7bb50d46 heap_alloc+0x2d(len=0x24)
[/home/fracting/wine-git/dlls/msxml3/msxml_private.h:170] in msxml3
(0x0033f1f0)
3 0x7bb52e55 create_attribute+0x1d(attribute=0x78705500)
[/home/fracting/wine-git/dlls/msxml3/attribute.c:675] in msxml3 (0x0033f220)
4 0x7bb83f90 create_node+0xaf(node=0x78705500)
[/home/fracting/wine-git/dlls/msxml3/node.c:1557] in msxml3 (0x0033f270)
5 0x7bb6d760 domelem_get_qualified_item+0x14e(node=0x78705468, name="name",
uri=0x0(nil), item=0x33f384)
[/home/fracting/wine-git/dlls/msxml3/element.c:1573] in msxml3 (0x0033f2c0)
6 0x7bb6d83f domelem_get_named_item+0xcd(node=0x78705468, name="name",
item=0x33f384) [/home/fracting/wine-git/dlls/msxml3/element.c:1592] in msxml3
(0x0033f320)
7 0x7bb85963 xmlnodemap_getNamedItem+0xa6(iface=0x334e560, name="name",
item=0x33f384) [/home/fracting/wine-git/dlls/msxml3/nodemap.c:200] in msxml3
(0x0033f360)
8 0x004cd6dd in yodaodict (+0xcd6dc) (0x006ab640)
0x7bc496be HEAP_FindFreeBlock+0x46
[/home/fracting/wine-git/dlls/ntdll/heap.c:1003] in ntdll: movl0x0(%eax),%eax
1003 SIZE_T arena_size = (pArena->size & ARENA_SIZE_MASK) +
--
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=31979
Bug #: 31979
Summary: Lord of the Rings Online crashes at startup
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
Classification: Unclassified
Created attachment 42134
--> http://bugs.winehq.org/attachment.cgi?id=42134
backtrace
So first off, this is the latest patch as of October 15th, entitled "Riders of
Rohan". This doesn't appear related to bug #24896 by the same name.
Unhandled exception: page fault on write access to 0x00000034 in 32-bit code
(0x006d3fd2)
--
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=32015
Bug #: 32015
Summary: [1.5.15 regression] Systray icon is no longer shown
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://miranda.googlecode.com/files/miranda-im-v0.10.5
-unicode.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
It's Wine 1.5.15 regression - Miranda has an empty transparent icon in the
systray.
Steps to reproduce:
1) Download Miranda
2) Run Miranda
3) Observe the bug
--
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=32101
Bug #: 32101
Summary: SSF Saturn Emulator - Crashes with SendMessage() error
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
Classification: Unclassified
SSF Saturn emulator crashes with (in a dialog box):
SendMessage() error.
File: ./MainWindows.cpp
Line : 1395
Function: WinMain
Regression test:
5f5f20d6cf7c38f59171b760870d58b8fdf53132 is the first bad commit
commit 5f5f20d6cf7c38f59171b760870d58b8fdf53132
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Sep 27 09:42:54 2012 -0500
imm32: Properly separate the IME UI window and the thread default IME
window.
:040000 040000 4232e65da77ca4d003f2b133d4f3c62f3e2ceadc
34a22bef4861ba95808e23fb8688224bb8eeac1d M dlls
Reverting the commit fixes the bug.
There is a second bug with later versions of SSF that can only be seen when
this commit is reverted, should I report that one as 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=32107
Bug #: 32107
Summary: (Regression) Steam overlay corruption (+TF2?)
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
Classification: Unclassified
The steam overlay started to have major corruption issues at some point near
the middle of the 1.5.x series. It may or may not be Team Fortress 2 centric.
I thought my nvidia card was just having issues, but a friend on an ATI card
that has no trouble on tf2 in windows had the exact same problem. After loading
TF2 and opening the steam overlay, most text becomes all garbled with random
bits of memory. It is most noticeable and easily identified on the clock in the
upper middle of the screen, as seen in the image attachment. The clock will
count as normal up to a certain point, then just break and display garbage,
count backwards, disappear, or display a random recently-passed (or
soon-to-come?) time stamp for a moment. Peoples' display names and messages
will show up as random bits of data: games, random bits of older messages
probably from memory thrown together, IP addresses, broken pseudo-images.. Some
of it is actually kind of funny. Wine 1.4.1 works fine. Anyway, I ran a
regression test and this seems to be the problem:
67e7eda96c16417526e9659be0eeecf2b6edd4c1 is the first bad commit
commit 67e7eda96c16417526e9659be0eeecf2b6edd4c1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 25 22:45:28 2012 +0200
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
:040000 040000 4ca83835d1da687e0bd19a6dec2314aaaa057bf4
f939689a1fe2430c1020d72167c7a0690561c536 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=32123
Bug #: 32123
Summary: Outlook 2010 crashes in versions newer than 1.5.14
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrittenh(a)nd.edu
Classification: Unclassified
Outlook 2010 runs fine under 1.5.14 (with some quirks). When updating to
1.5.15, and now 1.5.16, it becomes unstable. Reverting to 1.5.14 fixes the
issue. Outlook appears to think it's an issue with the reading pane, as it
disables it after a few crashes (unless that's just standard "I crashed a few
times" behavior). I've attached the output log from 1.5.16, which includes a
couple of crashes/restarts of the app.
--
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=32134
Bug #: 32134
Summary: KwSing: crashes when installing
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42393
--> http://bugs.winehq.org/attachment.cgi?id=42393
kwsing.txt is the log
I tried to installed KwSing(酷我K歌) in wine, but it carshed when installing.
My test environment:
- Ubuntu 12.04.1
- Wine 1.5.16
- KwSing: http://down.kuwo.cn/kwsing/KwSing.exe
You can reproduce it follow:
0. Download it from: http://down.kuwo.cn/kwsing/KwSing.exe
1. 'wine KwSing.exe' to begin the installing
And I found that had a workaround to pass this bug: 'wine wmp10' to install
wmplayer10.
kwsing.txt in attachment is the 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.
http://bugs.winehq.org/show_bug.cgi?id=32165
Bug #: 32165
Summary: .NET installer does not set file dates
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
While testing for bug 30681 I noticed that .NET installer stopped setting
date/time on installed files.
Regression testing points to this commit:
7b704102a8f172ae307b10914c70851b8c9ac44c is the first bad commit
commit 7b704102a8f172ae307b10914c70851b8c9ac44c
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 30 11:44:10 2012 +0100
ntdll: Add a helper function to set file times.
To reproduce:
winetricks dotnet20
ls -l drive_c/windows/Microsoft.NET/Framework/v2.0.50727 | grep System.Data
Dates should be from year 2005
--
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=32276
Bug #: 32276
Summary: Railworks Trainsimulator 2013 fails to run
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Created attachment 42598
--> http://bugs.winehq.org/attachment.cgi?id=42598
output from terminal running steam/railworks.
Railworks Trainsimulator fails to load/start/run
I installed d3dx9, gdiplus, dotnet40, vcrun2010, and vcrun2005 through wine.
Attached is the output from steam/railworks.
--
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=32295
Bug #: 32295
Summary: WinUAE emulation window not refreshed properly when
other windows move in front of it
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://www.winuae.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Regression SHA1: 33ac850c80634c891b0c157bbffa612f70954a40
Created attachment 42625
--> http://bugs.winehq.org/attachment.cgi?id=42625
Shows window refresh issue with Wine 1.5.18
I'm testing with Lubuntu 11.10 x86-64, Nvidia driver 304.51. Openbox
(non-compositing) window manager.
With Wine 1.5.18, the WinUAE emulation window is not refreshed properly if you
move another window in front of it. Things were fine with Wine 1.5.5.
I tested several Wine releases and there are two changes in behaviour. Things
first break in 1.5.13, then with 1.5.15 things break differently. I've attached
a screenshot showing the 1.5.15-and-later problem.
To test, install and run WinUAE. Click Start to start emulation. After a few
seconds you should see some non-black graphics in the emulation window. Press
F12 to open the settings window and drag it around.
With Wine 1.5.13, 1.5.14:
Normal mode: On pressing F12 and dragging the settings window over the
emulation window, newly-exposed parts are all black. Drag the settings window
so it covers most of the emulation window and release the mouse button.
Now drag the setting window away so most of the emulation window is exposed.
When you release the mouse button, the exposed area is rendered with the
correct contents, but that is immediately overwritten with black. (You may have
to repeat that a few times until you see the effect.)
Virtual desktop mode: On pressing F12 the emulation window is blanked (all
black). If you drag the settings window quickly over the emulation window, you
can see the correct contents being rendered, then immediately overwritten with
black.
With Wine 1.5.15/16/18:
Normal mode: Moving the settings window in front of the emulation window,
newly-exposed parts of the emulation window are not refreshed properly. The
only newly-exposed part which is refreshed, is that corresponding to the
previous position of the settings window client area. The previous settings
window decorations remain as "trash" in the emulation window.
Also, Wine does not know that other parts of the emulation window may need to
be refreshed. For example if the user drags (without releasing the mouse
button) the settings window all over the emulation window, the emulation window
fills with "trash" (copies of settings window decorations) as the settings
window is moved around. Once the user releases the button, Wine refreshes only
the part corresponding to the original settings window client area.
Virtual desktop mode: Moving the settings window in front of the emulation
window works correctly. The emulation window is refreshed properly. However,
due to bug 24352 the emulation window can be brought in front of the settings
window. If you click in the emulation window to do that, the emulation window
frame is rendered, but the window contents are not refreshed. So the part which
was under the settings window shows the old settings window contents. Drag the
emulation window around. Notice that if you move it partially off the desktop
and back again, newly-revealed parts are refreshed properly. So some of the
settings window trash disappears as you move that part of the emulation window
past the edge of the desktop and back.
A regression test for the 1.5.12->1.5.13 change gave this:
33ac850c80634c891b0c157bbffa612f70954a40 is the first bad commit
commit 33ac850c80634c891b0c157bbffa612f70954a40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca
33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
I did another regression test for the 1.5.14->1.5.15 change, saying "git bisect
good" for like-1.5.14 behaviour. The result:
cc7bf355c50b17b2e04f754c80464289df2a9ee7 is the first bad commit
commit cc7bf355c50b17b2e04f754c80464289df2a9ee7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 9 15:21:21 2012 +0200
user32: Add support for setting the window surface visible region.
:040000 040000 ca9c6946038c5e8346d67e4ce02f576034fbdaf1
230c7328031dd70f529463ac959a43dbe35b040b M dlls
:040000 040000 f31ee15864da2825f030f94bba46c5e07fa0cede
bde3439027c457a464fc77b95f1da4ea8f4ad161 M include
--
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=32366
Bug #: 32366
Summary: Moving objets in Circuitmaker 2000 schematic is
delayed (slowed down)
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
Moving objets using mouse in Circuitmaker 2000 schematic is delayed (slowed
down)
by appr 1 second.
I made a regression test that yielded this:
bash-4.2$ git bisect good
33ac850c80634c891b0c157bbffa612f70954a40 is the first bad commit
commit 33ac850c80634c891b0c157bbffa612f70954a40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca
33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
Cheers,
Olek A.
--
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=32394
Bug #: 32394
Summary: WinUAE GUI does not resize when its window size
increases
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2500.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42744
--> http://bugs.winehq.org/attachment.cgi?id=42744
After increasing window size in Wine
This issue applies to the WinUAE Amiga emulator.
The WinUAE GUI can be made resizeable. With that option, the user can increase
the size of the WinUAE settings window and the GUI layout changes to match the
new size.
Under Wine however the GUI elements do not change. Newly-revealed areas of the
larger window are filled with grey.
To reproduce:
- Download and run the WinUAE installer. Check the box to run WinUAE at the
end.
- When the WinUAE Properties window opens, click Miscellaneous in the treeview
on the left side of the window.
- Under GUI there is a "Resizeable GUI" checkbox. Check that.
- The window closes and reopens and is now resizeable.
- Increase the size of the window. Notice how the GUI elements don't change in
size.
--
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=32405
Bug #: 32405
Summary: Children of the Nile (& Demo): mouse buggy
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rtpublic1(a)gmail.com
Classification: Unclassified
When the game (version 1.3.0.1) or the demo
(http://immortalcities.com/cotn/downloads/demo.php) reaches the main menu, no
mouse cursor is visible.
When running without emulating a virtual desktop, the buttons on the main menu
show no reaction even when moving the (invisible) mouse onto them and clicking.
When running with a virtual desktop that is the same size as the the main menu
(1024x768), the buttons react to clicking on them, but wrongly: they act as if
the mouse had only been moved onto them (showing a tooltip) instead of doing
what they should (e.g open the settings menu).
When running in a larger virtual desktop (e.g. 1440x900), the situation is like
with the 1024x768 virtual desktop, except that, when moving the mouse off of
the main menu to the right, so that it is between the main menu and the right
edge of the virtual desktop, the game recognizes the mouse as being on one of
the buttons on the right edge of the main menu, if the y-coordinates match, and
reacts correctly to clicks.
Tested with in a new wine prefix with no dll overrides.
Please ask for more information if needed.
--
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=32410
Bug #: 32410
Summary: Circuitmaker 2000 schematic hangs when editing text
strings
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
Circuitmaker 2000 (schematic section) hangs while editing text strings.
Regression test gives this:
bash-4.2$ git bisect bad
841214ddb4d4dc620e6b51dfe6655b585d423edc is the first bad commit
commit 841214ddb4d4dc620e6b51dfe6655b585d423edc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 21 19:20:27 2012 +0100
user32: Don't check for driver events before normal messages in
PeekMessage.
:040000 040000 79793f282ab4ee789b1f07d7e8dd89c82e4e02ab
504f597e5c86ae4e9ae21713e8a8bb27969f0d5a 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=32444
Bug #: 32444
Summary: Incorrect graphic rendendering when using Circuit
Wizard
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcmurchy1917-wine(a)yahoo.co.uk
Classification: Unclassified
Created attachment 42803
--> http://bugs.winehq.org/attachment.cgi?id=42803
Illustrates complete circuit in wine 1.3.34 and 1.5.19
I've been using Circuit Wizard for some time. It's been perfect up to an
including 1.3.34. However, all subsequent versions since 1.3.35 have had
incorrect screen rendering. For example the symbol for a resistor is only
showing one wire connector whereas it should be showing two, one at each end of
the resistor.
It works perfectly on 1.3.9, 1.3.22, 1.3.29, 1.3.33 and 1.3.34, screen shot
attached for version 1.3.34
but not on
1.3.35, 1.3.37, 1.4.1, 1.5.18 and 1.5.19, screen shot attached for version
1.5.19
However, even though the circuit looks incomplete it still works and it prints
perfectly on all versions.
To recreate the problem -
Log on to your account and start a terminal change to you home directory
cd
Secure a copy and remove any current wine configuration
mv .wine .wine.$(date +"%Y%m%d-%H%M%S")
Apply for a copy of the free trial Professional edition demo here -
http://www.new-wave-concepts.com/demo.html
Download the trial Professional edition demo from your mail box to your home
directory
Install it
wine cw11d_pr.exe
where cw11d_pr.exe is the executable Professional edition demo
Start the demo as you would any other wine application by navigating through
your desktop start menu.
Once the application has started -
click on the gallery tab
click on the passive components link. Note there are a number of “resistor”
symbols all of which have connectors either top and bottom or left and right.
Select the standard resistor and drag to the main window. Until such time as
the mouse button is released the resistor has connectors top and bottom. When
the mouse button is released to finally place the resistor in the circuit the
bottom connector disappears.
Irrespective of the above to prove that functionality is retained -
Close and restart Circuit Wizard
click on Sample Circuits
click on Basic Circuits
click on Capacitor Charging
Click on the Circuit Diagram tab, bottom left. And note the circuit appears not
joined up.
Click the Run button on the tool bar to see the circuit charging the capacitor
Click the switch on the circuit to see the capacitor discharge.
Iain
--
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=32537
Bug #: 32537
Summary: unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Classification: Unclassified
Created attachment 42934
--> http://bugs.winehq.org/attachment.cgi?id=42934
Log after installing under Wine 1.4.1
Failed installing driver for MediaLink USB300N using CD.
Log attached.
Failed at wine: Call from 0x7b83bce2 to unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Install zip can be found here under MWN-USB300N:
http://medialinkproducts.com/support.php
--
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=32585
Bug #: 32585
Summary: Post Apocalyptic Mayhem crashes on start
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42997
--> http://bugs.winehq.org/attachment.cgi?id=42997
terminal output
This might be a fishy one, and I couldn't decide what component would be
appropriate but I think it's somehow related to wined3d.
The fact is that P.A.M (Steam) crashes immediately on startup with a backtrace
as shown in the attachment.
I found these workarounds:
- either native d3dx9_36 or native d3dcompiler_43 works around the crash on
startup (but d3dx9_42 must be set built-in)
- native d3dxof also works around the crash (everything else is built-in)
The strange is that neither +d3dxof nor +d3dx,+d3dcompiler channels produce
*any* output before the game crashes.
I should add that even if the game is able to run using those workarounds, it
is very unstable. It tends to crash when
- loading a new track
- on exit (this seems to happen if blur effect was enabled)
After these crashes I frequently receive backtraces that indicate heap
corruption and wined3d is involved too.
Reducing detail level, disabling audio don't help.
No demo has been released. Let me know if you need further logs/tests.
Fedora 17 x86
Nvidia 250 / driver 304.64
X.Org X Server 1.12.4
--
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=32658
Bug #: 32658
Summary: Certain games on Steam crash on start in xinput1_3
(in-game overlay enabled)
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43088
--> http://bugs.winehq.org/attachment.cgi?id=43088
terminal output
I believe this one is different from bug #24064 or bug #22053 even though
gameoverlayrenderer.dll is involved in this bug report too.
Only a small number of my Steam games are affected. They all crash on startup
with a backtrace that can be seen in the attached log. As far as I remember the
problem appeared a couple of months ago, I suppose it was due to a Steam client
update.
Either native xinput1_3.dll or disabling gameoverlayrenderer.dll in winecfg
works around the crash.
I don't have a controller attached.
Braid on Steam is one of the games affected by this bug:
http://store.steampowered.com/app/26800/
Fedora 17
gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
--
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=32659
Bug #: 32659
Summary: Saxobank Trader litClientStation2 fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seanfarley1964(a)yahoo.com
Classification: Unclassified
Created attachment 43091
--> http://bugs.winehq.org/attachment.cgi?id=43091
new to this..installed under wine 1.5.20 fails to launch
I have no experience in this. Tried to launch Saxobank trader installed under
wine 1.5.20 and it railed to launch. Traceback file 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=32669
Bug #: 32669
Summary: Ghost Master: invisible mouse pointer unless 'Enhanced
Cursor' option selected
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://www.fileplanet.com/126086/120000/fileinfo/Ghost
-Master-Demo-%5BEnglish%5D
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
This is a very old bug, yet I haven't found a bug report about it, even though
many of the test results notice the problem in AppDB. The bug is present with
Wine 1.0.1, 1.2.3, 1.4.1 and so on.
Steps to reproduce the problem with the demo:
1. install the demo then start it with ghost.exe.
2. once you get in the main menu you can notice that the mouse pointer is
missing. Actually it is working but invisible.
3. go to <Options> menu, select <Display> tab and enable <Enhanced Cursor>
option. Click on <Apply> and the mouse pointer appears. Performing these steps
with an invisible pointer may lead to premature balding, I warned you.
I located the 'non-working' cursor icons in 2 directories under Program
Files/Empire Interactive/GhostMasterDemo/GhostData/cursors. The cursors are
small (32x32 pixels) and 16 colors images in .ani and .cur files.
The working cursor icons are more colorful (24 bpp) and stored in .tga files
under ../GhostData/PSTextures.
Terminal output doesn't show anything interesting.
--
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=32702
Bug #: 32702
Summary: The Incredible Machine Contraptions & Even More
Contraptions Crash
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
Created attachment 43149
--> http://bugs.winehq.org/attachment.cgi?id=43149
Contraptions terminal output
In the last two (maybe more I haven't played it in a while) versions of wine
(1.5.20 & 1.5.21) The Incredible Machine Contraptions & Even More Contraptions
crash on loading. I've attached the terminal output.
Running: Debian Squeeze 6.0 amd64 / nVidia official drivers 295.59 / wine
1.5.21
--
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=32739
Bug #: 32739
Summary: resized window crash
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arec88(a)sina.com
Classification: Unclassified
Created attachment 43200
--> http://bugs.winehq.org/attachment.cgi?id=43200
backtrace file of crash program
running a windows exe program in Ubuntu 12.04 or other linux , try wine version
1.5.9 , 1.5.17 or lower version
the program started normally and ran well if I don't resize window,if I tried
to resize window in a smaller size,
it will crashed show the backtrack message in the 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.
http://bugs.winehq.org/show_bug.cgi?id=32746
Bug #: 32746
Summary: TurboTax 2012 installer fails
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 32745
Classification: Unclassified
Created attachment 43208
--> http://bugs.winehq.org/attachment.cgi?id=43208
WINEDEBUG=tid,msi,msidb
You'll need native dotnet40 to get this far (bug 32745). After that, the
installer starts up, you can choose the directory to install, etc. Start the
install, and it fails at ~24%:
err:msi:msi_install_assembly Failed to install assembly
L"C:\\users\\austin\\Temp\\msie.tmp\\Intuit.Spc.Esd.WinClient.Application.ConfigUXv4.exe"
(0x80070032)
I've attached a +tid,+msi,+msidb trace. Adding +relay gets it wayyy too big
(and in the log, it seems related to the above line). If you want it, let me
know and I'll email it privately.
--
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=32820
Bug #: 32820
Summary: The program ´offline rekening overzicht, orov´ will
not nun under the wine versions of ubuntu 12.04 The
backtrace report is from wine-1.5.12 but the problem
is stil there.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)aannemervandelft.nl
Classification: Unclassified
Created attachment 43346
--> http://bugs.winehq.org/attachment.cgi?id=43346
The program ´offline rekening overzicht, orov´ will not nun under the wine
versions of ubuntu 12.04 The backtrace report is from wine-1.5.12 but the
problem is stil there.
The program ´offline rekening overzicht, orov´ will not nun under the wine
versions of ubuntu 12.04
The backtrace report is from wine-1.5.12 but the problem is stil there.
--
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=32825
Bug #: 32825
Summary: ThunderMini: hangs randomly after change the status of
the file
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43356
--> http://bugs.winehq.org/attachment.cgi?id=43356
The Log
1. download and install it: http://down.sandai.net/mini/ThunderMiniInstall.exe;
2. 'jactry@Ubuntu:~/.wine/drive_c/Program Files/Thunder
Network/MiniThunder/Bin$ wine ThunderMini.exe ';
3. click the '新建任务' button and enter a url of something to add a new download
task for test;
4. after add a task sucessfully click the button in the item to change the
download status, and it will hangs randomly (as the picture: the icon of the
button is a clock)
- ubuntu 12.10 32bit
- wine-1.5.22-158-g236b4da
--
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=32840
Bug #: 32840
Summary: Mouse input regression caused by changes in
GetTickCount64
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimportal(a)gmail.com
Classification: Unclassified
Since fa9a883dbbd49117c2e53f5b3ea8cd49397bf520 (kernel32: Use the monotonic
counter in GetTickCount64.), mouse input behaves erratically in World of
Warcraft when using the mouse to turn or change camera view angle. The mouse
behaves fine when the mouse cursor is displayed for clicking buttons.
This also causes problems in Prey and Painkiller.
--
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=32904
Bug #: 32904
Summary: Opera installer needs GetExplicitEntriesFromAclW
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://www.opera.com/browser/download/?os=windows&ver=
12.14&local=y
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
CC: ehoover(a)mines.edu
Classification: Unclassified
Created attachment 43456
--> http://bugs.winehq.org/attachment.cgi?id=43456
opera installer console output
(I assume that's the problem anyway, I was asked to file a new bug over at
32360, as Erich Hoover said "What appears to be
going on here is that the default ACL for registry keys is not accepted by the
Opera installer." Anwyay, here's what I posted there...)
It doesn't crash now, at least. What does happen is the progress bar gets most
of the way done and then pops up a bunch of registry error dialogs (giving the
options "Ignore" and "Close", eventually one only allows "Close" then deletes
everything), here's the text of the first:
Failed to modify registry
Software\Classes\Opera{Product}.HTML\FriendlyTypeName. Error code: 39
Each comes with this corresponding error on the console:
fixme:advapi:GetExplicitEntriesFromAclW (nil) 0x33e2a8 0x33e2b0
--
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=32919
Bug #: 32919
Summary: Yarmap causes Unhandled exception: page fault on read
access in 32 bit code
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v_mil(a)ukr.net
Classification: Unclassified
Created attachment 43478
--> http://bugs.winehq.org/attachment.cgi?id=43478
Backtrace when the program crashes
In previous Wine versions Yarmap did not start anyway.
In this versions Yarmap starts, works normally and causes page fault after
multiple loops of clicking on a bus stop or building, zoom (by mouse wheel),
movement (by pressing left or right mouse button and move) and zoom.
How to reproduce:
1. Download and install Yarmap (Russian only) from
http://kiev.yarmap.ua/download/35
or
http://kiev.yarmap.ua/download and press red button "Скачать установщик" near
to the Windows logo.
2. Open it
3. Press button "Запустить" allocated in middle bottom and wait for the map
4. Rotate mouse wheel up to zoom in until buildings and bus stops are shown
5. Press any building or bus stop. The left panel may be updated
6. Rotate mouse wheel down to zoom out
7. Click and drag the map by left or right mouse button
8. Repeat from step 4
After 2...3 repeats the program shall 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=32951
Bug #: 32951
Summary: Warlords III demo crashes on exit
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://download.cnet.com/Warlords-III-demo/3000-2119_4
-10010589.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 43520
--> http://bugs.winehq.org/attachment.cgi?id=43520
Wine output, steps as described
To reproduce:
- install game
- start WAR3DEMO.EXE
- select Single player
- from the menu select Quit
Other than that the game works fine.
The crash backtrace is sometimes different, so there's probably a memory
corruption somewhere. The "expect problems" message is present each 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=33014
Bug #: 33014
Summary: Steam enters into an infinite update loop upon opening
with wine 1.4.1
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gypsyotoko(a)i.softbank.jp
Classification: Unclassified
Created attachment 43634
--> http://bugs.winehq.org/attachment.cgi?id=43634
Console output displayed during infinite update loop.
Upon opening steam the application will download the latest update, unpack and
install, then display the following message before repeating the process
without end:
"Failed to remove temporary unzip folder, conti"
Confirmed on the following hardware:
OS: OS X 10.8.2
Hardware: MacBook 5,1
CPU: Intel Core 2 Duo 2.4 Ghz
Graphics: NVIDIA GeForce 9400M
--
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=33016
Bug #: 33016
Summary: Wine recognizes Geforce GT 630 as Geforce 8800 GTX
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: otaku(a)rambler.ru
Classification: Unclassified
Tested on last Perfect World, Ubuntu 12.10 and Nvidia driver 313.18
--
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.