http://bugs.winehq.org/show_bug.cgi?id=14369
Summary: beware stack overflow into TEB
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14666)
--> (http://bugs.winehq.org/attachment.cgi?id=14666)
try to warn when stack overflows into TEB
It's too easy to overflow the stack and thus overwrite the TEB, particularly
when using external tools such as valgrind(memcheck) and printf :-) Try to
detect and give a warning. Patch is attached, and will be sent to
wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14368
Summary: enable more-robust debugging of signals and exceptions
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14665)
--> (http://bugs.winehq.org/attachment.cgi?id=14665)
ease debugging at lowest level of signals and exceptions
The code which handles signals and exceptions can be made more robust by using
symbols for some bare numeric constants (EXCEPTION_WRITE_FAULT,
EXCEPTION_EXECUTE_FAULT, EXCEPTION_READ_FAULT). Debugging can be made easier
with a *printf() that uses only a few hundred bytes of stack space, in contrast
to the several kilobytes required by the *printf() of glibc. With glibc it is
too easy to overflow the stack of only 12 KiB. Patch is attached, and will be
sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23426
Summary: WoW Battlechest 3.2.0 patch can't put up release notes
with ie6
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This only happens with 'winetricks ie6', so take it with a grain of salt,
but while applying the 3.2.0 offline patch, one sees the dialog
Cannot find 'c:\users\dank\Temp\Blizzard Installer Temporary Data -
50ad729f\patch.html?'
Note the ? at the end. Looking at the disk, I see that
~/.wine/drive_c/users/dank/Temp/Blizzard Installer Temporary Data -
50ad729f/patch.html
definitely does exist at this point. Does the pathway that
triggers loading that web page have a string termination problem?
Clicking OK on that dialog lets the patch continue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11906
Summary: werkkzeug3 TE does not work
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ripzonetriton(a)gmail.com
Created an attachment (id=11203)
--> (http://bugs.winehq.org/attachment.cgi?id=11203)
log
It installs/uninstalls fine but doesn't start properly and does not work.
Here is the download link: http://www.werkkzeug.com/
It's free to download but you have to follow a registration link.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17662
Summary: Failed to connect to the mount manager error in winecfg
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsfrerot(a)egliseespoir.com
Created an attachment (id=19849)
--> (http://bugs.winehq.org/attachment.cgi?id=19849)
screen shot of the error
After a fresh install of ubuntu x64 and installing wine
1.1.16~winehq0~ubuntu~8.10-0ubuntu1, winecfg gives an error when going to the
"Drives" tab. "Failed to connect to the mount manager", see picture attached.
I tried to launch it from the command line and here is what I saw:
[jsfrerot@jsfrerot-desktop ~]$ winecfg
err:process:__wine_kernel_init boot event wait timed out
err:winecfg:open_mountmgr failed to open mount manager err 2
I copied the .wine folder from a 32bit ubuntu and the drives were shown in the
tab (no errors with the mount manager)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10860
Summary: Poor graphics performance in Myst Online: Uru Live due
to software emulation
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Myst Online: Uru Live
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=9810) works
mostly fine using Wine, but what's noticeable is that the graphics is much
slower that on Windows. There I can use the best graphics settings and as long
as I'm alone in my age, the graphics is fluent (with my GeForce 8500 GT). On
Linux, I've got the lowest settings and it stutters all the time.
The reason seems to be that wine uses software emulation - I get the following
error many many times:
"fixme:d3d_draw:drawPrimitive Using software emulation because not all material
properties could be tracked"
and the CPU load is between 70% and 100%, depending on what is rendered.
--
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=14563
Summary: picasa can't play mp3 files during slideshows
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://picasa.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
1) install and run picasa for windows 2.7
2) Tools / Options / Slideshow
3) check
"Play MP3 tracks during slideshow"
4) under
"Select folder of mp3 tracks", browse to where you have mp3's, then click ok.
5) Select some image, play it as a slideshow.
There won't be any music. On the console, you see
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
You can reproduce this with the attached tiny C program; to run it,
find a .mp3 file (say, foo.mp3), and run
wine a.exe play foo.mp3 from 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=23977
Summary: Steam overlay can't use shift or caps lock
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: seanaloisi(a)gmail.com
Like the summary says, when I'm in Steam overlay it doesn't respond to shift or
caps lock, making all my characters stay in lower case and disabling some
others. All other features of Stem overlay work, and this is just a minor
inconvenience. If anyone knows how to fix, 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=9500
Summary: [StarCraft] Hitting the Browse button hangs the game
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rzadzins(a)wit.edu.pl
When I want to create a game, exactly when I try to browse for maps, after
hitting the browse button starcraft hangs (but responds to alt-f4 and exits
eventually). This didnt happen in 0.9.42, not sure about 0.9.43, happens every
time in 0.9.44.
--
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=15834
Summary: Spanish translation of main page is incomplete.
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
I wonder if there's any possibility that I can help with site translation in
Spanish; currently I see that the main information is in Spanish, but the menu
is not yet translated.
IMHO there should be more content in Spanish, so Wine becomes more widely
available.
Or if you want, we can use this bug report for "Spanish translation patches" or
something in the like.
For example:
This quote:
"If you simply must run your Windows programs, chances are you can make them
work with Wine." - Tom's Hardware Guide
Is currently translated to this:
"Simplemente debe ejecutar sus programas de Windows, lo más probable es que
pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
While IMHO should be:
"Si simplemente debe ejecutar sus programas de Windows, lo más probable es que
pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
Or (with more emphasis):
"Si simplemente tiene que ejecutar sus programas de Windows, lo más probable
es que pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19858
Summary: cygwin tar upset it can't change timestamps; breaks
build of cygwin's bash
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To debug bug 19856, I decided to try to build cygwin's bash
from source so I could see why it refuses to run some commands.
Hilarity ensued.
To repeat:
1) run
$ winetricks cygwin
and select gcc, automake, patch, and cygport
2) start a cygwin shell
$ cd ~/.wine/drive_c/cygwin
$ wine wineconsole cmd /c cygwin.bat
then use that for all further commands
3) read 'man cygport'
4) download the bash source package from your favorite cygwin mirror, e.g.
$ wget http://cygwin.osuosl.org/release/bash/bash-3.2.49-22-src.tar.bz2
5) unpack the source tarball and use cygport to prepare and build it
$ mkdir temp
$ cd temp
$ tar -xjvf ../bash-3.2.49-22-src.tar.bz2
$ cygport prep bash*cygport
First problem: when cygport prep tries to unpack the inner
tarball, it has a conniption fit because tar can't adjust
the timestamps on its output files.
...
tar: bash-3.2/tests/history.list: Kann utime nicht ausführen: Permission denied
tar: bash-3.2/ABOUT-NLS: Kann utime nicht ausführen: Permission denied
tar: Exiting with failure status due to previous errors
+ warn 'tar zxf bash-3.2.tar.gz failed'
Here's a minimal linux commandline to reproduce:
gunzip bash-3.2.tar.gz
wineconsole 'c:\cygwin\bin\tar.exe' -xf bash-3.2.tar
bash-3.2/examples/bashdb/PERMISSION
Looks like tar creates the file, then tries to create it again,
and gets confused? Maybe cygwin is cleverly trying to use
NtCreateFile somehow to change its timestamp... I'll attach a log.
Workaround: edit cygwin's /bin/cygport and change the two lines
warn "${unpack_cmd} ${unpack_file_name} failed"
to say
echo "${unpack_cmd} ${unpack_file_name} failed"
I'll file more bugs for the rest of 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=9610
Summary: Non-Windows(XP) behaviour for using themes in apps
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler takes information from Windows XP and higher to determine
different themes within the program; specifically a choice between Blue,
Silver, and Olive (mapping to NormalColor, Metallic and Homestead
respectively). In addition, my standard XP install gives DVD Profiler some more
options, including Obsidian.
Attached are XP and Linux comparisons for Blue, Olive, and Obsidian (XP on top,
Linux below). When taking shots from each OS, ONLY the theme from within the
application was changed (under the view menu item) - I made no change to the
actual themes in display properties (Window XP) or Winecfg.
Also attached is a screen shot of the application when it originally opens with
the 'blue' theme (its welcome screen). Note how the welcome screen displays the
correct colours, which change appropriately when you change the theme in DVD
Profiler.
I also copied the contents of the Resources/Themes directory from XP to Wine to
see the effect. It gave additional Theme options in Winecfg, but made no
difference when the same test was performed within DVD Profiler.
--
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=23560
Summary: Text missing and/or background not rendered in Peril
at End House
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.egames.com/game/download/agatha+christie+pe
ril+at+end+house.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the game "Agatha Christie: Peril at End House". A
time-limited version can be downloaded from
http://www.egames.com/game/download/agatha+christie+peril+at+end+house.html
After installing you'll need to do "winetricks ie6" prior to running it.
Much text rendering is incorrect; see the attached screenshots. Text is either
missing or the background is not rendered (leaving the previous background
visible). There doesn't seem to be any relevant console output. I tested with
Xubuntu 9.10, Nvidia driver 256.35.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23370
Summary: OpenBOR and many other application crashed.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
OpenBOR, an application that has worked consistantly since Wine 0.9.40, crashes
with this error:
wine: Unhandled page fault on write access to 0x0043649d at address 0x7ef8451e
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef8451e
This is the only error I get from 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=14367
Summary: revise stack-frame relay code never to touch other side
of stack pointer
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14664)
--> (http://bugs.winehq.org/attachment.cgi?id=14664)
always avoid memory on wrong side of stack pointer
The code which relays stack frames from one calling sequence to another can be
written never to touch memory that lies on the undefined side of the current
stack pointer. Even though in normal cases there may be no danger in
referencing below the stack pointer (because of precautions with alternate
signal stack, etc.), it is more robust to avoid this. Debuggers (both code and
human) and other tools may be unaware of the special precautions, or may find
it impossible to comply.
Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16039
Summary: configure does not support detection of (n)cursesw
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)liebenowstudios.com
Created an attachment (id=17264)
--> (http://bugs.winehq.org/attachment.cgi?id=17264)
Proposed fix for configure script - not well tested
Some systems only provide wide character versions of the curses libraries.
This is the default on LFS and a few others. The built in AC macros are
correctly detecting the curses header files but the WINE_CHECK_SONAME macro
misses the actual libs.
On my system I fixed configure.ac the behavoir as shown in the attached diff
and then ran autoconf
I don't know if this is clean or would break detection of non-wide libraries.
The error stating that curses functionality will be disabled is no longer in my
configure logs but I don't know if I actually have curses support now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24103
Summary: MYOB: won't print report
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)lager.freeserve.co.uk
Using MYOB 6.05c PCW GB on AMD64 with debian lenny 64-bit:
mostly works as expected except that all reports are blank and the program
freezes when clicking on"print".
Attachment is record on console when starting MYOB from prompt with:
env WINEPREFIX="/home/boss/.wine" wine "c:\MYOB6\MYOB.EXE" "j:\accounts.dat"
NB: j: = /home/userid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12717
Summary: Europa Universalis III: Borders drawn corrupted
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cja(a)gmx.net
The borders of the countries and provices are corrupt. I have attached a wine
screenshot and a windows screenshot so you can see the differences.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17403
Summary: Uru - Ages Beyond Myst + Expansion Packs: Decompressing
sounds produces faulty output
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
This is a problem with Uru - Ages Beyond Myst with the expansion packs To D'ni
and The Path of the Shell. This game saves all the sounds in ogg format, but
most of them are decompressed to one or two wav files (sometimes mono/joined
stereo, sometimes one for the left and one for the right speaker). These wav
files will then be used in game. The decompressing is done by a dedicated app
called "SoundDecompress.exe" which is called by the installer after
installation finished. This app generally works fine in wine, it decompresses
the right ogg files to the right wav files, and the wav files can be played by
aplay or kaffeine. However, the game itself is unable to use the wav files, I
hear nothing in game. If I use the files which were created by running
SoundDecompress on Windows, everything works fine, so I think the fault occurs
while running the decompress, but I wouldn't know how to check that. The files
created on Windows are bigger than the ones which were created on 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=23795
Summary: text is chopped in AllData app
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: falserunes(a)gmail.com
Created an attachment (id=29837)
--> (http://bugs.winehq.org/attachment.cgi?id=29837)
screenshot of my problem
text displayed in interactive fields is vertically chopped, making it hard to
read however not impossible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23720
Summary: using AWN window navigator Wine icons do not have the
ability to "right click add as launcher"
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: jameslinton(a)hotmail.com
When using AWN window navigator with Linux applications to add a program
permanently (not just while running) to the awn "dock" one would open the linux
app, then once open right clicking the application icon on the dock and
selecting "add as launcher" However, when running programs under wine
selecting the programs icon on the awn dock and "right clicking" does not give
the option to "add as 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=23350
Summary: Age of empires expansion setup weird text
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
Created an attachment (id=29103)
--> (http://bugs.winehq.org/attachment.cgi?id=29103)
Age of Empires Rise of Rome setup weird text
The image below explains well what is happening, one part of the text is red,
other black, and another part has bold like text but in a bad way, also debug
returned some errors
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23296
Summary: Altium Designer splash screen not displayed correctly
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Created an attachment (id=29039)
--> (http://bugs.winehq.org/attachment.cgi?id=29039)
Screen shot
The startup splash screen for all versions of Altium Designer (2004-2009) is
not drawn properly. The edges of the splash should have a transparent "shadow"
effect, but instead show grey rectangles. There appear to be some first chance
exceptions happening when the application is loading, relating to user32
LoadImage that I suspect could be causing 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=22102
Summary: Bully Patch 1.2 Fails with "Error: -1603 Fatal error
during installation"
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)xnode.org
Created an attachment (id=26943)
--> (http://bugs.winehq.org/attachment.cgi?id=26943)
Bully Patch Log +msi
Trying to run the patch starts but then fails shortly afterwards with "Error:
-1603 Fatal error during installation".
Will test with 1.1.41 later (rolled back to 1.1.40 due to the InstallShield
breaks in current).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23097
Summary: Subpixel rendering ignores registry setting
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: da_fox(a)mad.scientist.com
Created an attachment (id=28690)
--> (http://bugs.winehq.org/attachment.cgi?id=28690)
Example of ignored subpixel setting
Wine ignores the subpixel setting set in the registry.
As can be seen in the attached image, I have disabled
subpixel rendering by setting FontSmoothing to 0x00000000
instead of 0x00000002. Yet wine still renders the fonts
with subpixel rendering.
This may be related to bug #17148, as I do have (and want)
subpixel rendering for the rest of the desktop. However
it should be possible to disable subpixel rendering in
wine, while still allowing the rest of the desktop to
be antialised.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22757
Summary: Soulstorm fullscreen can be minimized but stops other
windows from getting focus
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
This is on Ubuntu 10.04, Gnome 2.30.0 and Metacity 1:2.30.1-ubuntu1; it's an
Nvidia card, with proprietary drivers 195.36.15 (NVIDIA GLX Module 195.36.15).
I can start and play the game fullscreen no problem; I can minimize it with
Ctrl+Alt+D, and its tag appears on the task bar at the bottom of the screen;
however, as soon as I want to restore another application to give it focus,
Soulstorm takes back the whole screen and the focus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21531
Summary: Ultima IX crashes on start
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cybrgen(a)yandex.ru
Created an attachment (id=25940)
--> (http://bugs.winehq.org/attachment.cgi?id=25940)
Backtrace of Ultima IX crash
Subj. Backtrace in attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11069
Summary: Mavis Beacon Teaches Typing 16 sound skips when typing
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=308
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat, set 16 bpp mode or run in virtual desktop,
else you'll hit bug 3556.
Typing exercises are responsive, but each time
I press a key, the music skips. Log shows lots
of dsound in use.
--
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=22163
Summary: Cities XL 1.1.0.457-B4 fails to run
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaakko.nissi(a)helsinki.fi
Created an attachment (id=27046)
--> (http://bugs.winehq.org/attachment.cgi?id=27046)
wine CitiesXL.exe 2> normalrun.log
The launcher fails with error: Error click ok to terminate program.
Running the game with -nolauncher flag fails with the normal Program error
dialog.
Strangely enough the game can be run with wine from either ntfs or fat32, but
is unplayably sluggish. Getting to the login screen takes about 15 minutes on a
heavy duty rig.
Wine is self compiled git head from this morning.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23812
Summary: Warhammer: Chaos Gate crashes during combat
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=29874)
--> (http://bugs.winehq.org/attachment.cgi?id=29874)
Console log for Warhammer: Chaos Gate crash
Either at the beginning of combat or the start of the AI's turn, the game
crashes. I've attached a log of the console for the entire game's run and as I
suspect it is a direct draw problem, a log with WINEDEBUG=+ddraw on.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23633
Summary: Painting issue with MDI application.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vishal.pr87(a)gmail.com
Created an attachment (id=29562)
--> (http://bugs.winehq.org/attachment.cgi?id=29562)
MDI Painting issue
MDI child painting issue while switching from one MDI child to another MDI
child using Ctrl+Tab
Please find the screen shot attached.
Also, painting issue is there while pressing Ctrl+Tab with a single MDI child
activated.
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=20784
Summary: Artweaver drop-down menu behind parent window
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.artweaver.de/home-en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
In Artweaver 1.07, the drop-down menus are drawn behind the window that
contains the drop-down widget. Example: In the Brush tool window (Ctrl-9 to
show it), the widget which selects the type of brush when clicked draws the
menu window/items behind the Brush 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=24132
Summary: VectorWorks 2010: Random crashes when creating or
editing text in the drawing area
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://www.nemetschek.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattlxdesign(a)gmail.com
Created an attachment (id=30373)
--> (http://bugs.winehq.org/attachment.cgi?id=30373)
crash backtrace
Wine crashes then has to be killed the exit properly when I create new text or
edit existing text in the drawing area. This happens only happens when using
the text tool.
Unfortunately the demo version must be requested from Nemetschek but is free
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19552
Summary: World in Conflict: Can't see anything after disableing
GLSL
Product: Wine
Version: 1.1.21
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oskar.gargas(a)gmail.com
Created an attachment (id=22780)
--> (http://bugs.winehq.org/attachment.cgi?id=22780)
Log from last run of World in Conflict
I've installed and configured wine and WiC as it is said in its how to here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9237
Everything runs very slow (about 10-15 FPS) on lowest settings so I turned off
GLSL as it is said in how to and then...
Menu works, movies works. But when you start a game or benchmark (in video
options) everything goes blind.
You can see GUI of the game, but in the main screen there is only one-color,
clear (blue under see, gray in poligon, green in the forest). I don't know how
to name it... It is some kind of courtain under which there is normal rendering
and over there is GUI. In benchmark you can see FPS change (this is why I think
there is normal rendering).
Hope you will fix it.
I first saw it in a Wine 1.1.21 (I didn't used earlier versions) and till now
it is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22753
Summary: Metafile scaling in PlayEnhMetaFile
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kondratyuk(a)etersoft.ru
Created an attachment (id=28054)
--> (http://bugs.winehq.org/attachment.cgi?id=28054)
a simple test
At playing the metafile is displayed with wrong scale.
Attachment contents a simple WinAPI application, where metafile drawing into
client rect:
hemf=GetEnhMetaFile("test.emf");
GetClientRect(hWnd,&rect);
PlayEnhMetaFile(hDC,hemf,&rect);
(test.emf in current directory is needed for test)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18033
Summary: Check time-out for kernel boot initialisation
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I am surprised by the following result.
elfring@Sonne:~> time wine notepad
err:process:__wine_kernel_init boot event wait timed out
real 0m30.886s
user 0m0.242s
sys 0m0.087s
I find the log message and the timing strange for my system specification.
CPU: 15.43.1 "AMD Athlon(tm) 64 X2 Dual Core Processor 4200+"
Memory: 2 GB
Sonne 2.6.28.7-default #1 SMP PREEMPT Sun Mar 1 18:21:35 CET 2009 x86_64 x86_64
x86_64 GNU/Linux
Can this source code section be improved with different synchronisation
approaches?
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/kernel32/process.c;h=6…
I mentioned this issue also on an other occasion.
http://bugs.winehq.org/show_bug.cgi?id=17728#c2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23868
Summary: C++: Exception is thrown but application is exited
silently
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nil094(a)yahoo.com
Created an attachment (id=29969)
--> (http://bugs.winehq.org/attachment.cgi?id=29969)
exception code
When throwing an exception in C++, the application is supposed to abort, unless
the exception had been catched. This is usually done inside blocks (functions,
classmethods, etc).
The attached code throws an exception derived from std::runtime_error, causing
the application to exit.
when running this on Linux, the output is similar to:
terminate called after throwing an instance of 'Exception'
what(): some awful error occured
Aborted
and the errorcode ($?) is set to "134". However, when compiling the code with
mingw and running it with wine, the application exists silently with no visible
sign of a thrown exception; the only thing that indicates an error is the
variable "$?" which is set to "3".
As I don't think this is expected behaviour, I have reported it as a Bug.
To compile "except.cpp", use this command:
wine C:/MinGW/bin/g++.exe except.cpp -o except.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=23717
Summary: On exit wine disables second screen on mutihead setups
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: GatoLoko(a)gmail.com
I have a system with two (2) screens in a dualhead set-up with an expanded
desktop. After playing for a while I quit the game and the secondary screen is
disabled.
I have tried three (3) different games, and all of them do the same thing.
If virtual desktop is enabled, the second screen is not disabled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23182
Summary: Other wine apps refuses to launch when opoker client
is opened
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.opoker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: truenicoco(a)gmail.com
This is a really strange issue I've been experimenting.
The software installs fine and works fine, I can open tables and play, but when
I try to launch another wine (for instance pokerstars), nothing happens.
I've been also noticing that sometimes I cannot open tables if some other wine
apps are running (other apps that I had to launch before opoker client)
I think it might be worth taking a look at this problem because this
application's rating is close to platinum besides this very inconvenient 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=22618
Summary: Civ4 crashes after loading correctly on Ubuntu upgrade
to 10.04
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicolas.francois(a)free.fr
CC: julliard(a)winehq.org
Created an attachment (id=27799)
--> (http://bugs.winehq.org/attachment.cgi?id=27799)
Log of Civ4 start with wine-1.1.43, loading and pressing "Play"
I used to play Civ4 (Beyond the Sword, patched 3.19) on Ubuntu 9.10, running
Wine 1.1.35 (I think).
On Ubuntu upgrade (to 10.04), Wine was upgraded to version 1.1.43, and Civ4 no
longer worked.
After some tries, I found that 1.1.37 works fine (for Civ4), and 1.1.38 and
later (up to 1.1.43) versions can't run the program. The symptoms vary :
- either the app crashes while loading)
- or it loads OK, but crashes when "Play" option is selected.
This is the result of the regression test :
0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad is the first bad commit
commit 0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 28 19:47:01 2010 +0100
ntdll: Don't require heap sizes to be 64K aligned.
:040000 040000 6f830f2714e67b0412f8ecd7a13bc957d771ce91
4b45f0f6d0916f0cf4d78ac9f7a350f49cf5d9a7 M dlls
Some details : I installed the required native dlls with winetricks AFTER
encountering the bug, the game worked fine before that with the CivFanatics.com
method. I reinstalled the entire game (Civ4 and BTS and the patches) before the
regression tests.
Below is a log of the start of the game with version 1.1.43 of wine.
\bye
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21737
Summary: Quicken 2004 Premier cross-account entry transfer
[sometimes] fails
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When making a debit in one account and linking through the category to another
account ... thus making a credit in the second account ... the operation fails
with a dialogue box popping up stating that the transfer didn't happen. This
will continue ad nauseum changing this, that and the other to no avail. There
is however a fix ... if you copy the failing transaction and paste to a new
entry ... the transfer operation will succeed ... you can then delete the
erroneous entry.
Now, unfortunately, this does not work predictably ... ;-( ... so this bug
report is just for reference information and since there is a work-around ...
not to worry.
I don't remember this 'feature' happening in the product under 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=24173
Summary: Garry's Mod Multiplayer Freezes
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandart(a)googlemail.com
I think it's great that Wine has managed to get the Shift+Tab Steam Community
working in 1.3.1 but however when playing Garry's Mod (not sure if it happens
in other games) multiplayer, the game freezes occasionally with a fraction of a
second's sounds repeating. It sometimes gets out of it, but usually I have to
kill hl2.exe from a vt. Otherwise, great job!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23111
Summary: FalconView fails to install due installer hang
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.falconview.org/trac/FalconView
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
CC: dank(a)kegel.com
Created an attachment (id=28725)
--> (http://bugs.winehq.org/attachment.cgi?id=28725)
+process,+msi,+seh log
FalconView's installer hangs halfway through.
To reproduce:
Download FalconView 4.3.0.707_Beta.zip
from http://www.falconview.org/trac/FalconView/downloads/10
SHA1SUM: 8bd202c4b1924a6a7c6332a061145e59390a0642
then do
winetricks vcrun2005 (to work around installer not finding msvcp80.dll)
winetricks mdac28 (to work around missing library odbcbcp.dll)
export WINEPATH="C:\\Program Files\\PFPS\\system" (to work around wine not
finding FvCore.dll; this might be bug 625 )
+msi,+processs,+seh log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23052
Summary: Autodesk Inventor 11 PL fails to install
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28601)
--> (http://bugs.winehq.org/attachment.cgi?id=28601)
Terminal output on Wine-1.2-rc2
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet11 dotnet20
3) wine Setup.exe
4) Next, next ,next ...
5) Uncheck all components that aren't Inventor
6) Next, next ,next ...
7) Components start to install without any error (even .NET Framework 1.1 SP1)
8) Inventor starts to install and stops in the middle, the installation failed
Inventor directory weights ca. 600 MB and it should be much more. I think that
"err:msi:cabinet_copy_file failed to create" is responsible for installation
failure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18691
Summary: Nortel IP Softphone 2050 V. 2.02.0264 doesn't works
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=21405)
--> (http://bugs.winehq.org/attachment.cgi?id=21405)
Copy of terminal contents from the starting process
The Nortel IP Softphone 2050 V. 2.02.0264 starts without sound, I can't see the
characters inside Softphone screen, and the physical device doesn't turn on.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23695
Summary: Pro/ENGINEER: Error window mis-sized
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29683)
--> (http://bugs.winehq.org/attachment.cgi?id=29683)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) choose to install "PTC License Server"
3) choose bad license
4) check license
5) close checking window and agree on saving
6) get one error window and then another
Behaviour:
Windows are mis-sized
Expected behaviour:
Windows should have proper size
Workaround:
Maximize then minimize problematic 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=22037
Summary: sp2 for microsoft powerpoint 2007 fails to install
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamix(a)email.it
Created an attachment (id=26798)
--> (http://bugs.winehq.org/attachment.cgi?id=26798)
logs of pp2007sp2 install
after a clean install of wine, I've installed correcty powerpoint viewer 2007.
If I try to install sp2 for this program it fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23066
Summary: Sourceinsight: when autocomplete input, small hint
window doesn't show at current cursor postion
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: dwwwww(a)hotmail.com
OS: RHEL 4
In sourceinsight, editing, it has autocomplete functionality.
If we input a word/structure, sourceinsight will try to auto complete it with a
small hint window at the cursor. however, the window doesn't show immediately
as it is in windows platform and it stays in the middle of main window not at
the cursor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21845
Summary: 4DV11 don't run
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ton.ami.totoro(a)gmail.com
CC: ton.ami.totoro(a)gmail.com
Created an attachment (id=26448)
--> (http://bugs.winehq.org/attachment.cgi?id=26448)
Debug information for 4DV11
Hi,
This bug report is after this forum topic:
http://forum.winehq.org/viewtopic.php?p=39915
I use a copy of the windows installation folder and try to run 4D (it's like
than we do it in my office). The product web site: http://www.4d.com/
My wine version is : 1.1.38 under a kubuntu 9.10
After install wine I install geko with winetricks.
I hop than my log can help.
I'm at your service to check every possible fix.
Thanks 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=17093
Summary: console not being connected to stdin/stdout correctly
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
under certain circumstances, it's possible for stdin and stdout to become
connected, instead of to a command prompt window (e.g. wineconsole cmd.exe)
to the linux command xterm that started the command prompt window.
downloading the standard python 2.5.2 executable and running it i confirmed
that this situation occurs when msvcrt is set to native _or_ to builtin
(but i haven't confirmed with msvcr71 native, which is what python 2.5.2
exe is built with).
the msi for python2.5.2 can be downloaded here:
http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi
and the .exe and the dll can be extracted - you will need both python.exe
_and_ python25.dll - using cabextract, you _don't_ need to actually install it.
anything on the command line (e.g. python.exe -c 'print "hello"') or python -v
-i
*change* the way that the code operates and *does* work.
also, redirection works e.g. echo 'print "hello"' | ./python.exe
... but not interactive operation (without explicitly saying so using
the -i option).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23260
Summary: hypertext links in Excell 2003 lead to app execution
(shouldn't)
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buggy_wine_bugzilla(a)elektromaniak.wz.cz
Created an attachment (id=28970)
--> (http://bugs.winehq.org/attachment.cgi?id=28970)
location=localhost:80
Steps to reproduce:
click on a cell
click "Fx" to insert a fuction
select "hypertext link" or something like that
set location = "notepad"
click OK
Click that link, confirm following the link
notepad is launched.. But on WinXP with the same Office2003 it says something
about invalid URL. Only complete string "c:\windows\notepad.exe" results in
running notepad (and excel asks *twice* if it's really what I want)
also: clicking regular links like "http://www.debian.org" results in nothing
and errors in console (may be caused by notfound wine-gecko, but I don't think
so)
Attachments are named according to content of "location" set in the link
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17933
Summary: WineTest - comctl32:ipaddress crash
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin(a)rharmsen.nl
When running the WineTest application on Windows XP with SP3 the test for
comctl32:ipaddress crashed.
I think, the cause has something to do with IPv6.
After the test completed, I removed the IPv6 stack from the machine, rebooted
and redid the test, and now no crash.
The tag I used for running the test is: xp_WinXP-Pro-SP3-NL
I guess it might be worthwhile to investigate this, in order to fix the test
and the code it is testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17197
Summary: Warcraft 3 World Editor: Text-Editor scrolls when you
click at it for the first time
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Warcraft III World Editor has a Module called Trigger Editor.
If you click on the root of the trigger tree you get a text editor
at the lower right corner.
If you scroll before actually clicking in the editor, then the editor will jump
when you click in it, to the position where the text cursor has been before you
scrolled.
It does this only if you activate another component.
To reproduce the bug you could do:
1. Open the trigger editor.
2. Click on the root of the trigger tree.
3. Write some text in the bottom right text editor.
4. Click at the other text editor, above the one where you wrote the text in.
5. Scroll the text editor in which you wrote the text with mouse wheel or
scroll bar
6. Click in the same text editor
7. If you the text editor scrolled to the position where the cursor has been
then you have reproduced 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=24220
Summary: GetKeyboardState doesn't work
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stampoon(a)gmail.com
simple code:
#include <windows.h>
int main()
{
unsigned char keystate[256];
GetKeyboardState(keystate);
for (int i = 0; i <= 256; i++) {
if (keystate[i] == 1) printf("%d%s",i,"\n");
}
return 0;
}
compile with "i586-pc-mingw32-gcc test.c --std=c99"
on wine nothing in std output
on winxp:
2
4
16
17
32
40
65
73
76
78
79
82
83
85
86
90
144
160
162
186
220
240
243
246
251
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23159
Summary: AionOnline: Mouse glitches on panning/rotation
Product: Wine
Version: 1.1.32
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oskar.gargas(a)gmail.com
When you try to rotate camera by holding mouse button it glitches - try to
move, comes back to point of origin, move again.
This is common bug reported by everyone who tries to play Aion Online.
There is workaround for that:
In 'wine-source/dlls/winex11.drv/mouse.c' find:
wine_tsx11_unlock();
return TRUE;
(in 1.2-rc3 it is line 844) and replace it with:
wine_tsx11_unlock();
queue_raw_mouse_message( WM_MOUSEMOVE, NULL, x, y, 0, GetCurrentTime(), 0, 0 );
return TRUE;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20402
I don't think this is related to the 6971 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=16745
Summary: Create Option to Use Fontconfig for Handling Font
Hinting and Replacement
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk1112(a)new.rr.com
Created an attachment (id=18416)
--> (http://bugs.winehq.org/attachment.cgi?id=18416)
Patch to enable fontconfig hinting and replacements
This patch is an attempt to use fontconfig (specifically, what is defined in
/etc/fonts and/or ~/.fonts.conf) to handle the hinting and replacements of
fonts. This should allow the end user to make WINE programs appear more
integrated with the rest of the desktop, if they choose to enable it.
The general idea is to inject the fontconfig data at the step in
WineEngCreateFontInstance prior to opening the font face. This allows the
GdiFont to be satisfied that it is getting the face it requested, and also
rendering it the way fontconfig says to. This method still allows for the font
replacement mechanism in WINE to work, as this works beneath it, not trying to
compete with it. The fontconfig data and load flags for freetype are stored in
tagGdiFont, and the load flags are then used in the rendering step. Also,
Fontconfig initialization was brought out into a separate function, as
fontconfig is now used in more than one place.
As I figured people may not want this on by default, it can be enabled by
setting this DWORD registry key:
HKCU\Software\Wine\Fonts\UseFontconfig = 1
If fontconfig is not available, the code is #ifdef'ed out, and if turned off in
the registry (default), WINE uses its normal behavior.
I am not a bigtime C coder, and this is my first patch that deals with WINE,
freetype, and fontconfig. So, there may be memory leaks that need fixing, as
well as poor coding practices and errors. ;) I have not attempted to handle
every type of configurable feature in fontconfig, just hinting and
replacements, as those are the most major things. I am basically just a guy
who wanted this feature hard enough to go about figuring out how to do it
myself.
This patch is against freetype.c from 1.1.12. I welcome any suggestions and
modifications to this patch, and info on how to get this into the development
version of 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=11638
Summary: Panzer General 2 doesn't work
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mdemolins(a)gmail.com
Hello all,
I use Fedora 8 and wine 0.9.54 (the rpm provided by the official repos).
Wine appears somewhat ok. Anyways, I'm trying to run a W95/98 game, Panzer
General 2. The Wine site says it works fine.
http://appdb.winehq.org/appview.php?iVersionId=124 2
I was able to get the game running by changing to a Virtual Desktop and it
loads to the main menu screen fine. However, after I start a scenario, the game
loads up with the game control menu, but the central part of the screen where
the map of the scenario should be doesn't change. It just stays the same
graphic as the previous main menu screen. Clicking on the button to look at the
strategic map crashes the game. Basically it appears anything with some bit of
graphics doesn't work.
I've changed Emulation to W95 or W98 for the program, and also played with the
Video modes, but none of this helps. Any ideas? It looks like a video problem.
>From the below error message, I'm wondering if I can change to an 8-bit window
for the game to work.
Note :
1. this bug seems to be exactly the same that when I wanted to use PG2 under
Win XP without having set the "Win 95/98 compatibility mode" in the properties
of its desktop shortcut.
2. I use the official game CD to install and run the game, not an ISO (I've
bought 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=24027
Summary: Hoyle Casino 2010 crashes when changing betting limits
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.hoylegaming.com/p-14-hoyle-casino-games-201
0.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jameslinton(a)hotmail.com
Created an attachment (id=30178)
--> (http://bugs.winehq.org/attachment.cgi?id=30178)
terminal info
clicking on the icon "CLICK TO CHANGE BETTING LIMITS" whilst playing Texas hold
'em causes game to crash and exit. see attachment
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23698
Summary: Pro/ENGINEER 5.0: Fails to start License borrowing via
wine start
Product: Wine
Version: 1.2-rc7
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=29685)
--> (http://bugs.winehq.org/attachment.cgi?id=29685)
license borrowing window
Steps to reproduce:
1) remove ~/.wine
2) install Pro/ENGINEER
3) go to bin directory
4) wine start proe_borrow.bat
Behaviour:
Nothing happens
Expected behaviour:
License borrowing window should open
Workaround:
wine proe.exe -borrow
proe_borrow.bat also starts license borrowing window by that way but sets some
variables earlier
Terminal output:
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00000100
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22372
Summary: a 16bit DOS application doesn't receive keyboard input
Product: Wine
Version: 1.1.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrbren(a)gmail.com
when I try to start a 16bit DOS application like so:
wineconsole --backend=user .wine/drive_c/NC/NC.EXE
or
wineconsole .wine/drive_c/NC/NC.EXE
the application starts, but keyboard input doesn't work, and there is an error
message in the terminal window from which I started the application, repeated
many times:
err:int:DOSVM_Int09SendScan keyboard queue overflow
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15226
Summary: Cursor in Red Alert disappears randomly
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
The (software?) cursor in Command & Conquer: Red Alert disappears randomly.
This can be accomplished by moving the cursor fast when clicking some menu
buttons or it happens randomly in game or menu. Might take many tries.
Some assumptions:
Not SMP related, happens on both dual core and single core.
Not related to DirectDrawRenderer, both GDI and OpenGL has the same problem.
Tested with todays git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23973
Summary: The MstGrid.ocx is not working properly
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: net_goose(a)mail.ru
I am writing an application for vb6 and use mstgrid.ocx. In Windows, everything
works fine, but no wine.
MstGrid (a substitute for standard objects flexgrid etc in vb6, homepage:
http://www.mysofttool.com/)
When you preview before you print, I see a black square instead of the grid
that I drew! "
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23913
Summary: The material navigator in gmax fails to open items in
the filesystem
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orignaux(a)canada.com
If you create a scene in gmax and then attempt to place a material from the
file system on it as a skin, the file system doesn't open on any of the places
where there are stored. You are restricted to solid colours only.
There appears to be no evidence of why this occurs in the back trace. Works
fine on XP. Perhaps there is some failure in the file system interface.
UBUNTU 10.4 wine 1.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19928
Summary: Wine windows disapear on drag window into second
desktop
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TheBuzzer(a)videotron.ca
I wanted to put the wine window that running ImToo windows program but it
disapear right away and I don't see it anymore, don't know how to get back but
process are still running!
wineserver, winedevice.exe and wineconsole are 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=23430
Summary: Installer can't extract .cab files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander(a)gruessung-online.de
The MSI Installer can't extract .cab packages during install Mirror's Edge.
unshild is installed.
Why it is not work? During other installs it work, i think, it's a 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=18439
Summary: Crash dialog appears underneath fullscreen (D3D9?) apps
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Any game, be it Oblivion, be it some random free MMO, be it whatever, if it's
fullscreen, and it crashes, the "encountered a problem and needs to close"
dialog appears UNDERNEATH the game, unclickable, so you have to go to another
window / X server and manually kill it to get back to normal. Obviously this
kinda kills the debugger too. Using a virtual desktop doesn't help, because the
dialog appears INSIDE the virtual desktop, UNDERNEATH the game.
I know this is happening with D3D9 games, haven't really tested outside of
that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23672
Summary: EAC - Cannot detect USB CDRW/DVD Read Mode
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unwantedspamhere(a)gmail.com
Created an attachment (id=29627)
--> (http://bugs.winehq.org/attachment.cgi?id=29627)
Terminal Output
I'm using a CDRW/DVDROM drive (ATAPI) via ide to usb. Upon opening Exact Audio
Copy (EAC), a 'Configure AccurateRip' dialog pops up. When trying to configure,
a problem occurs, popping up a dialog saying "Exact Copy couldn't detect a
matching read command for the CD-ROM drive.
It's strange; it can detect that my cd/dvd drive is there (Toshiba DVD-ROM
SDR2002, as it says) and the number of tracks that exist on the audio disk. I
can also obtain the cd information via freedb.
However, I cannot play any tracks in the program, detect read features of the
drive under EAC > Drive Options > Extraction Method, Autodetect read commands
now under EAC > Drive Options > Drive, or (as I said above) use AccurateRip.
I believe doing any of the above in the same 'fixme:aspi:ASPI_ExecScsiCmd
Failed' problem (please read 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=20614
Summary: Support resolution changes in multihead setups
Product: Wine
Version: 1.1.32
Platform: PC
URL: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/22
7563
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: stefan(a)codeweavers.com
ReportedBy: scott(a)open-vote.org
>From Launchpad: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/227563
Dual head, twinview, and similar setups don't work very well when the
application attempts to set the resolution. Some more description and a few
workarounds are at the Launchpad link.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24150
Summary: Wine does not select the right network interface when
vmware network interfaces are up
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iceclow(a)gmail.com
When using any windows program through wine, if the vmware virtual network
interfaces (vmnet0, vmnet1 ...) are up vmware incorrectly selects those virtual
interfaces for networking instead of the correct one (wlan0).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23716
Summary: Window issues with Albumplayer
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.albumplayer.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hello.adri(a)gmail.com
One can not minimize or maximize the window.
The program is not appearing in the task manager list. (gnome-compiz)
In kde4 the program does maximize
I thought this was part of bug 15069, but I was told this is a different
problem.
The fixes for bug 15069 did make the program disappear from the task manager
list.
Before those fixes it did initially appear in the task manager list, but it
used to disappear with a minimize of the 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=13498
Summary: Magic Ball 2 - New Worlds: access violation when trying
to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=110452667&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install Magic Ball 2
2. Run MagicBall2.exe from the install directory
The game will bail out with an access violation as it is starting up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23065
Summary: Sourceinsight: creating project, jams at 'Browse'
button
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwwwww(a)hotmail.com
OS: RHEL 4
When creating project, it needs to browse source tree. But it jams there, if
you click 'Browse' button.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19883
Summary: Error when you load a sheet music when the default is
loaded
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
When I try to load a sheet music if the default one is loaded the program will
crash.
I guess the last thread stack is in kernel32 so I marked that component.
See in attachment debug 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=23665
Summary: MediaCoder crashes when using the Mobile Device
interface alerting it can`t find/load AviSynth
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.mediacoderhq.com/editions.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thgreasi(a)gmail.com
MediaCoder Full crashes when trying to transcode a video(s) using the Mobile
Device interface. MediaCoder alerts it can`t find/load AviSynth as in bug
http://bugs.winehq.org/show_bug.cgi?id=23664 but moreover crashes exactly after
the error message appears.
When not in the Mobile Devices interface, the alert (find/load AviSynth) does
not result a crash.
Tested on the current latest version (MediaCoder-0.7.5.4700).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22835
Summary: application unable to log in
Product: Wine
Version: unspecified
Platform: x86
URL: jumblo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trnseries(a)gmail.com
A voip programme 'jumblo' was installed in ubuntu using WINE.the application
installed successfully but when it was opened ,it couldnt connect to the
internet to log 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=21467
Summary: trouble with game Point Blank
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gepard1(a)mail.ru
Doesn't work online-game Point Blank. After entering login and password, it
goes out to the desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23722
Summary: SVR440.EXE (TVCC recorder controller from Panasonic
TVCC), picture upsidedown
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: dabanfi(a)libero.it
The SVR440.exe from Panasonic TVCC is a PC interface for the digital recorder
SVR400. With wine 1.2 working fine but the picture from the camera are show
upsideown.
Try also to change the DirectX from built in to native and viceversa but still
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=20067
Summary: Visio2003 Slow rendering/refresh rate
Product: Wine
Version: 1.1.29
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zarahel(a)iol.pt
I´ve installed visio2003 with the lastest version of Wine 1.1.29. So far it
seems to work fine, except when it comes to opening vsd files.
It takes forever to render and load all the vsd objects.
(in the atachment you can see my 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=11706
Summary: Warcraft III freezes with a black screen on startup
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ningo(a)gmx.net
Note: This is _NOT_ related to #6618. The freeze happens *after* the intro ends
by e.g. hitting the mouse key.
Without renaming the movies folder, the following error shows up:
This application has encountered a critical error:
FATAL ERROR!
Program: C:\Program Files\Warcraft III\war3.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0073:7EF91B95
The instruction at '0x7EF91B95' referenced memory at '0x00000015'.
The memory could not be 'read'."
With the movie folder renamed the Warcraft III just freezes with a black
screen.
Frankly, it's just a matter of timing: If you wait ~5 Seconds before skipping
the intro Warcraft III freezes, if you skip the intro immediately the error
message pops up.
Also, see the comments by 'Clement' on the AppDB Page.
Note: Downgrading to 0.9.45 didn't solve my problem.
wine-0.9.56
X.Org X Server 1.4.0
Linux 2.6.23.16 i686
intel(4) 2.2.1
Hardware Configuration:
http://www-307.ibm.com/pc/support/site.wss/quickPath.do?quickPathEntry=1951…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24053
Summary: Unable to run Samsung New PC Studio(NPS)
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: jabirm(a)gmail.com
Created an attachment (id=30230)
--> (http://bugs.winehq.org/attachment.cgi?id=30230)
Failed FsUsbExService, No existing FsUsbExDevice
Hi,
I am trying install Samsung (NPS) in wine 1.2 on fedora 13 for i686, and I
am getting the following errors
1. During Installation : "Failed FsUsbExService, No existing FsUsbExDevice"
2.When I Try to run Application : "File not Found"
Samsung NPS -->>
http://in.samsungmobile.com/support/softwaremanuals/newPCStudio.do
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12535
Summary: Yahoo and Oberon games don't display their start page
properly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://us1.cdn.oberon-media.com/products/oberon-
games/exe/blood_ties-
setup.exe?RefId=&origin=pgame_dl_u&ext=Blood_Ties-
setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Install the yahoo/oberon game (e.g. Blood Ties in the URL provided)
2. Run the game
3. Install the Wine Gecko engine
You see a window called "GameShell" that has a blank content pane. This should
be a HTML page with a link to play the trial game.
For the Yahoo games, I get a page from my service provider saying the link
could not be found.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23702
Summary: Graphical issues with ashes 2009
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaukikyo(a)in.com
I am facing some issues with running ac09 a cricket game
firstly it loads .wmv video files in background of the menu that doesn't work
than while a match is going on various issues are encountered i have attached
a log if you want i can attach some screenshots 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=21776
Summary: 100% CPU after open COM via MSCOMM32.OCX
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wajim(a)mail.ru
Created an attachment (id=26331)
--> (http://bugs.winehq.org/attachment.cgi?id=26331)
Debug Log
It is shown on Wine 1.0.1, 1.1.38, 1.1.39 (Other versions were not tested) \\
Ubuntu 9.10 x86
After opening application COM port through MSCOMM32.OCX there are 100 % of
loading CPU, even at absence of data exchange. Thus the exchange through port
goes normally. After closing COM of port loading on CPU falls down.
See WINEDEBUG = " + comm " log in attach.
How much I know, a problem because of with incorrect realization of function
WaitCommEvent () in 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=18435
Summary: Prosonsoft "Alltag und Beruf A1" very slow
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://software.gmx.de/author/prosonsoft
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Prosonsoft "Alltag und Beruf A1" is german
language learning software, apparantly
written in Flash Player 7. It installs
fine and the first page works, but later
pages are unbearably slow. To reproduce,
run the app, click Start, click "Fortfahren",
then choose page 2 along the bottom.
The page take a long time (30 seconds) to come up.
Then try dragging one of the word tiles around with
the mouse. It's supposed to move easily, but it's
extremely jerky.
There are lots of lines like
fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"skredit", cchSrc=7,
dwPriorityCodePages=1073742335) stub
in the log; it seems to call that function once for each char in
every string. (But WINEDEBUG=-mlang didn't really help.)
This software is a bit simple and dated (2006), but it's a free download, and
is evidently a difficult test for 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=24083
Summary: The Google Earth Plugin (5.1.7938.4346) does not load
the 3d view but shows a black background instead.
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://earth.google.com/plugin/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
I ran it in the windows version of Firefox 3.0.4 .
Either it redirects to an error page ("an error with the Google Earth plugin
occurred") or Firefox crashes or nothing happens while the CPU stays at 100%
(this debug log here). After some minutes I closed Firefox.
I used this command to get the log:
WINEDEBUG=+heap+relay wine "C:\Programme\Mozilla Firefox/firefox.exe" &>
/tmp/winedebug_ff_geplugin.txt
and loaded as example the website:
http://earth-api-samples.googlecode.com/svn/trunk/demos/helloearth/index.ht…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23305
Summary: Black screen in Addiction Pinball
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.thepinballzone.net/play/addiction-pinball/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Addiction Pinball is a pinball game by Team 17. This bug applies to both the
retail CD-ROM and the downloadable time-limited demo, with or without virtual
desktop mode. The game was originally released in 1998.
The demo can be downloaded from
http://www.thepinballzone.net/play/addiction-pinball/
Because of the "buy me now" front end added to the demo, you'll probably need
to install IE 6 using Winetricks before playing it.
After installing, run pinball.exe. If using the demo click "PLAY IT NOW!".
Notice that the display is blank. The game appears to be running though; you
can press return a few times and left and right shift (the default flipper
keys) and listen to the sound effects. Press Alt-F4 to quit.
A possibly-relevant part of the console output is this:
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x166968,0x169dd8): stub
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20555
Summary: inconsistent handling of Audio-CDs
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
mci "open cdaudio" fails on pure Audio CDs, but the bug is not within MCI
rather than in volume management or kernel32/ntdll (the MCI calls
GetDriveTypeW).
Case A) When an audio-only CD is inserted before Wine is started, it creates
the link
dosdevices/d:: -> /dev/scd0
and in system.reg:
[Software\\Wine\\Drives]
"d:"="cdrom"
mciSendString "open cdaudio" fails (MCIERR bad device) because GetDriveTypeW
does not return a CDROM type. It would succeed on MS-Windows.
Wine creates the additional link d: -> /media/cdrom0 only when using a
data-only CD-ROM or a mixed data + audio CD.
In the latter case, mciSendString "open cdaudio" succeeds.
Conversely, an existing dosdevices/d:: link causes dosdevices/d: to be removed
when Wine starts with a pure Audio-CD in the drive.
For consistency, you should have dosdevices/d:: point to your CD-ROM device,
because of another bug in volume management:
MCI "open e:\ type cdaudio" fails, while
open d:\ succeeds
even when E: is the CD-ROM!
Case B) Defining a CD-ROM myself (or like Wine did years ago?) using:
dosdevices/d: -> /media/cdrom
(which is in turn a link to /media/cdrom0 in Ubuntu)
dosdevices/d:: does not exist.
[Software\\Wine\\Drives]
"d:"="cdrom"
mciSendString "open cdaudio" succeeds.
"play cdaudio" causes the drive to spin, but is sometimes returned with
MCIERR_HARDWARE.
AoE2 sends slightly different MCI commands and manages to play the CD.
Even Crazy Machines successfully plays the audio CD with this setup.
Using Ubuntu Intrepid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23250
Summary: Twinview - wine only launches if desktop size is
smaller than actual screen resolution
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ngoonee(a)gmail.com
When running twinview, Wine prefers the left desktop to start on for
full-screen apps. For windowed apps, the resolution must be set to 1 less
vertical pixel than the actual resolution (1280x799 on a 1280x800 screen) for
the Wine app to start on the correct desktop (from which it was launched).
This may be related to http://bugs.winehq.org/show_bug.cgi?id=18833, but I
believe more clearly indicates some underlying cause. Posted a forum thread
about it here http://forum.winehq.org/viewtopic.php?t=8664.
As far as I can see, Wine is trying to do this:-
1. Start app on screen its launched on (correct behaviour)
2. Unable to do that if window size is exactly same as screen (wrong behaviour)
3. Prefers left-most window (0x0 position I guess) if 2. fails (correct
behaviour)
This is on Gnome, running compiz or metacity (no difference in behaviour).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23114
Summary: Wine renders the fonts differently from the rest of
the system
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: da_fox(a)mad.scientist.com
Wine renders the fonts differently from the rest of the system.
Wine claims to use the system settings for for rendering, however
as can be seen in the screenshot provided in bug #17148 ("Use the
system desktop setting for subpixel font smoothing."), it
clearly differs from the rest of the system. Wine should render
the fonts the same way as all other applications on the desktop.
I've also provided the relevant system fontconfig settings as an
attachment in bug #17148.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21225
Summary: tray icons don't get keyboard focus properly
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
Hi. I use wine 1.1.35 and gnome-panel 2.28
I press Ctrl-Alt-Tab to focus the upper panel, then press Tab or arrows to
select an item.
When focus reaches one of the windows tray icons, it stops responding to
keyboard. Sometimes even global hotkeys like "Alt-Tab" stop working.
It's the case at least for uTorrent, Steam and The Bat.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24219
Summary: Digital Photo Professional [dpp]: slides don't go all
the way to the left
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chemacg(a)gmail.com
Created an attachment (id=30493)
--> (http://bugs.winehq.org/attachment.cgi?id=30493)
Image showing the bug
This program, DPP, has slides to set the different options, and these slides
never reach the value at the far left, for example, contrast only can go to -3,
when it should be -4, or saturaion also to -3 instead of -4.
You'll see it better on the image i've attached, all the controls are set to
the left all they can, but, as you see, they haven't reached the minimum
posible value.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23454
Summary: Application refuses to run unless in 8-bit (256
colour) mode
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
I'm trying to get an educational CD-ROM published by Knowledge Adventure, "Jump
Ahead Toddlers 2000" to work in Wine.
Running AUTORUN.EXE on the disc, the program displays an error dialog box
saying it must be run in 256-colour mode. There's no console output.
While Windows has a compatibility mode setting to run in 256-colour mode, there
doesn't seem to be a equivalent feature in Wine, even when using virtual
desktop mode.
Is there a general workaround for those older programs which refuse to run in
16-bit or higher depth modes? I'd suggest an option in Winecfg to fake 256
colour mode, so any programs which check the desktop depth are told it is 8.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23118
Summary: Portal lags for a second when creating first portal
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: matejcik(a)gmail.com
when playing Portal, first time i open a portal the game stutters and lags for
about a second.
The lag appears when the portal just hits the ground and is about to open. It
blocks the "portal opening" sample, which loops a couple times before the game
resumes. It seems to be somewhat worse when GLaDOS is speaking at the same
time, but that might just be a false perception (because GLaDOS's voice
stutters as well).
It happens with computer-controlled portal guns too, e.g. at the very start of
the game, where a portal is automatically opened for you in the starting
chamber.
Creating subsequent portals in the same area is OK, but sometimes I experience
the same stutter in the same map a few rooms further. It reproducibly happens
when a new map is loaded.
It happens with any dxlevel setting from 80 through 98. Portal depth is set to
2, i didn't test with lower setting, i will try with 0 and report back.
i checked in Windows and creating the first portal is OK
my system is intel core i5 with 32bit Ubuntu 10.04 and Wine from PPA.
GPU is Radeon HD 4670, binary fglrx driver
i am playing with compiz turned off
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23897
Summary: Adobe Photoshop CS5 moving images in workspace causes
screen to go black
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: wine(a)scotthinton.com
While working with an open image in CS5, if you attempt to move the image
around the workspace, the main window turns black until you let go of the mouse
button. Resizing the image, or image windows does not produce the same affect.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23715
Summary: Cambridge's face2face CD (book to learn English)
doesn't work
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alewar(a)herbstwest.de
Created an attachment (id=29712)
--> (http://bugs.winehq.org/attachment.cgi?id=29712)
face2face's Backtrace
The interactive CDs that are part of the course "face2face" don't 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=16071
Summary: Virtual DJ 5.2 performance
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13450
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.klus89(a)web.de
CC: b.klus89(a)web.de
The installer of Virtual DJ 5.2 and the programme itself work 100% fine, but
Virtual DJ runs very slow, even on the latest hardware.
I installed the programme on Ubuntu 8.10 (Intrepid Ibex) with Wine 1.16.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22669
Summary: Potentially money-losing crash
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nazgand(a)gmail.com
Created an attachment (id=27909)
--> (http://bugs.winehq.org/attachment.cgi?id=27909)
Log
When playing Rush poker(probably any) it sometime stops working, and become
unresponsive. This could potentially cause the loss of hundreds of dollars,
depending on how much had been bet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14123
Summary: Unable to Install .msp Files
Product: Wine
Version: 1.0.0
Platform: PC
URL: see Description
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pbronline-wine(a)yahoo.co.uk
Here is a sample trace ...
$ WINEDEBUG=trace+msiexec msiexec /p WPOX3_SP1_EN.msp
trace:msiexec:main argvW[1] = L"/p"
trace:msiexec:main argvW[2] = L"WPOX3_SP1_EN.msp"
That's all folks !
First I thought I had what was described in
http://forum.winehq.org/viewtopic.php?p=8457#8457. However, I think
fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for
L"/home/lex/Downloads/Windows/WP12OSP2/WP12SP2EN.msp"
means 'file not found'. I tried a patch to a copy of my WPO12 installation and
msiexec seemed as happy as larry. (I confess I tried SP1, not SP2 ... see
below).
I did as Dan Kegel suggested and tried WINEDEBUG=+msi+msidb to my problem and
got no output at all. I thought this meant 'application not installed'. After
all, if there is nothing to patch then there is nothing to say.
So I made some trials ...
I have a wine skin with WPO12 (WPO = WordPerfect Office) installed and another
with WPOX3 installed. I have three msp Service Packs for WPO12 and two for
WPOX3.
As expected, attempting to install any service pack on the wrong installation
gave no trace beyond confirming the parameters as shown above.
For WPO12, SP1 was happy, SP2 was silent and SP3 was happy enough but told me
either the application wasn't installed or it was at the wrong patch level.
Fair enough.
For WPOX3, SP1 was silent while the hot fix for SP2 was happy (though
unintelligible due to a font issue I'm still looking into).
So it seems that the silence must have some other explanation.
My Wine trials were with XP emulation. WPOX3 and its service packs have been
installed under both native W2K (SP4) Professional and WXP (SP2) Home. WPO12
and its service packs were used under native W98 and possibly W2K (SP4)
Professional.
As for links where you can download this stuff (I'd doubt the Service Packs
apply to Trial Versions)
WPOX3 Trial Version:
http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&ppg=…
WPOX3 Service Packs:
http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208…
I believe I have "Hot Patch - English: Security Update" and "Service Pack 1 -
English". Service Pack 2 seems to be an .exe. file.
WPO12 Trial Version:
See bug 2547
WPO12 Service Packs:
http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208…
I have the English versions of Service Packs 1, 2 and 3.
The whole lot will set you back 600+ Mb download. You'll need a Gb to install
WPOX3 and half that for WPO12.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24097
Summary: Missing letters and numbers in Starcraft II
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrussel(a)hotmail.com
There are many missing letters and numbers in Starcraft II. Let me know what
information I can provide to help solve this 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=23422
Summary: C&C Red Alert Installer can't create shortcuts
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t6tiar00(a)students.oamk.fi
C&C Red Alert Installer can't create shortcuts to Wine-menu. Otherwise the
installer works fine if Win95 compatibility mode is turned on.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9876
Summary: Hebrew text input: "Swedish Vowels"
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugs(a)dotancohen.com
In ListPro (http://www.iliumsoft.com/site/lp/listpro.php) I receive "Swedish
Vowels" when typing in Hebrew. See attached screenshot. The reverse Hebrew was
typed in a ListPro file in Windows. The Swedish Vowels were typed in wine.
Note that in a previous wine install, 0.9.45, the pretyped Hebrew did _not_
appear backwards. See screenshot attached to previous bug for example:
http://bugs.winehq.org/attachment.cgi?id=8160
Relevant info:
ubuntu@ubuntu-laptop:~$ locale -a
C
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
he_IL.utf8
POSIX
ubuntu@ubuntu-laptop:~$ locale
LANG=he_IL.utf8
LANGUAGE=he_IL.utf8
LC_CTYPE="he_IL.utf8"
LC_NUMERIC="he_IL.utf8"
LC_TIME="he_IL.utf8"
LC_COLLATE="he_IL.utf8"
LC_MONETARY="he_IL.utf8"
LC_MESSAGES="he_IL.utf8"
LC_PAPER="he_IL.utf8"
LC_NAME="he_IL.utf8"
LC_ADDRESS="he_IL.utf8"
LC_TELEPHONE="he_IL.utf8"
LC_MEASUREMENT="he_IL.utf8"
LC_IDENTIFICATION="he_IL.utf8"
LC_ALL=he_IL.utf8
ubuntu@ubuntu-laptop:~$
--
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=23387
Summary: Money 2003 - Wrong select of an item in category list
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debrabantphilippe(a)neuf.fr
Created an attachment (id=29149)
--> (http://bugs.winehq.org/attachment.cgi?id=29149)
Log : Startup Money 2003 + Category Selection
When I create an operation, a list appears on the "Category" field. If I select
an item with the mouse, it's not this item that is selected.
ByPass : when the list is open, I use the arrow keys (up / down) to select the
correct item.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20219
Summary: make test mshtml / shdocv / urlmon hangs unless online
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
make test used to run satisfactorily offline on Ubuntu Linux (known failures
aside). Nowadays, make test
- mshtml/dom.ok
- mshtml/events.ok
- mshtml/htmldoc.ok
- mshtml/script.ok
- shdocvw/webbrowser.ok
hang unless online. They hang after displaying:
Could not load wine-gecko. HTML rendering will be disabled.
These tests hang without message from Gecko:
- urlmon/protocol.ok
- urlmon/url.ok
Dan Kegel also observed this on 21st of September in wine-devel:
http://www.winehq.org/pipermail/wine-devel/2009-September/078699.html
"online" means with access to the Internet. IIRC, a local network is not
enough. Oddly, the tests even hang when eth0 is inactive and there's no default
route. Clearly, networking code should not wait in such a case.
These hangs also happen on MacOS. A different issue probably is that
wininet/http.ok causes 100% load on both Mac CPUs after displaying
http.c:443: Test failed: Wrong URL http://test.winehq.org/testredirect
winetest.exe behaves the same, but its internal time-out protection typically
prevents the user from noticing most hangs.
My machines are almost always offline. make test was no problem in the past.
A few months ago, I started going online for the duration of winetest.exe in
order to supply test.winehq.org with data for MacOSX.
This is a regression, but I'd be pleased if somebody else could perform
regression testing as I'm very busy with dsound/mci/wave issues.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20216
Summary: Full Tilt Knockout Tournament (Real Money) Table
Disappear
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.fulltiltpoker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranalyner(a)gmail.com
when i play in a knockout tournament
every time i knock somebody out (take all of his chips)
the full tilt application is giving me a message that i have earned xx$
and the table window disappears
i cant get back to the table by clicking on take my seat or opening the table
again..
and than i need to close full tilt and open it again.
so everytime i ko someone i lose one or two hand until i close and open full
tilt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23664
Summary: MediaCoder Device Edition oftenly can`t find/load
AviSynth
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.mediacoderhq.com/editions.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thgreasi(a)gmail.com
When using MediaCoder Device Edition to transcode a video for a generic mobile
device, most of the times it can`t find AviSynth. So the transcode doesn`t
start and an error saying that MediaCoder can`t load AviSynth appears.
In a mysterious way, if someone starts choosing different encoding methods and
tries to transcode the video(s), then he will reach a point that MediaCoder
starts the transcoding normally without alerting it can`t load AviSynth. So
finally it is possible for someone to transcode to his preferred encoding.
Tested on the current latest version (MediaCoder-Phone-0.7.2.4582).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13019
Summary: Half-Life(CS 1.6): SoundBlaster Live - microphone output
harshy and chopped
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lays25(a)o2.pl
People have been reporting it to work on some integrated audio chips, but on my
SoundBlaster Live I can't get it working in any way. When using the Microphone
Test in the Voice tab from the Options menu, the output I hear is partial
(sometimes i hear the last letter, sometimes the middle ones), the sound
quality is extremely poor and harshy. When using the Voicecom during game,
people report the same thing to me as they can't hear me properly. I use ALSA -
on OSS the microphone wouldn't even record ar all. I tried all combinations of
sound options in winecfg - none seemed to 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=23563
Summary: Minimising then maximising Powerpoint 2003 doesn't
redraw central slide panel
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.swanwick(a)gmail.com
When Powerpoint 2003 is minimised then remaximised the main central panel is
not redrawn and shows the background
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19464
Summary: NULL-input backend for wineconsole
Product: Wine
Version: 1.1.23
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bonzini(a)gnu.org
I have several programs that in general need wineconsole. When used in a
Makefile they will receive no input, but they still need wineconsole to avoid
locking up. The reason is that they use an emulation of poll(2) for Windows
that requires GetNumberOfConsoleEvents and PeekConsoleInput.
Using curses mode allows the compilation to complete without requiring X11;
still, it causes an annoying flicker and it hides failure messages from the
screen.
It would be nice to have an alternative wineconsole mode that always allocates
the console for input while not reporting any input key, and that would connect
stdout and stderr to the "bare streams". I can try implementing this; do you
think it would be hard?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24222
Summary: Wine does not display popup windows when using Mutter
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When using Mutter as Windows manager Wine does not display opened popup windows
(Main App Windows display though). There may be some interference with Wine
drawing!?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23625
Summary: user localisation error: wrong program menu entries
created in KDE menu upon installation
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)web.de
My system: Debian Lenny(stable) - KDE 3.5.10
user locale: de_de@euro (aka. ISO-8859-15) - root locale: de_de.UTF8
Wine seems to be oblivious of german special characters(umlauts), when creating
KDE menu entries upon program installation.
Example for DVD Shrink installation (same with others):
env WINEPREFIX="/home/the_user/.wine" wine C:\\windows\\command\\start.exe
/Unix /home/the_user/.wine/dosdevices/c:/users/Public/Startmen/Programme/DVD\
Shrink/DVD\ Shrink\ 3.2.lnk
Look at the part: c:/users/Public/Startmen/Programme/
The correct entry should have been: c:/users/Public/Startmenü/Programme/
Wine is neglecting the "ü" character, thus no menu entry works.
The folder at the given path was correctly created by wine with the name:
Startmenü
Manually editing the above entry line does not work.
P.S.:
I need to use the said user locale as some of my programs (esp. my homebanking
app) do not support UTF8 encoding.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23862
Summary: dlls/rpcrt4/tests/server.c fails in wine when winbind
is not installed
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austin.lund(a)gmail.com
If there is no ntlm_auth then the server test in rpcrt4 will fail. Presumably
other tests for this dll will also fail, but I have not tried them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18039
Summary: Gun Metal crashes with NPE when using builtin quartz
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
Created an attachment (id=20430)
--> (http://bugs.winehq.org/attachment.cgi?id=20430)
Wine 1.1.19 output with WINEDEBUG=+quartz
Retail version of Gun Metal crashes with a null-pointer dereference immediately
on start when builtin quartz is used. Seems to be related to this:
err:quartz:GetClassMediaFile Media class not found
Backtrace (attached) shows that the NPE occurs in gunmetal, and not in Wine.
Using native quartz works around this and Gun Metal will start correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15809
Summary: wine should not wake the cpu when idle
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Wine should not wake the cpu when it's not doing anything, at least when only
builtin programs are running. Current obvious offenders are the system tray (a
2-second timer that runs no matter what) and blinking cursors. Once these are
addressed, we should try to run some builtin programs with strace and see if we
get any output when the programs are idle.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21057
Summary: TeamViewer: Insufficient SendInput() implementation
Product: Wine
Version: 1.1.34
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
TeamViewer (and probably similar software) uses SendInput() to execute keyboard
and mouse commands remotely.
When doing a remote support session to a TeamViewer running on Wine, you get
the following behaviour:
- Mouse movement: works fine
- Mouse clicks: work on Wine windows only
- Keyboard:
-- doesn't work at all if configured to Win2000/XP
-- works on Wine windows if configured to WinNT
Note: to reproduce this bug, you have to workarround Bug #12067.
Also, (depending on your system?) TeamViewer may consume allmost all CPU time,
due to bug #21055.
I'm wondering if this bug will be considered valid. It may seem strange to let
a Win app send input to the X desktop. However, I'd say it is necessary for a
seamless integration.
At least the "Keyboard doesn't work at all" part should be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20222
Summary: OLEPictureImpl_SaveAsFile hacked stub
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dolcevita(a)supereva.it
Created an attachment (id=23853)
--> (http://bugs.winehq.org/attachment.cgi?id=23853)
OLEPictureImpl_SaveAsFile Error log file
Hello,
I've just installed Wine 1.0.1 on my Linux/Kubuntu.
I tryed to run some applications of mine,
written in VB6 and I got an error on OLEPictureImpl_SaveAsFile
I attach the few line of logs.
Note that after the lines "starting debugger..."
nothing more happens.
Can you help 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=11810
Summary: parts from opengl/direct3d display show splines
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
Please compare my attached screenshot of Crazy Machines with AppDB's
http://appdb.winehq.org/screenshots.php?iAppId=3061&iVersionId=4468
You will notice that while most of the display is fine, the background
and the texts on the papersheets are missing in my version. Actually,
these 6 texts are also .tga image files. Instead, wine displays a sort
of spline pattern: lines of various color (related to the missing
image) emanate from a single origin, like quantic particles.
This effect is visually stable across refreshes of the display.
(Later in the game, a few icons are missing, but that could have a
different cause, as there's no such spline effect there.)
This happens to me both with the commercial game as well as a demo
found on a german DVD.
I've been using wine-0.9.56/54/48/47 with Ubuntu Dapper and Gutsy.
No warnings are shown in the console.
My hardware is an intel i810, and I'm using the xserver-xorg-i810 driver.
lspci: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
WINEDEBUG=+opengl yields hundreds of
trace:opengl:X11DRV_SwapBuffers (0x12cfb0)
nothing else.
Would attaching a +d3d trace help? (it would be huge!)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16254
Summary: AOM Gold does not draw a distinction between lit and
unlit areas
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
AOM Gold does not draw a distinction between lit and unlit areas. In
theattached screen shot it shows all dark spots as lit up but does not show the
objects unless an ally's line of sight touches it.
Line fo sight is visible on minimap but not on the real map.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24133
Summary: VectorWorks 2010: Copy and Paste not always working
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.nemetschek.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattlxdesign(a)gmail.com
Copy and Paste often pastes the last thing i copied from a native app rather
than the symbols or txt i last copied within VectorWorks. This only happens
within the drawing area, eg copying symbols/text/lines from one drawing to
another or within the same drawing ofen but not always gives the last text or
url i copied in Open Office or Firefox.
Copying from a native app like Open office into VectorWorks always works
correctly.
Copying from VectorWorks into a native app has the same result as pasting
within VectorWorks.
Unfortunately the demo version must be requested from Nemetschek but is free
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17357
Summary: SharedPlan Pro trial key dialog ignores all input events
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.sharedplan.com/downloads/pro/installSPPro.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=19403)
--> (http://bugs.winehq.org/attachment.cgi?id=19403)
SharedPlan Pro output
With today's Git (wine-1.1.14-394-g8ab829a), when starting SharedPlan Pro, the
trial dialog prompts are unable to receive any mouse events, making it very
difficult to dismiss them. The messages outputted until I terminated the
program are attached.
--- Comment #1 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-02-12 04:46:22 ---
*** Bug 17358 has been marked as a duplicate of 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=21153
Summary: Tomb Raider AOD: Installer copies second CD into
incorrect place
Product: Wine
Version: 1.1.35
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=25394)
--> (http://bugs.winehq.org/attachment.cgi?id=25394)
terminal output on Wine 1.1.35
I'm using Wine-1.1.35 compiled from source on 32 bit Fedora 12 [gcc (GCC) 4.4.2
20091027 (Red Hat 4.4.2-7)]
1) Clean ~/.wine
2) Copy both CD's on HDD to separate directories
3) Set those directories as CD-ROMs d: and e: in Wine configuration
4) Create .windows-label in both directories, one with TRAOD1 and another one
with TRAOD2
5) Start TR installation
6) Leave all default (Full installation)
7) TR installer copies files from first CD to "C:/Program Files/Eidos
Interactive/TRAOD" which is good place
8) TR installer asks for second CD
9) substitute d: with e: in "~/.wine/dosdevices" and continue with installation
10) TR installer copies all files from second CD to "C:/" in one directory
named Data o_O instead to "C:/Program Files/Eidos Interactive/TRAOD"
Problem:
TR installers copies second CD into incorrect place.
Expected behaviour:
TR installer should copy both CDs into the same place.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23396
Summary: Hp50G Calculator does not detect HP50G on Usb port
when using HP Connectivity software
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rll31(a)humboldt.edu
Created an attachment (id=29160)
--> (http://bugs.winehq.org/attachment.cgi?id=29160)
Wine Desktop Screenshot
I installed the software and drivers from here:
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&….
The software attempts to connect on serial port then fails to detect
calculator. Calculator is not detected on usb port while using internal Xmodem
mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23727
Summary: NFS Shift: crashes while loading profile or after 2nd
intro movie
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The symptom is
wine: Unhandled page fault on read access to 0x00000001 at address 0x1 (thread
001a), starting debugger...
Stefan found that 'winetricks secur32 win98' works around this.
This doesn't affect the downloadable demo. It might not even be a wine bug,
since some users report having to use win98 mode on XP to run the game.
Note that you have to press Enter during the 2nd intro movie
("The best drivers...") or it will repeat.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21736
Summary: Quicken 2004 Premier Ctrl+F is not recognized on
application launch.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When launching Quicken the keyboard shortcut Ctrl+F (Find) does nothing ...
reliably nothing. However, if you traverse the Quicken menus Edit | Find &
Replace | Find ... then the Find request and operation proceeds normally.
Interestingly enough after this is done then the Ctrl+F keyboard shortcut is
recognized.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20636
Summary: Can't get a COM-object's properties (App: Cardiris),
workaround: winetricks dcom98
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld(a)gardschwingdoazah.de
Created an attachment (id=24614)
--> (http://bugs.winehq.org/attachment.cgi?id=24614)
Debug trace of failed run; failing property is "CodePage"
This is a problem with the application Cardiris v3.5 by I.R.I.S. (business card
recognition).
The application itself (interactive) runs well, the problem is only with the
COM API. I'm accessing it through a piece of plain C code.
The code *works* on Windows XP,
*works* on wine 1.1.32 with dcom98 installed through winetricks,
but *doesn't work* with wine 1.1.32 with builtin dcom.
The COM works in general, I can create an application object and call methods
on it, but on another object (returned by a method call), access to any
property results in the following error:
Object doesn't support this property or method: 'CodePage'
(Note: Property name is spelled correctly, any other property doesn't work
either.)
Attaching a debug trace with WINEDEBUG=+comcat,+ole (hope that combination
makes sense), but I will gladly produce any other required debug trace -- just
let me know which WINEDEBUG setting you need.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21573
Summary: Need heap overrun detection at beginning of buffers,
too
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Linux, valgrind gives nice warnings when you access before
the first byte. It'd be nice if valgrinding Windows apps under Wine
gave the same warnings. For instance, the following program should
give three warnings under valgrind+wine just as it does under valgrind:
#include <stdio.h>
#include <stdlib.h>
int badness_before_n_after ( char* p )
{
return p[-1] + p[10];
}
int main ( void )
{
char* p = malloc(10);
int who_knows = badness_before_n_after(p);
// expect 2 x invalid address yelpage
who_knows += p[5];
if (who_knows == 42)
printf("It's 42 (!)\n");
else
printf("It's not 42 (dull but unsurprising)\n");
free(p);
return 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=16264
Summary: Builtin Tahoma unreadable when small
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t
=2152&postdays=0&postorder=asc&start=15
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said that ConvWPT ran in Wine, but gave a very complicated recipe,
so I tried simplifying it. Along the way, I noticed that ConvWPT's installer
used teeny tiny nearly unreadable fonts; installing Tahoma fixed that
(now they're just small, but readable).
Recipe to reproduce:
1) Visit http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t=2152
scroll down to message "Setup Package Part 1 / 4", and
download and unpack each of the four files Setup.part1.rar, Setup.part2.rar,
... Setup.part4.rar
Ignore warnings from rar about duplicate files.
2) Run the resulting setup.exe
The setup program uses small Tahoma text on some screens, and that's
very nearly unreadable unless you install native tahoma, e.g. with
winetricks tahoma.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21082
Summary: Artrage3 studio pro demo : export fails
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meho_r(a)yahoo.com
Created an attachment (id=25286)
--> (http://bugs.winehq.org/attachment.cgi?id=25286)
Output of terminal when running AR3 from it.
Export function in ArtRage 3 Studio Pro Demo version (as well as in full
version) doesn't work. When trying to export a painting as an image, an error
occurs which states:
"Generic Failure. Not enough memory to perform action."
However, it is not lack of RAM that is the cause of problem (at the time of
testing I had over 2GB free RAM). Also, in ArtRage 2.5 export function works as
expected on the same machine.
I tested this on Ubuntu 9.10 (64bit) and Mandriva 2010.0 (32bit) with multiple
versions of wine (from 1.0.1 to 1.1.3.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=11926
Summary: House of the dead 3 won't draw 3d stuff after the 1st
level
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)chipsugar.plus.com
After the first level where everything is fine all the 3d models & scenery is
black. Possibly textures aren't being rendered. Also the words in the menu list
when starting the game don't get drawn. Maybe that's part of the same 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=15027
Summary: Microsoft Office 2007: Installer takes too much time to
check the product key
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After you finish typing the product key, the installer takes around a minute to
check if it's correct.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9447
Summary: Supreme Commander's FMVs do not skip frames
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajrich(a)earthlink.net
This bug causes the videos to move slower than they're supposed to, and desync
with sound (if you've made the changes needed to get sound from the game - see
the AppDB for details.) Affects mission briefings in the campaign, and messages
recieved during campaign missions.
--
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=17702
Summary: Ever17 requires the Courier New font
Product: Wine
Version: 1.1.16
Platform: All
URL: http://www.download.com/Ever17-Out-of-Infinity/3000-
7494_4-10573528.html?tag=pdp_prod
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.guidoni(a)tin.it
Ever17 crashes at startup with "page fault on read access to 0x72756f43 in
32-bit code" if the Courier New font is not 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=23866
Summary: Microsoft Wine Guide crashes, unimplemented function
msvideo.dll16._MCIWNDCREATE
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=29963)
--> (http://bugs.winehq.org/attachment.cgi?id=29963)
+relay,+int21,+mmio log in Windows XP mode
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
On attempting to play a video clip, the program crashes with console output
like this:
wine: Call from 0x7b836872 to unimplemented function
msvideo.dll16._MCIWNDCREATE, aborting
wine: Unimplemented function msvideo.dll16._MCIWNDCREATE called at address
0x7b836872 (thread 001d), starting debugger...
Unhandled exception: unimplemented function msvideo.dll16._MCIWNDCREATE called
in 32-bit code (0x7b836872).
However, there is a (probably related) issue with the program trying
unsuccessfully to copy some DLLs to the Windows system directory on startup.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, then there are several error dialog boxes with text like this:
"The file C:\windows\SY32\iccvid.dll open, which Wine Guide needs to modify.
Please close all other open programs or restart Windows." The dialog box has
Abort/Retry/Ignore buttons.
Pressing Ignore each time allows the program to continue. With Wine set to
Windows XP mode (the program works fine under Windows XP), the dialog appears
for each of these DLLs: iccvid.dll, ir32_32.dll, msadp32.acm, msrle32.dll,
msvideo.dll.
The program's main window then opens. If you click the film strip button near
the centre of the window (which should cause a video to play), the program
crashes with a Wine error dialog saying winevdm.exe needs to close, and console
output as above.
Two attached logs:
Wine in Windows XP mode, WINEDEBUG=+relay,+int21,+mmio. Start wine.exe, click
Ignore for each dialog box, then click film strip button in main window.
Wine in Windows 3.1 mode, WINEDEBUG=+relay,+int21. Start wine.exe, dismiss all
dialogs until program exits with out of memory dialog.
I don't know why the program tries to look in C:\windows\SY32\, but if you set
the Wine windows version to Windows 3.1, it instead looks in C:\windows\SY\
(and tries to copy more/different files there).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12738
Summary: Karafun: plays song, but doesn't display lyrics (kfn
file)
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.karafun.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leesew(a)gmail.com
When trying to play a CDG karaoke file, the display remains black.
wine output:
fixme:mpeg3:MPEG3_StreamSize misses the block header overhead
fixme:file:WriteFile Could not access memory (0x18c0000,2359296) at first, now
OK. Protected by DIBSection code?
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x143f90,0x32faf8): stub
This used to work with older versions by the way. Let's say about 4 months ago
- but since then there have been new versions of Karafun. The old ones aren't
downloadable anymore.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15974
Summary: Don't open internal window fullscreen on startup in
Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
When open the Metatrader 4 internal window open only smoll.
And where swetch internal windows they have artefact.
You may yerself free to try this terminal.
P.S. Terminal save previous internal windows location and as open on next
startup.
Sory for my English.
Log in smoll on startup:
fixme:reg:GetNativeSystemInfo (0x7ee7dc) using GetSystemInfo()
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:thread:NtSetInformationThread info class 17 not supported yet
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x83ee4e): Stub!
This when use Strategy Tester:
err:ntdll:RtlpWaitForCriticalSection section 0x107d188 "?" wait timed out in
thread 002f, blocked by 0034, retrying (60 sec)
fixme:heap:RtlCompactHeap (0x110000, 0x0) 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=23843
Summary: Flickering window title bar in Su Doku Active in
virtual desktop mode
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29929)
--> (http://bugs.winehq.org/attachment.cgi?id=29929)
Partial +relay log
This bug applies to Su Doku Active by Greenstreet Games. Unfortunately I don't
think there is a freely-downloadable version of this game.
When running in virtual desktop mode, the window title text flickers as the
mouse is moved. There is no flickering in Windows XP.
The game requires MFC42.DLL, so it could be some call to that which is calling
SetWindowTextA repeatedly as the mouse is moved. It may be that Windows checks
the title text being set, and optimises out the rendering if the text is the
same as the existing title.
Attached is an extract from a WINEDEBUG=+relay log which shows several calls to
SetWindowTextA.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21004
Summary: RCT3 crashes on launch when virtual desktop isn't used
(fullscreen).
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: racecar56(a)gmx.com
Created an attachment (id=25186)
--> (http://bugs.winehq.org/attachment.cgi?id=25186)
The complete output of Wine when running RCT3.
RCT3 crashes before showing up and makes resolution shrink. I normally use
1680x1050, and it shrinks the screen to 800x600.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17450
Summary: No icons for printers in PowerPoint 2003 dialog
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Here is how to reproduce this issue:
* Install Office 2003
* Start PowerPoint 2003
* File -> Print...
* click on the 'Name:' drop-down to see the list of printers
You will get the list of printers with a blank space to the left of the name of
the printer, which is where the printer icon should be.
Note:
If the printer drop-down list is all squeezed up and unusable, use winecfg to
set riched20 to native (see bug 8358 for more 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=23102
Summary: no text in the menus of CivCity Rome 1.0
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.2kgames.com/civcityrome/civcity.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
The menus do work but no text is displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22258
Summary: GDI objects count is not shown/implemented in builtin
task manager/wine server
Product: Wine
Version: 1.1.42
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=27182)
--> (http://bugs.winehq.org/attachment.cgi?id=27182)
Internal taskmgr in Wine 1.1.42
Almost all other fields are almost missing.
This could help in debugging certain 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=21842
Summary: IShellBrowser/IComDlgBrowser Listview header not draw
correctly
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.secureneterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The header bar of an IShellBrowser/IComDlgBrowser listview is not drawn
correctly when the detail view mode (FVM_DETAILS) is selected. On the initial
display, the area where the header bar should be is blank (white). If you drag
the mouse over the area where the header should be, the header bar is drawn in
the area under the mouse. If you then minimize or do anything that causes a
repaint of the listview, the header bar goes away.
Testing indicates using the comctl32.dll AND/OR uxtheme.dll in native mode
resolves the issue.
This can be seen using the following demo application (including source) at:
http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&exp=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=10349
Summary: Yukon Trail installer crashes at the end
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9017)
--> (http://bugs.winehq.org/attachment.cgi?id=9017)
Crash Log
After the Yukon Trail's installer is done installing, it crashes, taking the
file browser it spawns with it.
To reproduce:
-Run installer
-Complete installation
--
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=23644
Summary: Error when I execute an English course install
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.masch(a)gmail.com
I cannot install English Grammar software, I always get an exception.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13810
Summary: D3DSwapChainImpl_Destroy() shouldn't call
SetDisplayMode() in D3D7
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prouvot.guillaume(a)free.fr
Created an attachment (id=13851)
--> (http://bugs.winehq.org/attachment.cgi?id=13851)
Add a dx version check before calling SetDisplayMode in
D3DSwapChainImpl_Destroy
D3DSwapChainImpl_Destroy() function in dlls/wined3d/swapchain.c shouldn't call
SetDisplayMode() when D3D7 is used. This problem cause some 2D graphics
corruptions and switch to wrong screen resolution in Speed Busters game.
The patch in attachment add just a dx version check before calling
SetDisplayMode() to prevent a redundant call with one done by ddraw module.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23589
Summary: Jade Dynasty: Weapon glows appear white
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fenrina(a)yahoo.com
Glows on weapons are bright white from most camera angles. The glows seem to be
reflecting something. Viewing weapons from certain angles and positions will
have the weapon partially glowing white and partially glowing normal.
The glows are normal when at the character select screen for the first time.
The glows only exhibit the issue after selecting a character and entering the
game world. Glows will exhibit the issue in character select after entering the
game world and returning.
PCLinuxOS Full Monty Beta 3
GeForce 7600 GS (Driver 195.36.31)
Tested from versions 1.2-rc4 to 1.2-rc7. No difference in any version.
(Game provided at http://jd.perfectworld.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=21628
Summary: Civilization 4 : Civstat uploader bugged Pboss
Product: Wine
Version: 1.1.38
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sylvain.marcon(a)wanadoo.fr
Created an attachment (id=26109)
--> (http://bugs.winehq.org/attachment.cgi?id=26109)
log debuger crash Pboss when launch civstat uploader
When launch civstat uploader :
civ4beyondtheswordPboss.exe bugged.
If we not launch civstat uploader Pboss not bugged : all player play correctly.
when launch civstat uploader : Pboss bugged few second after
buig report bug include in attachement.
version civstat uplader : 1.5.1.0 (http://www.civstats.com/download.php)
version civ4 BTS : 3.19
same problem producted witch other version BTS and witch civ4 Vanilla or
warworld
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23457
Summary: Command & Conquer 4 can't log into EA Account
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=29274)
--> (http://bugs.winehq.org/attachment.cgi?id=29274)
+winsock +winhttp
When starting up the game for the first time, you need to log into your EA
Account. When it attempts to log in, game fails by saying "Unexpectedly
disconnected from online services. Please check your Internet Connection."
I am running Gentoo with 1.2-rc5
Snippet of Terminal output:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:thread:SetThreadIdealProcessor (0x298): stub
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23127
Summary: Mass Effect 2 ignores keystrokes unless in virtual
desktop
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you start Mass Effect 2, it prompts you to press any key,
but it does nothing when you do.
The problem goes away when run in a virtual desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9789
Summary: Unable to run XCOM in Wine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magsymp(a)yahoo.com
Hello,
I am running the most recent version of Wine on Ubuntu Feisty Fawn with all the
most recent updates. (I've even tried fresh install of Wine and Ubuntu)
My problem is that I am unable to get X Com UFO Defence to work with Wine. The
game will launch but the keyboard does NOT work. I've have extensive
troubleshooting but I can't get the keyboard to work. I have even had someone
else try to get it working (someone with alot of experience with Wine) and they
said that they were not able to get the keyboard working either (different PC
and all).
I have tried setting up a launcher script and had no success... same issue.
I've tried virtual KBs and those don't work either. I've even tried a KB which
should push input to all sessions but even that does NOT work.
I have tried to run the game in terminal, in seperate window, but the KB will
NOT work... or the game won't launch.
I've tried 3 different install packages for the game and still no success.
Other games work, and the keyboard works in them with no problems.
Game is now abondonware and is available at
http://www.abandonia.com/games/38/UF...emyUnknown.htm
or
http://www.the-underdogs.info/downlo...ld.zip&id=4966
Any investigation or input would be appreciated.
Thanks
--
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=22561
Summary: City Of Villains Freezes on Load screen
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megadragon(a)comcast.net
I was able to play reasonably until the last city of villains update.
Now I freeze on the load screen and no error log is generated.
Using Wine 1.1.43
Nvidia Gforce 9600 GSO
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17271
Summary: Excel 2003 help does not seem to work, unable to
connect?
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mk144210(a)bcm.edu
Created an attachment (id=19270)
--> (http://bugs.winehq.org/attachment.cgi?id=19270)
gray office help window. Does not load.
I am going to attach screenshots. Topics seem to be listed, but when viewing a
topic just a blank gray window and the topic window says "Unable to connect to
Microsoft office online".
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18357
Summary: MyHeritage Family tree builder crashes in the begining
of the installtion (NSIS installer)
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.myheritage.com/family-tree-builder
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kohen.d(a)gmail.com
Created an attachment (id=20913)
--> (http://bugs.winehq.org/attachment.cgi?id=20913)
Terminal output
The splash screen appears, but afterwards the installation crashes with an X
related error (X_ChangeProperty).
Tested on Ubuntu Jaunty AMD64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11117
Summary: youtubedownloader hits "unimplemented
shdocvw.DoFileDownload"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp1.volftp.tiscali.it/pub/pc/windows/win98/utilit
y/graphic/video/youtubedownloader.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Guess the title says it all. The application is pretty useless because of this
:(
--
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=16373
Summary: Adobe Reader 8.1 can't open "Beyond Adobe Reader"
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17687)
--> (http://bugs.winehq.org/attachment.cgi?id=17687)
+mshtml,-msimtf
Install Adobe, try to open "Beyond Adobe Reader". Fails to open. Looks like
embedded html, as winebrowser isn't involved.
+mshtml,-msimtf 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=14448
Summary: Spectaculator: menu icons do not show properly when not
fullscreen
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.spectaculator.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Spectaculator is a Sinclair ZX-Spectrum emulator. When running it
non-fullscreen, menu icon widgets are only shown when getting the pointer over
them, and then they flicker.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21327
Summary: Weird behaviour with Alt+Tab and wine fullscreen
applications
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause(a)informatik.uni-halle.de
i have witnessed this for quite a while now, and i'm not sure if it's a bug in
wine or in kwin, or somewhere completely different.
the symptoms are:
when i start a game in wine in fullscreen mode, i can alt-tab out of it, but
only if the window i alt-tab to is not maximised. as soon as i switch to a
maximised window, or the whole screen is covered with non-maximised windows,
the full screen game jumps to front display-wise, if i click with the mouse,
the clicks go to the windows (that i don't see anymore)
it has been like this for several wine and kde versions, but not since the very
beginning. i could not isolate when it started behaving this way.
KDE version is 4.3.4
wine version is 1.1.35
Graphics card is a Radeon 9700Pro, with fglrx driver 9.3 (last one that
supports the card)
i have also reported this in the KDE bugzilla here:
https://bugs.kde.org/show_bug.cgi?id=222210
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24162
Summary: Youtube downloader fails to download videos
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://download.cnet.com/YouTube-Downloader/3000-2071_
4-10647340.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30407)
--> (http://bugs.winehq.org/attachment.cgi?id=30407)
Log
When attempting to download a video with Youtube Downloader, the download fails
and a window displays HTTP errors (303).
Console 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=23199
Summary: Dominion Wars main menu cannot be displayed
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yochenhsieh(a)gmail.com
Created an attachment (id=28864)
--> (http://bugs.winehq.org/attachment.cgi?id=28864)
console output of Dominion Wars
While using wine to run the game "Star Trek: Deep Space Nine - Dominion Wars",
the main menu cannot be displayed correctly. Therefore I cannot test other
parts of the game.
The attached console output is copied while playing Dominion Wars in a desktop
window of 800x600 resolution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16958
Summary: Exiting Diablo II running in windowed mode, resets
xrandr display setup
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kdekorte(a)yahoo.com
Running Fedora 10 (x86-64) with wine 1.1.12 (32bit). Screen setup is dual head
I run Diablo II in a window
wine .wine/drive_c/Diablo\ II/Diablo\ II.exe -w
And after exiting the game, the DVI-0 output is set to off, the display is fine
and active during the playing of the game.
Apps like notepad or winefile do not do this, so it might be something with the
DirectX layer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18366
Summary: LEGO STARWARS: Unable to cancel level intros
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
At the beginning of each level in LEGO STARWARS there is a scrolling text just
like in the movies. A text "Press the ESC key" appears which normally lets you
skip straight to the level. This does not work in wine most of the time. "Most
of the time" means it works if you are lucky, about once every 10 or 15 tries
maybe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14945
Summary: Intro movies can't be skipped in Raven Shield
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
The intro movies in Raven Shield can't be skipped by pressing space (if I
remember correctly the key).
The single player also suffers from this problem and is downloadable from:
http://www.fileshack.com/file.x?fid=2382
Though I'm not sure if it should even be possible to skip them in the demo,
someone should confirm this 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=16920
Summary: Automatic download of dotnetfx installer doesn't work
anymore
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.snelstart.nl/download/SetupDemoSnelStart.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: jacek(a)codeweavers.com
After todays commit round the automatic download of the dotnetfx installer
(when running 'wine SetupDemoSnelStart.exe' doesn't work any more. Regression
testing shows:
12931062fbf5387cfcb0bdb65a110c503728bd6b is first bad commit
commit 12931062fbf5387cfcb0bdb65a110c503728bd6b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jan 13 00:28:25 2009 +0100
wininet: Make sure that we have data buffered before sending
INTERNET_STATUS_REQUEST_COMPLETE notification.
:040000 040000 0259bff5b0c7b873797e53eab4fb90c50c7e0dcc
29233a4b1c6fa332cefe07757221086eee775afa M dlls
The installation doesn't work btw but upto today it at least did something (it
downloaded the dotnetfx installer).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19781
Summary: Visual C++ 2005 Express: -Zi option doesn't work;
breaks Firefox build's configure script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Firefox's configure script quite reasonably tries cl -Zi to
see if -Zi works. Under Wine, sadly, it doesn't.
To reproduce, you have to get past bug 19779 by copying
C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/mspdb*
to
C:/windows/system32.
Then try
cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools
cp ~/hello.c .
wine cmd
vsvars32.bat
cl -Zi hello.c
This causes mspdbsrv.exe -start -spawn to run and persist,
but it seems that cl can't talk to that service properly;
repeating the command
cl -Zi hello.c
yields
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
hello.c
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
MSPDBSRV: fatal error: Unable to start server: server already exist
fixme:ole:NdrCorrelationInitialize (0x33e48c, 0x33e08c, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33dc98,0x00000001,0x33dcb4) stub
fixme:advapi:LsaClose (0xcafe) stub
hello.c : fatal error C1902: Program database manager mismatch; please check
your installation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23631
Summary: Cricket 2007 EA sports
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajparag(a)yahoo.co.in
the autorun.exe file does not run when i try to install it. nothing happens. no
error displayed. the cursor (waiting sign) hovers for sometime and then
vanishes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20797
Summary: Citrix Online Plug-in - Version 11.2 crashes upon
installation
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Created an attachment (id=24903)
--> (http://bugs.winehq.org/attachment.cgi?id=24903)
Citrix Online Plugin 11.2 wine crash
When trying to install the "Citrix Online Plug-in - Version 11.2" it crashes
and the installation never happens.
I'm using ubuntu Karmic (9.10) and wine 1.1.33 to install the latest Citrix
Win32 Client which is now named "Citrix Online Plug-in" (Yes, I know, they
changed the name of the ICA client once again for the nth time) apparently the
version is now 11.2.
as usual I started deleting the .wine directory on my home dir and created a
new one using:
$winecfg
Then proceed to install the plugin using:
$wine CitrixOnlinePluginFull.exe
After the few reglamentary seconds a small window appears informing of a crash:
"The program TrolleyExpress.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience."
I made an attachment of the console 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=17112
Summary: Wine has bugs which can be found using Coverity's static
analysis tool
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://scan.coverity.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
At the moment, Coverity reports 108 uninspected warnings
and 86 confirmed bugs on the Wine source tree.
Nobody knows how important they are; most probably don't
matter much, but a few could be serious. We should
probably at least triage all the uninspected warnings,
and it would be really good to fix all the confirmed bugs.
Because it's kind of hard to get access to the Coverity
reporting tool (you have to get an account, which you
do by asking our Coverity liason; see
http://wiki.winehq.org/StaticAnalysis ), we should
probably try to make those warnings more easily available
somehow, e.g. by filing bugs in bugzilla for a handful
of the warnings and see if that helps induce people to fix them.
If we want to get really serious, we could
write a script that did a daily coverity run
and produced a nice web report of the day's new warnings
a la patchwatcher.
Coverity has a carrot to induce us to resolve all the
warnings: if we do that, they will start using their
latest tools for Wine, which would presumably find
more interesting errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19879
Summary: Disney's snowwhite does not detect 16 or 32 bit color
mode
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
The game does not detect 16 or 32 bit color mode.
Logging of Wine (consistent with this message):
fixme:win:EnumDisplayDevicesW ((null),0,0x32e848,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21094
Summary: Rayman Forever (ancient DOS game) throws int33 error
and doesn't start
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cvoeten(a)gmail.com
Created an attachment (id=25307)
--> (http://bugs.winehq.org/attachment.cgi?id=25307)
terminal output when running wine start Start.bat
Issuing the command wine start Start.bat fails.
This game has a text-mode and sort-of-a-gui-mode... not really a GUI as no
mouse etc. but it does use sophisticated graphics for a DOS-game and certainly
no longer operates in DOS text-mode when it's loaded.
The text-mode phase (which takes like 0,1 second) works fine but when the game
tries to make the modeswitch to this sort-of-gui-mode it crashes with an int33
error.
If there's anything I can do to help fix this, please 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=16919
Summary: Gecko crash in CityEngine help viewer
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.procedural.com/purchase/trial.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CityEngine (based on Eclipse) aborts when you do Help and
then click on the Quick Start choice in the help browser.
The abort is triggered by an unexpected return value somewhere;
the log shows
0034:Call ntdll.strlen(39eb9db8 "Component returned failure code: 0x8000ffff
(NS_ERROR_UNEXPECTED)") ret=3e627da4
shortly after gecko is initialized.
To reproduce you have to do "winetricks gdiplus" to work around
bug 14196 and apply a small patch to fix bug 14015
before starting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23890
Summary: Star wars Galactic Battleground Game CD not detected
Product: Wine
Version: 1.1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann.eeckhoudt(a)laposte.net
Created an attachment (id=29993)
--> (http://bugs.winehq.org/attachment.cgi?id=29993)
screenshot (in french)
When I try to play with Star Wars Galactic Battleground, the application ask
for the game CD to be inside the drive. The game CD is already in the drive but
does not seem to be detected.
My version of Wine is 1.1.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=22738
Summary: Trans communicator problem, Assertion Failed.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qoolbio(a)gmail.com
CC: qoolbio(a)gmail.com
Created an attachment (id=28034)
--> (http://bugs.winehq.org/attachment.cgi?id=28034)
log file of the trans communicator problem
I've managed to install my app from trans_setup_3_3.exe file and everything
looked fine, even when i launch the app no bugz appear, the problem starts when
i log into the program. after doing this it brings me this msg window:
"Assertion failed: succeeded (hr) newsy.cpp line 1367",
Im a real newbie in linux distros, right now im using opensuse 11.1 and my wine
ver is 1.1.44
I attached the bug log file as well. Please help me guys because i can't work
without this app running sweet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22254
Summary: The Elder Scrolls III: Morrowind won't start
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.bethsoft.com/eng/games/games_morrowind.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: helgast(a)post.cz
Created an attachment (id=27177)
--> (http://bugs.winehq.org/attachment.cgi?id=27177)
Morrowind crash
I have installed Morrowind (v1.2.0722) and after I click Play game crashes on
unhadled page fault. I have opensuse 11.2 x64 with wine 1.1.42 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=17219
Summary: Rapget memory usage rises until program crashes.
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclaud2000(a)tutopia.com
Rapget memory usage steadily rises wile downloading a list of files until
there's no more system memory left and crashes. After all files in the list has
been downloaded the memory usage returns to normal.
Rapget can be downloaded for free at http://www.rapget.com/en/download.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=14325
Summary: Typewell v4 gets text attributes wrong when loading
Product: Wine
Version: 0.9
Platform: Other
URL: http://typewell.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Typewell is, among other things, a simple word processor that
can create, save, and load .rtf files. However,
if you create text in various styles (e.g. underlined,
italic), save it to a .rtf file, restart the app and load
the same file, the styles are wrong;
whatever the last style you selected when
you saved, e.g. underlined, is applied to the
entire document. (Or something like that. It's hard to pin down.)
winetricks riched20 makes things a lot better.
Sadly, the bold attribute is ignored with or without riched20.
This is roughly where this app has been for several years;
marking as an 0.9 bug. I don't think it's ever worked properly,
so this is not a regression.
If somebody wants to tackle this, I can get them a copy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20366
Summary: SolidWorks 2007: Installation of service pack 2.2
fails
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1)install SolidWorks 2007 (dotnet20, ie6, mfc42)
2)wine Solidworks.2007.SP2.2.win32(sw2007-0.0-2.2-i).exe
3)click unzip
4)select "Upgrade an individual installation of SolidWorks" and click next
5)get "Service pack error 1605" and click finish
Service pack isn't installed and there is no output from terminal.
After unziping there is sw2007-0.0-2.2-i.msp. Trying to install this gives
fixme:advapi:LookupAccountNameW (null) L"WINEUSER" (nil) 0x32f72c (nil)
0x32f730 0x32f724 - stub
fixme:advapi:LookupAccountNameW (null) L"WINEUSER" 0x14e700 0x32f72c 0x14e470
0x32f730 0x32f724 - 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=23321
Summary: ShellExecuteEx can fail for paths with spaces in them
Product: Wine
Version: 1.2-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basinilya(a)gmail.com
CC: wylda(a)volny.cz
+++ This bug was initially created as a clone of Bug #7900 +++
If you pass an lpFile with space(s) in its name, and if there exists another
file or directory whose path matches the lpFile truncated at any of its spaces,
then ShellExecuteEx attempts to open/execute that other file instead.
Passing an lpFile with embedded quotes surrounding the path DOES help.
tests:
1) this test case is still marked for todo_wine
http://source.winehq.org/source/dlls/shell32/tests/shlexec.c?v=wine-1.2-rc4…
2) similar testcase by me
http://source.winehq.org/source/dlls/shell32/tests/shlexec.c?v=wine-1.2-rc4…
Patch exists, but not applied yet, because it removes possibly important block
of code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22403
Summary: "Cannot Connect to Database" on program startup.
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard.mackie70(a)gmail.com
Created an attachment (id=27424)
--> (http://bugs.winehq.org/attachment.cgi?id=27424)
picture of error window that comes up
Get an error in an X11 window with title "Cannot Connect to Database"
the error says "The allocation of the environment handle failed" (as per
attached pic). Program fails.
I am trying to run a program called POSH - it's property management software
from Australia.
Have tried using same version of WINE installed in Ubuntu Linux too - same
result.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11293
Summary: Imageready 7 update squirrly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the Photoshop 7 trial, start Imageready 7, and try updating
(click the orange jellyfish at the top of the tool palette,
then click "Updates" on the "Adobe Online" dialog,
check the box next to "Adobe SVG Viewer 3.0",
then click "Download").
The first problem is that the first try simply finishes
silently without downloading anything, at least for me.
So try again; this time, to see the SVG Viewer offered
in the list of updates, you have to select "Old updates" from the
pulldown on the right (reasonable, since you've already
been notified about it, but unreasonable since the update failed).
This time a "Transfer Status" dialog is displayed and the
SVG Viewer installer downloads and runs.
When it runs the SVG Viewer 3.0 setup, all
goes well... until it's done. The "Finished, OK"
dialog shows up for a second, then disappears
(or did for me). The update dialog stays there,
partially drawn, with the "stop" button drawn.
Hitting alt-tab doesn't find the missing "OK" dialog.
Waiting about twenty seconds seems to do the trick, though;
the update dialog goes away, and if you've checked the
"show history when finished" checkbox, the history window
shows up.
So it all kind of works but leaves one scratching his head
wondering if it did. I presume it works better on Windows,
but haven't verified 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=23390
Summary: Aion online crashes after extended play
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xzarr(a)lavabit.com
Created an attachment (id=29151)
--> (http://bugs.winehq.org/attachment.cgi?id=29151)
debug output
After playing Aion Online for some period of the time the gameplay becomes
sluggish and unplayable.
Using
gcc version 4.4.4 (Gentoo 4.4.4-r1 p1.0, pie-0.4.5)
wine-1.2-rc3 (With mouse hack on appdb page)
wine explorer /desktop=Aion,1680x1050 bin32/aion.bin -noauthgg
-ip:206.127.147.28 -port:2106 -cc:2 -lang:enu -noweb
winetricks'd d3dx9 vcrun2005sp1 ie6
mmdevapi disabled
Attached is the last 500 lines of debug 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=23854
Summary: Trackmania Forever sometimes freeze all wine apps on
alt-tab from fullscreen
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
When alt-tabbing away from Trackmania United Forever running in fullscreen
mode, Trackmania will sometimes freeze (goes black, doesn't respond). Usually
when this happens all other applications running in wine will also slow down to
an almost freeze, responding very, very slowly if at all (eg tens of seconds to
click something in Spotify, though music keeps playing). The only way to fix
things when this happens is to kill Trackmania with ctrl+alt+esc. After killing
Trackmania, other wine apps unfreeze and resume working correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23133
Summary: VirtualBreadboard installer fails to run
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.virtualbreadboard.net/Portals/0/downloads/V
BB%203.6.4.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Tested with 1.2-rc3, pops up an OK dialog titled Error with a message saying
success.
The only terminal output is:
fixme:file:read_directory_getdents not enough room 1024/1 for fake . and ..
entries
The website says the executable is packed with Xenocode and that .NET 2.0 and
MS Visual J# runtimes are required, tested both before installing these and
after, the result is the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19059
Summary: VectorNTI crashes when saving files
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michaelhust(a)gmx.de
I installed the new Version 1.1.24 of wine (Opensuse 11.1, KDE 4.2.4) last
weekend.
Problem: VectorNTI crashes when Vector Files will be saved into the Database.
Afterwards, I installed Wine 1.1.20 and everything is fine. I can't say if
VectorNTI would work with any version between 1.1.20 and 1.1.24.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18663
Summary: Cryostasis demo hangs
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hi,
After issues with bug 18661 and bug 18662, I've managed to get further. Game
just hangs, flooding the console with this output:
[tommy@TommyPC Cryostasis Demo]$ wine cryostasis.exe
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x7
fixme:win:EnumDisplayDevicesW ((null),0,0x32f46c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f3ec,0x00000000), stub!
fixme:dxgi:DXGID3D10CreateDevice Ignoring adapter type
fixme:win:EnumDisplayDevicesW ((null),0,0x32f2c4,0x00000000), stub!
fixme:dxgi:dxgi_adapter_GetDesc iface 0x21ff90, desc 0x32f8b0 stub!
fixme:dxgi:dxgi_adapter_GetDesc iface 0x21ff90, desc 0x32f8b0 stub!
And this:
fixme:dxgi:dxgi_adapter_GetDesc iface 0x21ff90, desc 0x32f8b0 stub!
is showing up 100 times every second. The game doesn't launch, just stalls and
produces lots of 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=14933
Summary: FileTransfer for HP200LX not properly show size main
window
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows 3.1
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arti0(a)op.pl
Created an attachment (id=15517)
--> (http://bugs.winehq.org/attachment.cgi?id=15517)
gif with compare Windows and Wine.
File Transfer for old palmtop HP 100/200LX
ftp://ftp.hp.com/pub/handheld_computers/software/tf103.exe
Show main window not properly.
In attachment gif with compare Windows and 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=15241
Summary: Microsoft Office 2007: Cannot updated IME dictionary
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: juan_lang(a)yahoo.com
Depends on: 15215
Created an attachment (id=16019)
--> (http://bugs.winehq.org/attachment.cgi?id=16019)
+imm
First, get past bug 15215 (second patch fixes it, hopefully in git soon).
Fire up Word 2007.
Click 'Review' tab.
Click 'Update IME dictionary'.
'The current IME does not support editing the user dictionary.'
+imm 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=18900
Summary: Wineserver crashes starting Team Fortress 2
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Created an attachment (id=21742)
--> (http://bugs.winehq.org/attachment.cgi?id=21742)
Backtrace and additional info
With current git & Steam updates wineserver crashes when starting Team Fortress
2:
Program terminated with signal 11, Segmentation fault.
#0 0x08072893 in wake_thread (thread=0xf8) at
../../wine.git/server/thread.c:604
604 for (count = 0; thread->wait; count++)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16942
Summary: unsupported subformat KSDATAFORMAT_SUBTYPE_IEEE_FLOAT
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
fixme:dsound:DirectSoundDevice_CreateSoundBuffer SubFormat
{00000003-0000-0010-8000-00aa00389b71} not supported right now.
Call of Duty 5 has no sound because the subformat
KSDATAFORMAT_SUBTYPE_IEEE_FLOAT is not implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12622
Summary: SSF: program ends prematurely
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www7a.biglobe.ne.jp/%7Ephantasy/ssf/files/SSF_009
_beta.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.jrp015(a)gmail.com
Created an attachment (id=12251)
--> (http://bugs.winehq.org/attachment.cgi?id=12251)
WINEDEBUG=+win,+msg,+relay wine SSF //wine0.9.59
SFF closes unexpectedly.
I suspect this is because in 0.9.59 we see
001e:Ret imm32.ImmGetDefaultIMEWnd() retval=00020040 ret=00404549 was returned
but in the latest git
001b:Ret imm32.ImmGetDefaultIMEWnd() retval=00000000 ret=00404549
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14522
Summary: Spellforce has bad quality ground textures
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Like the title says.
This is likely due some LOD malfunction.
The ground which is farther from the players view looks more detailed and high
res, this leads me to the conclusion that the LOD of the game operates the
exact opposite what it should. Also this explains the slowness of the game.
With ground I mean the grass and hills which are basically just one big
surface. However the textures of the buildings and trees, which are complex 3d
models, are looking great.
In the console there are some of these messages:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadTexture (0x175d58d8) Operation not
supported for scratch textures
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21767
Summary: JLC's Internet TV crashes on startup
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://download.cnet.com/JLC-s-Internet-TV/3000-2139_4
-10630045.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=26315)
--> (http://bugs.winehq.org/attachment.cgi?id=26315)
JLC's Internet TV backtrace
With wine-1.1.39, after installing JLC's Internet TV, the application crashes
with:
Backtrace:
=>0 0x6f3af97c ServiceProviderVtbl() in shdocvw (0x0032f4d0)
1 0x6851a569 call_window_proc+0xc8(hwnd=0x10074, msg=0x0030, wp=0x0088,
lp=0x0001, result=0x32f550, arg=0x6f3af97c)
[/home/arethusa/wine32/dlls/user32/../../../wine.git/dlls/user32/winproc.c:242]
in user32 (0x0032f520)
2 0x6851c98f CallWindowProcW+0x64(func=0x6f3af97c, hwnd=0x10074, msg=0x0030,
wParam=0x0088, lParam=0x0001)
[/home/arethusa/wine32/dlls/user32/../../../wine.git/dlls/user32/winproc.c:980]
in user32 (0x0032f560)
3 0x2ce13281 IOCS_OnWndProc+0xb8(This=0x166b78, hWnd=0x10074, uMsg=0x0030,
wParam=0x0088, lParam=0x0001)
[/home/arethusa/wine32/dlls/atl/../../../wine.git/dlls/atl/atl_ax.c:850] in atl
(0x0032f5b0)
4 0x2ce132cc AtlHost_wndproc+0x46(hWnd=0x10074, wMsg=0x0030, wParam=0x0088,
lParam=0x0001)
[/home/arethusa/wine32/dlls/atl/../../../wine.git/dlls/atl/atl_ax.c:857] in atl
(0x0032f5f0)
...
Using native atl.dll allows the application to start up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19723
Summary: Trouble continuing the installation of NordicBet
Poker-client
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: khisbra(a)hotmail.com
CC: khisbra(a)hotmail.com
I have never had any problems earlier installing the client & using
wine-1.1.27-1mdv2009.1 makes it impossible to move forward to the next page
when executing the exe-file from the desktop when running wine
/home/kristoffer/Skrivbord/NordicBet.exe.
The result is that I just see a white window and nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20490
Summary: Tower crashes when rendering 3d-objects
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.scenery.org/atc_sims.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=24391)
--> (http://bugs.winehq.org/attachment.cgi?id=24391)
try with binary version of winedbg
Tower, an ATC simulator for windows 3.1 systems or newer (NT not supported),
crashes when objects to render change. (e.g. an airplane has to be loaded and
rendered in tower view on landing or takeoff)
It can be downloaded here: http://www.scenery.org/atc_sims.htm [8MB]
(simply get all 6 zip-files from the dropdown menu and extract to one single
directory; installation will pause about one minute before proceeding after
files are copied)
--
wine: Unhandled page fault on write access to 0x0000093c at address 0x7ef93924
(thread 0009), starting debugger...
--
I'm using wine 1.1.32 from ubuntu and debian sources as well as a self-compiled
one. Trying to use winedbg with my version fails, the output using the ubuntu
one gives me this.
This is the only default output from the application. I have no hint what to
look for, so I attached an +relay log, too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16526
Summary: Angels Online Doesn't Update
Product: Wine
Version: 1.1.10
Platform: All
URL: http://ao.igg.com/
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaiku(a)gmail.com
It connects fine to the update server, but then it displays the message:
"Update file missing, online update failed, please download the latest update
pack from the official website (http://ao.igg.com) and update manually".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23208
Summary: MS Money 2000: shows wrong/huge total amounts in
accounts section of main page
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.vai(a)unipv.it
Created an attachment (id=28885)
--> (http://bugs.winehq.org/attachment.cgi?id=28885)
Screenshot of main Money2k page with odd totals
In the main page, the total amounts displayed next to each account name are
incorrect, odd and huge: some of them are around 557.117.561.448.000€, some
others are around -557.117.561.448€.
If I click on an account, though, the full list of operation related to the
account are displayed correctly, and the total showed is also correct.
If I create a new account, it is not affected by the problem, i.e., the bug
seems to apply only to existing accounts.
The mny files affected by the problem used to work fine with wine 1.1.15
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21510
Summary: Ogre3D based game doesn't get any (mouse/keyboard)
user input
Product: Wine
Version: 0.9.11.
Platform: x86
URL: http://193.219.43.130/~winetester/bin/win32/SpaceBandi
ts/space_bandits_game.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Pseudo-game called "Space Bandits" start's up and then I can only Ctrl-C it via
the console terminal. The game outputs own debug data to stderr, so I've added
+tid channel to make difference. Then wine prints only 2 lines, so there are
they:
0009:err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf
returns 1, expected 2)
0009:fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
This is regression (or revealed bug) from quite old times [1]:
commit e66e34ef7b5ad61bda09067e6ea8f8990017b5de
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Sat Mar 18 11:26:37 2006 -0700
dinput: Create single thread for mouse and keyboard hook.
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit
section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
I know about bug 8854 where *both* keyboard and mouse input doesn't work. But
in it we have different offending patch.
This game has it's cpp-source in zip, but the main loop comes probably from
Ogre3D lib which version used to build the game was quite old.
[1] http://source.winehq.org/git/wine.git/?a=commit;h=e66e34ef7b5ad61b
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16411
Summary: Origin 8 - Some dialogs crash when activated
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.originlab.com/index.aspx?s=12&lm=+62
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 3538
Install Origin 8.
Launch.
File, Import, Multiple ASCII
CRASH!
wine: Unhandled page fault on read access to 0x69736f70 at address 0x7d91bf96
(thread 0009), starting debugger...
Backtrace:
=>1 0x7d91bf96 priv_from_xmlDocPtr+0x6(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3 (0x0066ea70)
2 0x7d91bfb8 xmldoc_release+0x1e(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:159] in msxml3 (0x0066eac0)
3 0x7d92a5ee Internal_Release+0x55(iface=0x181a8d54)
[/home/austin/wine-git/dlls/msxml3/node.c:1560] in msxml3 (0x0066eaf0)
4 0x7d92399b Internal_Release+0x50(iface=0x1816bffc)
[/home/austin/wine-git/dlls/msxml3/element.c:762] in msxml3 (0x0066eb20)
5 0x7d921fcc domelem_Release+0x2a(iface=0x1816bff8)
[/home/austin/wine-git/dlls/msxml3/element.c:88] in msxml3 (0x0066eb40)
0x7d91bf96 priv_from_xmlDocPtr+0x6
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3: movl
0x0(%eax),%eax
119 return doc->_private;
+msxml 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=18795
Summary: YAMB (Yet another mp4box ui) memory error in some
circumstances
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://yamb.unite-video.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
I was able to repeat this bug all the times I tried the operations descripted;
it doesn't happen on Windows environments.
I tested YAMB for extracting tracks from an MP4 file, containing an audio and a
video track.
Operations:
Editing => Click to extract streams => Select the file => Click on one of the
two streams => Tick "Extract all streams to raw format" => Click "Next".
The demuxing now went fine.
Click on "Back" => Choose another file and repeat the same operation => BUG!
Access violation occurs.
I don't see anything relevant in the terminal log.
Application download address: http://yamb.unite-video.com/download.html
O/S: Ubuntu Karmic Alpha 1
HW: Dell XPS 1530
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10777
Summary: Le Grand Robert v2 demo crashes on "copy"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://lerobert.customers.artful.net/editions-
electroniques/catalogue/gr/grand_robert_demo.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo installs and starts nicely.
All the italics are illegible unless you install corefonts' times,
but that's not what this report is about.
Selecting "copy" (either by ^C, File / Copy, or the Copy button
in the toolbar on the right) crashes the app. The stack is
simplest if you press ^C, but all seem to be a null
pointer reference in the same function.
Native msvcrt doesn't help.
The log doesn't seem too illuminating, but warn+heap
has the spectacular effect of changing the stack
completely to lots of 5555's.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.