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.