http://bugs.winehq.org/show_bug.cgi?id=15654
Summary: Tournament director needs Microsoft HTML Application
Host to start (mshta.exe)
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.thetournamentdirector.net/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Saw this reported on wine user's. Guy needs it for his job, so thought I'd
help. First bug, requires mshta.exe, otherwise it fails with a cryptic error:
CreateProcess failed (2).
Not sure what component that would be...leaving as unknown for 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=16966
Summary: Powerslide segfaults under wine-1.1.13
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: specious(a)gmail.com
Created an attachment (id=18746)
--> (http://bugs.winehq.org/attachment.cgi?id=18746)
Powerslide segfaults on wine-1.1.13 on Gentoo/amd64
Powerslide segfaults right before game starts (both the original CD install,
and with the 1.04 patch applied). The menu works, but after you click through
the menus to play, wine crashes.
This is after running ps_clo.exe and setting "-nopollsound", without which the
game won't start at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17325
Summary: Multiwinia locks up when you exit it
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.introversion.co.uk/multiwinia/downloads/index
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulblade(a)ntlworld.com
When attempting to the exit the game by clicking on 'Quit', the game locks up.
The X server and Linux are not effected.
To replicate this issue:
1. Run 'pkill pulseaudio' if you are using Pulseaudio.
2. Launch Multiwinia using the Application menu short cut.
3. Wait the the game has loaded.
4. Click on quit.
5. The game locks up.
Pc specifications are as follows:
CPU: Intel Q6600 2.4Ghz
RAM: 2Gb DDR2
GFX: Nvidia 8800GT 512MB
MOBO: GA-965P-DS3 (rev. 1.0)
Network: WUSB54GC
OS: Ubuntu 8.10 "Intrepid" x86_64
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17672
Summary: Wine denies access to Oracle Client install folder
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.oracle.com/technology/software/products/datab
ase/oracle10g/htdocs/10201winsoft.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lineback(a)toastytech.com
When installing the Oracle DB Client Wine removes the permissions on the
destination folder so it can not be read or written to.
I have been trying to see if I can get the installer for the Oracle 10gR2 (
Client to install under Wine on Ubuntu 8.04. (Available from here:
http://www.oracle.com/technology/software/products/database/oracle10g/htdoc…
) The version 11 client also does the same thing.
I can get past the DirectDraw issue in bug#11877 and bug#17371 by running the
setup program with the command line "setup -J-Dsun.java2d.noddraw=true"
But then when it starts the actual installation process of creating folders and
copying files, it modifies the file permissions - in such a way that it can no
longer write to the folder, and the installer logs the error and immediately
exits. It should not set the permissions like that.
Under Windows the installer does change around the permissions on the folder, I
think to ensure SYSTEM has full access.
Off hand, I have not found a work around because even when I use a mounted FAT
partition the installer under Wine thinks it can still set the permissions.
(The client can be installed on a FAT/FAT32 partition just fine under Windows)
An example of what I am talking about. First from inside Wine just after an
attempted install to the destination home directory of
"c:\oracle\product\10.2.0\client_1\" (starting with a completely clean Wine
folder of course):
------------
C:\oracle\product\10.2.0>dir
Volume in drive C is
Volume Serial Number is 0000-0000
Directory of C:\oracle\product\10.2.0
3/8/2009 10:56 AM <DIR> .
3/8/2009 10:56 AM <DIR> ..
3/8/2009 10:56 AM <DIR> client_1
0 files 0 bytes
3 directories 6,748,340,224 bytes free
C:\oracle\product\10.2.0>cd client_1
Access denied
C:\oracle\product\10.2.0>copy c:\test.txt
c:\oracle\product\10.2.0\client_1\test.txt
Access denied
C:\oracle\product\10.2.0>
------------
And then from the Ubuntu command prompt:
------------
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ ls -l
total 4
d----wS--- 3 nathan nathan 4096 2009-03-08 10:56 client_1
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ cp
~/.wine/drive_c/test.txt
~/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt
cp: accessing
`/home/nathan/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt':
Permission denied
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$
------------
And additionally, from the end of the log the Oracle installer creates:
------------
...
INFO: *** Install Page***
INFO: FastCopy : File Version is Compatible
INFO: Install mode is fastcopy mode for component 'oracle.client' with Install
type 'Administrator'.
INFO: HomeSetup JRE files in Scratch :584
INFO: OUI-10125:Unable to write into the Oracle Home you have specified.
------------
I can manually reset the permissions after the fact with chmod, but that
doesn't help because the installer just removes the permissions again the next
time I run 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=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.