http://bugs.winehq.org/show_bug.cgi?id=33159
Bug #: 33159
Summary: Loading of some copy-protected .dll Files is not
working (i.e. activation.dll, awc.dll)
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank(a)ambertation.de
Classification: Unclassified
Some .dll Files are packed and stripped of the relocation table in order to
provide some level of protection against dissasemblers. Those files are
commonly found in DRMed Software.
Trying to start Sim City (2013) in wine on OSX will give a "Activation.dll load
failed" Error. Using WINEDEBUG=+map_image you will find the following line in
the logs
4348.132:0009:warn:module:map_image Need to relocate module from 0x40000000 to
0x10d0000, but there are no relocation records
The same Application runs without problems on wine for linux.
On OSX the memory range 0x00075000-0x40075000 is reserved for WINE_DOS on
startup. When the .dll is loaded, the call to wine_mmap_is_in_reserved_area
will indicate that the base-addres of the library (0x40000000) is already
reserved forcing it to relocate to another, free address range. Without the
relocation table this is impossible and results in the above message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32451
Bug #: 32451
Summary: Cannot install the witcher enhanced edition from GOG
(installation freeze)
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigjohnaumic(a)yahoo.fr
Classification: Unclassified
Created attachment 42811
--> http://bugs.winehq.org/attachment.cgi?id=42811
log file
The installation process is freezing at about a third.
There is a popup with nothing written inside and 4 buttons : 'ok', 'cancel',
'abort', '???' (I can't see the last it's cut and the window is not resizable).
No matter which button I click on the result is the same : it does nothing. I
have then to quit the installation (ctrl-c).
I use a fresh 32bit prefix (with winetricks d3dx9_36 d3dx9_43 vcrun2005).
I use the installer in 7 parts (one .exe and six .bin)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31002
Bug #: 31002
Summary: Livezilla crashes on start without native dotnet20
Product: Wine
Version: 1.5.7
Platform: x86
URL: http://www.livezilla.net/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 19329
Classification: Unclassified
Created attachment 40695
--> http://bugs.winehq.org/attachment.cgi?id=40695
terminal output
Install livezilla and attempt to start LiveZilla.exe. It will fail with some
heap errors/stacktrace. Removing mono/installing dotnet20 works around it, and
gets it to the next failure (missing fonts).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27774
Summary: VMMap: cannot activate window
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://technet.microsoft.com/en-us/sysinternals/dd5355
33
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Read about it while reading about the Stuxnet worm. I don't fully expect the
app to work on wine (yet :)), but running it works without crashing. I can't,
however, activate the window.
To reproduce:
$ wget http://download.sysinternals.com/Files/vmmap.zip
$ unzip vmmap.zip "vmmap.exe"
$ wine start /min notepad.exe
$ wine vmmap.exe
accept the license, choose notepad, then click ok. The main window will now
appear, but you cannot click anything in it. You can still move it with
alt+drag, though.
Virtual desktop/disabling window manager control/decoration don't make a
difference.
Terminal output is pretty short:
austin@aw25 ~ $ wine vmmap.exe
fixme:system:SetProcessDPIAware stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:service:EnumServicesStatusExW resume handle not supported
fixme:service:EnumServicesStatusExW resume handle not supported
fixme:heap:RtlQueryHeapInformation Unknown heap information class 2
fixme:debug_buffer:RtlCreateQueryDebugBuffer (0, 1): stub
fixme:debug_buffer:RtlCreateQueryDebugBuffer (96, 1): returning 0x145658
fixme:debug_buffer:RtlQueryProcessDebugInformation (33, 204, 0x145658): stub
fixme:debug_buffer:RtlDestroyQueryDebugBuffer (0x145658): stub
fixme:file:K32GetMappedFileNameW (0x4c, (nil), 0x33c3bc, 260): stub
fixme:file:K32GetMappedFileNameW (0x4c, 0x110000, 0x33c3bc, 260): stub
Then repeats these lines several dozen times:
fixme:virtual:NtQueryVirtualMemory (process=0x4c,addr=(nil)) Unimplemented
information class: MemoryWorkingSetList
fixme:virtual:NtQueryVirtualMemory (process=0x4c,addr=(nil)) Unimplemented
information class: MemoryWorkingSetList
fixme:virtual:NtQueryVirtualMemory (process=0x4c,addr=(nil)) Unimplemented
information class: MemoryWorkingSetList
fixme:file:K32GetMappedFileNameW (0x4c, 0x220000, 0x33c3bc, 260): stub
2f4c2ed326f82357006820b604a1f9ad99d95f38 vmmap.exe
59b65ca253c3af2dc0f010da13827efb03c7a618 vmmap.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17205
Summary: MessageBoxes doesn't have the copy(Ctrl-C) feature which
exists on Windows.
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diaasami(a)gmail.com
Created an attachment (id=19116)
--> (http://bugs.winehq.org/attachment.cgi?id=19116)
Source of a simple app that shows a messagebox
On Windows, When pressing Ctrl-C with a standard messagebox focused, the
caption and contents are copied to the clipboard(as text), this doesn't happen
with Wine's messageboxes.
When running the attached application and pressing Ctrl-C with the messagebox
focused on Windows, the following is copied into the clipboard:
---------------------------
Caption
---------------------------
Test
---------------------------
OK
---------------------------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31047
Bug #: 31047
Summary: unable to edit gedit's preferences
Product: Wine
Version: 1.5.7
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
Created attachment 40760
--> http://bugs.winehq.org/attachment.cgi?id=40760
Log: +winsock trace
1. Download win32 version of gedit
http://ftp.gnome.org/pub/gnome/binaries/win32/gedit/2.30/gedit-setup-2.30.1…
2. install via wine
3. start gedit
$ cd ~/.wine/drive_c/Program Files/gedit/bin
$ wine gedit.exe
4. click on edit->preference->view
Expect result:
"Text Wrapping"/"Line Numbers" and other options should be able to edit.
Actual result:
All these checkboxes are unable to edit.
There are two warnings from console at the first of running gedit:
** (gedit.exe:8): WARNING **: Failed to send buffer
** (gedit.exe:8): WARNING **: Failed to send buffer
A +winsock trace show:
warn:winsock:wsaErrno errno 32, (Broken pipe).
warn:winsock:WS2_sendto -> ERROR 10054
After that there are a lot output from console as below:
GConf Error: Adding client to server's list failed, CORBA error:
IDL:omg.org/CORBA/COMM_FAILURE:1.0
There as much of msvcrt message and winsock message with those "GConf Error":
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01c0 ignored
warn:winsock:wsaErrno errno 115, (Operation now in progress).
native msvcrt doesn't help.
Will attach a +winsock trace, maybe helpful. Not sure what component yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34153
Bug #: 34153
Summary: wine does not restore mode of direction keys properly
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unsuspicious.fakename+wine(a)gmail.com
Classification: Unclassified
Wine seems to change the up key from ^[[A to ^[OA but not always back (reliably
reproducible on unclean exits / crashes and such, but randomly happens after
clean exits too).
1) open terminal (tested in bash / zsh; with xfce4-terminal and lxterminal)
2) ctrl+v [up key] should give you: ^[[A
3) winecfg
4) ctrl+c in terminal to end winecfg
5) ctrl+v [up key] now gives you: ^[OA
This can - depending on shell configuration - temporarily break features like
p.e. bash history search bound to up/down ^[[A (but not explicitly ^[OA) and
leave end-users clueless due to the subtle / weird nature of the unexpected
behaviour.
That being said: Not sure if (wine) bug or (for some reason I can't grasp)
normal / intended behaviour. All I know is it took me quite a while and also
help to figure out what's happening and how to work around 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=21456
Summary: Mathematica 4.0 crash
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-pierre(a)piantino.com
Created an attachment (id=25836)
--> (http://bugs.winehq.org/attachment.cgi?id=25836)
Terminal output after launching Mathematica
Mathematica 4.0 was running in Wine 1.1.36 under openSUSE 11.1.
Upgrading openSUSE to 11.2 makes Mathematica crash at launch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17982
Summary: PatBlt cannot draw arbitrary parallelograms based on the
world transform
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Using the functions SetGraphicsMode and (Set|Modify)WorldTransform, it is
possible to define an arbitrary matrix to transform all points as things are
drawn to device contexts. Using this matrix, it should be possible to apply
arbitrary rotation/shear effects. Thus, rectangles drawn on the hdc can be
transformed into arbitrary parallelograms.
This only works on systems where GM_ADVANCED is supported (NT but not 9x,
according to MSDN).
I have written a test program that demonstrates this on Windows. On Wine, it
can only draw rectangles.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32050
Bug #: 32050
Summary: Running Dragon age 2 with High resolution textures
results in GL_OUT_OF_MEMORY errors
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
When Dragon Age 2 is run with the high resolution textures pack
(http://social.bioware.com/page/da2-patches), I get GL_OUT_OF_MEMORY errors in
about 30 seconds in game and it crashes. Some examples include :
err:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY
(0x505) from glTexImage2D @ surface.c / 2747
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501)
from glCompressedTexSubImage2DARB @ surface.c / 2364
err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY (0x505) from
glDrawElementsBaseVertex @ drawprim.c / 48
err:d3d:buffer_create_buffer_object glBufferDataARB failed with error
GL_OUT_OF_MEMORY (0x505)
err:d3d:buffer_create_buffer_object Failed to create a vertex buffer object.
Continuing, but performance issues may occur
Running the game with the highest DirectX9 settings (Medium, Anti-aliasing 16x)
and High Res textures disabled works well on my system.
wine 1.5.15
Dragon age 2 1.04 with all DLC
Nvidia 550 Ti 2GB Ram
Arch Linux X64
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25945
Summary: C_ASSERT doesn't fail if given non-constant expression
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander.scott.johns+winebug(a)googlemail.com
In commit wine-1.1.21-63-g5d31eb9 AJ changed the definition of C_ASSERT (in
include/winnt.h) to make it compatible with newer versions of GCC.
Roughly, the change was:
-#define C_ASSERT(e) extern char __C_ASSERT__[(e)?1:-1] __attribute__((unused))
+#define C_ASSERT(e) extern void __C_ASSERT__(int [(e)?1:-1])
Unfortunately, in GCC 4.4.3, the new definition of C_ASSERT doesn't fail when
given a non-constant expression. E.g.:
C_ASSERT(rand() == -1); /* ignored */
I think this is because GCC (as per C99) is treating the parameter of
__C_ASSERT__ as a VLA (variable length array), and so its type is equivalent to
int[*].
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33065
Bug #: 33065
Summary: Make it possible to build a winetest executable with a
single test
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
Currently WineTestBot runs individual tests through TestLauncher (see
testbot/src/TestLauncher). TestLauncher is responsible for checking for
potential issues like missing dlls that could cause the test to hang on an
error dialog. However that means duplicating a lot of WineTest's code and also
that TestLauncher tends to be out of date (see bug 31609 for instance).
Building the regular winetest.exe (with all the tests) and just running one
test would result in a lot of wasted disk space and bandwidth.
So the idea would be to make it possible to build winetest.exe and to only
include the one test we want to run in the resources.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19329
Summary: Program installs but client fails to connect to server
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.livezilla.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk(a)mandd.com
Using Wine 1.1.25 and a clean ~/.wine, I had to install dotnet20 and ie6 (I
used winetricks) before the installer would complete. After that the Livezilla
client will run. But when I try to connect to a Livezilla server, an error
window pops up stating:
--------------------------------------------------------------------
The underlying connection was closed: The connection was closed unexpectedly.
Further information:
The underlying connection was closed: The connection was closed unexpectedly.
--------------------------------------------------------------------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34865
Bug #: 34865
Summary: Can't execute mingw toolchain provided by Rtools
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)kirill-mueller.de
Classification: Unclassified
I can't execute "R CMD INSTALL" on an installation of R + Rtools in Wine
(latest version from PPA "ppa:ubuntu-wine/ppa"). A reproducible script and
console output can be found here: https://gist.github.com/krlmlr/7333242 . The
script will set and write to $WINEPREFIX and download to $DOWNLOAD_DIR.
Unfortunately, the logs do not show enough detail. After the line `about to run
R CMD SHLIB -o kimisc.dll rcpp_hello_world.cpp RcppExports.cpp --debug`, a call
to `gcc` is made. (I have added the output of the same call on my Linux system
to the Gist.) To me, it seems that the calling process is not notified when the
child process has completed, and it stops after a timeout. My hope is that this
has been seen before and that there's an easy fix. I'm really new to Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35344
Bug ID: 35344
Summary: Cygwin's post-install scripts fail on fork errors
Product: Wine
Version: 1.7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)georg.so
Classification: Unclassified
Executing 'wine setup-x86.exe' seems to work quite well (you can step through
the wizard, packages are downloaded and extracted) until the post-installation
bash scripts are executed.
Then I get for each script a message like:
running: C:\cygwin\bin\bash.exe --norc --noprofile
"/etc/postinstall/glib2.0.sh"
[..]
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xf0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xec: faking attribute info
fixme:ntdll:NtQueryInformationFile Unsupported class (34)
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xf4: faking attribute info
fixme:ntdll:NtQueryInformationFile Unsupported class (8)
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xfc: faking attribute info
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0x100: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0x124: faking attribute info
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0x128: faking attribute info
[..]
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: Resource temporarily unavailable
abnormal exit: exit code=254
The fork error message are always displayed after some kind of timeout.
Where to get the setup-x86.exe:
http://cygwin.com/setup-x86.exe
$ md5sum setup-x86.exe
c9818d3500e42fd9eb755d424450871a setup-x86.exe
Executing Cygwin's setup exe inside wine looks a little bit silly, but I want
to create a reference cygwin installation for deployment purposes.
see also: http://wiki.winehq.org/CygwinSupport
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35561
Bug ID: 35561
Summary: Some MSYS2 commands generate a stackdump
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: irwin(a)beluga.phys.uvic.ca
Classification: Unclassified
Created attachment 47484
--> http://bugs.winehq.org/attachment.cgi?id=47484
strace log of execution of mintty
The general problem is I cannot start MSYS2 (the successor to MSYS) using its
msys2_shell.bat startup batch file (see directions at
http://sourceforge.net/p/msys2/wiki/MSYS2 installation/ concerning how to start
MSYS2). That batch file (which executes a number of different MSYS2 commands)
exits almost immediately with a stack dump.
Alexey Pavlov, the developer of MSYS2, suggested I narrow down the problem by
attempting to execute the MSYS2 version of mintty.exe directly, and if that did
not work (which was the case) then run that app via the MSYS2 strace.exe
facility to help figure out what the exact problem is. MSYS2 strace.exe did
appear to work and I attach its log (and also the associated stackdump for
mintty.exe).
Here are some additional details in case there are any difficulties replicating
this issue.
I have used 3 different versions of 32-bit Wine which I built myself on my
Debian Wheezy system. Those are Unpatched Wine-1.6.1, patched Wine-1.6.1, and
patched Wine-1.7.12. The patch used was "Hackish patch to fix APC problem"
taken from http://bugs.winehq.org/show_bug.cgi?id=24018. The reason why that
extremely small patch is relevant is MSYS2 is essentially a simplified modern
Cygwin (as opposed to MSYS which is essentially a simplified ancient version of
Cygwin). Because the patched versions give improved results (see below),
apparently the modern bits of Cygwin that are still part of MSYS2 trigger at
least the APC Wine bug for modern Cygwin that did not occur for older Cygwin
versions.
The version of MSYS2 I am using is msys2-base-i686-20140205.tar.xz. Unpacking
that created a top-level directory name of msys32 which I have changed to
MSYS2-20140205 to help keep better track of which version of MSYS2 I am trying.
I ran the MSYS2 version of strace with the patched versions of Wine as follows:
wine@raven> wineserver -k
wine@raven> wineserver -p
wine@raven> wineconsole --backend=curses cmd
Microsoft Windows 5.1.2600 (1.7.12)
Z:\home\wine\newstart>PATH=Z:\home\wine\newstart\MSYS2-20140205\bin;%PATH%
Z:\home\wine\newstart>MSYS2-20140205\bin\strace.exe
MSYS2-0140205\bin\mintty.exe > strace.log
1069046 [main] mintty 44 cygwin_exception::open_stackdumpfile: Dumping stack
trace to mintty.exe.stackdump
The mintty terminal momentarily appeared before the stackdump occurred. After
that stack dump strace did not return (i.e., everything was hung), and the last
line in strace.log at that point was
616 1255194 [main] mintty 44 pinfo::exit: Calling ExitProcess n 0x8B,
exitcode 0x8B00
I exited the combination of mintty, strace, cmd, and wineconsole the
brute-force way by typing "wineserver -k" in a different Linux xterm which
added nothing else to strace.log.
The strace and stackdump results for patched wine-1.6.1 and patched wine-1.7.12
were virtually identical (except for numerical data like PID numbers). I have
attached the wine-1.7.12 versions.
When initially investigating this issue I was using unpatched wine-1.6.1. The
result of everything I tried was Wine error boxes concerning dll problems.
Those error boxes reminded me very much of my troubles in trying to run modern
Cygwin from Wine so I applied the APC-related patch, and sure enough, that got
rid of the error boxes, and I could get a lot further before I ran into a
different problem which is what I have described above.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13863
Summary: Armed Assault (ArmA) doesn't render any 3D graphics
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13933)
--> (http://bugs.winehq.org/attachment.cgi?id=13933)
Entire log minus 40000 duplicate lines.
The game fails to display any of the in-game graphics whether it's on the menu
or inside the game itself. It still renders the HUD and Menu's themselves, but
not the actual 3D game graphics. It spits out the errors (the ones which appear
many times in the attached log) about 5000 times a second.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34146
Bug #: 34146
Summary: Wings of Prey demo background image in launcher is not
shown
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.fileplanet.com/208822/200000/fileinfo/Wings
-of-Prey--Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45421
--> http://bugs.winehq.org/attachment.cgi?id=45421
launcher settings (wine)
Launcher hasn't background image.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33476
Bug #: 33476
Summary: fxc, the Microsoft Effect Compile, to work due to d3d
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: titan.costa(a)gmail.com
Classification: Unclassified
Created attachment 44310
--> http://bugs.winehq.org/attachment.cgi?id=44310
fxc log
Hi,
I can't get the fxc, the Microsoft Effect Compile, to work. Something goes
wrong with d3d.
The command line is:
wine fxc.exe /T fx_2_0 BasicHLSL.fx
Both fxc.exe and BasicHLSL.fx come from the DXSDK.
d3dcompiler_43.dll must be set as native.
Here is the output:
NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the
Nouveau driver instead.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f6e8,0x00000000), stub!
err:d3d:context_create Failed to set pixel format 1 on device context 0x80026.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x6002b.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:d3d:context_create Failed to set pixel format 25 on device context 0x10033.
err:d3d:context_create Failed to set pixel format 13 on device context 0x10035.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x10037.
Failed to create D3D device
Please check your SDK installation.
disassembly failed; no disassembly produced
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32596
Bug #: 32596
Summary: Skydrift background glitches
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: paulthetall(a)gmail.com
Classification: Unclassified
The game Skydrift works fine itself, but it has some nasty background glitches
which are very annoying. Especially in some specific levels this makes the game
un-enjoyable. Seems this counts for everyone tested this game:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25176&iTesting…http://appdb.winehq.org/objectManager.php?sClass=version&iId=25176&iTesting…
Have a screenshot attached.
If you need me to do some test debugrun stuff with some extensions let me know.
Mac OSX 10.8.2
AMD Radeon 6770M graphicscard
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29092
Bug #: 29092
Summary: Myst Masterpiece crashes on game entry
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: michael(a)mizapf.de
Classification: Unclassified
Myst Masterpiece Edition crashes on game entry, i.e. when you touch the first
link book. Link sound occurs, then a Program Error window pops up, reporting
that "The program mystmaster2k-d.exe has encountered a serious problem and
needs to close". The close button does not shut down the application, need to
close the window.
Same results for myst.exe, myst9x.exe, and mystmaster2k-d.exe. Reinstall of
Myst did not help. Seems to be a regression some time ago, because I could play
the same game about a year ago when it stopped working after a new OS
installation (including a new wine version). I gave up on it and tried to run
it again just recently but things seem to have not changed.
Last lines on console:
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000001 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x31aee0,0x00000000), stub!
fixme:font:CreateScalableFontResourceW
(0,L"C:\\windows\\QTFont.for",L"C:\\windows\\QTFont.qfn",(null)): stub
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0x1c1fe8 with type
WINED3DRTYPE_SURFACE (0x1).
wine: Unhandled page fault on read access to 0x0251736d at address 0x36fe0b8
(thread 002d), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33999
Bug #: 33999
Summary: IncrediMail crashes on startup (GetNextDlgTabItem
shouldn't return NULL?)
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 33996 with 'winetricks wsh56vb vcrun2005',
and bug 33998 with 'winetricks ie7', it eventually finishes its very
long 'configuring' progress bar. The next dialog crashes when you click
'next',
with:
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x25ff6766).
+relay,+seh reveals:
006e:Ret user32.GetNextDlgTabItem() retval=00000000 ret=67b5438d
trace:seh:raise_exception code=c0000005 flags=0 addr=0x67b54393 ip=67b54393
tid=006e
And applying the patch
http://marc.info/?l=wine-patches&m=127045782322161&q=raw
"user32/dialog.c: GetNextDlgTabItem returns hwndDlg if next item not found"
by Mikhail Maroukhine works around the problem.
Tested with
f05f8f39b559f2763f9e917dacb15c225357e7c4 IncrediMailSetup.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=26037
Summary: Tahoma Bold is not bold
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mansonigor(a)gmail.com
Created an attachment (id=33207)
--> (http://bugs.winehq.org/attachment.cgi?id=33207)
screenshot from wordpad
Tahoma Bold is bold only when has 9pt
Difference between "bold" and "bold italic" is that "bold italic" has larger
inverval between characters. But it's not bold.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33684
Bug #: 33684
Summary: Logos - Libronix DLS - update error.
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
Created attachment 44593
--> http://bugs.winehq.org/attachment.cgi?id=44593
terminal log
Updating Logos Libronix fails.
wine-1.5.31-42-g97f501b
winetricks ie6 used to work around bug 9758
steps to recreate
1. rm .wine
2. winetricks
3. wine DLSSetup.exe
4. wine Update.exe 30gAutoUpdate.lbxupd
After the initial program install, when trying to update the program a popup
window labelled 'Libronix Update' appears saying the update was not successful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22647
Summary: MindManager X5 Pro and MindManager 7
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crramirez(a)gmail.com
Created an attachment (id=27859)
--> (http://bugs.winehq.org/attachment.cgi?id=27859)
Mindmap without showing text
This application runs well, but they do not draw text correctly or do not draw
text at all. See the screenshots.
The applications are fast enough to be usable. The strange thing is that in
CrossOver 9.0 that is wine 1.1.34 based. It draws correctly but it is to slow.
I think that could be one of two problems:
* Font engine, due to CrossOver and wine have different ones.
* DIB Engine, maybe the dib engine was changed in recent wine versions and in
CrossOver don't.
Anyone can help me to do further tests in order to this issue be fixed?
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34379
Bug #: 34379
Summary: Splinter Cell: Blacklist voice stuttering
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Have a voice stuttering on WinXP and nothing in a terminal. When I switch to
WinVista all is fine, but has
fixme:avrt:AvRevertMmThreadCharacteristics (0x12345678): stub
fixme:alsa:AudioSessionControl_UnregisterAudioSessionNotification
(0xbfe4f80)->(0xef7f55c) - stub
fixme:alsa:AudioSessionControl_UnregisterAudioSessionNotification
(0xa268a18)->(0x69b38358) - 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=35194
Bug ID: 35194
Summary: Emperor: Battle for Dune does not show compressed
textures
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: c_korn(a)gmx.de
Classification: Unclassified
Created attachment 46945
--> http://bugs.winehq.org/attachment.cgi?id=46945
dune log (tar.gz)
Without running the emperor.exe with the "-C" command line argument the
textures are not shown (they are just black).
According to AppDB "-C" disables the compressed textures. Then the textures are
shown normally.
Attached you find the wine log without the "-C" command line argument.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23077
Summary: UltraEdit 16.10: Plus sign doesn't appear in directory
tree
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28652)
--> (http://bugs.winehq.org/attachment.cgi?id=28652)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install UltraEdit
3) wine Uedit32.exe
4) close all popup windows (buy now, tip of the day etc.)
5) In "File View" Window click on plus sign of "C" then "Program Files"
6) Click on plus sign of "Internet Explorer" branch will unfold, plus sign
changes to minus sign
7) Click on minus sign of "Internet Explorer" branch will fold
Behaviour:
After seventh step minus sign of "Internet Explorer" stays minus sign and I
cannot unfold that branch anymore
Expected behaviour:
After seventh step minus sign of "Internet Explorer" should convert itself into
plus sign and I should have ability to unfold the branch
In terminal I get only
fixme:win:LockWindowUpdate (0x100a0), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
for every successful fold/unfold 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=15741
Summary: Emule: Configuration asistant window is not repainted
correctly
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.emule-project.net
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16836)
--> (http://bugs.winehq.org/attachment.cgi?id=16836)
Screenshot in WinXP
The first time you run eMule, a configuration window will appear and after you
pass to the second step, the background of the first window will still remain
in the back. Check the 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=13569
Summary: Directory Opus: Installer hangs near the end of file
copy procedure
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perrym3(a)gmail.com
Created an attachment (id=13512)
--> (http://bugs.winehq.org/attachment.cgi?id=13512)
Output from wine during the install of DOpus
When installing Directory Opus, the installer works up until the point where it
starts copying the files to the hard drive. The progress bar moves to about
90% and then the installer hangs.
I received an error like the following:
err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process
heap section" wait timed out in thread 0021, blocked by 0009, retrying (60 sec)
It did wait 60 seconds, then it output another line like the one above. After
that I waited for 10 minutes but there was no more output. I had to kill the
process to get back to the shell.
Using Wine 1.0-rc3 on Ubuntu 8.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23166
Summary: X-Blade's launcher does not display background, button
images and cannot be closed.
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://games.on.net/file/25712/X-Blades_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The launcher does not display
*the background instead it displays gray background
*the images for the buttons instead it displays generic Window's buttons
plus you cannot close the launcher eg "Exit" or "Run Game".
Both appear to be in a launcher.dat file
body.bmp (background)
/img/*.png (button images)
Installing Internet Explorer 6 allows the images to displayed and you can close
the launcher
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34022
Bug #: 34022
Summary: Unimplemented function urlmon.dll.414
Product: Wine
Version: 1.6-rc4
Platform: x86-64
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
IE8 calls to urlmon.dll.414 when using native wininet to work around Bug 34021.
The supplied native urlmon.dll works around 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=9685
Summary: Punkbuster removes me from game for UNKNOWN WINDOWS API
FUNCTION [131124]
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.evenbalance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8104)
--> (http://bugs.winehq.org/attachment.cgi?id=8104)
punkbuster kick log
When playing America's Army with punkbuster enabled I am removed from the
server for UNKNOWN WINDOWS API FUNCTION [131124].
--
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=10859
Summary: access violation in mshtml.dll since 0.9.48 / Heredis 9
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lebon.sylvain(a)gmail.com
Created an attachment (id=9751)
--> (http://bugs.winehq.org/attachment.cgi?id=9751)
Wine output when the bug occurs
Since version 0.9.48, with Heredis 9, an error occurs when trying to display
html content with the gecko module.
An error window pops up : "Access violation at address 7DDXXXXX in module
'mshtml.dll' Read of address 000000XX", where X is a random number. The message
is sometimes followed by "Abnormal program termination" killing the program.
This error occurs with versions 0.9.48, 0.9.49, 0.9.50 and 0.9.51, but not with
previous versions. The tests were made using Ubuntu 7.10.
--
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=35141
Bug ID: 35141
Summary: Insecticide Part 1 runs but shows only black screen
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46877
--> http://bugs.winehq.org/attachment.cgi?id=46877
terminal output (built-in d3dx)
Upon starting the game the screen turns black and stays that way. The sound
from the intro video can be heard, then probably the main menu is displayed
because I can hear clicking sounds as the mouse pointer hits various menu
items, but nothing can be seen.
The same problem with Wine 1.4.1, 1.5.x, 1.7.x
Fedora 19
Nvidia binary drivers 325.15
X.Org X Server 1.14.4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16540
Summary: Sanity: Aiken's Artifact demo launcher bitmap is not
initially drawn
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://cdn.gamezone.com/pub/gamezone/12/7/20/SanityDemoS
etup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=18007)
--> (http://bugs.winehq.org/attachment.cgi?id=18007)
Sanity: Aiken's Artifact demo launcher screenshot
With today's Git (wine-1.1.10-371-g2aa7a7f), when launching the Sanity: Aiken's
Artifact demo, the demo launcher bitmap is not drawn and appears to be filled
in by the application background. Moving the window permits the graphic to be
drawn. There were no particular standard error traces of interest. Screenshot
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=35130
Bug ID: 35130
Summary: Confrontation: grass is red
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46861
--> http://bugs.winehq.org/attachment.cgi?id=46861
terminal output
Grass is red in the game (both in the cutscenes and in the main game) when
<video quality> option is set to either low, medium, high or very high. If I
select <very low> quality preset then grass is rendered correctly.
Native d3dx9_36 is needed to start the game.
Nvidia binary drivers 325.15
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33068
Bug #: 33068
Summary: PDFXCHANGEVIEWER build 206.0 crashed when I try save a
flie
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: test(a)fondtol.org
Classification: Unclassified
PDFXCHANGEVIEWER build 206.0 crashed when I try save a flie
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30039
Bug #: 30039
Summary: Can't download Adobe Photoshop CS 5 trial - Adobe
Download Assistant can't log in
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
I did
rm -rf ~/.wine
winetricks -q --no-isolate firefox
cd ~/".wine/drive_c/Program Files/Mozilla Firefox"
wine firefox 'http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop'
clicked on Download, double-clicked on the downloaded file to install
Adobe Download Assistant, and once it installed and started, tried to
log in to my (free) adobe account. This failed with
fixme:wininet:InternetSetOptionW Option 41 STUB
because our wininet doesn't support
InternetSetOption(,INTERNET_OPTION_USER_AGENT,) yet.
winetricks wininet works around the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12359
Summary: Express Rip can't detect the CD drive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.nch.com.au/rip/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I inserted an audio cd, made sure Linux could read the tracks,
then ran Express Rip. It popped up a warning saying it
couldn't find any cd-rom device. I went to winecfg and set
the drive type of my cdrom from autodetect to cd-rom.
That got rid of the popup, but still no dice detecting
the disc. Also happens with wine-0.9.42.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14715
Summary: TopStyle can't preview with wine's built in browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.newsgator.com/individuals/topstyle/default.as
px
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://noel.alanguilan.com/2008/08/01/topstyle-lite-on-linux/
complained that TopStyle Lite can't preview properly,
so I tried it. Sure enough, when you try to preview,
it says it can't create the web browser; the log shows
fixme:shdocvw:PersistStreamInit_InitNew (0x18a4a8)
fixme:shdocvw:OleControl_OnAmbientPropertyChange Unknown dispID -1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12363
Summary: Exact Audio Copy hangs early when in "native win32"
mode.
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://exactaudiocopy.de
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after bug 12361 and bug 12359.
Setting "native win32" mode in EAC options
as described at http://forums.gentoo.org/viewtopic-t-386370.html
causes Exact Audio Copy to lock up on the next startup.
It seems to wait forever for an event inside a windows
message handler for an app-defined message.
The next time you start EAC, it defaults back to the non-crashy
ASPI method, but that doesn't find discs for me (bug 12359).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12321
Summary: Some WinInet tests are invalid
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://winehq.org/pipermail/wine-patches/2008-
March/052323.html
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsh(a)linux.ucla.edu
Created an attachment (id=11789)
--> (http://bugs.winehq.org/attachment.cgi?id=11789)
Some test failures
Some WinInet tests fail on Windows (XP) and Wine if data is returned slowly.
The original report was here:
http://winehq.org/pipermail/wine-patches/2008-March/052323.html
Using a CGI script like the following and changing the tests to retrieve that
instead of the winehq.org page will cause some test failures such as attached.
#!/bin/bash
# CGI test script
sleep 1
echo Content-type: text/plain
sleep 1
echo
sleep 5
echo Hi
sleep 5
echo Bye
sleep 5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12361
Summary: Exact Audio Copy 0.99pb4 crashes in winemenubuilder when
creating png icon
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://exactaudiocopy.de
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://xithium.wordpress.com/2008/04/04/41/
complained that recent wine crashed on exact audio copy,
so I gave it a try. Sure enough, the following crash
happened during installation:
Unhandled exception: page fault on write access to 0x004586e0 in 32-bit code
(0x7ec9b935).
Backtrace:
=>1 0x7ec9b935 SaveIconResAsPNG+0x275(pIcon=<is not available>,
png_filename=0x12df60, commentW=0x33f274)
[winemenubuilder/winemenubuilder.c:262] in winemenubuilder (0x0033d108)
2 0x7ec9cb91 extract_icon+0x4a1(path=0x33f274, index=0x0, bWait=0x0)
[winemenubuilder/winemenubuilder.c:517] in winemenubuilder (0x0033d3b8)
3 0x7ec9e051 InvokeShellLinker+0x8f1(sl=0x12cfdc, link=0x33f908, bWait=0x0)
[winemenubuilder/winemenubuilder.c:1117] in winemenubuilder (0x0033f8a8)
...
0x7ec9b935 SaveIconResAsPNG+0x275 [winemenubuilder/winemenubuilder.c:262] in
winemenubuilder: movb %al,0x0(%edx)
262 pixel->rgbBlue = bgColor.rgbBlue;
That's in the code that was added recently to fix bug 4803.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=37136
Bug ID: 37136
Summary: Game Forsaken
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matheusvigomes(a)hotmail.com
Created attachment 49353
--> https://bugs.winehq.org/attachment.cgi?id=49353
Game Forsaken Level Up
Game Forsaken Level Up
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32179
Bug #: 32179
Summary: Diablo III: changing keyboard layout to nonlatin makes
all letters to be questionmarks
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imposeren(a)gmail.com
Classification: Unclassified
How to reproduce:
1. Start diablo
2. Login
3. Make chat active, change layout to nonlatin (russian for example) and start
typing anything
Wat will be in chat:
??????? ??? ?????
What should be there:
Привет, как дела?
How it works in windows 7:
Russian text is typed as it should be. Also there is a layout indicator after
each input feild in auction and in chat.
Maybe Diablo intercepts layout change and changes font
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35683
Bug ID: 35683
Summary: stereo sound L/R volumes extremely inaccurate
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: fdssfsfsfd(a)master.ms
I noticed this in SoF3 first, then downloaded RightMark3DSound to confirm it.
In RightMark3DSound, position the sound box just one pixel to the left and you
get mostly only sound on the left, same for the right side. If you use it on a
windows machine the sound volumes on each channel are as expected (meaning
entirely different).
Best demonstrated in this video: http://www.youtube.com/watch?v=WKfzNjz0w7s
I only added the asound.conf lines shown at the end of the video, because I
thought it might be 5.1 support weirdness of wine. What they do is to mix the
designated >2 channel PCMs down to stereo sound.
uname -a:Linux C1MPAQ 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014
x86_64 GNU/Linux
card: 08:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
module: snd_emu10k1
Bare alsa, no pulseaudio or other funny stuff. Used empty wineprefix (32bit),
also tried installing MS direct X dlls: no difference.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.