http://bugs.winehq.org/show_bug.cgi?id=29027
Bug #: 29027
Summary: Mozilla Thunderbird 7.0.1 leaves gray areas on screen
when opening and closing menus
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
Created attachment 37377
--> http://bugs.winehq.org/attachment.cgi?id=37377
Screenshot
Mozilla Thunderbird 7.0.1 leaves gray areas on the screen when opening and
closing menus. Some are translucent, some are solid gray. The gray areas go
away when the controls they are covering are redrawn. Interestingly, the gray
areas can actually leave the bounds of the window itself, as shown in the
attached screenshot. When I set Wine to emulate a virtual desktop, the problem
goes away.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24577
Summary: Insaniquarium Deluxe 1.1 does not run at all with
FGLRX
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gururise(a)gmail.com
I have Insaniquarium Deluxe 1.1 installed on two different computers for my
kids. Both are running the latest Ubuntu 10.04 using wine 1.3.3
On one, I run the nvidia binary driver and Insaniquarium works fine (in desktop
mode) under wine.
On the other, I run the fglrx binary driver (v 10.9 hotfix) and Insaniquarium
will not even start up and spit outs the following error:
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef50,0x00000000), stub!
fixme:ddraw:ddraw7_GetMonitorFrequency iface 0x134820, frequency 0x5d453c stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
err:seh:setup_exception_record stack overflow 876 bytes in thread 0009 eip
7ed9e177 esp 00230fc4 stack 0x230000-0x231000-0x330000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33273
Bug #: 33273
Summary: no sound with alsa or oss and winecfg crash
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44015
--> http://bugs.winehq.org/attachment.cgi?id=44015
aplay -l output
When I set sound driver to "oss" in regedit :
-in winecfg : "selected driver" is set to none. No other choices available
-launching an app with wine works but no sound
When I set sound driver to "alsa" in regedit :
-in winecfg : clicking on audio tab make winecfg crash (and no way to kill it
even with kill -9)
-launching an app make wine crash (also no way to kill the app even with kill
-9)
Curently using wine-1.4.1
Same bug happens with wine-1.5.26
Sounds works only with wine-1.2.3 with oss or jack (not alsa)
It seems it's related to my soundcard, which has a lot of mixer elements.All
other native applications can use alsa without any problem.
Runing on gentoo kernel 3.7.10
gcc version 4.6.3
xorg-x11 7.4-r2
Soundcard : Terratec Phase88
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31261
Bug #: 31261
Summary: League of Legends: server always busy with builtin
wininet; crashes with native
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmmartins(a)gmail.com
Classification: Unclassified
When I try to log in to League of Legends with builtin wininet (no override) it
always answers with "server busy, try again later". When I install wininet with
winetricks and try to log in again, it crashes with attached backtrace, no
matter what login/password I use.
My system is Debian Sid 32-bit, wine 1.5.9 (compiled by me, with patches, as
instructed by Daniel Riffo on AppDB). I don't know if it helps, but the exact
same problem happens with wine 1.4.1 provided by Sid's apt repo.
It's my first bug report, so if I need to send any more info, please tell 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=31281
Bug #: 31281
Summary: Red Alert 3 on Mac renders vertices in software
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mymail.mines.edu
Classification: Unclassified
Playing Red Alert 3 on my Mac (the Windows version, with Wine, since I bought
it before there even was a Mac version) is extremely slow, almost to the point
of being unplayable.
So, I investigated with Apple's handy OpenGL Profiler, and I discovered, much
to my horror, that the GL was rendering the vertices in software. Huh?
In general, this normally happens when Mac OS thinks the GPU can't do it in
hardware. I can't figure out why it thinks that in this case, though. As far as
I can tell, we aren't exceeding any of the limits that we can query with GL's
Get command, so I suspect that the vertex shader is exceeding some sort of
limit.
Hacking Mesa to set the NoRecovery PFA doesn't help. I was baffled... until I
went back, re-read the documentation, and discovered that NoRecovery *only
affects fragment processing*. What? So there's no way to force only-hardware
vertex processing? (Thank God fragment processing was still in hardware, or it
would have been even worse.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23865
Summary: Microsoft Wine Guide (16-bit) unable to find files
whose names end with .
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29962)
--> (http://bugs.winehq.org/attachment.cgi?id=29962)
+relay,+int21,+mmio log compressed with bzip2
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995
which works with Windows 3.1 and later.
The program is unable to read some files from the CD-ROM which have names
ending in a dot. For example:
$ ls -l /media/cdrom/mswptime/vo/
total 5142
-rwxrwxrwx 1 root root 136888 1995-01-28 12:48 bordeaux.
-rwxrwxrwx 1 root root 133676 1995-01-28 12:48 burgundy.
-rwxrwxrwx 1 root root 82410 1995-01-28 12:48 flute.
-rwxrwxrwx 1 root root 123796 1995-01-28 12:49 port.
-rwxrwxrwx 1 root root 206696 1995-01-28 12:50 red.
-rwxrwxrwx 1 root root 3494956 1995-04-05 13:00 score.
-rwxrwxrwx 1 root root 91972 1995-01-28 12:53 sherry.
-rwxrwxrwx 1 root root 705278 1995-01-20 15:07 title.
-rwxrwxrwx 1 root root 178492 1995-01-28 12:41 title.2
-rwxrwxrwx 1 root root 108658 1995-01-28 12:54 white.
The program appears to be trying to open the corresponding name without a dot.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, and there are several error dialog boxes about DLLs; click Ignore
to dismiss each one. The main window then opens. A sound should play but
doesn't. This console output:
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\title"
Click WINE TASTING WITH OZ, then THE BASICS, then GLASSES. Each loudspeaker
icon should play a sound clip when clicked. Instead you get console output like
this (one line on clicking each button):
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\port"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\sherry"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\red"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\white"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\flute"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\burgundy"
err:mmio:MMIO_ParseExtA No . in szFileName: "F:\\MSWPTIME\\vo\\bordeaux"
The attached log is for WINEDEBUG=+relay,+int21,+mmio, starting wine.exe,
clicking Ignore for each dialog box, then clicking the above sequence.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33746
Bug #: 33746
Summary: Oblivion launcher window does not show up using
winemac.drv
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoroaster(a)inode.at
Classification: Unclassified
Created attachment 44688
--> http://bugs.winehq.org/attachment.cgi?id=44688
WINEDEBUG=relay
Music is played but no launcher window appears. Details see attached 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=28817
Bug #: 28817
Summary: kernel32/tests/thread.ok fails under valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After adding compiler options to work around bug 28640,
kernel32/thread.ok passes on ubuntu 11.10, but under valgrind
it fails with
thread.c:1413: Test failed: Expected FPU control word 0x27f, got 0x37f.
thread.c:1416: Test failed: Expected FPU control word 0x27f, got 0x37f.
thread.c:1420: Test failed: Expected FPU control word 0xf60, got 0xf7f.
thread.c:1423: Test failed: Expected FPU control word 0x27f, got 0x37f.
thread.c:1426: Test failed: Expected FPU control word 0xf60, got 0xf7f.
This could well be a problem with valgrind or how I'm using it. I'm using
VALGRIND_OPTS="--trace-children=yes --track-origins=yes \
--gen-suppressions=all --suppressions=`pwd`/suppressions \
--leak-check=no --num-callers=30 --workaround-gcc296-bugs=yes \
--vex-iropt-precise-memory-exns=yes -v"
export VALGRIND_OPTS
and the stock valgrind 3.6.1 that comes with ubuntu 11.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13606
Summary: msys is *incredibly* slow
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kirr(a)landau.phys.spbu.ru
When running configure of a program in msys under wine the whole process is
incredibly slooooow compared to the same under Windows.
I've tracked the problem down to following:
$ export WINEPREFIX=`pwd`/msystest
$ wineboot -i
$ cd msystest/drive_c
$ wget -c
http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
$ mkdir msys
$ cd msys
$ tar xfj ../msysCORE-1.0.11-2007.01.19-1.tar.bz2
$ wineconsole bin/sh.exe --login -i
--- in msys console ---
# time for i in 1 2 3 4 5; do echo $i; done
...
real 0m0.021s
# time for i in 1 2 3 4 5; do /bin/echo $i; done
...
real 0m3.396s
i.e. each fork of /bin/echo takes approximately almost *1* second!
On Windows both examples runs fast, although /bin/echo case is slightly slower,
but still speed ratio is not *that* big.
Thanks beforehand.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37560
Bug ID: 37560
Summary: Portal 2: page fault on read access to 0x00000006 in
32-bit code during gameplay
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: Ubuntu
Created attachment 49983
--> https://bugs.winehq.org/attachment.cgi?id=49983
EIP:f61cc384 ESP:16b8d570 EBP:7e0dead8 EFLAGS:00210202( R- -- I - - - )
When playing Portal 2 I receive this error and game crashed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35353
Bug ID: 35353
Summary: mono/eglib/src/gutf8.c: many bad if expressions ?
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: dcb314(a)hotmail.com
Classification: Unclassified
I just ran the static analyser "cppcheck" over the
source code of wine-mono-4.5.2. It said many things
including
1.
mono/eglib/src/gutf8.c:294]: (style) Expression '(X & 0xc0) != 0xb0' is always
true.
Source code is
if ((*p & 0xc0) != 0xb0)
Suggest code rework.
2.
[../../../mono/eglib/src/gutf8.c:306]: (style) Expression '(X & 0xc0) == 0xb0'
is always false.
[../../../mono/eglib/src/gutf8.c:331]: (style) Expression '(X & 0xc0) == 0xb0'
is always false.
[../../../mono/eglib/src/gutf8.c:294]: (style) Expression '(X & 0xc0) != 0xb0'
is always true.
[../../../mono/eglib/src/gutf8.c:306]: (style) Expression '(X & 0xc0) == 0xb0'
is always false.
[../../../mono/eglib/src/gutf8.c:331]: (style) Expression '(X & 0xc0) == 0xb0'
is always false.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32282
Bug #: 32282
Summary: Wine crashes randomly and often with Catalyst
driver>12.9
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: nob.dir.info(a)gmail.com
Classification: Unclassified
I tested all version of Wine in the 1.5 branch, and I found that with Wine
1.5.14 and further, games like League of Legends, Portal 2 or Guild Wars 2 are
crashing really often and randomly (in fact, X.org freeze as well as my mouse
and my keyboard, and I have then to restart my PC).
I didn't have time to proceed to a regression testing yet, but I will do it.
Cordially,
nob.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31766
Bug #: 31766
Summary: Moving table in Shareaza causes wine to generate
invalid X11/XRender requests
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: linuxhippy(a)gmail.com
Classification: Unclassified
Created attachment 41794
--> http://bugs.winehq.org/attachment.cgi?id=41794
screenshot
When moving table headers in Shareaza (a GPL filesharing application), I get a
graphic corruption when uring Intel's new SNA acceleration architecture.
I reported the corruption to the intel driver development team, and Chris
Wilson concluded after analyzing the problem, that wine generates invalid
XRender/X11 requests - and that it worked before only by accident.
Quote:
> Unbelievably, this is actually a bug in Wine. It is abusing a PICT_x8r8g8b8
> format by trying to copy a PICT_a8r8g8b8 picture through an alphaless temporary
> and expecting the alpha-channel to be preserved. The second bug is that the
> coordinates/size of that temporary drawable are wrong - far greater than the
> apparently intended area of the columns to be redrawn.
> If I disable the shortcut to use the blit path for xrgb->argb copy, then I can
> reproduce the same errors in UXA. Vice versa, if I prefer the blit path, then
> the problem is masked in SNA.
Screenshot as well as a link to a youtube-video illustrating the issue are
available on the original bug-report:
https://bugs.freedesktop.org/show_bug.cgi?id=55164
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24602
Summary: NWN2 suffers from shadows flickering on ATI cards
(fglrx driver)
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31069)
--> (http://bugs.winehq.org/attachment.cgi?id=31069)
Character close view
This strange effect persists with any possible configurations (including those
in gfxoptions debug menu). It's followed with dozens of
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
messages, but I'm not sure, that it's directly related to the filters missing,
but I've tried to comment-out render-target check, so direct opengl
implementation of blit called always - it seems to gone, but this was unstable
and in any following runs I've got completelly black scene, including mini-map
(effects, selections, magic spells and soon - all in place, but all surfaces
are blackened).
I'm attaching screenshot of player's character, close view and far view. You
may see some dotted patterns on characters clack, or on terrain around him.
This effect hard to get screenshoted as it's mostly visible while moving
camera, mouse, character and soon.
It's might be related to other bug, that affects only indoor areas, that I'll
post soon also.
Tested on:
wine-1.3.3
kernel 2.6.35 with 'nopat' kernel option
ati-drivers (fglrx): 10.9, ATI Mobility Radeon HD4520
Wine direct3d configs:
OffscreenRenderingMode=fbo
VideoMemorySize=512
UseGLSL=enabled
Overrides and installed packages:
vcrun2005 and d3dx9 from winetricks (without this game just can't start due to
unimplemented features).
devenum.dll and dxdiagn.dll (without this, game can't find any video device and
refuses to run).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31121
Bug #: 31121
Summary: Wrong FSF adress in wine-mono licenses
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
Classification: Unclassified
While packaging wine-mono for fedora, rpmlint pointed out that the following
files carry a wrong FSF address:
mono/COPYING.LIB
mono/mcs/LICENSE.GPL
mono/mcs/LICENSE.LGPL
More information on the subject:
http://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28839
Bug #: 28839
Summary: Modal window + a opened menu => mouse unusable
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pixecs(a)yahoo.com
Classification: Unclassified
Created attachment 37034
--> http://bugs.winehq.org/attachment.cgi?id=37034
illustrative picture
os: OpenSUSE 11.4 x86_64
kernel: 2.6.37.6-0.5-desktop
desktop: kde4
wine version: wine-1.3.26-168-g6ee95c7 compiled with
--prefix=/usr --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/
--with-x
wine configured in windowed mode (1024x768)
application: winrar v4.01
WinRAR trial period has expired and in these conditions a modal window "Please
purcase WinRAR license" appears in 2-3 seconds after opening the application.
The problem arises when:
1) i launch the program
2) immediately open a menu (from winrar like File, Options)
3) the license expiration window appear
4) i still have the menu opened
The problem is that after the appearance of modal window i can not use the
mouse on desktop (items or windows from the desktop no longer reacts to mouse)
but the keyboard still works (for example, i can press Alt + Tab).
After pressing Alt + Tab and another window receives the focus the mouse can be
used 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=33854
Bug #: 33854
Summary: WaveLab 4 crashes at startup
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
After some time of working fine in wine, WaveLab is now crashing every startup.
I've traced this problem to start at this commit:
6bfcb347bfff24d7268e23b3686028373631c642 is the first bad commit
commit 6bfcb347bfff24d7268e23b3686028373631c642
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Aug 14 13:38:03 2012 +0200
winex11: Remove X11 locking around simple X calls.
:040000 040000 3869837cd55e7e8c3e195295694051301ef6197c
69fa8148595adaf05c62cce8578a864283bc8849 M dlls
See several tries to start it (they give different output depending on whether
it's a first start after installing wine): http://pastebin.com/fBkGEZbh .
Reverting the commit makes it work normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34588
Bug #: 34588
Summary: rpcrt4_test.exe fails to delay load secur32.dll on ARM
Product: Wine
Version: 1.7.2
Platform: arm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stefan.Leichter(a)camLine.com
Classification: Unclassified
Created attachment 46063
--> http://bugs.winehq.org/attachment.cgi?id=46063
"wine rpcrt4_test.exe rpc" console log with +seh enabled
While trying to find the reason for the timeouts in my winetests runs (Tag
arm-sle85276) i found that secur32.dll can not be delay loaded because of an
exception in function DllMain().
The exception happens when calling the fork() function in function
fork_helper()
http://source.winehq.org/git/wine.git/blob/81213a88e83b19c73e244e00bffac2e4…
The console log of "wine rpcrt4_test.exe rpc" with +seh 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=31800
Bug #: 31800
Summary: DirectX games crash in r300_dri.so with Gallium
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rene.kijewski(a)fu-berlin.de
Classification: Unclassified
Created attachment 41832
--> http://bugs.winehq.org/attachment.cgi?id=41832
WINEDEBUG=+relay,-debug backtrace
I cannot run DirectX games since I switched to the "xorg-edgers" PPA, with uses
bleeding edge Xserver/Mesa packages and employs the Gallium renderer for my
Radeon Xpress 200M card.
The debug traces show that crash happens in r300_dri.so code:
"Unhandled exception: page fault on read access to 0x74dd3598 in 32-bit code
(0x7d10623a)."
Repeatable: always.
System: Ubuntu Precise using x64 on a Samsung R40 laptop
Wine: Self-built, newest tag (1.5.13), with C(XX)FLAGS = -g3 -ggdb -O0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35327
Bug ID: 35327
Summary: Civilization 4 BTS print screen
Product: Wine
Version: 1.7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iddqd(a)yahoo.com
Classification: Unclassified
Created attachment 47117
--> http://bugs.winehq.org/attachment.cgi?id=47117
program error details
When using Civilization 4 BTS's print screen (not linux print screen), the game
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=34391
Bug #: 34391
Summary: PPSSPP Crash on opening
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaskancaveman(a)Live.com
Classification: Unclassified
Created attachment 45782
--> http://bugs.winehq.org/attachment.cgi?id=45782
Crash Log
PPSSPP 9.1 x86 win http://www.ppsspp.org/
current setup :::
amd A6 HD6250G Cayman
Linux Mint 15 Ubuntu Raring base 13.04
wine1.6
kernel 3.11rc7
mesa 9.3dev
libg3dvl-mesa (gallium)
mod: radeon.dpm=1 added kernel boot paramater
mod: R600_DEBUG=SB etc/environment
:::
the catalyst drivers 13.8b2 will allow 2 open but zero function beyond that
without crash... (no 3.11 support yet for Catalyst)
both gallium and Catalyst worked fine before 3.11 kernel upgrade from 3.8...
which i did after mesa upgrade
neither of the 2 mods make any difference on program crash or not
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31978
Bug #: 31978
Summary: LWA_COLORKEY support significantly slows down GOG
installer verification progress bar
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonas.bugzilla(a)gmail.com
Classification: Unclassified
Installers from gog.com always first verify their own integrity. During this
period they display a custom progress bar, which makes use of the LWA_COLORKEY
attribute.
Prior to wine containing support for LWA_COLORKEY, this verification process
was basically limited by the speed of the hard drive. Since that support has
been added, the verification has become much slower, and furthermore the
progress bar flickers a lot.
I've bisected the cause to
commit edea44f0ff995aadaaadb866a022832c16301e4a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Sep 12 16:00:18 2012 +0200
winex11: Add support for the LWA_COLORKEY layered window attribute.
To reproduce: it should happen with any installer downloaded from gog.com. I
tested with the freely available http://www.gog.com/en/gamecard/teenagent
I'm using XQuartz 2.7.4 on Mac OS X 10.6.8. If you need any traces, let me know
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31946
Bug #: 31946
Summary: Atari800Win Plus crashes on start
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: jaromir.obr(a)gmail.com
Classification: Unclassified
Created attachment 42088
--> http://bugs.winehq.org/attachment.cgi?id=42088
backtrace
Steps to reproduce:
1) Run the application
Expected result:
It starts
Actual result:
It crashes
Used SW:
--------
wine 1.4.1-0ubuntu1
Atari800Win PLus 4.1 (https://github.com/Jaskier/Atari800Win-PLus/downloads)
Ubuntu 12.04, amd64
kernel: 3.5.0-17-generic #28-Ubuntu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35438
Bug ID: 35438
Summary: FBO backend doesn't work on some Intel iGPUs
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Zatloukal.Frantisek(a)gmail.com
Classification: Unclassified
The default backend (FBO) doesn't work on some Intel iGPUs(tested Gen3).
Tested GPU: 00:02.0 VGA compatible controller: Intel Corporation Atom Processor
D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
Tested OS: Fedora Rawhide, Ubuntu 12.04
Tested Mesa versions: 9.0, 10.0
Tested affected apps/games: Age of Mythology, ePSXE (I believe this affects
most of DirectX 9.0 apps)
Switching from fbo to backbuffer solves problems in both tested apps.
If fbo is active, terminal log is spammed by:
epsxe:
fixme:d3d:context_check_fbo_status Location SFLAG_INTEXTURE (0x10000).
fixme:d3d:context_check_fbo_status Color attachment 0: (0x1f9ad0)
WINED3DFMT_B8G8R8X8_UNORM 1024x600 0 samples.
err:d3d:context_bind_texture >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION
(0x506) from glBindTexture @ context.c / 2031
fixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_UNSUPPORTED
(0x8cdd)
aom:
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:buffer_internal_preload Too many declaration changes or converting
dynamic buffer, stopping converting
err:d3d:wined3d_debug_callback 0x2373e18: "GL_INVALID_ENUM in
glLight(light=0x1140b8)".
err:d3d:transform_view >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glLightfv
posn @ state.c / 3917
err:d3d:wined3d_debug_callback 0x2373e18: "GL_INVALID_ENUM in
glLight(light=0x1140b8)".
err:d3d:transform_view >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glLightfv
dirn @ state.c / 3919
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27473
Summary: Wine Changing Window Decorations in Conflict with
Window Managers
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swt(a)techie.net
When running an application under Wine, if the window manager removes the
window decorations, Wine restores them. For example, under Unity, when an
application is maximized, the WM removes the window decorations as the title
bar is merged with the Unity panel. When this happens with a Wine application,
Unity removes the decorations, but Wine puts them back (sometimes only
partially, leading to a confused experience where the decorations exist but are
invisible).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33087
Bug #: 33087
Summary: After uninstall file associations to notepad still
persist
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: longsincedark(a)lavabit.com
Classification: Unclassified
After uninstalling wine I noticed that, although most traces had been removed,
my file association list still included notepad for almost all text-type
documents. I did manually remove the association for each, but it was a
monotonous process. I would have expected the "uninstall" to remove all traces,
except user created files &/or directories.
This is not a bug on how WINE operates, and I will be re-installing. But it
seems only appropriate that an "uninstall" is just that.
Please consider, I used WinDONT's for many years and dealt with this problem of
uninstall remnants. For most, it may be a minor or trivial issue. But some
users, like myself, have qualms about software that leaves too many remnants
after uninstalling.
Keep up the fabulous work!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30256
Bug #: 30256
Summary: Ancients of Ooga: very slow rendering in mid game
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: matteo.mystral(a)gmail.com
Classification: Unclassified
Regression SHA1: 002674e49d3343d2ad4670081276e38af867eefe
Created attachment 39520
--> http://bugs.winehq.org/attachment.cgi?id=39520
terminal output
Ancients of Ooga is an indie platformer, developed by NinjaBee.
The demo version of the game is Steam-only:
http://store.steampowered.com/app/91810/
The problem: performance is okay in the menus and during the intro video. As
soon as the video ends and the game is loaded, framerate drops dramatically.
While in the menus I get 50 fps, in mid-game I get 1-2 fps or less. This makes
the game unplayable.
The problem appeared in Wine-1.3.22 and is still present in 1.5.0. Actually,
Wine-1.3.21 is the one and only version being capable of running the game
normally. All previous versions fail to start the game correctly, and all later
versions have the reported performance issue.
When I start a new game I get 30 fps with 1.3.21, and 1-2 fps with 1.3.22.
The result of the regression test:
002674e49d3343d2ad4670081276e38af867eefe is the first bad commit
commit 002674e49d3343d2ad4670081276e38af867eefe
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Mon Jun 6 17:44:43 2011 +0200
wined3d: Fix glDrawBuffers() optimization.
:040000 040000 afbbbb65e869d58ae00b56c627228bd6e9d2d1bb
71478cb542317c0b2e3c1dc2b8155a6ff4dcd44a M dlls
The problem can be reproduced with the Steam demo version (the game needs
native d3dx9_36.dll). Please let me know if you need a log with debug channels
enabled.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.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=30924
Bug #: 30924
Summary: Uncapture Mouse in Fullscreen Windows
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: songandsilence27(a)gmail.com
Classification: Unclassified
In winecfg, there is an option, under the Graphics tab to automatically capture
the mouse in fullscreen windows.
When using the emulated virtual desktop, certain programs freezing, crashing,
etc., can cause the mouse to stay within the emulated virtual desktop. Killing
wine or wineserver causes the mouse to stay within the confines of the virtual
desktop, rendering the (actual, X11) desktop useless. The Virtual desktop
window will grey out, becoming unresponsive to any and all input meant to close
it, including keystrokes such as ALT+F4 and clicking the "close" button.
Opening a X11-managed window (e.g., a terminal emulator) inside of the window
area will allow keyboard input, and depending on placement, can free the mouse
from the virtual desktop window, however, mouse clicks are not functioning in
other X11 windows, panels, etc.
Killing and restarting the X server via CTRL+ALT+Bksp or switching to a second
Virtual Console (e.g., tty2) and issuing "pkill X; startx" will temporarily
solve the issue (unless the offending program is run and freezes/crashes
again).
There should be a key combination to release the mouse back to the X11 desktop
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=27706
Summary: [integration] Menu entries generated by wine when
installing apps are not compatible with Linux Mint
menu
Product: Wine
Version: 1.3.23
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rodrigosilva.com
The command wine generates for menu entries are like this (example):
env WINEPREFIX="/home/rodrigo/.wine" wine C:\\windows\\command\\start.exe /Unix
/home/sb/.wine/dosdevices/c:/users/sb/Start\ Menu/Programs/Microsoft\
Office/Microsoft\ Office\ Word\ 2007.lnk
For some reason they dont work in Linux Mint's main menu (bad parser in
mintmenu?). While this can be considered Mint's fault, its MUCH easier for wine
to solve this, but just double-quoting the last parameter (the path to .lnk
file) and removing escaping-backslashes from it:
So the abve example would turn into this:
env WINEPREFIX="/home/sb/.wine" wine C:\\windows\\command\\start.exe /Unix
"/home/sb/.wine/dosdevices/c:/users/sb/Start Menu/Programs/Microsoft
Office/Microsoft Office Word 2007.lnk"
Its an easy fix that wouldnt break anything for other distros, and would make
Mint work out-of-the-box, So I would be glad to see this "fixed"
References:
http://bugs.launchpad.net/mintmenu/+bug/714848http://forums.linuxmint.com/viewtopic.php?f=47&t=57536
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24392
Summary: Mass Effect 2: Lair of the Shadow Broker: Skycar chase
scene renders nothing
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: megatog615(a)gmail.com
After Shepard and Liara(and your choice of team member) enter the Skycar, a
loading screen appears. After the loading screen, a mini game starts where you
drive the skycar, presumably to catch Vasir(I haven't been able to see it yet
due to this bug). The problem is, the game is rendering a blank image. The only
other things that I can see are the UI and the game's darker edges film
effect(the circular banding around the edges in the 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=32072
Bug #: 32072
Summary: resident evil 4 : not start game
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: king.infet(a)gmail.com
Classification: Unclassified
Created attachment 42280
--> http://bugs.winehq.org/attachment.cgi?id=42280
save log backtrace
i install resident evil 4 with wine 1.5.15 version.
after installation -> start game and crash wine .
out the backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33710
Bug #: 33710
Summary: Kingsoft Office 2012: Attempt to open file causes
desktop environment to crash
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmn2004404(a)gmail.com
Classification: Unclassified
Upon starting and running a Kingsoft Office program, and then attempting to
load a .DOC or .XLS or .PPT file, the program stops responding for about a
second, and then the entire desktop environment crashes and takes the opened
program with it. Then the desktop environment restarts and I am forced to log
in to my OS once more.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32948
Bug #: 32948
Summary: Wine crashes on file operation in 32 bits mode
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: numkem(a)gmail.com
Classification: Unclassified
Just after upgrading to KDE 4.10 on Arch, every file diaglog inside office
applications makes the application hang than it produce this 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=30463
Bug #: 30463
Summary: World of Warcraft 5.0 Crashes on Character Creation
Screen (invalid float operation)
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christopher.mcintyre(a)gmail.com
Classification: Unclassified
Created attachment 39829
--> http://bugs.winehq.org/attachment.cgi?id=39829
Backtrace of crash from wine
I can log into characters that are already created (transfers from live
realms), however I get the attached error (backtrace.txt) when I click the
button to create a character.
I am using the ati 12.1 drivers, fyi.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27600
Summary: Screen fills with visual artifacts in World of Tanks.
Product: Wine
Version: unspecified
Platform: x86
URL: http://game.worldoftanks.eu/update
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincas.miliunas(a)gmail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=35280)
--> (http://bugs.winehq.org/attachment.cgi?id=35280)
Output log, but doesn't show anything important.
Time to report an another WINE regression for World of Tanks, in this one
screen fills with a mixture of triangles and font textures.
The regression was brought by:
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that
c
performance problems. If the user is using an older driver we now drop the
V
doublebuffered loading, which means that we fall back to the current
behavio
needed. Dynamic VBOs are needed on Nvidia drivers for
GL_ARB_instanced_array
(the patch was actually committed on Jun 14)
The bug can be reproduced by logging in an account and clicking on the depot,
store, statistics or other tabs in the garage.
Alt-tabing in and out resets the screen back to normal (using virtual desktop).
During the actual gameplay, the frame rate is a lot lower then normal. Notable
fixme for gameplay is:
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting
dynamic buffer, stopping converting
Using WINEDEBUG=+d3d the frame rate is very low in the garage, the bug does not
manifests itself.
Configuration:
ATI Radeon HD 3650, fglrx 11.5
DirectDrawRenderer: opengl
UseGLSL: disabled
The game is free to download and play - http://game.worldoftanks.eu/update
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37035
Bug ID: 37035
Summary: Microsoft Office 2010 / 2007: Restore window from tray
is broken if 'Keep window thumbnails' is set to Always
in KDE.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eierfrucht(a)gmail.com
All Microsoft Office 2007 / 2010 applications exhibit this behaviour with Wine
1.7.23 and all previous versions going back to wine 1.4, there also seems to be
no connection to the currently used Distribution, Kernel or KDE version.
1. In KDE System Settings, set 'Keep windows thumbnails' to 'Always (breaks
minimization)'
2. Minimize an Office 2007 / 2010 app window.
3. Try to restore it and all you will get is a tiny square in the left top
corner of the screen.
4. Force showing KWin's native title bar on top of Office 2007 / 2010 windows,
minimizing with KWin's embedded title bar button works without triggering this
issue.
I have observed this behaviour on Arch Linux and Kubuntu since very long ago.
Switching to different Kernel, KDE and Wine versions does not affect it. I know
that 'Keep windows thumbnails' used to break minimization for several apps, but
this option is pretty much vital to KDE's Present Windows function and most
task managers that use window thumbnails. So far, Office 2007 and 2010 are the
only apps suffering from this issue that I'm aware of. I have never witnessed
'Keep windows thumbnails -> Always' breaking any other app.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32372
Bug #: 32372
Summary: Kerbal Space Program 1.8.1 locks up computer randomly
at various points
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greenalien.greenalien(a)gmail.com
Classification: Unclassified
The bug takes place especially when switching back to main menu or pressing
buttons inside the rocket facility. Lockups during flight are less common.
Takes place also with 1.4-raw3 and 1.5.9-raw3 versions of wine.
Due to complete computer lockup, it is impossible to trace this bug in 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=33111
Bug #: 33111
Summary: Graphical Artifacts in Diablo 3 on AMD Graphics
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: avstaim(a)gmail.com
Classification: Unclassified
There is a number of annoying graphics artifacts in-game, making game
uncomfortable. Artifacts only appear in wine, in Windows 7 graphics is ok,
running the game in proprietary wine clone Crossover Office has no such
artifacts.
My system:
Ubuntu 12.04.2 64 bit
AMD Radeon HD 7600M
Latest Catalist fglrx 13.1
wine 1.5.23-1.5.25 (same bug present) (haven't tried earlier versions as they
are not available to install from PPA)
Tried the following actions (no luck):
1) winetricks ao=enabled
2) running game in windowed fullscreen mode
3) winetricks ddr=gdi
4) Changing fglrx version
5) Adjusting fglrx settings in amdccle
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24926
Summary: Lotro crash
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jasmin.beauregard(a)gmail.com
Created an attachment (id=31563)
--> (http://bugs.winehq.org/attachment.cgi?id=31563)
Lotro crashlog
The game is just fantastic, no lags and the graphics are quite the same as in
windows but it keeps on crashing after a few minutes of play. Everytime I get
the same error message. Here is my crash log... Hope that it will help.
Thank you!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32377
Bug #: 32377
Summary: Programs do not load under Wine Loader at all
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thecatisspeaking(a)gmail.com
Classification: Unclassified
Created attachment 42721
--> http://bugs.winehq.org/attachment.cgi?id=42721
A text document containing the bacrtrace information of the error
Windows programs like Starcraft, Starcraft: Brood War and Hoyle Games do not
load. Wine loader attempts to open. Program runs, shows blank black screen,
shows discombobulated lines in black, white and color, then closes with an
error from Wine loader appearing stating that a serious error occurred in the
process and Wine needs to 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=34092
Bug #: 34092
Summary: Comodo Antivirus for Linux found a malware in wine
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: radubaetica(a)gmail.com
Classification: Unclassified
I have installed Comodo Antivirus for Linux (not via wine) and it keeps telling
me that iexplore.exe installed by wine is a malware called
"Malware@@#3dobwkd9mzh6p".
I reported it as a false-positive several times in a row; I think you should be
informed of this, too.
Possible duplicate of #33440.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33847
Bug #: 33847
Summary: _NET_FRAME_EXTENTS is set on fullscreen window
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rechapita(a)hotmail.com
Classification: Unclassified
Created attachment 44890
--> http://bugs.winehq.org/attachment.cgi?id=44890
outpu for xprop -name Skyrim
Running Skyrim with SKSE the _NET_FRAME_EXTENTS property is set when on
fullscreen.
This means the window informs having decorations even if it is fullscreen
causing glitches on some window compositors such as compton.
Its possible this happens beacuse the Skyrim window starts normal and then it
switches to fullscreen without reseting the _NET_FRAME_EXTENTS property
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36259
Bug ID: 36259
Summary: Teamviewer (via wine) crashes after locking local
Ubuntu 13.10 machine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael_matkovic(a)hotmail.com
Created attachment 48387
--> http://bugs.winehq.org/attachment.cgi?id=48387
Backtrace output provided at the time of the crash
I was using Team Viewer v9.0.27891 (which reportedly uses wine v 1.6.1) to
connect to a remote Windows 8.1 machine.
My machine has Ubuntu 13.10 (64bit) installed. I went to lock my machine and
When I came back I found a 'critical error' message which produced the
backtrace (attached with this error report) and subsequently Team Viewer was
shut down.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31279
Bug #: 31279
Summary: SafeDisc: driver crashes under certain circumstances
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mymail.mines.edu
Classification: Unclassified
I've been testing various old games on my Mac. Quite a few of them need
SafeDisc protection. Unfortunately, for some reason, the driver, SECDRV.SYS,
keeps crashing under certain circumstances. (Good thing we run drivers in user
mode then... ;) This of course renders any games (that meets these certain
conditions) unplayable without a crack. Trouble is, I'm not sure exactly what
those circumstances are.
Here's what I do know about which games do what:
Age of Empires II: The Age of Kings: driver crashes
Age of Empires II: The Conquerors: driver crashes
Age of Empires II: The Conquerors (with SECDRV from C&C:YR): driver crashes
Age of Empires II: The Age of Kings (with Conquerors installed): driver crashes
Age of Empires II: The Age of Kings (with SECDRV from C&C:YR): driver still
crashes
Command & Conquer 2: Tiberian Sun (with Firestorm expansion): OK
(surprisingly); base C&C2 is probably OK, too
Command & Conquer: Red Alert 2: won't install at all due to #30155
Command & Conquer: Red Alert 2 (with either workaround from #30155): still
won't install because the driver crashes
Command & Conquer: Red Alert 2: Yuri's Revenge: OK (but can't install without
RA2)
It looks like this actually has nothing to do with the actual version of
SafeDisc, but which code paths get hit in the driver. Unfortunately, the driver
is, of course, obfuscated with every trick in the book.
I'll attach a log +tid,+relay,+seh,+services,+winedevice,+ntoskrnl from running
AoE2 in an otherwise-clean prefix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25054
Summary: Lost Horizon demo graphic errors
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miso.seliga(a)gmail.com
here you can download demoversion i tried:
http://www.gamershell.com/download_62640.shtml
i tried with clean .wine, then i changed desktop to virtual 1280x720, sound
driver to esound and disabled links to home folder
game installs well (only after installation wine desktop windows remains on
screen and has to be closed manually with window close button. this is so minor
problem that i don't report it)
then i run game's configtool, don't change anything, press save
then i run game, intro video plays and menu appears. in menu there are already
visible mistakes, it looks as if some overlay should be rendered on top and its
only random noise, screenshot is attached. same problem can be seen later in
game too. i noticed that everytime i run the game itlooks different, even when
you run the game and return to menu it looks different. sometimes there is
noise over whole screen, sometimes there is only black box on bottom-right part
of screen
there are no relevant messages in console
log with WINEDEBUG=trace+graphics is also empty
log with WINEDEBUG=trace+graphics,+relay is huge (363MB) so i am not attaching
it yet, i am afraid that because there is no crash even if there is something
useful it may be buried anywhere in it... so i will post needed information
when someone will write me what exactly is needed
in appdb there is no demoversion but there is entry for full game here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21194&iTesting…
i can't confirm if there is problem in full version too
my system is ubuntu 10.10 64bit
wine is wine-1.3.6 from winehq repository
graphic card is ati 4850
graphic driver is fglrx from ubuntu 10.10 repository
(8.78-3-100920a-105558c-ATI)
if therewill be need for some more information then let me know
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24490
Summary: pSX emulator does not receive input from Option (Alt)
key.
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30905)
--> (http://bugs.winehq.org/attachment.cgi?id=30905)
pSX Output
The Option key on an Apple keyboard also serves as the "Alt" function for
Windows applications. Other applications I've tested recognize it normally,
but pSX does not. It is required for invoking full screen mode. You can also
assign it to a misc. key command in the application's configuration, but all it
does is scroll through the text fields. Nothing appears in the log when trying
to use this key, but I attached it anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37041
Bug ID: 37041
Summary: Trackmania Nations Forever crashes on startup
(Regression?)
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Created attachment 49220
--> http://bugs.winehq.org/attachment.cgi?id=49220
Backtrace on wine 1.7.23 openSUSE Factory Rolling Release
Hello everyone,
I noticed that a previous bug 18989 has already been fixed but I am still
having problems to get the game to run in wine 1.7.23. I got the game from the
following URL:
http://www.chip.de/downloads/TrackMania-Nations-Forever_31482232.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=28646
Bug #: 28646
Summary: Statusbar icons have black backgrounds
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
Classification: Unclassified
Starting in release 1.3.29, the transparent backgrounds of icons contained in a
statusbar have black backgrounds. In addition, if you hover the mouse over the
statusbar gripper located on the window lower right side, a 1/2 inch black
square will appear. This can be tested using the Codejock (www.codejock.com)
Statusbar.exe demo 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=35085
Bug #: 35085
Summary: Tomb raider chronicles
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46802
--> http://bugs.winehq.org/attachment.cgi?id=46802
TB5 wine crash log
Hello,
Tomb Raider 5 Chronicles crash at start.
Crash log joined.
Thank you for your help.
LGDN.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35531
Bug ID: 35531
Summary: FFXIV Crashed while only running around.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: keithcorum(a)gmail.com
Classification: Unclassified
Created attachment 47445
--> http://bugs.winehq.org/attachment.cgi?id=47445
the backtrace file given my the crash report.
I have FFxiv running with no flickering by using advice from the winehq forums
and Codewavers forums. However after about 15 min of running around the game
crashed on me. The rest of the game seems to be running fine though I have not
put it through any real strain.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28250
Summary: Strange polygon in Wine 1.3.27 but not in Wine 1.3.0
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dalanmao89(a)gmail.com
I played the game PAL4 (仙剑奇侠传4. See http://chinesepaladin.org/tag/pal4 and
http://www.gamersky.com/Soft/200708/9540.shtml for description of the game)
under Wine 1.3.27 and Wine 1.3.0 and I discovered the following problem:
1. My laptop is Intel i915 graphic card with intel-dri 7.11-2 and
xf86-video-intel 2.15.0-2 driver. I have tried playing the game with NVideo
driver and Wine 1.3.27 has no strange polygon problem. So I suspect the bug is
Intel i915 graphic card related!
2. Under Wine 1.3.0, there is no strange polygon display problem. See
wine-1.3.0.png in the wine-bug-report.7z. The log file is attached as
wine-bug-report.cmp in the 7zip archive.
3. Under Wine 1.3.27 (even earlier versions such as 1.3.23 if I am not
mistaken), strange polygon display problem occur. See wine-1.3.27a.png (S3TC
disable) and wine-1.3.27b.png (S3TC enable with driconf) in the
wine-bug-report.7z. The log file is attached as wine-bug-report.log in the
7zip archive.
Details about my laptop:
1. Running the software:
cd ~/.wine/drive_c/SoftStar/PAL4
LC_ALL=zh_CN.GBK wine PAL4.exe -opengl
2. My distro is ArchLinux 32 bit and 64 bit:
Linux mylinux 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686
Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz GenuineIntel GNU/Linux
3. The gcc version is
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/src/gcc-4.6-20110819/configure --prefix=/usr
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object
--enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto
--enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold
--disable-multilib --disable-libssp --disable-libstdcxx-pch
--enable-checking=release
Thread model: posix
gcc version 4.6.1 20110819 (prerelease) (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=23777
Summary: Half-Life in full screen will be partially drawn
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel(a)james-b.ch
Created an attachment (id=29807)
--> (http://bugs.winehq.org/attachment.cgi?id=29807)
After a restore, Counter-Strike is not drawn completly
I've found that wine won't draw correctly Half-Life games (mods too), which are
in OpenGL, after an alt-tab (minimize). It has begun after a kernel,
nvidia-drivers and Xorg update.
When any HL game is started all is fine. After the first alt-tab the game
"window" is cut (see the attachments). It happens even when the game has the
same resolution as my screen and when I do ctrl+alt+arrows (change the current
desktop) since it minimizes the game. I have tested with a old Half-Life
(without Steam) and the bug is reproduced too.
I'm using Gentoo Linux, kernel 2.6.32-gentoo-r7 (before 2.6.32-r3),
nvidia-drivers-256.35 (and 195.36.24 was tested too) (Asus 285 GTX),
xorg-server-1.7.6 (before: 1.6.5-r1).
Other attachments: game effects are affected as well resulting in possible
cheat exploits. Notice that these are windows captures (alt-printscreen).
>> http://img822.imageshack.us/i/capturecounterstrike1.jpg/ (sniper scopes aren't drawn at the good position)
>> http://img9.imageshack.us/i/capturecounterstrike2.jpg/ (flash grenade doesn't produce the effect in fullscreen, seems shifted by 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=33632
Bug #: 33632
Summary: Wine changes video mode to one with "panning"
(probably on Nvidia cards only)
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
When Wine app changes screen resolution to any less than display's native one
You can use mouse to pan outward app's screen and see Your desktop and other
apps. It especially annoys if app uses small resolution (640x480 or less)
Even if screen is panned the only part of X screen that works (redraws and
feels mouse) is the screenspace of the app even if it already crashed or closed
and forgot to return display's native resolution.
At least three apps are affected:
- Duke Nukem Manhattan Project
- Virtuelle Moorhuhn Jagd
- https://code.google.com/p/boxplorer2/ when in fullscreen
so setting Severity to "Major". Probably any app with small screen resolution
is affected.
I know no native linux app besides Wine that behaves this way.
Tested on Xubuntu 12.04 to 13.04 with Geforces GT 220 and 630 and any graphics
drivers of versions 3xx.xx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35087
Bug #: 35087
Summary: Tomb raider 4 The last revelation - crash at start -
steam version
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46804
--> http://bugs.winehq.org/attachment.cgi?id=46804
TB4 wine crash log
Hello,
Tomb raider 4 The last revelation, steam version, crashes at start.
I joined you the debug wine report.
Thank you for your help.
LGDN.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35089
Bug #: 35089
Summary: TERA Online crashes with recent update
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: papon.jonathan(a)laposte.net
Classification: Unclassified
Step to reproduce :
-Install TERA Online (gameforge version) within a clean prefix
-Enter your login information and press the "login" button
-The launcher immediately segfault without prior information
Tried with wine version from 1.7.1 to 1.7.8 : same result.
Distrib : Archlinux x86_64
Reverting linux kernel from 3.12.2-1 to 3.11.6-1 (and nvidia proprietary driver
from 331.20-1 to 325.15-1; as newer version doesn't work with older kernel)
resolved the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34761
Bug #: 34761
Summary: Neverwinter Online: System lockup using fglrx drivers
while loading
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DennisJohansen(a)GMail.com
Classification: Unclassified
After logging in with the Neverwinter Online launcher, it starts to load the
actual game. But locks up the entire system along the way. Last message shown
in the game is "Materials reloaded".
Doing some regression testing points to this particular commit:
commit 37d1e8b79cfc2c4ca7b947589574179470a06c42
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Aug 16 09:12:30 2013 +0200
wined3d: Try to avoid redundant constant updates.
This gives a minor performance improvement. For example, in 3DMark03 Game
Test
1 this gives about a 4% improvement, in the Counter Strike: Source stress
test
it's about 1%. (NVIDIA GF9600M, Intel T9550, 1024x768).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31864
Bug #: 31864
Summary: Battlestrike The Siege crahes
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: zelotech(a)yahoo.de
Classification: Unclassified
The DirectX9 game Battlestrike The Siege 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=30517
Bug #: 30517
Summary: MS Office 2007 applications are always on all
activities in KDE, they don't have option to select
activity
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: katonag(a)gmail.com
Classification: Unclassified
KDE 4 has a feature set called activities. Activities are different from
virtual desktops, as they provide separate workspaces for separate workflows.
Additionally the possibility for virtual desktops are also present.
MS Office 2007 applications (Word, Excel, Powerpoint tested) somehow break this
feature, and they always appear on all activities, whereas they honor the
virtual desktops. Normally all windows have the option to select which virtual
desktop and which activity they should appear on, but MSO 2007 apps lack the
setting for choosing the activity because of the unusual titlebar*. This
wouldn't be a serious problem, if they wouldn't appear on all activities by
default. Normal apps (even windows apps) appear on the activity they are
started from by default.
Steps to reproduce:
1. Setup KDE to have at least 2 activities.
2. Start e.g. Word2007 on one activity, and also start some other apps (windows
or native Linux, normally doesn't matter)
3. Change activity. Now the second app is not visible, because it remained in
activity1, but Word 2007 is still visible.
4. Go back to activity1.
* A related (but not same) bug has been filed to KDE Bugtracking system:
https://bugs.kde.org/show_bug.cgi?id=298805
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31404
Bug #: 31404
Summary: Was able to play the game before reinstalling Fedora
17
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: for_what_its_worth(a)hotmail.com
Classification: Unclassified
Created attachment 41272
--> http://bugs.winehq.org/attachment.cgi?id=41272
Unhandled exception: page fault. back trace file
Hoyle card games 2005 crashes on startup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25896
Summary: Din's Curse Demo is rendered incorrectly
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.soldak.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=33003)
--> (http://bugs.winehq.org/attachment.cgi?id=33003)
menu
All games from Soldak entertainment(they have the same engine) are rendered
incorrectly(in both menu and game itself)
Tested with Din's Curse Demo and Kivi's Underworld
First one is present in AppDB with comment:
"What does not work
various graphical glitches: character models is messed up, to fix use low
graphics settings. various effects and icons are displayed wrongly." but no
screenshot attached
Changing settings doesn't help for me.
Made some screenshots
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33460
Bug #: 33460
Summary: Mouse gets suck and won't allow rotation in Fable 3
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inuyasha(a)usa.com
Classification: Unclassified
The mouse gets stuck when on the edges of the screen when trying to look
around.
In the log I see
warn:cursor:grab_clipping_window XInput2 not supported, refusing to clip to
(0,0)-(1280,1024)
I have tried a rawinput patched wine with the same 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=27879
Summary: Zombie Driver becomes unresponsive mid-game with
shadows enabled
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: miegalius(a)gmail.com
Created an attachment (id=35669)
--> (http://bugs.winehq.org/attachment.cgi?id=35669)
terminal output
In Wine-1.3.25 Zombie Driver stalls in a matter of seconds after a new game was
started.
Symptom: sound begins to stutter and framerate drops dramatically in a couple
of seconds mid-game, the game hardly responses to keypresses. The game doesn't
turn into "zombie" completely, if I press <Esc> several times I'm able to go
back to the menus where the framerate and mouse responsiveness are okay. As
soon as I resume the game, the issue is there again.
Workaround: disable shadows (in the launcher). The game offers 3 choices for
shadows: none, normal, soft.
I can reproduce the problem with the following game versions: 1.1.2, 1.1.4,
1.2.2, 1.2.6
The demo, still at version 1.0.6 is not affected.
Regression testing pointed to:
6c5e109af7184ee557aa24c676cc78f3e92e6782 is the first bad commit
commit 6c5e109af7184ee557aa24c676cc78f3e92e6782
Author: Ričardas Barkauskas <rbarkauskas(a)codeweavers.com>
Date: Fri Jul 8 22:11:29 2011 +0300
wined3d: Introduce quirk for proper RGBA16 support.
:040000 040000 1fc08fe5e9148a2a9699c6c6edb6c042192a5072
4e9e3555ccd4a5892a60c2a4aff1d28ea2229a9e M dlls
The patch can be reverted cleanly on 1.3.25 and that fixed the problem.
Author of the patch added to CC.
I'd like to add that this was the commit that fixed a long-standing graphical
problem in the game: dark, diagonal lines appeared across the screen when
shadows was enabled.
Fedora 15
Nvidia GeForce 250 / driver 275.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=34861
Bug #: 34861
Summary: Resident Evil 3: multiple graphical glitches (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 46463
--> http://bugs.winehq.org/attachment.cgi?id=46463
Resident Evil 3
I've attatched screenshots to illustrate these problems. The bug seems to be
GPU
independent.
On Ubuntu everything looks 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, ATI HD 6970M, Geforce 320M, 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=33677
Bug #: 33677
Summary: iTunes 10.6.3 Installs ok, fails to run afterwards.
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alenzo(a)yahoo.com
Classification: Unclassified
Created attachment 44581
--> http://bugs.winehq.org/attachment.cgi?id=44581
log from running iTunes 10.6.3 for first time.
Install of iTunes 10.6.3 went successful on WINE 1.5.30 version. When starting
up the program for the first time, and any other time I get register & stack
dump.
See attach log file for more info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33388
Bug #: 33388
Summary: Aion "Kraka's Den" quest: game crash, can not complete
the quest
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
big bug with AION, you can not complete the "Kraka's Den" quest because the
game crash each time you put the mouse cursor on the "magic gate".
I tried different version of wine and different option without success, please
help!
I joined you a screen of the gate (completely glitched)
You can compare it to the pictures ont this web page:
http://aion.zam.com/wiki/Kraka%27s_Den_%28Aion_Place%29
hank you for your 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=35462
Bug ID: 35462
Summary: Sphere 1.6: Crash on startup using FJ-GL plugin
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: foolkingcrown(a)gmail.com
Classification: Unclassified
The Sphere 1.6 FJ-GL graphics plugin crashes in Wine with the following errors:
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/r600_dri.so
libGL: driver does not expose __driDriverGetExtensions_r600():
/usr/lib32/xorg/modules/dri/r600_dri.so: undefined symbol:
__driDriverGetExtensions_r600
err:wgl:glxdrv_wglSetPixelFormat Invalid iPixelFormat: 0
After which, it seems that no GL context is available.
Sphere 1.6 is available here:
http://rpgmaker.net/users/FlyingJester/locker/sphere16fj.zip
Using the Sphere_GL driver does not crash, despite requesting the same pixel
format, and getting the same 'errors' about r600_dri.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30800
Bug #: 30800
Summary: SBK X freezes while loading the menu screen
Product: Wine
Version: 1.3.25
Platform: x86
URL: http://www.chip.de/downloads/SBK-X-Superbike-World-Cha
mpionship-Demo_36594100.html
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: miegalius(a)gmail.com
Classification: Unclassified
Regression SHA1: 6c5e109af7184ee557aa24c676cc78f3e92e6782
Created attachment 40338
--> http://bugs.winehq.org/attachment.cgi?id=40338
terminal output
SBK X is a motorcycle racing game. After starting the game through Launcher.exe
and skipping the videos which don't play in Wine, the game becomes unresponsive
at some point while loading to the menu screen. The animated loading icon stops
spinning and the game halts. Launcher.exe is consuming 100% CPU time, but
nothing happens.
Shortly after freezing, this message appears in the terminal:
>err:ntdll:RtlpWaitForCriticalSection section 0x7ea53fc0 "wined3d_main.c: wined3d_cs" wait timed out in thread 0036, blocked by 0009, retrying (60 sec)
The problem appeared in Wine 1.3.25 and is still present in 1.5.5.
The result of the regression test:
6c5e109af7184ee557aa24c676cc78f3e92e6782 is the first bad commit
commit 6c5e109af7184ee557aa24c676cc78f3e92e6782
Author: Ričardas Barkauskas <rbarkauskas(a)codeweavers.com>
Date: Fri Jul 8 22:11:29 2011 +0300
wined3d: Introduce quirk for proper RGBA16 support.
:040000 040000 1fc08fe5e9148a2a9699c6c6edb6c042192a5072
4e9e3555ccd4a5892a60c2a4aff1d28ea2229a9e M dlls
At first I thought it was a dupe of bug #27879. However, Henri's patch
(attachment #38991) does not fix the problem in SBK X.
The problem can be reproduced with the demo version as well (download size: 770
MB).
Steps to reproduce the problem with the demo:
1. Install the demo as usual. Choose default installation and install Directx
components as well. If you skip DX installation, you have to manually install
the following components via winetricks: xact_jun2010 d3dx9_36.
2. Start the game with Launcher.exe. Click on <Play> in the launcher.
3. Intro videos give only black screens, you need to press <Space> 3-4 times to
skip the videos.
4. Press <Enter> when the first screen appears. The game begins to load to the
menu but loading never finishes -> the game is freezing at this point.
Fedora 16 x86
Nvidia 250 / driver 295.53
X.Org X Server 1.11.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=35264
Bug ID: 35264
Summary: League of Legends: Security warning There is a problem
with the certificate of this site
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: szabolcs.feczak(a)gmail.com
Classification: Unclassified
if the below is not fixed at least it should be included in the installation
guide http://appdb.winehq.org/objectManager.php?sClass=version&iId=19141
Starting the League of Legends client throws
There is a problem with the certificate of this site. Do you want to continue
anyway?
This is displayed two times in a sequence.
This is displayed whenever you login or access any pages of the store
or the character information pages.
This is an Internet explorer certificate related issue.
Currently can be resolved by:
1. Download the intermediate certificate
https://www.digicert.com/digicert-root-certificates.htm
'DigiCert High Assurance CA-3'
2. type: 'wine control' in a linux terminal
3. click 'Internet options'
4. Click 'Content' tab
5. Click 'Certificates'
6. Follow the import wizard and select the downloaded file,
select 'Automatically select certificate store'
7. confirm that the certificate is imported into the list
8. Close everything, restart your LoL client and be happy without the annoying
messages at every second click
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31736
Bug #: 31736
Summary: Minimized windows are not shown in gnome-shell
activity windows list
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: lviggiani(a)gmail.com
Classification: Unclassified
This "bug" happens to me with gnome-shell 3.4 (and before) on Ubuntu 12.04 x64
both on wine 1.4.x and wine 1.5.x.
Compatibility set to WinXP.
Application Office 2010.
Steps to reproduce.
1) Open either Word or Excel
2) Maximize the window
3) Minimize the window
4) Select Gnome-Shell Activity (or hit the top-left corner or press super key)
5) The window list (with previews) is show but the word/excel preview is empty
and it just show the window title on bottom (problem #1)
6) Click on the empty area anyway
Word or Excel windows are restored but they are not actually maximized. Their
size is smaller than before (problem #2). The window anyway behaves as it is
actually maximized. In fact it has the restore button. If you click it twice
the window if finally maximized 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=35088
Bug #: 35088
Summary: Tomb Raider Underworld
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
I just tested Tomb Raider Underworld on Steam: this game runs very good with
wine 1.7.8, except one BIG bug: Lara is all brown (screenshots joined) and
there is a lot of D3D errors in wine log.
Thank you for your help.
LGDN.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31282
Bug #: 31282
Summary: Unable to Run Guild Wars 2; probably dbus issue
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.olbertz(a)gmail.com
Classification: Unclassified
When I run Guildwars 2 , the following message is shown. I already tried to fix
the problem as discribed here http://trac.macports.org/ticket/20645. However,
Guildwars 2 does start normally.
noname:GW2 Manno$ wine Gw2.exe
Dynamic session lookup supported but failed: launchd did not provide a socket
path, verify that org.freedesktop.dbus-session.plist is loaded!
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
But after logging in and confirmung the EULA, the client closes itself. I guess
it's supposed to start the game afterwards, but nothing happens at all.
fixme:heap:HeapSetInformation 0x1d66000 0 0x32fdd8 4
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:GetLogicalProcessorInformation (0x32f2d4,0x32f900): stub
fixme:process:GetLogicalProcessorInformation (0x0,0x3337e98c): stub
fixme:process:GetLogicalProcessorInformation (0x3337e9b4,0x3337e98c): stub
fixme:process:GetLogicalProcessorInformation (0x0,0x3337e994): stub
fixme:process:GetLogicalProcessorInformation (0x3337e9bc,0x3337e994): stub
fixme:process:GetLogicalProcessorInformation (0x0,0x3337e988): stub
fixme:process:GetLogicalProcessorInformation (0x3337e9b0,0x3337e988): stub
fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results
fixme:win:EnumDisplayDevicesW ((null),0,0x3337addc,0x00000000), stub!
fixme:imm:ImmDisableTextFrameService Stub
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20062 0x00000000
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x3337b050, uiNumDevices=1,
cbSize=12) stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x3563f638): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x3337e77c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3337eabc,0x00000000), stub!
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:win:EnumDisplayDevicesW ((null),0,0x3337eecc,0x00000000), stub!
fixme:imm:ImmDisableTextFrameService Stub
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x30064 0x00000000
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x3337f13c, uiNumDevices=1,
cbSize=12) stub!
xp_destroy_surface: assertion failed: s != NULL
xp_destroy_surface error: 3
X Error of failed request: 0
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 26 (X_GLXMakeContextCurrent)
Serial number of failed request: 11307
Current serial number in output stream: 11307
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29569
Bug #: 29569
Summary: mingw make complains "cp: cannot stat
`d3dcompiler_43/libd3dcompiler.a': No such file or
directory"
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Configuring wine on mingw per the wiki seems to go fine, but 'make' fails with
rm -f dlls/libd3dcompiler.a && cp -p d3dcompiler_43/libd3dcompiler.a
dlls/libd3d
compiler.a
cp: cannot stat `d3dcompiler_43/libd3dcompiler.a': No such file or directory
There are four problems of this sort in Makefile. Doing
sed -i 's,$(LN_S) ,$(LN_S)/dlls' Makefile
seems to rescue it, and let it get further.
That LN_S comes from function wine_fn_config_dll(), line 414 of aclocal.m4.
There's another one that looks like it needs fixing at line 422, too.
See http://wiki.winehq.org/WineOnWindows and/or
http://kegel.com/wine/wow.html for notes on how to reproduce.
(I had to do
cd dlls/libwine0; make; cd ../..
cd dlls/d3dcompiler_43; make; cd ../..
to get this far, but maybe that was operator error, not sure.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24349
Summary: Blackberry Desktop Software (aka Device Manager):
Crashes on Run
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: andrew.in.snow(a)gmail.com
Created an attachment (id=30691)
--> (http://bugs.winehq.org/attachment.cgi?id=30691)
Command line output and backtrace
Desktop Manager does not run.
Installation requires the Windows version to be set to "Windows XP" and no
other modifications are needed.
Application crashes during startup.
OS: Fedora 13
Please note that while I put x86_64 as my hardware, I installed the i686
version of wine from Fedora.
Please let me know what else I can provide.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30410
Bug #: 30410
Summary: Starcraft 2 crashes on login in Ubuntu 12.04
(regression from Ubuntu 11.10)
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danielreiterhorn(a)gmail.com
Classification: Unclassified
Created attachment 39753
--> http://bugs.winehq.org/attachment.cgi?id=39753
The output of wine
Description: Ubuntu precise (development branch)
Release: 12.04
Linux 3.2.0-22-generic #35-Ubuntu SMP Tue Apr 3 18:33:15 UTC 2012 x86_64 x86_64
x86_64 GNU/Linux
wine-1.5.1
In previous version of ubuntu, wine-1.4 works with StarCraft II and the same
version of wine (and all other versions of wine) fail with starcraft on nvidia
drivers. Dozens of versions of nvidia drivers and 3 versions of wine including
1.5.1 and top of tree 31f6f48bfd7a82d7229cdd7dff812272c27ae812 were also tested
with the same regression on Ubuntu 12.04 that all worked on Ubuntu 11.10
Other users are experiencing the bug and reporting it
http://www.codeweavers.com/support/tickets/browse/?ticket_id=883964;list=6;…http://ubuntuforums.org/archive/index.php/t-1939902.htmlhttp://ubuntuforums.org/showthread.php?t=1939902
It could be a kernel issue.
After successfully testing Starcraft on my Ubuntu 8.04 64-bit system, I
compared the logs. They're quite similar, except for this, in 12.04:
fixme:dbghelp:EnumerateLoadedModulesW64
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36037
Bug ID: 36037
Summary: Crash in load/save menu in Temple of Elemental Evil on
i965
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mecirt(a)yahoo.com
Created attachment 48190
--> http://bugs.winehq.org/attachment.cgi?id=48190
backtrace
Wine crashes in the game "Temple of Elemental Evil" (GOG version with the
Circle of Eight modpack), when pressing the Esc key in the actual game to
display the load/save menu. Instead of showing the menu, the game crashes.
Of note is that this crash only happens when using Intel drivers (i965), but
not when using the nvidia driver through bumblebee (on an Optimus laptop).
Backtrace 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=31686
Bug #: 31686
Summary: DYMO Stamps won't start without native gdiplus
Product: Wine
Version: 1.5.12
Platform: x86
URL: http://sites.dymo.com/Promotions/Pages/DYMOStamps.aspx
?locale=enUS
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Shows a few:
fixme:gdiplus:GdipGetLineSpacing ignoring style
Then a flood of:
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
and never starts. Winetricks gdiplus works around it. Attaching a +gdiplus
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=27975
Summary: [INETCPL] Add missing security propsheet to Polish
translation
Product: Wine
Version: unspecified
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saibamenppl(a)gmail.com
From: http://svn.reactos.org/svn/reactos?view=rev&revision=53012
By Adam 'Saibamen' Stachowicz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37022
Bug ID: 37022
Summary: Application crashes occasionally
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)rols.ch
Created attachment 49193
--> http://bugs.winehq.org/attachment.cgi?id=49193
Backtrace from crash
Application crashes occasionally, cannot find some similarities. Backtrace
shows crash in ntdll ... but backtraces all look the same.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31103
Bug #: 31103
Summary: Jade Dynasty - The Program Patcher.exe has encountered
a serious problem and needs to close.
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: armen(a)winehq.leemail.me
Classification: Unclassified
Created attachment 40835
--> http://bugs.winehq.org/attachment.cgi?id=40835
This file contains the bug back trace.
I downloaded Jade Dynasty from http://jd.perfectworld.com/ unpacked and
installed it by clicking on the install.exe file from its folder
¨JD_EN_Installer_v352_20120402¨
I followed forum guides on how to install the program. Configured wine to
emulate virtual desktop and to use my Display full resolution. Game installed
completely without any errors with wine.
After installation was over, I closed the set up window. Then I clicked on the
game icon from the desktop. The game client didnt start and I got the error
report, which is attached.
Thanks for all who take the time to fix these bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34446
Bug #: 34446
Summary: LANG=ru_RU.UTF-8 locale makes fonts look blurry
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 45856
--> http://bugs.winehq.org/attachment.cgi?id=45856
en_US.UTF-8 screenshot
I will now attach two screenshots showing the same application running with
en_US.UTF-8 locale
and
ru_RU.UTF-8 locale
English looks fine, Russian looks blurry and very unpleasant.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23493
Summary: Safari, when installed with quiet mode, refuses to run
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.apple.com/safari
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installing safari normally works fine.
Installing it with silent mode (wine SafariSetup.exe /qn) reports success for
the installer, but trying to run it fails with a messagebox:
Safari can't open.
Your copy of Safari is missing important software resources. Please reinstall
Safari.
OK
terminal shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.4053)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33760
Bug #: 33760
Summary: Jagged edges on most text and art in the Touhou 14
demo
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44705
--> http://bugs.winehq.org/attachment.cgi?id=44705
windows 7 main menu 960x720
When running the "Touhou 14 ~ Double Dealing Character" demo (ver 0.01a) on any
resolution other than the highest (1280x960), pretty much all text displays
varying degrees of aliasing. Same goes for the edges of all the 2D art and UI
elements from the loading screen, to the main menu, to the game proper. Here's
the title screen on windows 7 in 960x720 (windowed).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37010
Bug ID: 37010
Summary: DYMO Stamps "Unable to connect to postage transaction
server" with wine-mono
Product: Wine
Version: 1.7.23
Hardware: x86
URL: http://sites.dymo.com/Promotions/Pages/DYMOStamps.aspx
?locale=enUS
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 31686
Follow up to bug 31687.
You'll need native gdiplus for bug 31686. Optionally, apply
https://source.winehq.org/patches/data/105843.
The app installs fine, and with native gdiplus, starts up. But when you try to
login, the application cannot connect to the server.
Terminal shows one mscoree fixme:
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections"
in state 2
With native dotnet20, it will attempt to connect, then fails with 'This account
is not active'. Trying to login via the website shows the same problem, so
that's okay. But wine-mono should fail the same way.
I'm using an archived installer:
austin@aw25 ~/oldbugs/31687 $ sha1sum DYMOstampsWebSetup.exe
6f96fbdc9806effa499edba7e89329534b5901a7 DYMOstampsWebSetup.exe
austin@aw25 ~/oldbugs/31687 $ du -h DYMOstampsWebSetup.exe
3.5M DYMOstampsWebSetup.exe
the current version of the program appears to have other .Net/Mono issues
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31687
Bug #: 31687
Summary: DYMO Stamps can't connect to its server
Product: Wine
Version: 1.5.12
Platform: x86
URL: http://sites.dymo.com/Promotions/Pages/DYMOStamps.aspx
?locale=enUS
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31685, 31686
Classification: Unclassified
Created attachment 41656
--> http://bugs.winehq.org/attachment.cgi?id=41656
WINEDEBUG=crypt,chain,context,secur32
Install the app. You'll need native gdiplus for bug 31686.
After that, you can get native hid, for bug 31685. I also installed dotnet20,
to verify that it wasn't a mscoree fixme to blame, but the problem happens
either way.
Start it up, and it asks for your credentials. Put them in, and click next.
That gives an error:
The remote certificate is invalid according to the validation procedure.
terminal output doesn't show much relevant. Tried native wininet/winhttp, which
then in turns shows a few fixme's for crypt32/secur32/winsock.
If you add in native crypt32, you get:
Attempted to read or write protected memory. This is often an indication that
other memory is corrupt.
and with native secur32 as well:
The requested security package is not supported.
Not sure what to try next. The initial problem seems to indicate crypt32 or
secur32, so hopefully this log will help:
WINEDEBUG=crypt,chain,context,secur32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32354
Bug #: 32354
Summary: testbot: A crashing test is not detected
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
A 64bit test crashed on all 64bit testbot machines,
but the summary has "0" as "Number of failures".
Test run for the broken patch:
http://testbot.winehq.org/JobDetails.pl?Key=22963&log_301=1#k301
Later test:
http://testbot.winehq.org/JobDetails.pl?Key=23106&log_302=1#k302
(I send a fix for the broken code in wine in some minutes)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37104
Bug ID: 37104
Summary: Infinite revert loop
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The current task scheduling algorithm can enter into an infinite revert loop
while trying to prepare VMs for the next tasks. Assume the following settings:
$MaxRevertingVMs = 2;
$MaxRevertsWhileRunningVMs = 0;
$MaxActiveVMs = 2;
Then the following sequence can play out:
| Steps
VM | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
----+-----+-----+-----+-----+-----+-----+-----+-----
vm1 | rev | idl | off | off | rev | rev | rev | ...
vm2 | rev | rev | rev | idl | off | off | rev | ...
vm3 | off | off | rev | rev | rev | idl | off | ...
The issue happens in steps 2, 4 and 6.
The scheduler can shut down idle VMs to replace them with VMs that are more
appropriate for the upcoming tasks. This is what happens in these steps: it
decides the idle VM it just prepared is not what it wants after all, and thus
shuts it down and prepares another one.
The problem is it keeps changing its mind over and over and can never actually
start a task because there is always a reverting VM and
$MaxRevertsWhileRunningVMs = 0.
Another prerequisite for this scenario to play out is probably to have multiple
tasks have the exact same priority, so that their order is undefined. But
regardless, the scheduler should probably not be shutting down an idle VM that
has an actual 'pending' task.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31784
Bug #: 31784
Summary: Add support for VM snapshots
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
As we expand the number of configurations to test it seems wasteful to have to
create and maintain a brand new VM just for them. In a lot of cases all we need
is to slightly reconfigure a VM to add a CD image, add network interfaces or
change the locale and run the test with these changes settings.
That's where snapshots can be useful: take a snapshot for each configuration we
need to test and then let the TestBot start the VM from the right snapshot.
There is a catch though: while it's possible to run the tests in two VMs in
parallel, for a given VM only one snapshot can be active at a time. There's two
consequences:
* TestBot must know about snapshot and not try to simultaneously run the tests
in two snapshots belonging to the same VM.
* If in the base configurations (those all Wine patches run on) we have a VM
with ten snapshots, it means we will need to run the tests ten times
*sequentially*. That VM is quickly going to become a bottleneck. So we should
still limit the number of snapshots per VM, at least in the base
configurations.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31789
Bug #: 31789
Summary: Fix handling of jscript/vbscript tests
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The Wine TestBot reports failures for all patches to the jscript/vbscript
tests:
=== W7PROX64 (32 bit) ===
No test summary line found
This generates quite a bit of spam on wine-devel and is annoying and needs to
be fixed. I believe it also happens with some other tests.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17921
Summary: Just a translation problem
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laughmetal(a)gmail.com
It is just a translation problem.
I am currently using Wine 1.1.18 simplified Chinese under ubuntu. Everything
works fine, but for the translation of word "Apply", it used the tradition
Chinese notation rather than simplified Chinese one.
Not a big problem however solving it can make this program better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21459
Summary: Ukrainian translation for some files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25841)
--> (http://bugs.winehq.org/attachment.cgi?id=25841)
Ukrainian translation for some files
Ukrainian translation for
dlls/crypt32/crypt32_Uk.rc
dlls/hhctrl.ocx/Uk.rc
dlls/mpr/mpr_Uk.rc
dlls/msacm32/msacm_Uk.rc
dlls/mshtml/Uk.rc
dlls/msi/msi_Uk.rc
dlls/msvfw32/msvfw32_Uk.rc
dlls/oleaut32/oleaut32_Uk.rc
dlls/oledlg/oledlg_Uk.rc
dlls/wldap32/wldap32_Uk.rc
programs/reg/Uk.rc
programs/winhlp32/Uk.rc
programs/wordpad/Uk.rc
programs/write/Uk.rc
programs/xcopy/Uk.rc
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21457
Summary: Ukrainian translation resources for credui
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25839)
--> (http://bugs.winehq.org/attachment.cgi?id=25839)
ukrainian credui.rc
Ukrainian resources for dlls/credui.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18461
Summary: Problem in English localization of Winelib programs
Product: Wine
Version: unspecified
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50499
2
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
Most of the Winelib programs in Wine, such as winecfg, contain this in their
English localization resource (En.rc):
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
SUBLANG_DEFAULT is 1, which for English, maps to SUBLANG_ENGLISH_US. This means
that the localization in En.rc is *only* selected in an en_US locale, *not* in,
say, an en_GB locale (unless no other fallback is found).
It would probably better if these files said
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
so that if the user has a British English user locale (from LC_MESSAGES) and a
French system locale, winecfg will show up in English, not fall back to French.
(From Debian bug #504992, linked to in the URL field.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11136
Summary: Trados: TagEditor loosing contact with Workbench.
Product: Wine
Version: CVS/GIT
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
When opening Tageditor, it should be able to open and connects to Workbench
(working OK yesterday). Now when opening TagEditor, it is prompting Workbench
but not seeing it (Workbench is opening although TagEditor says it can't open
it).
Showing in the log.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
Now imagine you try to open a file with TagEditor. It opens the file and is
immediately loosing contact with Workbench and ask you if you want to restart
Workbench (which is still not closed).
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=4d7000004d8, oid=3
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
It is now opening a SECOND workbench window with again the error.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
and asking again to reconnect as soon as you point your mouse on the text.
Any idea?
--
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=30264
Bug #: 30264
Summary: TRANSLATION: Turkish translation for shdoclc and
shdocvw
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ardatanrikulu(a)gmail.com
Classification: Unclassified
Created attachment 39536
--> http://bugs.winehq.org/attachment.cgi?id=39536
Patch
TRANSLATION: Turkish translation for shdoclc and shdocvw
Arda Tanrıkulu
ardatanrikulu(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25436
Summary: Lithuanian translation of "Program files" and
"Application Data" folders (see file shell32_Lt.rc)
causes problems with some software for Windows
Product: Wine
Version: 1.3.8
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mantas(a)akl.lt
In the Lithuanian of localization of Wine "Program files" gets translated as
"Programų failai", "Application Data" - as "Programų duomenys" and "Local
Settings" - as "Vietinės nuostatos" (see file shell32_Lt.rc) causes problems
with some software for Windows.
- This is inconsistent with localized Windows (Lithuanian version) behavior,
which ALWAYS uses the name "Program files", "Application Data" and "Local
Settings".
- Some Windows software doesn't find files in these folders, as translated
folders have accented characters "ų" and "ė".
Requesting to use these translations in /dlls/shell32/shell32_Lt.rc :
IDS_APPDATA "Application Data"
IDS_LOCAL_APPDATA "Local Settings\\Application Data"
IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
IDS_COOKIES "Cookies"
IDS_HISTORY "Local Settings\\History"
IDS_PROGRAM_FILES "Program Files"
IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
I can attach a patch if you like.
Same localization error was with Dutch translation, look at bug #15844
Most other Windows localizations also don't translate these folders if
translations would have accented characters, look for example at Russian or
Ukrainian localizations of WINE:
http://source.winehq.org/source/dlls/shell32/shell32_Ru.rchttp://source.winehq.org/source/dlls/shell32/shell32_Uk.rc
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20883
Summary: Faults on Portuguese translation of the Winecfg.exe
program
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardopcosta1967(a)gmail.com
I would like to inform the following faults on Portuguese translation of
Applications section of the Winecfg.exe program: 1) the text "Versão do
Windows" appears incomplete; 2) "Adiconar aplicação...", instead of "Adicionar
aplicação...".
Thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15844
Summary: Weird Dutch translation for Program files folder
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
In the Dutch localization of Wine, Program files gets translated as "Programma
bestanden". This is:
- Inconsistent with Windows behaviour, which ALWAYS uses the name "Program
files".
- Bad grammar, it becomes "Programmabestanden" in Dutch, but it doesn't make it
sound any better.
Requesting the name to be reverted to "Program files".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25236
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25235
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11075
Summary: Translation error
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=10094)
--> (http://bugs.winehq.org/attachment.cgi?id=10094)
Patch to solve this problem.
Error in translation in file wine/dlls/shell32/shell32_Ru.rc at 87 string:
MENUITEM "&Удалмть", FCIDM_SHVIEW_DELETE
must be:
MENUITEM "&Удалить", FCIDM_SHVIEW_DELETE
--
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=24596
Summary: Italian translation for "target" should be
"destinazione" and not "obiettivo"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devotip(a)tiscali.it
In CMD and XCOPY the Italian translation for "target" is sometime "obiettivo"
instead of the more appropriate "destinazione"
Most of the translations are already using "destinazione"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29500
Bug #: 29500
Summary: Translation: general Romanian corrections
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fulea.stefan(a)gmail.com
Classification: Unclassified
Created attachment 38202
--> http://bugs.winehq.org/attachment.cgi?id=38202
general Romanian corrections
Respecting the ReactOS guidelines
(http://www.reactos.org/wiki/Translation_Introduction#Wine_translations), I
submit this Romanian general correction patch. It's purpose is to upkeep a
synchronized Romanian terminology among the ReactOS and Wine projects, and as
well inside the Wine Romanian resources (shared or not by ReactOS).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18230
Summary: Romanian translation wrong
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrimetri(a)gmail.com
I'm a Romanian ReactOS translator. (For those who don't know, ReactOS is an
operating system which seeks to be 100% compatible and similar to Windows NT.)
Many translations from Wine are passed to the ReactOS project when
synchronizing the source code.
That leads to the fact that I can't directly translate and/or update any
translation of ReactOS files that are in sync with Wine. Some translations are
already done here on the Wine project but some of them are wrong (For example
Basic colours is translated incorrectly as Culori de basă when the correct
translation is Culori de bază), others don't fit with the rest of the
translations (The translations of ReactOS should retain the terminology used in
Windows. In Windows, Cancel is translated to Revocare, in Wine the translation
is Renunţă which is the imperative form of the verb a renunţa - to give up).
I was told I should speak to you if I want to change these translations but the
problem is that many Linux distributions are translated in Romanian using
Renunţă as Cancel etc and if I try to change the translation in Wine, then
the Romanian Linux-users will strongly disagree ...
What should I do? Please propose a fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34447
Bug #: 34447
Summary: Make the list of embedded translations configurable
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Currently, Wine configure script builds in all the translation languages by
default - for many of us it's wasted space and translations we don't want to
see (I have to run some applications with the ru_RU.UTF-8 locale to get correct
filenames).
Please, make it possible, e.g. via
--languages=en,en_US,lang1,lang2,lang3 ...
configure option to specify the list of translations to be built in.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28923
Bug #: 28923
Summary: utorrent 2.2.1 minidumps when clicking Files tab
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lats(a)yless4u.com.au
Classification: Unclassified
Created attachment 37181
--> http://bugs.winehq.org/attachment.cgi?id=37181
Error info
This problem seems somewhat intermittent. It occurs when clicking the Files
tab. A pop-up appears saying a minidump is written but there is no file name
in the message. utorrent stop and then starts a new window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26198
Summary: BrainSplode! user interfaces is not usable
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.redprodukt.com/rocket/BrainSplode!_1.1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Continuation of Bug #25098
Past the screen resolution chooser, the first screen is a single colored
background and if you get past that it is hard to navigate that screen.
Due to being not able to work out what is being displayed
*Compose windows can pop up
*BrainSplode! can 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=29062
Bug #: 29062
Summary: Invalid escape sequences in winemenubuilder's desktop
files' comment section
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
% cat "/home/adys/.local/share/applications/wine/Programs/Windows Media
Player.desktop"
[Desktop Entry]
Name=Windows Media Player
Exec=env WINEPREFIX="/home/adys/new2" wine
C:\\\\windows\\\\command\\\\start.exe /Unix
/home/adys/new2/dosdevices/c:/users/adys/Start\\ Menu/Programs/Windows\\
Media\\ Player.lnk
Type=Application
StartupNotify=true
Comment=@C:\windows\inf\unregmp2.exe,-155
Icon=EE61_wmplayer.0
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\w"."
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\i"."
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\u"."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30412
Bug #: 30412
Summary: Dr.com network client for TUST doesn't quit after
clicking close button
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
There are many different variants of Dr.com.
This bug is regarding Dr.com for TUST ( Tianjin University of Science and
Technology )
Dr.com for TUST work out of box on Wine, (no wpcap required, no virtual
interface required)
However, when I click the close button (x) of Dr.com, it doesn't quit as
expect. If I click it twice, the GUI will disappear, but the following three
process are always running:
Dr.main.exe
DrUpdate.exe
DrClient.exe
I have confirmed on Windows Dr.com will quit cleanly if I click (x) just once.
There is no public download version of Dr.com for TUST, here is my testing
steps:
1. Install Dr.com :
$ wine tust-drcom.exe
2. Start Dr.com:
$ cd .wine/drive_c/Drcom/DrUpdateClient/
$ wine DrMain.exe
3. Click close button (x) twice
Expect result:
Dr.com should quit cleanly ( after the first clicking on 'close' )
Actual result:
Dr.com GUI disappear, but three related exe is still running.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29483
Bug #: 29483
Summary: Fiesta Online crashes when displaying a long (> ~52
chars) message
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)dezzanet.co.uk
CC: huw(a)codeweavers.com
Classification: Unclassified
Fiesta Online crashes when displaying (whether from sending or receiving) a
message of about 52 characters or more. I believe this is to do with the chat
bubble appearing above a character when they speak, as it only happens when you
are in a relatively close proximity.
I performed some regression testing and found the first bad commit:
17e72c816b9cbc17aeaae1c2ecf2ba230083817d is the first bad commit
commit 17e72c816b9cbc17aeaae1c2ecf2ba230083817d
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Oct 6 16:26:07 2011 -0500
gdi32: Load the font properties from the cache if it exists.
:040000 040000 c0ddafd0f315788a234d4bfbe6ad3d975bf0a4cb
b4d13f5e352efe271cf957ed07c79515efbfe9f3 M dlls
--
Steps to reproduce:
1. Create an account and character if not already available -
http://fiesta-online.gamigo.com/ for the EU. There are other franchises for
other parts of the world, but I don't know if the bug is reproducible there
2. When entering the game, send a short chat message (press enter to get the
chat box)
3. Observe how the text appears above the character, and in the recent chat box
4. Send a long message. For me the fault occurs at 52 characters or more.
5. Observe how the game immediately crashes with a segmentation fault.
The fault also happens if someone (or even something!) close to you says a long
message - leading to much frustration!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33842
Bug #: 33842
Summary: Steam failed to log-in/connect in a restricted
environment
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
Created attachment 44880
--> http://bugs.winehq.org/attachment.cgi?id=44880
wine log
Steam use various type of connection to connect/log-in (udp/tcp, direct/P2P).
When I try to use steam (with wine) with the connection of my university (that
block P2P and UDP connections) Steam failed to log-in/connect. But Steam succes
to connect in the same university environment under windows 7.
In attachement is the wine log of the tentative of the connection
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31372
Bug #: 31372
Summary: Cypress PSoC Designer installer crashes with "Fatal
error in GC"
Product: Wine
Version: 1.5.9
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
To reproduce:
- Download
ccb9602ac3e0628fd0066816bce2b5d8756c10f4 psoc_designer_5.2_b2401.iso
from http://www.cypress.com/?rID=36833
- Mount it
- rm -rf .wine
- wine /mnt/cyautorun.exe
- Click Install
- Click Next
After a couple seconds, I get "Fatal Error in gc / GetThreadContext failed".
(Doesn't quite seem like bug 23246, since it's not random,
and it's a different message than in bug 25192.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26711
Summary: Empty black window when running Minitroid tech demo
ControlConfig.exr
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.metroid-database.com/fanapps/MinitroidTechD
emo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toddrme2178(a)gmail.com
Created an attachment (id=34022)
--> (http://bugs.winehq.org/attachment.cgi?id=34022)
commandline output when running "wine ControlConfig.exe"
When trying to run the ControlConfig.exe program from the Minitroid tech demo,
a window pops up that is solid black inside. I can close the window, but
clicking inside of it does not produce any apparent effect.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37476
Bug ID: 37476
Summary: Embedded Objects in game maker Flicker
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: anesu_email(a)yahoo.com.au
Distribution: ---
I am a windows developer that uses gml to program programs and games.
I have been trying to run several applications that i created and the ones that
embed a an object (such as a video or web plugin) flicker.
I think this is a problem with external objects like activex because even the
explorer activex (wine gecko)
In the attachment, there is a web browser example made in game maker by another
developer:
Extract and run the exe from hereL http://puu.sh/c1kJ3/ff6907f18a.7z
If it were to work correctly, you would see: http://puu.sh/c1kWG/3d2a70888a.png
I hope to get a fix soon as this has affected a development of a software.
Thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35860
Bug ID: 35860
Summary: Crysis 2 - Claims unsupported video card
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: jarkko_korpi(a)hotmail.com
Created attachment 47882
--> http://bugs.winehq.org/attachment.cgi?id=47882
Error while launching
Ati 7870, 14.3 beta closed source driver
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7800 Series
OpenGL core profile version string: 4.3.12798 Core Profile Context 13.35.1005
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.12798 Compatibility Profile Context 13.35.1005
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34031
Bug #: 34031
Summary: Altium Designer 2013 installer aborts without native
gdiplus
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Tested with
55188066ae77e8766c4c007a0776ae91229fd5c3 AltiumDesigner2013Installer.exe
This doesn't happen with Altium Designer 10's installer, which seems otherwise
similar.
The installer aborts before even putting up a UI.
+relay showed a string with an error message about a gdiplus failure,
and sure enough, 'winetricks gdiplus' lets the app continue starting.
Next problem is bug 34012.
trace:gdiplus:DllMain (0x7de70000, 1, 0x1)
trace:gdiplus:GdiplusStartup 0x95d1ec 0x8d087c (nil)
trace:gdiplus:GdiplusStartup GdiplusStartupInput 1 (nil) 0 0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83b412 ip=7b83b412
tid=0028
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37188
Bug ID: 37188
Summary: [counterclockwise] unable to start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: orbisvicis(a)gmail.com
Created attachment 49432
--> https://bugs.winehq.org/attachment.cgi?id=49432
terminal output when running "wine ccw.exe"
Counterclockwise (http://www.16x16.org/games/ccw/), a free windows game, is
unable to start.
version
wine 1:1.7.25-0ubuntu1~ppa4
counterclockwise: 1.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=32834
Bug #: 32834
Summary: Batman: Arkham Asylum (non-steam) Demo - needs
GetVideoMemoryViaWMI
Product: Wine
Version: 1.5.22
Platform: x86
URL: http://www.shacknews.com/file/14150/batman-arkham-asyl
um-demo
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: andrey.goosev(a)gmail.com, hans(a)meelstraat.net
Classification: Unclassified
Still installs, but thinks the computer doesn't meet the minimum spec:
fixme:wbemprox:enum_class_object_Next timeout not supported
WMI: pEnumVideoControllers uReturned == 0
GetVideoMemoryViaWMI
n/a
austin@aw25 ~/oldbugs/32788 $ sha1sum nzd_BMDemo_v12.exe
7582c87cc3983016c7fbf2104999df087ecce7a6 nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ du -h nzd_BMDemo_v12.exe
2.1G nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ wine --version
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=35773
Bug ID: 35773
Summary: Bogus/dummy text strings shown with WinUAE MSI
installer
Product: Wine
Version: 1.7.14
Hardware: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2700.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Created attachment 47766
--> http://bugs.winehq.org/attachment.cgi?id=47766
Installer window running in Windows 7
I noticed a problem with incorrect text strings when using the WinUAE MSI
installer. See the attached images, one of the installer in Windows 7, the
other in Wine.
To reproduce:
- Download http://www.winuae.net/files/InstallWinUAE2700.msi
- wine start InstallWinUAE2700.msi
- At the initial welcome message click Next
- Notice three bogus text strings:
CustomizeDlgItemDescription-CustomizeDlgItemDescription
CustomizeDlgItemSize-CustomizeDlgItemSize
CustomizeDlgLocation-CustomizeDlgLocation
The correct strings for those should be:
WinUAE executable
This feature requires 1KB on your hard drive.
C:\Program Files\WinUAE\
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34356
Bug #: 34356
Summary: cannot run magnus translation dictionaries
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: mjakubicek(a)gmail.com
Classification: Unclassified
The Magnus 2011 translation dictionaries don't work. They can be downloaded
from: http://www.vocab.cz/download/magnus2011_9.5.6.rar
Setup seems to proceed fine, but the application crashes right on startup.
Wine is of version 1.6, as installed by Fedora package wine-1.6-1.fc19.i686
Exact steps:
1) WINEARCH=win32 WINEPREFIX=~/.win32magnus winecfg
2) WINEPREFIX=~/.win32magnus wine setup.exe
3) WINEPREFIX=~/.win32magnus wine ~/.win32magnus/drive_c/Program\
Files/Magnus/Magnus\ 2011/magnus.exe
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10082 0x00000000
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10082
wine: Unhandled exception 0x0eedfade in thread 32 at address
0x7cafc83d:0x7b83ae9f (thread 0032), starting debugger...
err:seh:setup_exception_record stack overflow 976 bytes in thread 0032 eip
7bc75ee7 esp 00240f60 stack 0x240000-0x241000-0x340000
Process of pid=0031 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
00000027 0
00000026 0
0000001f 0
0000001a 0
00000018 0
00000016 0
00000010 0
0000000f 0
>00000012 mscorsvw.exe
0000001c 0
0000001b 0
00000019 0
00000013 0
0000001d winedevice.exe
00000025 0
00000022 0
00000021 0
0000001e 0
00000023 plugplay.exe
00000029 0
00000028 0
00000024 0
00000033 explorer.exe
00000035 0
00000034 0
winedbg: Internal crash at 0x7ed565af
I'm attaching output of running magnus.exe with WINEDEBUG=+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=34012
Bug #: 34012
Summary: Altium Designer 10 installer z-order problems
Product: Wine
Version: 1.6-rc4
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
Requested trial license; the company was very helpful.
Tested installation of
76f590451717cc011948ff36d50885b9ff129173 AltiumInstaller.exe
with wine-1.6-rc4.
Early in installation, there is a login window that is behind a fuzzy
splash screen. You can kind of see it if you use Ubuntu's alt-tab thingy,
but you can't use it.
Workaround: run in virtual desktop. (appdb also suggests using winecfg to
uncheck 'allow window manager to control 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=13651
Summary: crash when opening tab Privacy settings in ie6 due to
unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eddie(a)lania.nl
CC: jon_p_griffiths(a)yahoo.com
Created an attachment (id=13636)
--> (http://bugs.winehq.org/attachment.cgi?id=13636)
Crash when trying to set privacy settings in ie6.
crash when opening tab Privacy settings in ie6 due to unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Seet attachment.
Regards,
Eddie.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20613
Summary: PVSYST 5 crashed when launched
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.pvsyst.com/5.0/purchase.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavier.walhin(a)gmail.com
Installation is ok but launching the program directly 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=25687
Summary: "Create directory" button does nothing in ARM
Versatile Express installer.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
The "create directory" button (icon is a yellow folder with an asterisk) in the
ARM Versatile Express installer (an msi file) does nothing. This is especially
annoying as this installer does not allow you to simply type a non-existent
path (it ignores your selection if you do so).
Clicking on the button causes the following fixme to be printed:
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"DirectoryListNew" arg(L"0").
Creating the directory outside of the installer allows it to be selected and
then the install proceeds normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28267
Summary: winhttp tests fail if ISP has a catch-all dns failure
page
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
ws2_32's sock.ok used to fail like this
sock.c:1833: Test failed: gethostbyname("someweirdandbogusname") succeeded.
if your ISP returns success for failed DNS lookups (and points you to
its own error page).
It no longer does; see the comment added by
d88ee55e686c647b372d82c1349b06205561878a.
But winhttp/winhttp.ok now fails in that case.
http://www.winehq.org/pipermail/wine-patches/2011-August/105358.html
proposes making the failure message explain how to fix it.
But given that ws2_32's tests no longer depends on DNS lookups being able
to fail, maybe winhttp's tests shouldn't, 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=32441
Bug #: 32441
Summary: winhttp winhttp test changes proxy setting in Windows
8
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce:
At an admin terminal, run "netsh winhttp show proxy". This should show no proxy
(use "netsh winhttp reset proxy" to reset it).
Run "winhttp_test.exe winhttp".
Run "netsh winhttp show proxy". It now shows a proxy of "foo" and a bypass list
of "foo".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23755
Summary: Everquest 2 streaming client: LaunchPad.exe crashes
with unhandled exception
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fennecfanatic(a)gmail.com
Created an attachment (id=29774)
--> (http://bugs.winehq.org/attachment.cgi?id=29774)
output of 'wine LaunchPad.exe'
After downloading and launching the Everquest 2 streaming client, it displays a
blank gray window for about two minutes (see logs) and a second window with
just the SOE logo in it, then crashes with an unhandled exception.
The program works correctly when tested against Windows XP Pro SP3.
Note: An Everquest 2 account is NOT needed to work on this bug, as it occurs
prior to login.
The program is available here:
http://launcher.station.sony.com/games/eq2/live/launcher_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.
https://bugs.winehq.org/show_bug.cgi?id=36775
Bug ID: 36775
Summary: Rise of the Triad (2013) Unhandled exception
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ptrampau(a)gmail.com
Created attachment 48838
--> https://bugs.winehq.org/attachment.cgi?id=48838
backtrace output
Rise of the Triad (http://store.steampowered.com/app/217140/) crashes directly
after launch with exeption.
backtrace 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=11423
Summary: Canon Digital Photo Professional (DPP) upgrader crash
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
Created an attachment (id=10553)
--> (http://bugs.winehq.org/attachment.cgi?id=10553)
full crash output
After successfully installing DPP I tried to install the upgrade package, which
ships as an executable (DPP320_EN.exe). When I run it, it brings up a dialog
with a progress bar that says: "Extracting Files...". Then it crashes with:
fixme:process:IsWow64Process (0xffffffff 0x34dcc8) stub!
wine: Unhandled page fault on read access to 0x00000020 at address 0x4210d3
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004210d3).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14861
Summary: Nokia Suite installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/softwa
re/Nokia_PC_Suite_rel_7_0_7_0_eng_us_web.exe
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15404)
--> (http://bugs.winehq.org/attachment.cgi?id=15404)
crash log
A user reported trouble with this installer in appdb. There are already 2 bugs
opened for older versions of Nokia Suite , but this one seems to behave
differently, as it crashes right away, somewhere along SetDIBits
As this looks like a regression, i'm currently trying to find the evil patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35198
Bug ID: 35198
Summary: cannot open torch browser
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: shabnam.aarifa(a)gmail.com
Classification: Unclassified
Created attachment 46950
--> http://bugs.winehq.org/attachment.cgi?id=46950
i cannot open the successfully installed torch set up
i cannot open the torch browser after successfully installed it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18906
Summary: when printing within tilt and wrap application, the
program crashes
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: rasapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uwe.koch(a)opticakoch.cl
While running from the command line, when I click on the print button, I get a
"run-time error 482" message: Printer error! After clicking ok in the dialog
box, the application crashes.
Error in command line says:
uwe@koch-laptop:~$ wine tiltandwrap.exe
fixme:win:LockWindowUpdate (0x10046), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial 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=12690
Summary: Internet Explorer 7 is falling after start on unhandled
exception.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.microsoft.com/download/3/8/8/38889DC1-
848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: petr.dlouhy(a)email.cz
Download Internet Explorer 7 installator, unpack it with cabextract, and run
iexplorer. Internet Explorer shows two error messages, and then after a while
(the main window is wisible) fall down on unhandled exception.
The exception is thrown in rpcrt4/ndr_stubless.c in function NdrClientCall2 on
line 587. If I comment out the RpcRaiseException call, the Explorer is not
falling anymore (but not working much).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11725
Summary: Mathematica 5.1 fails on installing
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
I have placed the test for this on the appdb site.
Steps to Reproduce:
- cd to CDROM/AUTORUN
- wine autorun.exe
- Clic on install. It start to uncompress the installer.
- After the installer get uncompressed it shows the error and closes:
Title: InstallShield
Error: 1607: Unable to install InstallShield Scripting Runtime.
fixme:advapi:RegisterEventSourceW ((null),L"MsiInstaller"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x34b9fc,(nil)):
stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 ACCESS_VIOLATION\r\nFunction:
0x3\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000
EBX:76438B16 ECX:0034BA38 EDX:00000031 ESI:0034BCC0
EDI:0034BE40\r\nCS:EIP:0023:00000003 "...
err:eventlog:ReportEventW L""
Also it takes a some seconds to close the process.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24994
Summary: winecfg does not work
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
When I try "winecfg" in the terminal i get the following error:
[root@Banjo Benji]# winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684363f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684363f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
Funnily enough, when i try to change the settings via gui it does work. But
however i think this an critical damage in wine. So i have already done "yum
remove wine" and "yum remove wine-core" and finally "yum install wine". But
also this did not work. The same failure occured 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=24996
Summary: cannot install components via winetricks
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
I have tried to install "dirctplay" via winetricks but it didn´t work. Here is
the failure:
[root@Banjo Benji]# sh winetricks
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x681683f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x681683f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x681683f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684313f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684313f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684313f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\cmd.exe" failed, status 80000100
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
[root@Banjo Benji]#
To solve this problem i have already tried "yum remove wine" and "yum remove
wine-core" and finally "yum install wine". But this didn´t work either. Hope
anyone can help me.Thx.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30452
Bug #: 30452
Summary: Reaper 3.672 will not start
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)drealm.info
Classification: Unclassified
Created attachment 39811
--> http://bugs.winehq.org/attachment.cgi?id=39811
Error reporter output
Invoking reaper.exe results in display of the splash screen, the main window
and a dialog asking whether to check sound driver settings. Picking either
option results in a crash.
This version of reaper is known to have been working under wine 1.3.x.
Initial testing was without wineasio. The same error occurred once (a 1.3.x
version of) wineasio was 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=15472
Summary: iexplore: cannot open links in a new window
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Minor, but when using iexplore/gecko, opening links in a new window is
unimplemented. Only terminal output is:
fixme:shdocvw:DocHostUIHandler_ShowContextMenu default action not implemented
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 2137 of CGID_MSHTML group
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24576
Summary: Final Fantasy XIV: Live Client Launch Fails
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.finalfantasyxiv.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: senjion(a)gmail.com
I was able to get the client installed easily just running the installer
through wine, patching was an issue as it seems to have been in Beta, however
after the install I copied in an already patched version of the game which
allowed me to get past the Version Check and patching process.
Now when running ffxivboot.exe the game loads the Login Screen properly. I can
enter credentials and it logs in fine and then goes to the Launcher page.
On the Launcher Page I can get into Account Management just fine, however if I
click on the big red "Play" button nothing happens, it seems like the Launch
page just refreshes.
After logging in I tried leaving the Launcher page up and just executing
ffxivgame.exe however it acts like it is trying to launch and then simply
crashes.
Wine Configuration has Audio set to OSS instead of ALSA.
All graphics in ffxiv config are set to the lowest possible settings.
I have tried with both Hardware Mouse enabled and disabled via ffxiv config,
and with sound enabled and disabled aswell.
If there is any data I can collect to assist in troubleshooting let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14601
Summary: Easter egg of WinRAR do very slow speed of application
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
In About window you can see logo (icon) and logo (WinRAR word on the sea).
First logo is in 16 colors, this is strange: in Windows this is full-colored.
Double clicking do easter egg: it jump to down of window! Double clicking on
second logo (big WinRAR word) can do second easter egg, but it make very small
speed of application! Double click 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=31226
Bug #: 31226
Summary: MathCad 15 installer fails without native dotnet35sp1
Product: Wine
Version: 1.5.8
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
Tried repeating bug 31201 without native dotnet35sp1.
When the installer's progress bar hits about 50%,
I get a dialog
Fatal error in gc
GetThreadContext failed
Using ps, I see it's coming from "C:\users\dank\Temp\msi1c95.tmp HandBooks"
This is a 24KB .net executable, and running it by hand while that dialog
is still up generates another instance of the fatal error.
One sees lots of this error message on the web, mostly from Unity3d
apps conflicting with antivirus programs. I also recall seeing this
before when using Mono in Wine, so it's not specific to this app.
See also bug 30914 for another GetThreadContext failure which may be
the same 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=25192
Summary: 'fatal error in gc: collecting from unknown thread'
with Mono
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=31979)
--> (http://bugs.winehq.org/attachment.cgi?id=31979)
test case script
I'm trying to run Wix, a .NET application, on Wine. In order to do this I am
using the mono-gtksharp installer from
<http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtk…>.
When building an installer, I get the following error:
fatal error in gc
Collecting from unknown thread
Some digging around reveals that this message comes from Mono's use of the
Boehm garbage collector. There is a bug open in their tracker that talks about
the error <https://bugzilla.novell.com/show_bug.cgi?id=323578>; they seem to
consider it a bug in Wine.
I'll attach a shell script that reproduces this from scratch, almost
automatically. You just have to download Wix3.msi and drop it in the same
directory as test.sh.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34522
Bug #: 34522
Summary: Drakan: Order of the Flame demo crashes before
entering the main menu
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.fileplanet.com/11604/10000/fileinfo/Drakan-
Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45962
--> http://bugs.winehq.org/attachment.cgi?id=45962
log+backtrace
Crashes after intro movies.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27288
Summary: Facade installation ends prematurely when installing
to a directory name with a space
Product: Wine
Version: 1.3.20
Platform: x86-64
URL: http://www.interactivestory.net/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asb(a)asbradbury.org
Created an attachment (id=34897)
--> (http://bugs.winehq.org/attachment.cgi?id=34897)
console log
Tested in self-built wine 1.3.20, git HEAD, and 1.2.3. When installing Facade
with the default destination directory (C:\Program Files\Facade) and a fresh
WINEPREFIX, the installation ends prematurely. Interestingly, choosing
'C:\Facade' as the destination directory works, as does 'C:\Test\This\Facade',
while 'C:\Faceade Space' also fails. (to reproduce, remember to delete the
WINEPREFIX in between, or the installer will erroneously report success).
See the attached console 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=34739
Bug #: 34739
Summary: manual install of wine gecko gets in the wrong
directory in Wow64 wine
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: roland65(a)free.fr
Classification: Unclassified
When installing the gecko msi package with :
msiexec /i wine_gecko-2.21-x86_64.msi
on a wine 1.6 WoW64 architecture, then the gecko files are installed in
c:\windows\syswow64 directory instead of c:\windows\system32. Thus, 64 bits
iexplore doesn't work in this architecture.
Note that a manual install of wine_gecko-2.21-x86.msi goes correctly into
c:\windows\syswow64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18271
Summary: MSI creates incompatible msi file in a specific case of
create table
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tijnema(a)gmail.com
Created an attachment (id=20797)
--> (http://bugs.winehq.org/attachment.cgi?id=20797)
Test application for this bug (source and binary)
I was doing some testing on MSI, and figured that when using only 1 column in a
table with only 1 character, wine's msi implementation fails to create a
correct msi file.
When opening the msi file with orca, orca crashes after selecting the table.
Using native dll override for msi.dll, a correct msi file is generated.
The query I am using is
CREATE TABLE testTable (b INT PRIMARY KEY b)
Test application built in VS2008 (source and binary) is attached, it needs
vcredist package from microsoft to run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23487
Summary: Buccaneer: freezes when changing screen resolution
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.bigdownload.com/games/buccaneer-the-pursuit
-of-infamy/pc/buccaneer-the-pursuit-of-infamy-demo/
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=29315)
--> (http://bugs.winehq.org/attachment.cgi?id=29315)
standard console log
The game Buccaneer: The Pursuit of Infamy (an arcadish Pirates! clone) becomes
unresponsive when changing in-game screen resolution. This occurs both in
Wine's virtual desktop mode and in fullscreen.
If you untick the 'Fullscreen' option in the game (so it runs in windowed
mode), the freezing doesn't happen and I can switch resolutions successfully.
The game uses the Torque engine, there are D3D9 and OpenGL rendering modes
available. However selecting OpenGL rendering from the options menu doesn't
have an effect: the game always resets itself to the default D3D9 renderer.
You can check out the issue using the demo (122 Mb download size), I added the
link to URL.
How to reproduce the issue in the demo:
1. Install the demo and start it by T3D.exe. The game will notify you about the
latest update, you can install it, the game will restart after updating.
2. Go to 'Help & Options' in the menu, then select 'Settings'. Change the
screen resolution (default is 1024x768) and press 'Apply graphic changes' >>
the game will hang, although music is playing on, and htop shows the game
executable still consumes 50-60 % CPU.
Workaround: playing the game in windowed mode.
I attached the console output when the game freezes. I added winedebug=-dsound
to the command line to suppress the tons of dsound related fixmes in the log.
Fedora 13 x86
Wine-1.2-rc6
Nvidia 7600 GT / driver 195.36.31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28000
Summary: World War One Gold hangs during the initial loading
stage
Product: Wine
Version: 1.3.26
Platform: x86
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=35848)
--> (http://bugs.winehq.org/attachment.cgi?id=35848)
plain terminal output
World War One Gold Edition v1.08l never reaches the main menu after starting:
the game always stops at the same point while loading (the progress bar reaches
95-98% when the loading process halts).
The game is still using 100% CPU power, the mouse pointer is movable across the
screen and music is playing but nothing else happens (I've waited for about 15
minutes just to be sure).
The same problem when trying to start the game in Wine-1.0.1, 1.2.3 etc.
The game was installed in a clean wineprefix, no native dlls were used.
I found out that adding WINEDEBUG=warn+heap to the command line makes it
possible to reach the main menu. No additional lines in the terminal appeared
when warn+heap was used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22995
Summary: Adobe FrameMaker 8 installer displays complaint about
installation path drive type
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=4549
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28485)
--> (http://bugs.winehq.org/attachment.cgi?id=28485)
Adobe FrameMaker 8 installer +msi,+volume trace (lzma compressed)
With wine-1.2-rc2-51-gbbd93e5, after pressing Next at the "Setup Type" dialog
in the Adobe FrameMaker 8 installer, an "Invalid Installation Directory Type"
dialog is spawned, complaining about the destination drive type. Dismissing the
dialog, however, allows installation to continue. I suspect the problem is
msi-related, as a +volume trace shows that the GetDriveType invocation is
working correctly, and, within the ControlEvent msi table of the installer, a
SpawnDialog event for InvalidInstallDirType keyed to the Next button of the
SetupType dialog has condition:
_IsSetupTypeMin = "Typical" AND Drive_Fixed = "1"
which seems pretty strange, as a fixed drive is one that the installer is
supposed to accept. A +msi,+volume 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=25617
Summary: Clones crashes after a period of time (occasionally
with an out of memory error)
Product: Wine
Version: 1.3.10
Platform: x86
URL: http://clonesgame.com/sites/clonesgame.com/modules/pubdlcnt/pubdlcnt.php?file=http://clones.s3.amazonaws.com
/ClonesGameDemo_1.26.exe&nid=220
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=32618)
--> (http://bugs.winehq.org/attachment.cgi?id=32618)
terminal output
'Clones' is a nice Lemmings clone.
The game always crashes for me after 5-10 minutes of gameplay. Usually the
crash is preceded by some strange screen corruption (big red X-s appear on the
screen) but sometimes the crash happens out of the blue. It always happens
after you've been playing the game for 5-10 minutes.
No usable backtrace is generated. The issue is present in Wine-1.0.1,
Wine-1.2.2 and so on.
To reproduce the issue in the demo:
Because of bug #25606 you can only test the problem in the multiplayer mode of
the game.
1. After installation launch the game by ../Bin/ClonesGame.exe
2. Create a new profile then choose 'Tournaments' > 'Host Tournament'. Choose
the first available level (Beach). Uncheck the 'Public' option so other players
online won't disturb you in testing :)
3. <Start level>, <Start match>. You can play the game if you like it or simply
let it alone and wait for about 5-10 minutes. A crash is going to happen sooner
or later.
Sorry for the not so clear description but this is a problem that cannot be
reproduced easily (it doesn't happen right after starting the game or by doing
certain actions in the game).
Fedora 14 x86
Nvidia GeForce 250 GTS / driver 260.19.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30785
Bug #: 30785
Summary: MS Office 2007 reports msmxl 5 as uninstalled
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: jpxsat(a)gmail.com
Classification: Unclassified
Installed just Word, Excel & Powerpoint.
It opens, runs and all.
At closing things get crazy: MS Office tells that msmxl 5 is not installed,
then crashes.
I've read that msmxl 5 is part of MS Office 2007, something went wrong during
the install?
Have not tried a full install though, I just want those components.
Tell me what test do I have to run, if during install or something else...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29603
Bug #: 29603
Summary: Ski Challenge 2010: extremely long loading times
(unless Win98 mode is set)
Product: Wine
Version: 1.3.37
Platform: x86
URL: http://www.jeuxvideopc.com/demo/43133-ski-challenge-20
10.php
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
Starting a new game in Ski Challenge 2010 demo takes an unusually long time:
5-7 minutes.
Lowering the screen resolution/detail level, disabling audio don't make a
difference.
Besides the default Windows XP mode, I tried with Win2000, Vista as well as
Windows 7 mode: all the same.
What does seem to improve the loading time considerably is to set the Windows
version to Win98 in winecfg: loading a new game takes only 15-30 seconds
(depending on the detail level).
Steps to reproduce the problem with the demo:
1. Install the demo. Select 'Use custom installation' option and uncheck the
option 'Run Ski Challenge 2010 (FTV)'.
2. Start the demo by Updater.exe. The updater will fail, dismiss the error
message. The launcher should appear.
3. In the launcher go to <Options> --> <Manual> then click on <Accept>. Click
on <Play>.
4. When the main menu appears click on <Play> --> <Training>, select a course
and click on <Play>.
5. The game is loading but it seems to take forever to get into the game.
Terminal output doesn't reveal anything suspicious, just lots of
fixme:d3d:resource_check_usage Unhandled usage flags 0x8
Fedora 16
Nvidia 250 / driver 290.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37196
Bug ID: 37196
Summary: office
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dj_d424(a)hotmail.com
Created attachment 49445
--> https://bugs.winehq.org/attachment.cgi?id=49445
bugreport
office2007enterprise
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29788
Bug #: 29788
Summary: Microsoft Word 2007: Crash at saving a file.
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: EagleScreen(a)gmail.com
Classification: Unclassified
Created attachment 38697
--> http://bugs.winehq.org/attachment.cgi?id=38697
The terminal output.
Word crashes at saving a file, always, the save file dialog does not appears,
it crashes before. And word restarts.
This also produces an abnormal behavior on the KDE task manager, I only can
switch between application by Alt + Tab keys, this stops when I completely
close Word and wine.
This seems to be similar to http://bugs.winehq.org/show_bug.cgi?id=17464
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36952
Bug ID: 36952
Summary: Might and Magic VII + unofficial patch 1.6x crashes
when switching to windowed mode
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49063
--> http://bugs.winehq.org/attachment.cgi?id=49063
terminal output
Tested with the GOG.com version of the game + Grayface unofficial MM7 patch
v1.6.2 was applied.
When I press <F4> to switch to windowed mode from fullscreen the game crashes.
The same crash with Wine 1.2.3/1.4.1/1.6.2/1.7.22
Both fullscreen and virtual desktop modes are affected.
Fedora 20
Nvidia binary drivers 340.24
X.Org X Server 1.14.4
XFCE 4.10
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33464
Bug #: 33464
Summary: Firefox debug builds are not working
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gk(a)jondos.de
Classification: Unclassified
Created attachment 44296
--> http://bugs.winehq.org/attachment.cgi?id=44296
Log of Firefox Nightly startup
Trying to run a Firefox debug build (you may take the latest Nightly for
testing purposes found on:
https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/) under wine (1.5.28
and 1.4) leads to an infinite loop containing
### ERROR: WalkStack64: Invalid handle.
(see attachment for a bit more output).
This happens both on 32bit and 64bit systems (I used an Ubuntu 12.04) with the
32bit Firefox version (64bit Windows versions are not supposed to work).
Non-debug versions of Firefox are working fine with Wine. And nightlies are
working fine 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=30920
Bug #: 30920
Summary: Diablo 3: Random freezes
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)uukgoblin.net
Classification: Unclassified
Latest diablo 3 running on wine-1.5.6-105-gb5511bd randomly freezes. I've
experienced freezes: before clicking login; after clicking login and when
loading hero list; when clicking around in auction house; or during gameplay.
Freeze doesn't seem related to anything in particular, sometimes takes a few
minutes after I start the game, sometime it's pretty fast.
On the console, the last message (often repeated) is usually:
Handle Event: "auth validation event"
Game is running in virtual desktop at 1600x1000 resolution. I have AMD Phenom
X6 1090T (hexa-core) processor and AMD Radeon HD 6990 graphics card.
Symptoms of the freeze include locking the cursor to whatever it was during the
freeze (most often the diablo cursor) - when moving cursor around the screen's
existing windows it doesn't change. If the cursor was at a text editor during
the freeze, it'll remain to be the editing cursor wherever I move the mouse. No
windows respond to clicks. No windows update (including gkrellm on another
monitor).
The only solution is to killall "Diablo III.exe" from another shell, which
unlocks everything and brings the system back to operation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21520
Summary: Monty Python's Complete Waste Of Time by 7th Level
does not go beyond opening scene.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaybird25(a)gmail.com
Monty Python's Complete Waste Of Time game does not go beyond the opening scene
when started, the program just freezes. It did install correctly and seems to
start up properly under Wine. There are no errors reported when opening 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=26410
Summary: Wine sets gamma incorrectly - probably uses the
obsolete xgamma interface instead of xrandr interface
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
When I start a d3d game the gamma on the other monitor changes.
- this is probably an action taken by the program that triggers the gamma
change, it only happens on entering certain scenes
- there is a 'xgamma' utility that sets gamma on the other monitor as wine
does and is unable to set gamma on any other monitor
- I tried to set the "Use XRandr" registry from N to Y but Wine would still
only set gamma on the wrong monitor as xgamma does
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30888
Bug #: 30888
Summary: Europa Universalis 3 Chronicles crashes on startup
after setting master_volume=-1 in settings.txt
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liesdiedatei(a)gmail.com
Classification: Unclassified
Europa Universalis 3 Chronicles crashes on startup. Installation was done
according to gold status in winehq.com. Additionally, in settings.txt
master_volume=-1 was set.
See attached console output from wine eu3game.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=30843
Bug #: 30843
Summary: Adobe Flash 10 (only 10.0.x.x) fails to redraw
properly in fullscreen mode when hardware acceleration
is enabled (affects NP plugin when playing Youtube
movies and standalone flash-based apps like
Machinarium)
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://helpx.adobe.com/flash-player/kb/archived-flash-
player-versions.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
CC: hverbeet(a)gmail.com, stefan(a)codeweavers.com
Classification: Unclassified
This bug affects only Adobe Flash Player versions from 10.0 family (i.e. having
version numbers in 10.0.x.x range). I had tested it to affect almost each 10.0
release that had been released to public, namely: 10.0.12.36, 10.0.15.3,
10.0.22.87, 10.0.32.18, 10.0.42.34 and 10.0.45.2
Full screen hardware accelerated mode of Adobe Flash 10 had been failing hard
(hanging, crashing, e.t.c., check bug #25533 for example) on systems up until
the commit bd97589d. Starting with that commit and up to Wine 1.5.5 hangs no
longer happen but there's an issue with Flash player not being able to redraw
its window contents when in in fullscreen mode.
This problem only happen in case "Hardware acceleration" is enabled (relevant
checkbox is checked in "Properties->Display" of the dialog box that is
accessible by right clicking on flash player window contents and selecting
"Properties..." menu item). Inspecting CPU usage and wine trace logs makes me
believe that hardware-accelerated fullscreen mode differ from other operating
modes of Flash Player (non-fullscreen or fullscreen without hardware
acceleration) in that it uses direct3d to do rendering.
Easiest way to reproduce problem is by installing fresh version of Firefox into
the prefix, applying workaround for bug #17273 (check comment #11 in that bug),
installing any release of Adobe Flash 10 Player NP plugin and trying to
playback any clip from Youtube in fullscreen mode. In case prefix is configured
to run in non-virtual-desktop mode (i.e. Wine creates a separate X visual for
every window windows apps tries to create) - Flash Player fullscreen window
won't be redrawed properly (i.e. would display statically a frame that had been
playing at the moment of switching into fullscreen mode). In virtual desktop
mode active for prefix "fullscreen" Flash Player window would be redrawn but
there would be some rendering artifacts noticeable looking like "periodical
quick jumps backwards in time and than back".
Trying to apply fixes like activating "AlwaysOffscreen" wined3d mode doesn't
help (at least on the workstations I used to test/reproduce this bug).
With standalone Adobe Flash 10 based appls like Machinarium which don't
auto-quit fullscreen mode upon focus loss another interesting observation could
be made: Flash Player fullscreen window contents seem to redraw properly as
soon as there's some other window overlapping player's window which moves back
and forth. Simply having some other window sitting still in front of Flash
Player fullscreen window doesn't helps, one would have to move it in order to
force Flash Player into redrawing its window contents.
I'm not attaching logs to this bug as it seems that it is pretty easily and
quickly reproducible by anyone wishing to debug it. As far as I can tell from
inspecting logs (and comparing then with ones captured with Flash Player 10.1 -
which doesn't experience this bug) there are no obviously suspicious lines
there for relevant debug channels (ones acquired by grepping for "DEBUG_CHA"
inside wined3d and winex11.drv source tree folders).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30494
Bug #: 30494
Summary: Microsoft SQL Server Management Studio Express 2005:
"Open table" fails
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
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 39878
--> http://bugs.winehq.org/attachment.cgi?id=39878
log of ssmsee.exe - steps as described.
To reproduce:
Connect to a server
Select Databases
Select a database (create one if necessary)
Select Tables
Right-click on a table (create one if necessary), select "Open table" from the
context menu
May be a duplicate of bug 12659 - log contains:
err:ole:CoGetClassObject class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not
registered
err:ole:create_server class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7}
could be created for context 0x15
winetricks dotnet20 is needed to run the application. A running instance of SQL
Server is needed to reproduce this 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=30490
Bug #: 30490
Summary: Unreal 2 installation fails
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prueboblog(a)gmail.com
Classification: Unclassified
When it ask for a path, if you change it and press next, it fails and shows the
same dialog and ask again for a path and don't continue 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=29536
Bug #: 29536
Summary: Popup window shadows sometimes rendered all-black with
Microsoft winhlp32
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38269
--> http://bugs.winehq.org/attachment.cgi?id=38269
FACTS.HLP compressed with bzip2
This bug shows up when running Microsoft winhlp32.exe under Wine. I tested the
versions from Windows 98 and XP.
Some help files contain links which when clicked open a pop-up box. The box has
a semi-transparent shadow effect to the right and below, achieved by rendering
alternate pixels of the shadow area black.
In Wine, sometimes the shadow is rendered entirely in black. Whether it's
rendered correctly or in black doesn't seem to be consistent; you can click a
popup link many times and sometimes the shadow is rendered correctly, other
times in black. Or on a page with multiple popup links, clicking on different
links gives a different result.
Try viewing the attached FACTS.HLP in Microsoft winhlp32 under Wine. Various
pages of that help file have popup links.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28891
Bug #: 28891
Summary: MathType add-on doesn't work in MS Word
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: yesint3(a)ukr.net
Classification: Unclassified
MathType add-on doesn't work in MS Word under wine. This makes MathType almost
useless.
In Windows on the first launch of Word after installing MathType Word asks if
you trust the macros and then MathType toolbar appears and works. Under wine
add-on is not recognized, extension "MathType Commands 6 For Word.dot" is not
active. If I re-enable it by hand it shows "Loading MathType commands..." and
then Word crashes.
Tested on Xubuntu 11.10 x86_64, wine-1.3.28, MS Word 2003 Pro, MathType 6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29312
Bug #: 29312
Summary: FirstClass Client 11.017 freeze
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: jorgenqv(a)yahoo.com
Classification: Unclassified
Created attachment 37904
--> http://bugs.winehq.org/attachment.cgi?id=37904
Log running FCC 11.017
Trying to get latest FirstClass client (FCC) to work in Wine 1.3.33/34
(ubuntu-wine-ppa-oneiric) with the following problems in Ubuntu 11.10 with
Unity. The same behavior in Ubuntu 10.04 LTS with Wine 1.3.31
(ubuntu-wine-ppa-lucid).
If you got your settings file and the login screen finaly shows - and you
write your correct login and password and hit the enter key - FCC freezes. The
workaround is to click on the green login arrow button next to the password
field instead of hitting enter - not obvious for most users.
This bug is separated from
http://bugs.winehq.org/show_bug.cgi?id=29150
as suggested in forum here:
http://forum.winehq.org/viewtopic.php?t=14283
/Jorgen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28074
Summary: Audiosurf: mouse too sensitive during gameplay
compared to running in Windows
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
When playing Audiosurf using Wine, the mouse is too sensitive and it's easy to
make mistakes as a result, such as hitting greys.
This does not happen when running Audiosurf in 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=27953
Summary: PartyPoker doesn't start
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: niklas0911(a)gmail.com
Hi,
I hope this is the right area to post my problem.
If I start the PartyPoker-client, I don't get any feedback from the PartyPoker
Server. It just appears a splash screen with "Preparing connection". But all in
all I can't gamble.
It has to be a wine error, because the web client of PartyPoker works quite
well.
But I need some features of the normal client, so it would be nice, if you
could try to solve this...
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=27471
Summary: Memory Access Violation message when trying to start
WARSHIP COMBAT : NAVIES AT WAR
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xaron77(a)fastmail.fm
Created an attachment (id=35125)
--> (http://bugs.winehq.org/attachment.cgi?id=35125)
Messages in terminal when I try to start the game.
It's impossible to run it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26821
Summary: Micrografx Designer does not show files when trying to
open a file in the file dialog though they are there
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dieter.jurzitza(a)t-online.de
Working with Micrografx Designer 3.1 is ok now. However, there is one bug that
is very boring. When trying to open a file from within Designer, it is not
shown though the directory contains many files. I will provide an attachement
to depict this behaviour more in detail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29378
Bug #: 29378
Summary: Non-aligned pointer being freed (MacOS) seconds after
an app exits
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
On MacOS, I observe random occurrences of
malloc: *** error for object 0x402086a0: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
after an app exits.
A message like that has been mentioned in bug #28291, bug #22722 or bug #21655,
comment #4 and bug #28039, comment #6. I don't know if the cause is always the
same.
I once thought it may be caused by audio but it's not. It currently presents
itself as follows: the message appears a few seconds after an app (e.g.
winecfg) exits, thus I believe it's in the server (it might be one of the
services). Not every call to winecfg terminates with that message.
Using WINEDEBUG=+coreaudio I observed that it can appear after winecfg even
when not clicking the audio tab, thus audio is loaded and not the cause.
Setting a breakpoint doesn't help:
macmini$ wine winedbg winecfg
WineDbg starting on pid 0024
0x7b852d7b _start_process+0x5b in kernel32: movl %edi,0x4(%esp)
Wine-dbg>break malloc_error_break
Breakpoint 1 at 0x90d4e4ae malloc_error_break in libsystem.b.dylib
Wine-dbg>cont
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
#... app exits normally
Invalid address (0x90d4e4ae malloc_error_break) for breakpoint 1, disabling it
Process of pid=0024 has terminated
#... app exited normally. Waiting a few seconds before typing:
Wine-dbg>cont
No process loaded, cannot execute 'cont'
#... still no message
Wine-dbg>quit
macmini$
#... a few seconds later:
wine(26283,0x4080c200) malloc: *** error for object 0x402086a0: Non-aligned
pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
wine(26283,0x4080c200) malloc: *** error for object 0x402085a0: Non-aligned
pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28413
Summary: Sound play in games and programs causes brief "pauses"
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
When playing games such as 3D Pinball Space Cadet, Lemmix etc., every time a
sound plays, the game briefly "pauses" at the same time. I'm sure this has
occurred since Wine version 1.3.25 was installed and it has been a problem ever
since.
This is also discussed with technical info from Raymond, in comment #46:
http://bugs.winehq.org/show_bug.cgi?id=22880#c46. Also explained here in
comment #6 onwards: http://bugs.winehq.org/show_bug.cgi?id=28060#c6
I'm not sure if this bug report has been filed already (I did search) or if
this bug report contains enough information?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26703
Summary: No sound in Opendisc
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=34007)
--> (http://bugs.winehq.org/attachment.cgi?id=34007)
Opendisc execution backtrace
There was no sound when playing an opendisc CD.
* fixme:bitblt
* fixme:font
* fixme:mixer
* err:alsa
* fixme:dsalsa
* err:mcicda
cf. attached backtrace
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30661
Bug #: 30661
Summary: Rosetta stone 3.4.7 can't detect microphone
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r_rozx(a)yahoo.com
Classification: Unclassified
Created attachment 40135
--> http://bugs.winehq.org/attachment.cgi?id=40135
Image from rosetta stone
I have ubuntu 11.10 , I installed Rosetta stone 3.4.7 via wine . The
installation was perfect with no errors but the problem is
Rosetta stone 3.4.7 can't detect microphone .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27911
Summary: Baldurs Gate II can't save a game if installed on ext4
partition due to a capital letter in folder name
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
I've checked this on:
Wine 1.3.24 - Gentoo x86_64 on laptop 1
Wine 1.3.15 and 1.2.2 - LinuMint 64 on laptop 2
If I install the game (BG 2 with TOB and patches in one) and start new game I
won't be able to save it - the game will show a message box stating that it
couldn't save the game (it creates the folder for saved game and few files but
not all). Wine doesn't print any debug. Autosave on new game usually succeeds.
The game has a "Save" folder for saved games. I've created also "save" (and
"SAVE"). It solved the problem as everything got saved in "save" folder. If
installed on ext3 - no problem (also BG1 works without problems on ext4).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26883
Summary: Sibelius 6 crash on startup after clean install
Product: Wine
Version: 1.3.18
Platform: All
URL: http://www.sibelius.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mabecabu(a)frontier.com
Created an attachment (id=34277)
--> (http://bugs.winehq.org/attachment.cgi?id=34277)
Terminal output
After installing Sibelius 6 from the retail CD, it refuses to start, displaying
the message:
<quote>
Error: 150021 (ERR_AUTH_REGTOOL_CANT_ACCESS_PIPE)
</quote>
And then states:
<quote>
There was a problem with file permissions. Are you logged in as an
administrator?
</quote>
It then exits. Running Sibelius as root makes no difference.
Dsound and Visual C++ 2008 runtimes are installed and required for Sibelius 6
to run 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=26623
Summary: Tahoma glyphs have non-uniform size/look
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Created an attachment (id=33891)
--> (http://bugs.winehq.org/attachment.cgi?id=33891)
screenshot of Tahoma used in gedit
I installed the Tahoma font in my fontconfig path in an attempt to fix an
application that insisted on using a Tahoma font.
When gedit is set to use font Tahoma 12 it renders some glyphs (eg rcaron) in
different size, weight, etc.
I can't enter these characters in Notepad so I can't tell if this happens in
Wine 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=30792
Bug #: 30792
Summary: Solidworks2011: Crash when opening/starting a new
drawing
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: maarten.bezemer(a)gmail.com
Classification: Unclassified
I have installed wine (1.5.5) from the Ubuntu PPA.
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
$ uname -a
Linux lenovo-t400 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce from a clean (non-existing) .wine directory:
- $ WINEARCH=win32 winetrics vcrun2008
- $ WINEARCH=win32 wine /path/to/solidworks2011/swwi/data/setup.exe
- Finish installation
- $ WINEARCH=win32 wine ~/.wine/drive_c/Program\ Files/SolidWorks/SLDWORKS.exe
- Click on 'New File' (when solidworks is started for the first time, you have
to specify some details about measurements)
- After a while SolidWorks crashes (before you can choose what type of drawing
you want to create). It shows the SolidWorks crash handler, asking whether to
send the crash report to their HQ.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30502
Bug #: 30502
Summary: Echo: Secrets of the Lost Cavern Missing GUI graphics
Product: Wine
Version: 1.5.2
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 running this game in FBO, PBO or PBUFFER modes (with or without
multisampling), parts of the GUI are invisible.
Namely menu button backgrounds, dialog backgrounds (texts are visible) or
tooltips.
When using backbuffer, everything works, but it is upside down, will file a
separate bug for this.
Demo:
http://www.gamershell.com/news_22111.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=29210
Bug #: 29210
Summary: SPTD is not supported (affects Alcohol 120%)
Product: Wine
Version: 1.3.33
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
Followup of bug 12910. Install fails with "This platform is not supported".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28993
Bug #: 28993
Summary: Wrong equation rendering in MS Word 2007
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksey_r(a)list.ru
Classification: Unclassified
Created attachment 37309
--> http://bugs.winehq.org/attachment.cgi?id=37309
The doc-file where first two formulas are created in wine-Word, and the rest in
Windows-Word
When I open a doc-file with some formulas (the file was created on windows
machine), sometimes they are rendered a bit wrong.
After opening them in equation editor they are rendered OK. After saving the
doc-file anything is OK. But when the changed file is opened on MS Word 2007 on
Windows machine, the formulas which were opened in Equation Editor on wine
Word, are rendered wrong. And I have to open them in Equation Editor and save
document to see them in right way.
The MS Equation 3.0 is used (the old version).
In the attachment there's a file where first 2 formulas are created in MS Word
2007 installed on Wine, and the rest is created in MS Word 2007 installed in
Windows.
Override of gdiplus (installed via winetricks) didn't help.
OS: OpenSuse 11.4 64 bit
Wine: 1.3.31, win32 wine prefix
MS Office: 2007 Enterprise SP2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28599
Bug #: 28599
Summary: Team Fortress Arcade sound issues with directmusic
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagman.staredsi(a)gmail.com
Classification: Unclassified
By default with wine 1.3.29 Team Fortress Arcade have no sound but installing
directmusic from winetricks the sound gets working. The problem comes when the
game try to play more than a sound file at the same time. Then the previous
sound stops playing and the game freeze while wine is loading the next sound
file. I attach the output of wine using:
- WINEDEBUG=+tid,+mmdevapi,+winmm,+midi,+dsound,+oss,+alsa,+coreaudio
- directmusic installed via winetricks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18304
Summary: OU Graph Plotter unhandled exception
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20835)
--> (http://bugs.winehq.org/attachment.cgi?id=20835)
wine-1.1.20-108-g445567e Graph Plotter
I get two very similar unhandled exceptions in two Open University
applications, Graph Plotter and elconfig.exe
To recreate:
1. Enter data in Graph Plotter.
2. Plot Graph.
OR
1. Launch S103 Block 8 Section 2
2. Skip twice (to skip voice introduction).
3. Enter an incorrect answer (correct answer doesn't cause the error).
Both cause an unhandled exception:
Unhandled exception: denormal float operand in 16-bit code
Logs for both 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=11902
Summary: Miranda IM window improperly rendered totally
transparent
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://files.miranda-im.org/builds/miranda-v080a10w.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11194)
--> (http://bugs.winehq.org/attachment.cgi?id=11194)
Output of Miranda IM from startup to shutdown
Reproducing this issue is simple. Simply obtain and extract the ZIP file from
the bug URL, and run miranda32.exe from the extraction folder. A made up
profile name can be used, and then any login windows should be canceled. An
import wizard will be shown, but by this time the Miranda IM window is supposed
to be drawn. In actuality, the Miranda IM window is rendered totally
transparent, and from the terminal, the messages:
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 150 for
AC_SRC_ALPHA
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 180 for
AC_SRC_ALPHA
which would seem to point at an issue in winex11.drv. Output 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=11536
Summary: Worms World Party doesn't respond after match
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpgraca(a)gmail.com
After most matches, like missions and deathmatch and in multiplayer games in
the 3rd game, the game doesn't respond to mouse input and I only get beeps when
I click on the window. This does't happen in multiplayer games whenever the
final result 2-0 or 1-0.
I get no stange message in the terminal.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24101
Summary: [Urgent] CreateProcess failed (1359) with process
tree.
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guillaume.ortega(a)OpenPlug.com
Hi,
I working on porting an IDE on MacOSX with the help of Wine, And I discover a
random bug on wine.
Please use the sample code in attachement (BugProject visual studio project) to
reproduce it (to be compiled on Windows)
On Mac with Wine I get this type of message (Log in attachement
TestMacOSX10.6.4.log):
CreateProcess failed (1359).
On Windows everything work (Log in attachement WindowsXPSP3.log).
I used wine 1.2, 1.3.0 and 1.1.39 on MacOSX 10.6.4 SnowLeopard (Intel hardware)
and Windows XP SP3.
Could you help me?
Best Regards,
Syphius.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24353
Summary: MS-Word. export LANG=he_IL.UTF8. Broken word order
while writing.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dotan.g(a)gmail.com
Hi,
I am an Hebrew speaker and writer. Hebrew is written, unlike English from
right-to-left. That means that when I write a document, I use both languages.
MS-Word has a long history of bug concerning this language switch inside the
document. But, I never had this problem before:
When I run MS-Word on wine, I use this: "export LANG=he_IL.UTF8". This enables
Hebrew. When I write in Hebrew it's fine and it works great. but, if I switch
to English... then the sentence "The car was damaged pretty badly" looks like
this: "car was damaged pretty badly the". if I use capital letter in the
beginning, then it looks like this: "he car was damaged pretty badlyT" if I use
a comman: "damaged pretty badly was .the car" and so on...
It seems that it can't handle ",./'\][!@#$%^&*()" as well as Capital letters
along side with the fact that it does a mix of a regular sentence.
If I hadn't run it with: "export LANG=he_IL.UTF8", then the same as above would
apply for Hebrew as well.
It is basic and very common for duel language writers to use both languages in
one document. the solution I found so far was just to use one of them... but I
can't really work like that.
Please check this out, MS-Word is an important tool as you may know.
Thank you for the attention,
Dotan.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10210
Summary: skybox is draw incorrectly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/combatfs2/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8824)
--> (http://bugs.winehq.org/attachment.cgi?id=8824)
picture of error
When i launch the game it opens and the skybox outside of the cockpit is all
black, then when I press the escape key it brings up a box to confirm exit and
the sky is drawn, if I press cancel it goes back to being all black
--
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=20427
Summary: Lemmings Paintball: Crash when switching to
fullscreen.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
When you choose to switch to fullscreen mode the game crashes (see attached
terminal 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=24980
Summary: windows size not saving
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emoxam(a)gmail.com
openned client connection do not save it's size after it was full screened
once.
it became always "fit to screen" 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=24197
Summary: Borderlands : installer skips many steps before
installing
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30465)
--> (http://bugs.winehq.org/attachment.cgi?id=30465)
log +msi
When I attempt to install Borderlands, the setup program installs the game
right away. It skips many pages and questions (eg. which users are allowed to
access the game, the game directory, etc.). When testing the game in Windows,
the installer asks all the required questions before installing the game. In
both cases the Launcher.exe program was used.
I uploaded a +msi log. If you need anything else, please ask.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25011
Summary: whispers don't suggest the files while typing names
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emoxam(a)gmail.com
"whisper" is a program! where you can store your password in a crypted
password.
So in the field "file name" i cannot find the file,
while i am typing the name of file system ignores me.. for sure i can use this
"type'n'select" function in a list of files.. but it's not what i want to.
how it always and everywhere working (even so whisper working in windows)
in the field "filename" you can type the fisrt letter of the file and the press
"enter" to open it if system suggest you a right file, or use scroll with a
"up" and "down" keys to select the other files system suggest you with letters
you typed.
Thank you!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11665
Summary: acdsee pro2 raw files
Product: Wine
Version: 0.9.55.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0632087736(a)orange.fr
CC: 0632087736(a)orange.fr
Installation of ACDSEE pro2 to manipulate raw picture files is from CD seems to
be ok
Try to start ok nothing special, clock in mouse icone in place of arrow and
nothing append no crash no error message, no run acdsee
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17548
Summary: wine startup scans all fonts, takes ages
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix-wine(a)fefe.de
wine startup takes ages for me, particularly the first time. I have about 3500
fonts installed on my system, and wine opens all the files at startup. This
takes 15-20 seconds on my moderately fast PC. I find this completely
unacceptable. We already have TWO font databases to avoid exactly this
unnecessary work: fontconfig and the "Software\\Wine\\Fonts\\External Fonts"
key in user.reg.
Please give me a way to stop 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=24997
Summary: HeavyMetal Pro crashes on closing when a Mech design
was loaded
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: bunglehead(a)gmail.com
Created an attachment (id=31669)
--> (http://bugs.winehq.org/attachment.cgi?id=31669)
Crash on close with Wine 1.3.6
Nikolay Sivov fixed bug 21665 with commit
6ec621e835e03f715d5fee27c5de5b0d361814de in Git, since then it is possible to
easily load any Mech design in HeavyMetal Pro 5.10 R3. But unfortunately this
commit revealed another bug: if you've loaded any Mech design (I think I've
tried over twenty by now) and then close the program (any other action like
attempting to print (see bug 21666) doesn't change this behaviour), you get the
crash you can see in the attached log.
I'm currently using Wine 1.3.6 + 2 patches (see
<http://dev.carbon-project.org/debian/wine-unstable/> for details).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14772
Summary: The Hobbit (Game) can´t install
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pro.rammstein(a)googlemail.com
Created an attachment (id=15296)
--> (http://bugs.winehq.org/attachment.cgi?id=15296)
it´s the report of the terminal
The game instalation stops at the half with the errror -1603 (msi)
I coppied the two cd on my harddrive3 and started the insatlation.
sorry for my bad english
hope you can help or fix, marcel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30013
Bug #: 30013
Summary: MS Project 2010: Task inspector is not available
Product: Wine
Version: 1.4-rc5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
When trying to open a task with allocation problems in the Task Inspector a
dialog pops up stating that an error occured when loading the web pane.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.