http://bugs.winehq.org/show_bug.cgi?id=18140
Summary: Program FastMail
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonbcn(a)gmail.com
Created an attachment (id=20599)
--> (http://bugs.winehq.org/attachment.cgi?id=20599)
screenshot 1
My bank requires me to use a program (for Windows only) to see my receipts from
the bank.
This program is FastMail (download link:
http://www.caja-ingenieros.es/cast/productos_y_servicios/fastmail/fastm6.exe)
I have two problems with wine and this program:
1) Look attachment screenshot_001.png (This is one screen of this program). On
this screen there are two fields: "Desde Fecha:" and "Hasta Fecha:", which are
to indicate two dates.
With Wine 1.0.1 it works fine, but with Wine 1.1.19, in these fields appears
several vertical stripes (like one sees in the image) and does not leave me to
introduce any value.
2) This program allows me to print receipts, but when I try it always prints
the entire page black. This occurs with all wine versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18505
Summary: Crashday: Grey overlay at loading screen
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crashkopf(a)gmail.com
Created an attachment (id=21150)
--> (http://bugs.winehq.org/attachment.cgi?id=21150)
Screenshot of bug.
When loading a game (singleplayer/career), there is a grey overlay which hides
ca. 3/4 of the whole screen. Since it hides the progress bar, you can not find
out when the games is loaded so you have to press enter when you think it's
done.
Sometimes the overlay is smaller or grows while loading.
This bug also happens in 1.0.1 and other randomly chosen versions from 1.0.1 to
1.1.21.
See attached screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18636
Summary: TF2 pagefaults on exit
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
When exiting from the game main menu, TF2 pagefaults. This sometimes causes
settings/file corruption on the next startup. It also prevents hl2.exe of
exiting cleanly, which in turn prevents Steam.exe of exiting without killing
either process.
Attached is a log of opening and exiting TF2 twice.
nVidia 9800GTX+ drivers 185.19
Game started on a clean wineprefix with options -dxlevel 81 -windowed -noborder
-width 1440 -height 900 -novid, OffscreenRenderingMode set to fbo
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18832
Summary: compiling with -fprofile-generate fails on sfnt2fnt
due to hidden symbol
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
I've been attempting to experiment with compiling Wine using profile guided
optimization, however make fails in tools/sfnt2fnt due to a hidden symbol.
GCC version: 4.3 on Ubuntu 9.04
x86_64-linux-gnu-gcc -m32 -Wall -g -O2 -fprofile-generate -o sfnt2fnt
sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz
-Wl,--rpath,\$ORIGIN/../libs/wine
/usr/bin/ld: sfnt2fnt: hidden symbol `__gcov_merge_add' in
/usr/lib/gcc/x86_64-linux-gnu/4.3.3/32/libgcov.a(_gcov_merge_add.o) is
referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/home/scott/src/wine-1.1.23-profiled/tools'
make: *** [tools] Error 2
If I try hacking the makefile to add the -fno-profile-generate flag after that
one, I get this error:
x86_64-linux-gnu-gcc -m32 -Wall -g -O2 -fprofile-generate -fno-profile-generate
-o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a
-lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine
sfnt2fnt.o: In function `exit_on_signal':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:167: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `cleanup':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:162: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `main':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:567: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `fill_fontinfo':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:416: undefined reference
to `__gcov_one_value_profiler'
sfnt2fnt.o: In function `global constructors keyed to 65535_0_main':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:793: undefined reference
to `__gcov_init'
sfnt2fnt.o:(.data+0x44): undefined reference to `__gcov_merge_add'
sfnt2fnt.o:(.data+0x50): undefined reference to `__gcov_merge_single'
../libs/wine/libwine.so: undefined reference to `__gcov_pow2_profiler'
../libs/wine/libwine.so: undefined reference to `__gcov_interval_profiler'
../libs/wine/libwine.so: undefined reference to `__gcov_execv'
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/home/scott/src/wine-1.1.23-profiled/tools'
make: *** [tools] Error 2
This is strange as compiling without -fprofile-generate works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19314
Summary: IE8 for Server 2003 refuses to install
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/7/5/0/7507EBD5-
0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-
ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Internet Explorer 8.0 for Windows Server 2003 refuses to install stating,
"Internet Explorer 8 is not supported on this operating system."
Of course, Wine is set to Windows 2003 in winecfg.
The entire console output:
fixme:clusapi:GetNodeClusterState ((null),0x32ec1c,0) stub!
fixme:advapi:DecryptFileA "c:\\8275515be215c554b48a1e\\" 00000000
fixme:advapi:RegisterTraceGuidsW 0x6cd15f38 0x6cd20180 0x6cd019f4 1 0x33f938
(null) (null) 0x6cd20188
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19405
Summary: Game crashing, when exiting
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeman85n(a)gmail.com
Created an attachment (id=22500)
--> (http://bugs.winehq.org/attachment.cgi?id=22500)
log
Game crashing, when exiting, log 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=20953
Summary: Does not work windows nt domain authentication in
Radmin Viewer
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.radmin.ru/download/rviewer34ruexe.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
Does not work windows nt domain authentication in wine > 1.1.27
"Не удается инициализировать поддержку аутентификации Windows. Убедитесь, что у
вас установлен компонент "Клиент для сетей Microsoft" в свойствах подключения в
панели управления."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21067
Summary: OziExplorer new window has wrong colors
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: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
In OziExplorer you can open a small window which displays the entire field of
the chart. You can click at a point in this small window and the enlarged view
of the map in the main window is displayed, centered about that point.
The small window has what appears to be a corrupted color map.
Running Ubuntu 8.04, compiled wine wine-1.1.35 from source, Oziexplorer
3.95.4s
Also, auxillary windows opened at various places in OZI may appear in a
different workspace than the one in which OZI is running, and the ones that do
open in the proper workspace are sometimes not on top but hidden under the main
OZI 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=21092
Summary: Call of duty4 modern warface doesnt receive correct
mouse input
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: ergo14(a)gmail.com
Call of duty4 modern warface doesnt receive correct mouse input.
Ie, i cant ether mouselook , or choose options in menu, when i hover cursor
over option, the game doesnt highlight option or allow to do anything - in
version 1.1.34 this works fine.
Whats even more interesting the buttons work - ie. i can shoot with left button
or aim with right 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=21138
Summary: Wine console, cd command possible bug
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmobster(a)gmail.com
When using the cd .. command with a space appended it doesn't move up a
directory.
e.g. "cd .. ", but if you add a slash but keep the space it does, e.g. "cd ../
"
Without the space the command behaves as expected.
I don't have windows any more so I can't tell if this is replicating windows
behaviour, but I noticed it when using a program that uses a batch script, and
this caused it to error 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=21310
Summary: motocross madness crashing since 1.1.35
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Brunoooh(a)laposte.net
Hi,
sorry for reporting something "out of the ordinary" and I'm waisting some of
your time
my personnal aim is to run Microsoft's Motocross Madness (the 1st one) within a
virtual computer (sorry... I'm a great fan of this game and as years passes
more and more GPUs and OSs are uncompatible)
because it has a check for a 3D card before launching it's impossible to use in
a windows virtual machine... but thanks to you Wine devs I'm able to use it
within an Ubuntu VM
actually I was able :(
emulation as never been perfect : perfct menus but ingame textures are
completely wrong (a mix of very flashy colors for the area and only black for
the player) but the game was launching and somebody knowing the game could play
it
but since the last Wine upgrade the game can't launch (black screen then a
windows like text box telling me to report the crash if it doesn't crash the
same in a real windows OS
I'm sorry if this is irrelevent and if my explanations are quite confused
Any help or tip is welcomed and if I can give you more details just tell me
what to look for and I'll send it to you
PS : I had to roll back Wine version, synaptics only offered me 1.0.6 version :
I did and the game went back to buggy but working emulation ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21387
Summary: NetTerm locks up
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.securenetterm.com/pub/nt325405.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: support(a)securenetterm.com
This is a Bug discussed in Bug 11621 but not belonging there.
Summary:
> As the author of NetTerm, SecureNetTerm, SNetTerm and SecureFTP, I am seeing
> the same problem with NetTerm that I see with Putty as it relates to the telnet
> connection problem.
>
> Our SNetTerm product, as well as the Microsoft telnet.exe DOES NOT have this
> issue.
>
> Is there been any additional information on this issue that would help us get
> this resolved? Where to look? Anytime we can test in the winsock area to help
> resolve the issue?
> I am not sure that this is all that is going on. Our NetTerm product DOES NOT
> send a SIOCATMARK, yet the behavior is much like Putty's. That is, it connects
> to the host ok, then about 2-3 seconds after the connect, it freezes.
>
> Note that it IS NOT a the same place everytime. That is, if I run NetTerm
> without a script, I cannot type fast enough to enter my userid at the Login:
> prompt before the application locks up. However if I use a script, it logs in
> and gets to the command line then locks up.
>
> It appears that some type of timer is involved.
>
> The really strange thing is our SNetTerm product is not affected by the bug at
> all. It does a telnet connect and everything works ok. The same is true for
> the Microsoft telnet.exe program.
> The current version of NetTerm can be downloaded from:
>
> http://www.securenetterm.com/pub/nt325405.exe
>
> and includes a 60 day trial period. If more time is needed, or has been
> downloaded before and trial period has expired, contact me at
> support(a)securenetterm.com and I will send a new key.
> I found the problem. It is in the telnet tcpip network code, sort of like the
> Putty problem. NetTerm locks up when it issues a winsock recv()call for 1 byte
> with MSG_PEEK in the flags field.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21749
Summary: wine 1.2 sierra watcher 3g can't run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amtloc1(a)gmail.com
while using wine1.2
i've installed sierra wireless 3g watcher.msi (watcher_generic.msi)
but i can't open it.
it crashes right away
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21889
Summary: F/A-18E Super Hornet fails to start
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
F/A-18E Super Hornet is a jet sim published by Interplay in 2000. I have the
version from GoG's catalogue:
http://www.gog.com/en/gamecard/f_a_18e_super_hornet
Symptom: the game shows a black screen on startup then exits (sometimes with a
segmentation fault). The game is installed in a clean wine environment.
What tried so far:
changing various windows versions in winecfg
fullscreen/virtual desktop mode
pixel/vertex shaders on/off
ORM = fbo / backbuffer
audio set to full/emulation alsa/oss
Whatever I tried terminal output remained the same (see attached log).
Wine-1.1.39 from source
Fedora 12 x86
Nvidia driver 190.53
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21954
Summary: Blood Ties (Yahoo! Games) fails during the startup
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: wylda(a)volny.cz
Created an attachment (id=26653)
--> (http://bugs.winehq.org/attachment.cgi?id=26653)
console log from wine-1.1.39-349-g1970fb3
1. Blood Ties (Yahoo! Games) fails during the startup. Before it at least
opened browser's window.
2. I did a regression test between 1.1.39 and 1.1.40:
1970fb35d40240448a311cf2fcd371c9d61300cb is first bad commit
commit 1970fb35d40240448a311cf2fcd371c9d61300cb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Mar 5 12:28:12 2010 +0100
server: Allow the debugger to be debugged.
:040000 040000 a6fe55a2a89f0245ca07cba46177fc6c319697d5
12a220a36a859e124dbad9298eeecf1fc8bb2c2f M dlls
:040000 040000 3b832a24d3e2da2573e535f85cdba26bfb57e597
6c0fc4ee2b3e1c387f6dd5cfc85e7a68f27946bb M server
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.40 makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22012
Summary: Cinema 4d 10: Entering arrowed submenus in dropdowns
crashes menu alone.
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://murderslastcrow.deviantart.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murderslastcrow(a)gmail.com
This issues is known NOT to exist in any of the recent versions of Wine UNTIL
1.1.40. This is a new bug, where if you click the File menu dropdown, and mouse
over the Recent Files or Export menus, the menu will crash, not allowing you to
easily export files in the program, or use any other arrow-listed menus (these
occur very commonly throughout the program). The terminal didn't output
anything specific while running Wine, but there is a video attached which
exhibits this behavior. It DOES NOT occur in Wine version 1.1.39. This is a NEW
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=22162
Summary: Knights of the Old Republic: Cursor Doesn't Show
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clone2727(a)gmail.com
CC: julliard(a)winehq.org
Starting with commit c83ea46e1aaf8f8ca130cfe70435daf388b57daf "user32: Return
fake global information in GetCursorInfo instead of thread-local values.", the
cursor no longer appears in Star Wars: Knights of the Old Republic (1 or 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=22197
Summary: PlayOnline viewer shows black screen
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://dl.square-enix.co.jp/polus/setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
When trying to confirm bug 22145, i found recent regression...
1. When switching into windowed mode (not need for reproduction, but shows
another flaws) and running "wine pol.exe", it will display black window and
only music plays.
2. I did a regression test between 1.1.40 and 1.1.41:
78166b0b23a1c0ce81f19c7c85dc18a0d672425d is first bad commit
commit 78166b0b23a1c0ce81f19c7c85dc18a0d672425d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Mar 15 21:07:31 2010 +0100
wined3d: Implement SetDestWindowOverride() by simply making the context
current on a different window.
:040000 040000 e0ba03c96fefb6d42b18b98db092da5e81854192
419d4ced841d332931a5973aa167c4f21e1b4bad M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.41-211-g719d904 makes that problem
go away.
5. Adding author of this patch to CC.
--private keyword: bisected
Bonus flaws in windowed mode with reverted patch. When resizing apps (not wine)
window:
* content gets shifted and part of it is missing now.
* Wine mouse pointer (windows) does not follows POL pointer (custom hand)
* moving POL window (not wine's) asynchronously moves content of the window
(shift metricks changes, different speed of movement, incorectly repainted...)
I intentionally do not open new bugs for these, because it may get fixed when
failing commit is fixed. So i rather mention this as another testcases when
validating if new commit is OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20901
Summary: Wine Command Prompt doesn't recognize 2 SET commands
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
Hello, I am a Batch programmer and when executing one of my scripts, the Wine
Command Prompt didn't recognize the follow SET commands:
set COMPUTERNAME
set HOMEDRIVE
When these are ran, I get this error:
Environment variable COMPUTERNAME not defined
and
Environment variable HOMEDRIVE not defined
Is this a bug or a missing feature?
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=20737
Summary: Mordor - the depths of Dejenol installer crashes
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: wylda(a)volny.cz
CC: eric.pouech(a)orange.fr
Created an attachment (id=24806)
--> (http://bugs.winehq.org/attachment.cgi?id=24806)
Mordor crashes when SETUP.EXE is run under wine-1.1.33-88-gd51b4e1
First of all this is new and completely different from bug 20709. Mordor is a
16bit game and crashes when SETUP.EXE is run...
1. Please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION, +DOWNLOAD,
+INSTALLER
2. Did a regression test between 1.1.33 and 1.1.33-88-gd51b4e1:
8e248c063f040bf6d9a1b124c3ab443ca3e5a64e is first bad commit
commit 8e248c063f040bf6d9a1b124c3ab443ca3e5a64e
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sun Nov 15 22:09:59 2009 +0100
gdi.exe: No longer use 16bit abort procs inside the DC structure.
:040000 040000 b178a3e623dccb933d2ef5f096470c66daf6976a
45608a6ed509a8418c77c20b36acb0e531e829b8 M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.33-88-gd51b4e1 fails due to other
code changes.
5. Adding author of this patch to CC.
--private keyword: bisected
Download and unzip into one directory, then run SETUP.EXE:
http://decklinsdomain.net/DemDev/archives/Mordor1/MORDOR1A.ZIPhttp://decklinsdomain.net/DemDev/archives/Mordor1/MORDOR1B.ZIP
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20496
Summary: wine iexplore crashes if cancelling gecko install
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://db.mmo-champion.com/adys/wine-9291/wine-9291.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
WINEPREFIX=~/wine-test wine iexplore
http://db.mmo-champion.com/adys/wine-9291/wine-9291.htm
Hit "cancel" to the gecko install warning.
wine: Unhandled page fault on read access to 0x8fff0018 at address 0x7e1537c8
(thread 0009), starting debugger...
Backtrace attached. Maybe related to the javascript linked? iexplore
http://google.com does not reproduce 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=19916
Summary: Steam client color scheme appears as green/red instead
of gray/brown
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
The Steam client color scheme now appears as green/red instead of the normal
gray/brown. I didn't see any unusual errors output in the console, but I see
from git that new ColorShifts code has been implemented so I assume this is the
problem. This problem doesn't occur in any previous wine versions I've tried.
I'm running Ubuntu Jaunty x86_64 with an Athlon X2 3400+ processor and Nvidia
7800GT video card.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20333
Summary: Azteca and Diamond Drop 2 crash
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Hello,
the games Azteca and Diamond Drop 2 crash and give only this output:
fixme:nonclient:NC_HandleSysCommand unimplemented WM_SYSCOMMAND f150!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22257
Summary: AntiVir requests IE installation in a WoW64 setup
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://download.cnet.com/Avira-AntiVir-Personal-Free-A
ntivirus/3000-2239_4-10322935.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Running the setup program for AntiVir Personal Edition in a WoW64 setup results
in it producing a message saying "this product requires version 6 of Microsoft
Internet Explorer or higher" and exiting. This doesn't happen when using pure
32-bit Wine. Manually adding the following to system.reg gets around this
problem:
[Software\\Wow6432Node\\Microsoft\\Internet Explorer] 1270304197
"Version"="6.0.2900.2180"
Note: to see this in AntiVir 10 (the linked version), you need to run the setup
program, kill it manually when it hangs, then run it a second time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22451
Summary: Polybius crashes while loading a new game.
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.sinnesloschen.com/1.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=27500)
--> (http://bugs.winehq.org/attachment.cgi?id=27500)
default output + backtrace
Download the game, after about 20 seconds of loading it will crash.
Tested with wine-1.1.43-191-g7614656.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22941
Summary: New behaviour of wineconsole (Alt+F4 emulation by [x]
button pressing) causes problems with FAR manager
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozerski(a)list.ru
In 1.2-rc2 under KDE 3.5.9 (Mandriva 2008.1) an incorrect behaviour of FAR
Manager 1.70 is found. This problem is new, even 1.2-rc1 has it not. FAR
manager is a win32 console norton-like file manager wich can be used under wine
using wineconsole. Like other two-panel file managers, FAR supports own hot
keys which not always are the same as the standard hot keys in MSWindows. E.g.,
Alt+F4 is for FAR not a command for closing but for editing a file. In native
MSWindows, there are exist two ways to terminate FAR: 1) F10 key causes
"internal" terminating of application with a prompt dialog, auto-saving of
preferences etc. 2) Clicking on the Close button [x] on the top of the border
of console window causes terminating of FAR immediately (that can be useful to
preserve default settings etc). Before the last WINE release-candidate the
behaviour of WINECONSOLE was the same as of the native MSWindow console and I
could quickly terminate FAR using KDE-made [x] button. Now clicking [x]
(Standard Close Button on the right-top of KDE window containing WINECONSOLE)
causes an emulation of a pressing of Alt+F4. At result, the FAR manager does
not terminate but opens a current file for edit. That is a wrong behaviour wich
can cause different problems for console applications with non-standard hot
keys (Maybe, introducing a possibility to customize the handling of the
standard WINECONSOLE buttons could be also a good solution).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23204
Summary: Editor refresh problems in EngIntsite CSS Editor
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.enginsite.com/css-editor.htm
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
CC: dmitry(a)codeweavers.com
While trying to reproduce bug 17510 I have seen that there is a new regression
in EngIntsite CSS Editor: the CSS Editor tab shows garbage (basically the
previous content that happened to be in that spot). When loading a CSS file (I
used http://www.winehq.org/styles.css) and clicking in the CSS Editor tab the
corresponding line gets refreshed. Switching to an other tab and back brings
back shows garbage again.
7d3cb53cf1a5f40094fbc3332524ec98781d3779 is the first bad commit
commit 7d3cb53cf1a5f40094fbc3332524ec98781d3779
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue May 18 20:53:18 2010 +0900
gdi32: Do not use VDMX for mapping of negative font heights, based on a
test case.
:040000 040000 06c1fd576cfebd3c095713c9ced67c992f890a9d
f0dd2f0ff66c09581dc1093700023deb525a133e M dlls
Reverting this commit on top of wine-1.2-rc3-57-gb3f0425 makes the problem go
away.
There is an other bug 22815 affected by this commit but there it produces a
crash so I'm not marking this as duplicate of that. Here it is just an annoying
refresh 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=23236
Summary: WWIIOnline: joystick not responding
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: yoav.benyosef(a)gmail.com
WWIIOnline (Battleground Europe) stopped responding to joystick after release
of version 1.31. In prior versions joystick worked perfectly. Tested on
ubuntu/kubuntu 10.04 and PCLinuxOS 2010.1. Joystick model is Saitek ST290 Pro,
it works OK in other programs under wine.
The game can be d/l here:
http://www.battlegroundeurope.com/index.php/getting-started/download-the-ga…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23257
Summary: TAGAP: mouse input doesn't work
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_20488.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
In the game TAGAP (The Apocalyptic Game About Penguins) mouse is completely
unusable. When you move the mouse, the pointer always jumps back to the
upper-right corner.
Changing the MouseWarpOverride registry entry to enable/disable/force doesn't
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=23513
Summary: Dark Fall 2 - Lights Out: Text cropped off pages in
books
Product: Wine
Version: 1.2-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=29352)
--> (http://bugs.winehq.org/attachment.cgi?id=29352)
WINEDEBUG=+text wine lightsout.exe 2> blah.txt
This is a somewhat trivial bug, but it affects the gameplay since you cannot
read clues found in books. Attached is a log I got from rolling credits, which
was also cropped/scaled improperly...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23952
Summary: wine can't launch fullscreen DirectX applications with
enabled dri
Product: Wine
Version: 1.2
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alp(a)sfedu.ru
Created an attachment (id=30069)
--> (http://bugs.winehq.org/attachment.cgi?id=30069)
Xorg log file
When I launch any full-screen DirectX windows application, I get following
error:
> wine fallout2.exe
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 397
Current serial number in output stream: 399
However, when I disable DRI, most of my Windows games works. I have ATI Radeon
1600 Pro video adapter. X logs and config are 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=23985
Summary: Wine doesn't use standard mouse cursor
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilidrissiamine(a)gmail.com
Created an attachment (id=30123)
--> (http://bugs.winehq.org/attachment.cgi?id=30123)
Patch that makes Wine use standard mouse cursor
Actually, Wine uses it's own (and ugly) mouse cursors instead of the system
one. The patch attached makes Wine use the system mouse cursor (at least the
regular one).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24451
Summary: Saira: screen resolution problem
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://nifflas.ni2.se/content/Saira/Saira%20112.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30846)
--> (http://bugs.winehq.org/attachment.cgi?id=30846)
terminal output
Saira is an indie 2D platformer.
I can only start the game if I choose windowed mode from the game configuration
utility.
In windowed mode the lower part of the screen is cut off, making this game
unplayable.
It doesn't matter if I use Wine's virtual desktop mode or fullscreen. The game
has a 1024x600 resolution and the window cannot be resized. There's no option
to change the resolution.
How to reproduce the issue in the demo:
1. After installation launch the Settings.exe application and make sure
'Windowed' mode is selected (msvcp60.dll needs to be placed into /system32 for
that).
2. Launch the game: the main menu displays correctly but as soon as you start
the game you'll notice the truncated screen.
Fedora 13
Nvidia 7600 / driver 256.53
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24656
Summary: iSnooker fails to run
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: landronimirc(a)gmail.com
Created an attachment (id=31170)
--> (http://bugs.winehq.org/attachment.cgi?id=31170)
screen shot of the error
The game iSnooker fails to run on Wine (Xubuntu Lucid). Although the program
installs fine, it will not run and pop an error message (attached). This is a
fresh install of Wine. The app was installed with 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=24677
Summary: ARM call_stack_handlers not implemented
Product: Wine
Version: 1.3.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darion76(a)gmail.com
Error when I try to run WinRar setup (shareware www.rarlab.com)
fixme:seh:call_stack_handlers not implemented on ARM, exceptioncode: c0000005
Hardware I use is Sharp Netwalker PC-Z1 CPU Freescale iMX.515 ARM Cortex-a8
OS Ubuntu 9.04. wine build from sources.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24709
Summary: black shadow when running Tencent QQ and Thunder
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: zzs90321(a)mail.ustc.edu.cn
When running Tencent QQ and Thunder ( most frequently used applications in
China ) , large area of black shadow appears.
The screenshot is below:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24956
Summary: King's Bounty - The Legend: no native mouse pointer
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://www.gamershell.com/download_32652.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31603)
--> (http://bugs.winehq.org/attachment.cgi?id=31603)
console log
King's Bounty-The Legend (and its sequel, KB-Armored Princess) doesn't show its
own mouse pointer (a pointing hand icon, wearing a gauntlet) but the standard
Wine mouse pointer.
The mouse pointer works properly both in the menu and in the main game though
(except it doesn't change its shape when it should).
The attached log doesn't show too much valuable information. It was created by
starting the game, skipping the intros and waiting until the main menu appears
(the mouse pointer should show up already in the menu).
It didn't work in Wine-1.0.1 either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25057
Summary: Magic Workstation: mwsplay.exe crashes when launching
it
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graffity2199(a)yahoo.fr
Created an attachment (id=31772)
--> (http://bugs.winehq.org/attachment.cgi?id=31772)
The complete trace log
Hello,
When launching MWSPlay.exe, it simply crashes displaying an "Access violation"
exception and I don't know why.
I'm running it with the latest wine version (1.3.6) on my 10.04 Ubuntu.
Could you help me finding out what's going on ?
I've launched the following commands :
$ uname -a
Linux graffity-desktop 2.6.32-24-generic-pae #39-Ubuntu SMP Wed Jul 28 07:39:26
UTC 2010 i686 GNU/Linux
$ wine --version
wine-1.3.6
$ WINEDEBUG=+trace,+seh,+tid,+relay wine MWSPlay.exe 2> MWSPlayTrace.txt
$ lzma -9 MWSPlayTrace.txt
You'll find as attachement the generated log.
Thanks a lot for your time !
Regards,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25161
Summary: Warlords III demo: mouse clicks don't register in the
main game
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://download.cnet.com/Warlords-III-demo/3000-7562_4
-10010589.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31914)
--> (http://bugs.winehq.org/attachment.cgi?id=31914)
terminal output
After bug #24779 has been fixed, I'm facing with an another problem now:
neither mouse clicks nor the keyboard works after you started a new game. The
mouse works in the menus and during the character selection stage, but not in
the main game. I can't select any units, can't scroll the screen. The keyboard
shortcuts are non-functional, too (e.g. ctrl+q doesn't brings up the
confirmation dialogue).
I tried the demo in virtual desktop mode and in fullscreen, too: none of them
worked.
It doesn't work in Wine-0.9.33 either.
Fedora 14 x86
Gnome 2.32.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=25292
Summary: Galcon Fusion: Steam overlays don't work in the game
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelytharun(a)gmail.com
As title says, there are no Steam overlays in this game. No achievements, no
forums, no chat, etc. The overlays work perfectly in other games I have, using
the same configuration.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25327
Summary: Risen - No space between words in Risen
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=32190)
--> (http://bugs.winehq.org/attachment.cgi?id=32190)
Screenshot that shows the problem.
In Risen the texts are a bit messed up. There are no spaces between words.
On the screenshot you can see the text on the bottom (it's german).
It should be:
"Wenn ein Gegner zu stark für dich ist[...]". Instead it's all displayed as one
word.
Ingame it is the same for quest descriptions and so 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=25754
Summary: Excel Workbook with Macros Is not Running : Getting
Crashed.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajeet_singh1978(a)yahoo.co.in
I have just installed the microsoft office and tried to open a Excel Workbook
containing the Macros specific to the workbook, but whenever i open this excel
and it gets crashed.
Same workbook is running fine in Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25850
Summary: Transparency in toolbar icons does not work (black
background)
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bizzone(a)hotbox.ru
Created an attachment (id=32937)
--> (http://bugs.winehq.org/attachment.cgi?id=32937)
Programs screenshots
In some programs icons in toolbars are shown without transparency, background
is black. I saw this bug in following applications:
- HeidiSQL 6.0.0
- Navicat premium 9.1
- Wine wordpad
Screenshots are attached.
OS: kubuntu linux 10.10
Wine: 1.3.11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25877
Summary: Mirror does not render properly in Sims 3 sim
customization scene
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: eg.galano(a)gmail.com
See the attached screen shot. The top 4th of the mirror does not render
properly. This may be some sort of race condition. You have to try several
times to reproduce this bug. On average I could get the bug to manifest itself
1/5 times. I've also attached a +d3d log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25922
Summary: regression: usbserial use yields flooding with
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to
STATUS_UNSUCCESSFUL
Product: Wine
Version: 1.3.11
Platform: x86
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
Regression.
I sync my palmpilot with Palm's hotsync 1.0.
I am using a usb to serial converter.
For information on the converter: installed module is:
modprobe ftdi_sio vendor=0x0b39 product=0x0103
Wine-1.2 runs fine.
Under wine-1.3.11, the terminal window is flooded with
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL
(> 100 messages / second)
as soon as the serial connection is made
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26244
Summary: Commander: Conquest of the Americas demo slow d3d
performance
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.fileplanet.com/214602/210000/fileinfo/Comma
nder:-Conquest-of-the-Americas-Demo?r=5
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33443)
--> (http://bugs.winehq.org/attachment.cgi?id=33443)
terminal output
I'm experiencing slow performance when running the demo with Wine-1.3.14.
On the lowest details and screen resolution @1024x768 I'm getting 5-7 fps
(winedebug=+fps).
The slow performance can be observed in the main menu (two ships are sailing on
the ocean) and in the main game, too.
The game is from 2010 and I don't have a high-end PC but seeing the official
system requirements my hardware should handle it (especially with all details
set to the lowest).
Unfortunately I don't have Windows installed so I can't verify how the game
performs under native Windows.
Apart from the unusual slowness the game itself is working properly (except
videos; at least no visual glitches so far).
Link to the demo added to URL (~1 GB download size).
The demo requires: 'winetricks vcrun2008 d3dx9_36'.
Fedora 14
Nvidia GeForce 250 GTS (512 MB) / driver 260.19.36
3 GB Ram
AMD Athlon 64 x2 4200+
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26247
Summary: Lifbase: text input area borders are corrupted
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://www.sri.com/psd/lifbase/Lifbase2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=33450)
--> (http://bugs.winehq.org/attachment.cgi?id=33450)
terminal output
Border around some text areas is corrupted, see screenshot.
7864ade5a8306c0078e16ae6d7e40bdece29395b is the first bad commit
commit 7864ade5a8306c0078e16ae6d7e40bdece29395b
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Sep 14 14:24:11 2010 +0900
winex11.drv: Avoid copying invalid window bits.
I've tried reverting from current wine git, however it won't revert.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26288
Summary: Cain and Abel: No permission to open .tmp file
Product: Wine
Version: 1.3.14
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=33515)
--> (http://bugs.winehq.org/attachment.cgi?id=33515)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine ca_setup.exe
Behaviour:
See attachment.
Expected behaviour:
Setup should proceed without error.
Terminal output:
Nothing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26318
Summary: Blood 2 The Chosen: mouse-look problem
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.fileplanet.com/47149/40000/fileinfo/Blood-2
:-The-Chosen-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=33543)
--> (http://bugs.winehq.org/attachment.cgi?id=33543)
terminal output
Turning (aiming) with the mouse is almost impossible in Blood 2: The Chosen
with Wine-1.3.15.
If you move the mouse, the pointer moves only a couple of degrees on the screen
(or it completely ignores the mouse input).
If you try the demo with 1.3.14 you can see the difference in mouse movement.
02e8174067216e085e2f6a0d1dbbfabad74491b3 is the first bad commit
commit 02e8174067216e085e2f6a0d1dbbfabad74491b3
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Feb 25 11:31:47 2011 +0100
server: Store the cursor clip rectangle in the server.
Native dinput.dll doesn't help here, neither the patch from bug #26310.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26329
Summary: TrackMania: reference timer becomes corrupted after a
while
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://files.trackmaniaforever.com/tmnationsforever_se
tup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33549)
--> (http://bugs.winehq.org/attachment.cgi?id=33549)
terminal output
In TrackMania United Forever I noticed the following visual glitch: the timer,
both on the opponent selection screen and during races (in the upper-left
corner), becomes corrupted.
It doesn't happen instantly after the first race is started but after I've
played 4-5 races on different tracks.
I can reproduce the issue with TrackMania Nations Forever, too (freeware).
When the problem happens, the following line appears in the terminal several
times:
err:d3d_surface:surface_download_data >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glGetCompressedTexImageARB @ surface.c / 826
I can't observe any other visual anomalies in the game after the corruption
occurred, only the timer becomes...smeary.
Fedora 14
Nvidia GeForce 250 GTS / driver 260.19.36
I must add this bug might be a regression: I'm new to TrackMania so I searched
the Appdb page for similar issues reported there: no one wrote something like
that in the test results.
I've tried previous versions of Wine and the issue first appeared in 1.3.15 for
me.
However I failed in a quick regression testing: probably in a hurry I gave a
'good' bisect when it was actually 'bad'. The problem shows itself after a
while (not instantly). I'm gonna give it another try later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.