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=25875
Summary: PokerStars Hangs when you minimise and then maximise
table window or switch virtual desktops
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmorozov(a)atlas-print.ru
If I open any poker table in PokerStars client and then minimise or maximise
it. PokerStars hangs. The same apperas when i switch vurtual desktops.
The bug appears after the last PokerStars update. Before poker stars update
all works exellent.
Revertins wine to 1.2.2 chane nothing. Wine version 1.3.11 also affected.
Using Ubuntu 10.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24545
Summary: Monkey Island: Special Edition wants X3DAudio1_6.dll
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
By default, it installs directx and dotnet35 (!) even though it doesn't use it.
If you kill those two (e.g., in the Direct2Drive installer, just remove the
DirectX folder and dotnetfxsetup.exe), the installer will happily skip them
with little harm.
When you to to start the game, however, it will complain that it can't find
X3DAudio1_6.dll. I've seen a few apps with similar complaints, but the only bug
mentioning it is bug 16648, and that's got a few issues mixed together.
So, this bug is for x3daudio?_? missing in wine and breaking Monkey Island.
(workaround is winetricks xact).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=24369
Summary: UCS-4 trick not working with resource files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
Created an attachment (id=30717)
--> (http://bugs.winehq.org/attachment.cgi?id=30717)
Resource file for testing
Here there is an extract of my email sent to wine-devel mailing list about this
problem:
==== CUT = CUT = CUT
Let's take for example this piece of code from richedit.h:
#if defined(__GNUC__)
# define RICHEDIT_CLASS20W (const WCHAR []){
'R','i','c','h','E','d','i','t','2','0','W',0 }
#elif defined(_MSC_VER)
# define RICHEDIT_CLASS20W L"RichEdit20W"
#else
static const WCHAR RICHEDIT_CLASS20W[] = {
'R','i','c','h','E','d','i','t','2','0','W',0 };
#endif
Because the famous UCS-4 "issue", the control name is splitted in its single
letters.
While this can work in almost all situations with C/C++ sources, it is
absolutely not possible to put a richedit control in RC files.
For example, if I put a Richedit control into a dialog box, it will crash since
the letter by letter format won't be recognized by the resource compiler.
>From the above example, I was wondering what you think about doing a change
like this one:
#if defined _MSC_VER || defined RC_INVOKED || sizeof(wchar_t) == 2
# define RICHEDIT_CLASS20W L"RichEdit20W"
#elif defined(__GNUC__)
# define RICHEDIT_CLASS20W (const WCHAR []){
'R','i','c','h','E','d','i','t','2','0','W',0 }
#else
static const WCHAR RICHEDIT_CLASS20W[] = {
'R','i','c','h','E','d','i','t','2','0','W',0 };
#endif
We will fall in the first case when the name expressed as string is currently
recognized:
1) because we are running under Microsoft Visual C++
2) because it is used by resource compiler
3) because the string format is currently safe since we are under UCS-2
instead of UCS-4. Perhaps this point is not written as good as you want... I do
not know if you prefer to use some informations emitted by configure script or
you will prefer to simply check the size of wchar_t.
The second case is the specific hack normally used until now with GCC.
The third case is the last chance solution, as it was before.
I moved the __GNUC__ case after the one used by _MSC_VER because __GNUC__ and
RC_INVOKED are both declared in windres.
Now I took this fragment from richedit.h as example, but perhaps I have also
seen other places where the resource compiler could be "rejected".
==== CUT = CUT = CUT
According to the reply I received, I'm creating a bug here and I tried to
create a resource file that could be used for inspecting the problem.
I tried my best but unfortunately, as you can see on top of this bug, I'm not
using directly an operating system that allows the testing of WINE.
The defect has been noticed by me when trying to compile an application with
ReactOS' sources which uses the same exact system include files normally used
by WINE.
I hope all this could be useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- 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=24390
Summary: Config files (mostly ~/.local/share) need a severe
cleanup
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: cousteaulecommandant(a)hotmail.com
Right now, removing a Wine install folder (a wineprefix) leaves a lot of config
files behind it (menu entries, mime types...) which can't be easily removed due
to its sparseness.
The most elegant solution would be to put all these files on a special folder
inside the wineprefix, and symlink the needed ones on the right config folder.
This way, removing a wineprefix would just result on some broken links, which
could be taken care of by a special script.
Additionally, winecfg should have options to not create them.
Some of those files/directories are:
1> ~/.config/menus/applications-merged/wine-*.menu
2> ~/.local/share/applications/wine/
3> ~/.local/share/applications/wine-extension-*.desktop and
~/.local/share/applications/wine-Programs-*.desktop (the latter is
locale-dependent)
4> ~/.local/share/desktop-directories/wine-*.directory
5> ~/.local/share/icons/ (mostly all of them)
6> ~/.local/share/mime/application/x-wine-extension-*.xml and
~/.local/share/mime/packages/x-wine-extension-*.xml
(Some, but not all, of these entries are listed on
http://wiki.winehq.org/FAQ#head-9893ae50079ca7a959258f0bc9a17aaf2e69b391)
I don't know what most of them do, but:
(1) and (4) should be replaced by symlinks and put on the corresponding
wineprefix.
(2) should contain one directory for wineprefix, which would be a symlink to
the actual directory. This would result on a separate "Programs" entry for each
wineprefix. (Instead of Applications > Wine > Programs > FooSoft > Run Foo, it
would be something like Applications > Wine > Foo prefix > FooSoft > Run Foo)
(3) What's this??
(5) should be on each wineprefix, with the corresponding .desktop file pointing
to them.
(6) should be replaced by symlinks, and, if possible, put them on a directory
and just symlink the directory. Or, in my opinion, could be totally removed
from Wine, Linux's mime type detection works fine, thanks.
There should be a script that rearranged all these files on the corresponding
wineprefixes. In order to do this, the `env WINEPREFIX="..."` string on
~/.local/share/applications/wine/.../*.desktop can be useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24237
Summary: Window redraw issues in virtual desktop
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: adys.wh(a)gmail.com
This afects apps with custom window controls, apparently. Tried both on WoW
Launcher and WoW Repair.
One video is worth a thousand words: http://www.youtube.com/watch?v=PkgWipEPw0I
Maybe I can try on google chrome, too (Dan/Austin: can you add a chrome verb to
winetricks?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24807
Summary: OrchidWiz doesn't run.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paw.badreligion(a)gmail.com
Created an attachment (id=31372)
--> (http://bugs.winehq.org/attachment.cgi?id=31372)
Output when I try to run this .exe
OrchidWiz can't run on Wine. I attach the output I get on the terminal. I
haven't been able to find this app listed anywhere, so these are my two cents.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=24934
Summary: Resident Evil 3: Game lags for any seconds when camera
moved between scenes
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dumanovsky(a)ya.ru
Created an attachment (id=31574)
--> (http://bugs.winehq.org/attachment.cgi?id=31574)
Full output, after second run when game fails
Game lags for any seconds when camera moved between scenes
In first run after reboot, if I set:
sound system: OSS, Windows7, disable shaders, DirectSound: Emulation, 22050/8 -
this smalls in game lags to 0.3-0.5 sec. And game works.
Every next start without rebooting (even if I killed all wine processes) I get
error message just before when controlled by me person appears.
Game always printigs this (very often):
fixme:bitblt:client_side_dib_copy potential optimization: client-side
compressed DIB 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=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=24829
Summary: Combat Arms
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runescapefrompw(a)live.com
I have downloaded the full patch manually because the downloader wouldn't work
with pando media booster (the error was pando media booster could not start).
so after i downloaded it, i ran the download through wine 1.3.5. It succesfully
installed correctly, so i then clicked start game. Now with this game when you
click start it brings up a browser (im using chrome) and the browser loads the
home page and there is a GAME START. So i click game start and then the page
will load, and it will ask me to download the Automatic downloader that wouldnt
work. I imagine this isn't a wine error, but i was hoping for suggestions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=25030
Summary: Evernote 4.0 Clicking On A Menu Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another user but I think I see it 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=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=24803
Summary: Easyworship 2009 hangs on video playback
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
steps to reproduce:
1. install via winetricks:
winetricks winxp ie6 wmp9 xvid
2. install and start EasyWorship 2009 eval version
3. add media - movie (vlc codec details follow) and play it:
video - MPEG-4 video (XVID)
audio - MPEG Audio Layer 1/2/3 (mpga)
4. app hangs, the last error message displayed in console is (full console log
attached):
err:ntdll:RtlpWaitForCriticalSection section 0x67fb210 "videorenderer.c:
VideoRendererImpl.csFilter" wait timed out in thread 0047, blocked by 0020,
retrying (60 sec)
any idea how to solve?
in fact app hangs randomly when working with video, sometimes it plays video,
sometimes it crashes with error like this one, similar error cases:
err:ntdll:RtlpWaitForCriticalSection section 0x7e2acc00 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0029, blocked by 002e, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7ea12dc0 "gdiobj.c: gdi_section"
wait timed out in thread 002e, blocked by 0029, retrying (60 sec)
thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=25185
Summary: Bug into automation FM program "MBStudio"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seth0(a)email.it
Hi all,
there's this program that "phased" graphically, and some TAB bars functions are
arranged differently than as originally seen on windows and see the
consequences of some windows cut, obscuring some features. I post a screenshot
of the same program from wine and windows to give a better idea:
http://imagebin.ca/view/prlfaO.html -
There is a yellow circle on the TAB bars are charged and red circle is the
"cut" that causes me problems! I also tried to change dpi (96 to 72) but the
result was that the fonts is diminished, but the tabs were the same! I post
another screenshot after dpi change: http://imagebin.ca/view/70OktpAv.html -
grazie and sorry for my bad english, I'm italian :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24827
Summary: Problem in executing file Parcelle.exe
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drugo79(a)hotmail.com
When I switch to another window, the program provides the following error (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=24765
Summary: Operation Flashpoint: Dragon Rising screen update
issue
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: akos(a)maroy.hu
Created an attachment (id=31295)
--> (http://bugs.winehq.org/attachment.cgi?id=31295)
wine console output
after installing Operation Flashpoint: Dragon Rising 1.05, and applying a
crack, I can start the game - but it seems that the screen updates are somehow
lacking. basically the screen content is only updated if some other application
draws on top of OF: Dragon Rising. this can be either the small task switcher
window (ALT-TAB), or the sound level popup window (for volume up or volume
down) - then, the screen content is updated correctly.
but without these, the screen flickers, and there are no updates.
this is on an ubuntu 10.04, nVidia GTX 285 with the nvidia drivers, and not
using compiz.
see the console output attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24280
Summary: WLM 8.5 crash at login
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: thejrexperience(a)hotmail.com
Created an attachment (id=30584)
--> (http://bugs.winehq.org/attachment.cgi?id=30584)
Terminal Output
Problem:
WLM 8.5 can't login, crash inmediately with message "Windows Live Messenger has
encountered a problem and needs to close. We are sorry for the inconvenience."
Also crash with wine's rc (all) and 1.3.1, a.1.3.2.
OS: Ubuntu 9.10
All dll's of winetricks for wlm are installed.
Sorry for my english xD
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25080
Summary: Canon DPP: Launching the editor does not work and
hides Canon Digital Photo Professional (DPPViewer.exe)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jontesreklampost(a)arrak.fi
When an image is selected in the main Folder view the "Edit image window"
button is active. Pressing the button causes the DPPViewer window to disappear
and no editor window appears. Killing the started DPPEditor.exe causes the
window to come back and it seems to work fine again.
The DPPEditor.exe is launched by DPPViewer.exe with the command line
"C:\Program Files\Canon\Digital Photo Professional\DPPEditor.exe /SAP 10060
a066 TRUE SAPLEX0000 /OPT /AREAMODE:0"
I'd be happy to provide logs or dumps if someone points me in the general
direction of what they would like.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=25917
Summary: AVI files fail to play in Return to Krondor
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=33034)
--> (http://bugs.winehq.org/attachment.cgi?id=33034)
Log of Return to Krondor with videos not displaying properly
When launching the game, three AVI files are played as part of the opening. In
both fullscreen and windowed, the screen remains black during the videos while
sound play as normal. I've attached a truncated log of the error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24708
Summary: ctrl + enter does not work as expected (microworlds
pro)
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: konstantinos.poursalidis(a)gmail.com
by pressing the combination ctrl+enter in microworlds pro (greek version) there
is no new line character. This key combination is just ignored.
As a workaround I used the riched20.dll from windows vista and it did work for
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=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=25078
Summary: Gateway (game distribution client) can't log in.
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dahanso(a)gmail.com
Created an attachment (id=31797)
--> (http://bugs.winehq.org/attachment.cgi?id=31797)
I placed a comment describing my actions prior to crashing..
After entering your username and password, you are told to wait.. the program
simply never advances beyond that point. If you hit close, it closes.. if you
his minimize however, it fatally crashes.
As far as I know (I could be wrong - possibly with the exception of Ragnarok)..
Gravity Interactive's lineup of games now requires the Gateway client to play,
so we can't test the games until we get past this.
I have a post in the Wine user forums, regarding this problem.. I hope it's
okay to add the link to the thread here:
http://forum.winehq.org/viewtopic.php?t=9985
I have tried every version since 1.2
(Let me know if I can supply any more information..)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24733
Summary: Everquest 2 Extended - much of world is black if
shader model 3 selected?
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
There was a required update to Everquest 2 Extended in the last couple days.
Because the EQ2 installer doesn't work on Wine, you have to run the updater
on Windows, then copy C:/ProgramData/Sony to wine.
With shader model 1, it behaves much as before, except for a
blue waterfall problem in the character selection screen ( bug 24726 ).
With shader model 3, however, half the world looks black, even
with d3dx9_36 installed to work around bug 24726.
Confusingly, the character selection screen seems to be drawn
with shader model 3 even if you have sm1 selected, and as a result,
its left side is all black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=24817
Summary: Dynasty Warriors Online: Can't play intro video
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://dynastywarriors.aeriagames.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renan(a)kauamanga.com.br
With default settings after checking the version I receive error windows with
"Can't play de intro video", same if I install the "Windows Media Format 9"
from launcher. If I install quantz the game will crash, if I install
devenum(without removing quantz) the game try to start but stop on a black
screen.
I've tested with 1.2.1 too and have 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=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=25027
Summary: Evernote 4.0 Autoupdate won't install the update.
Likewise stand alone reinstalls.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
Using the Evernote 4.0 Autoupdate function it will download the update but it
won't install it. Likewise downloading 4.0 afresh won't install if Evernote 4.0
has already been installed. (Renaming .wine - as a drastic step - is a
circumvention which works.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=24351
Summary: Can't log in with Cities XL
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://citiesxl.com
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I can install and log in with Cities XL on Windows just fine.
After jumping through some hoops
( see the HOWTO in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=18216 )
I get to the launcher's login prompt... and every time I try
to log in, it says invalid username.
Looks like some funky ws2_32 stuff going on, offhand.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=24950
Summary: Programs Menu Translations Problem
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fakehesabim(a)hotmail.com.tr
Created an attachment (id=31595)
--> (http://bugs.winehq.org/attachment.cgi?id=31595)
Screenshot of the issue
As it can be seen from the attachment Wine produces two menu entry on gnome's
main menu: programs and "programlar" which is translation of programs in
Turkish.
Affected Systems: Ubuntu 10.04, 10.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=25044
Summary: When calling a program via symlink, it causes a crash
through TMySQLConnection.SetActive
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugzilla(a)thequod.de
If I am starting HeidiSQL using a symlink like this, it crashes as soon as
connecting to the MySQL server:
/home/user/bin/heidisql ->
/home/user/.wine/drive_c/Programme/HeidiSQL/heidisql.exe*
However, when directly calling the symlink target
(/home/user/.wine/drive_c/Programme/HeidiSQL/heidisql.exe), it works.
I am attaching the MadExcept backtrace that is generated by HeidiSQL (with the
inner most entry being unknown) as bugreport.txt:
main thread ($9):
00000000 ???
0075aa9f heidisql mysql_connection 483 +13 TMySQLConnection.SetActive
006c2fc2 heidisql Main 2768 +8 TMainForm.InitConnection
00703b2d heidisql connections 218 +3 Tconnform.btnOpenClick
Then, i have created a debug log using WINEDEBUG=+relay,+seh,+tid, which is
rather huge, but hopefully helpful.
You can get HeidiSQL from http://www.heidisql.com/download.php (I have been
using the latest build, currently r3579 - you can just download the .exe after
having setup the last release).
Please let me know if I can provide any additional information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24408
Summary: Yoko Injection: Invalid handle error
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
Created an attachment (id=30769)
--> (http://bugs.winehq.org/attachment.cgi?id=30769)
Console output
I can run Ultima Online very well. When I try to run it with Yoko Injection, I
receive the following error message:
Failed to install hook in client
Reason: 6
Invalid Handle
Steps to reproduce this bug:
1 - wine ilaunch.exe
2 - click in "Launch"
3 - Log in Ultima Online (brazilian freeshard)
4 - Next, next
5 - "Entering Britannia..." stay until crash.
I attached the console output.
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=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=25181
Summary: Czech characters in the program Teach2000
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)2gadvies.nl
Within the program Teach2000 I use several Czech specific characters
like ě č ř ů
After correct entering these characters these are replaced by e c r u and have
loosed their specific meaning.
Only the function multiple choice let me view the correct characters.
Further it is only possible to enter these characters for the first time, and
when I want to make corrections even entering of these special Czech characters
is not possible anymore.
Teach2000 is installed via wine with newest versions of begin November 2010.
Please help me out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=25878
Summary: .REG files should be associated with Regedit
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.blackburn(a)yahoo.com
Created an attachment (id=32985)
--> (http://bugs.winehq.org/attachment.cgi?id=32985)
Christian's Windows XP Home
On any 32-bit copy of Windows .reg files are associated with regedit.
Double-clicking on one will give you a yes/no confirmation dialog and if you
hit yes that information will be imported into the registry file (providing the
.reg isn't deleting keys vs. adding them).
The standard installation of Visual Basic 6's mouse wheel add-on will be broken
until .reg files are associated with Regedit (providing one doesn't do a
workaround like running regedit and then clicking on File --> Import). I've
used a lot of other programs over the years that also required opening reg
files, this might as well be the default behavior since it's the default
behavior in Windows and it's just a registry setting.
To fix this bug, the attached reg file needs to be compared with other Windows
XP users and then whatever is common, should become part of Wine. I'm not sure
about the persistent handler (last 2 lines) values in my reg file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=25129
Summary: Installation of the New Atlas of the British and Irish
Flora CD-ROM stops due to msiexec.exe program error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger_norton(a)inorbit.com
When running the PAInstaller.msi programme on this CD-ROM, the installation
stops while registering extension servers. The Program Error window says that
the progams msiexec.exe has encountered a serious problem and needs to close.
The software appears to install satisfactorily, but the graphics are not as
good as in Windows (some streaking).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25002
Summary: Error during windows software installation (files
extraction)
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pichon-diffusion(a)neuf.fr
During I install Genealogie software from Micro Application editor (compatible
for Win 95 and 3.1 and 3.11. There is a fatal extraction file error when
extracting the first file.
I don't know where are wine traces for 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=24696
Summary: Online Registration Wizard on Crazy Vegas Casino set
to username zero on real player button
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: seotaewong40(a)gmail.com
Opening Crazy Vegas Casino and selecting a game button (for example: Double
Magic Slot) or clicking the CONNECT button causes a user account change to the
number zero.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24309
Summary: Recaching Fonts on each start
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.belau(a)gmx.de
Hi!
The bug is an old one. It was shown in
http://bugs.winehq.org/show_bug.cgi?id=17674 but never really fixed. There
seems to be a work around for Mac only. The bug himselves is persisting.
I found that the prob comes with free scalable fonts. A call of
dlls/winex11.drv/xfont.c function XFONT_ReadCachedMetrics fails if any font has
in pfi->df.dfPixelHeight no value. This seems to be so on nearly every free
scalable font. A possible solve is to ask first wether it is a free scalable
font (if(pfi->fi_flags&FI_SCALABLE) {...) and if not to ask wether this value
is zero (...} else if(pfi->df.dfPixelHeight==0) {...).
After this small patch my wine was recaching the fonts (about 16000...) in a
correct manner. A Patch (diff -U...; patch it directly in the winex11.drv
directory) is appended.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=25553
Summary: Sometimes 'make test' hangs after an 'under-run'
error.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max+winebugs(a)mtew.isa-geek.net
Sometimes the 'msi' test will hang after reporting two 'under-run' errors.
I frequently run test builds against the Git repository. The sequence of steps
is scripted and consists of:
1) change directory to the working repository directory.
2) If 'Makefile' exists, run 'make distclean'
3) run './configure --prefix="$HOME" --with-x' ... (-march=... and -L=...)
4) run 'make depends'
5) run 'make all'
6) run 'make -k test'
7) run 'make testclean'
Step 6) will usually hang. a 'ps a' shows a process 'msi.c' (or something like
it). 'kill' that process and the test runs to completion.
If it hangs, it will hang consistently. Occasionally something changes in the
audio whatever and it completes without problems, only to have the problem
recur when something else changes.
I have logs and can break out the appropriate sections if needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24612
Summary: Prototype: Fails to start (Parental Controls)
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hozzan(a)gmail.com
Game Prototype
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=16932) cannot
run, because give a error message about Parental Controls (You are restricted
from playing a game with these rating).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25028
Summary: Evernote 4.0 PDF Preview Hangs Or Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another Evernote 4.0 Beta Tester so have no more
information than the subject line.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24407
Summary: Excel2007 cannot read a shared document
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adriaanvk(a)gmail.com
Created an attachment (id=30765)
--> (http://bugs.winehq.org/attachment.cgi?id=30765)
Small log file
In excel 2007 you can create shared documents, allowing merging. (tab review -
share workbook and enable merge checkbox there). This is a great feature so you
can work with multiple users on the document the same time.
But, when i try to open a shared document, excel gives an error that excel
found unreadable content. See the log files for information what is happening.
The log stops at the moment the message is displayed about the unreadable
content.
Note: creation of shared files using wine+excel is not working as well, so for
this bug create a file with an excel installed 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=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=24331
Summary: [NI Circuit Design Suite] fails to install, keeps
repeating "fixme:volume:GetVolumePathNameW (....),
stub!"
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11033
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
When installing NI Circuit Design Suite it fails to install, and keeps
repeating "fixme:volume:GetVolumePathNameW (....), stub!" in the terminal
output. (see 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=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=24384
Summary: Program Error - My Heritage Family Tree Builder
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: physicsmichael(a)yahoo.com
My Heritage Family Tree Builder is a free program which can be downloaded from
this link : http://www.myheritage.com/family-tree-builder . I have used it for
a long time on windows and recently tried to install and use it on Ubuntu. The
installation process went smoothly and completed just fine. But after starting
to run the program a window pops up and states :
Program Error
The program MyHeritage.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You
may want to check http://appdb.winehq.org for tips about running this
application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org.
If more information is required please provide me with instructions to retreive
it, as I am new to UNIX (plus I'm using Ubuntu, so I don't often use the
terminal). 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=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=25183
Summary: Ashes Cricket 2009: Application installs but does not
run
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banerjee.devadittya(a)gmail.com
Created an attachment (id=31963)
--> (http://bugs.winehq.org/attachment.cgi?id=31963)
Output upon executing the launcher.
This is a game by codemasters.It installs without any problems. However, the
game doesn't run on both X86 and X86_64 with 32 bit libraries.
I have tried running the game with, and without, vcrun2005 which was suggested
in the appdb page. In either case, the game returns the same error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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.