http://bugs.winehq.org/show_bug.cgi?id=14816
Summary: Build breaks on "Solaris Express Community Edition"
(SX:CE) (Solaris 11) at git + many warnings
Product: Wine
Version: 1.1.2
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rob1weld(a)aol.com
My Operating System is "Solaris Express Community Edition".
bash-3.2$ uname -a
SunOS unknown 5.11 snv_93 i86pc i386 i86pc
I am using the default (vendor supplied) gcc.
bash-3.2$ gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs
Configured with: /builds2/sfwnv-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc
--enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-20050802)
You will notice that when the Programmers at Sun compiled gcc for their
Operating System that they used the configure options
"--with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld". This is in accordance with Sun's recommended practice (use
Sun's "ld" and not another).
When I configured Wine in keeping with the accepted practice on this platform
and to identify X11's correct location I edited "tools/wineinstall". That file
says such a change is permitted. Here is the small portion I edited:
#--- defaults (change these if you are a packager)
#CONFARGS="" # configure args, e.g. --prefix=/usr
CONFARGS="--prefix=/opt/gnu/wine --with-x --x-includes=/usr/include/X11
--x-libraries=/usr/X11/lib --with-as=/opt/gnu/bin/as --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld"
Issue 1.): (Not a "bug", a problem)
There are way too many warnings of this nature:
warning: visibility attribute not supported in this configuration; ignored
My build log was created by running the builder/installer with this command:
bash-3.2$ ./tools/wineinstall 2>&1 | tee gmade_wine_1a_log.txt
bash-3.2$ ggrep visibility\ attribute\ not\ supported gmade_wine_1a_log.txt |
wc -l
13820
My build log would be 13820 lines shorter if I did not get those warnings.
Issue 2.): (A "bug")
The build breaks here:
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole
generated.o misc.o protocol.o stream.o url.o testlist.o -o
urlmon_test.exe.so ../../../libs/port/libwine_port.a -lurlmon -lole32 -luser32
-ladvapi32 -lkernel32 -lsocket -lnsl
cp ../../dlls/mshtml/tests/mshtml_test.exe.so mshtml_test.exe && strip
mshtml_test.exe
cp ../../dlls/msxml3/tests/msxml3_test.exe.so msxml3_test.exe && strip
msxml3_test.exe
cp ../../dlls/shdocvw/tests/shdocvw_test.exe.so shdocvw_test.exe && strip
shdocvw_test.exe
cp ../../dlls/urlmon/tests/urlmon_test.exe.so urlmon_test.exe && strip
urlmon_test.exe
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include
-DBUILD_SHA1=\"`GIT_DIR=../../.git git rev-parse HEAD 2>/dev/null`\"
-fowinetest.res winetest.rc
*** Error code 137
make: Fatal error: Command failed for target `winetest.res'
Current working directory /aux0/wine-1.1.2/programs/winetest
*** Error code 1
The following command caused the error:
cd winetest && make
make: Fatal error: Command failed for target `winetest'
Current working directory /aux0/wine-1.1.2/programs
*** Error code 1
The following command caused the error:
cd programs && make
make: Fatal error: Command failed for target `programs'
Compilation failed, aborting install.
bash-3.2$
If I type the exact same command by hand I do not get an error:
bash-3.2$ cd /aux0/wine-1.1.2/programs/winetest
bash-3.2$ ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include
-I../../include -DBUILD_SHA1=\"`GIT_DIR=../../.git git rev-parse HEAD
2>/dev/null`\" -fowinetest.res winetest.rc
bash-3.2$ cd /aux0/wine-1.1.2
bash-3.2$
Perhaps if you used "ksh93 -c ..." or "bash -c ..." to execute that line you
would have success.
Issue 3.): (A "bug")
The first time I compiled and installed Wine I got this error when I tried to
run Wine:
start_wineboot failed to start wineboot, err 1359
I tried to search your bug list and the Internet to discover what error 1359
was with very little luck, see here
http://www.google.ca/search?q=start+wineboot+"err+1359" . Another reporter has
made this entry (with a different error number):
[Bug 11158] Wineboot and virtual desktop
http://www.winehq.org/pipermail/wine-bugs/2008-February/093660.html
The Wine executable resulting from my first build attempt had no debugging info
so second time I compiled Wine I first set two environment variables:
bash-3.2$ set | grep FLAGS
CFLAGS=-g
CXXFLAGS=-g
I should be able to use gdb to trace what the error is. Sometimes Wine simply
terminates with the above message and on other occasions the OS mentions an
"Illegal Instruction".
Issue 4.): (A "bug")
My config.log says this (edited):
...
configure:7340: checking ldap.h usability
configure:7357: gcc -c -g conftest.c >&5
configure:7363: $? = 0
configure:7377: result: yes
configure:7381: checking ldap.h presence
configure:7396: gcc -E conftest.c
configure:7402: $? = 0
configure:7416: result: yes
configure:7449: checking for ldap.h
configure:7457: result: yes
...
configure:9811: result: yes
configure:9763: checking for X11/extensions/Xrandr.h
configure:9789: gcc -c -g -I/usr/include/X11 conftest.c >&5
conftest.c:110:35: X11/extensions/Xrandr.h: No such file or directory
configure:9795: $? = 1
configure: failed program was:
| /* confdefs.h. */
...
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| /* end confdefs.h. */
| #ifdef HAVE_X11_XLIB_H
| # include <X11/Xlib.h>
| #endif
| #ifdef HAVE_X11_XUTIL_H
| # include <X11/Xutil.h>
| #endif
|
| #include <X11/extensions/Xrandr.h>
configure:9811: result: no
configure:9763: checking for X11/extensions/Xrender.h
configure:9789: gcc -c -g -I/usr/include/X11 conftest.c >&5
configure:9795: $? = 0
configure:9811: result: yes
configure:9763: checking for X11/extensions/xf86vmode.h
configure:9789: gcc -c -g -I/usr/include/X11 conftest.c >&5
conftest.c:111:38: X11/extensions/xf86vmode.h: No such file or directory
configure:9795: $? = 1
configure: failed program was:
| /* confdefs.h. */
...
| #define HAVE_X11_EXTENSIONS_XRENDER_H 1
| /* end confdefs.h. */
| #ifdef HAVE_X11_XLIB_H
| # include <X11/Xlib.h>
| #endif
| #ifdef HAVE_X11_XUTIL_H
| # include <X11/Xutil.h>
| #endif
|
| #include <X11/extensions/xf86vmode.h>
configure:9811: result: no
...
configure:10681: checking for -lXinerama
configure:10716: gcc -o conftest -g -I/usr/include/X11 conftest.c -lXinerama
-L/usr/X11/lib -R/usr/X11/lib -lXext -lX11 -lsocket -lnsl >&5
configure:10722: $? = 0
configure:10749: result: libXinerama.so.1
...
configure:14597: checking for esd-config
configure:14615: found /usr/bin/esd-config
configure:14627: result: /usr/bin/esd-config
configure:14647: checking for esd_open_sound in -lesd
configure:14682: gcc -o conftest -g conftest.c -lesd -L/usr/lib -lesd
-laudiofile -lm >&5
configure:14688: $? = 0
configure:14706: result: yes
...
configure:17730: checking for LDAPSortKey
configure:17761: gcc -c -g conftest.c >&5
conftest.c:226: error: syntax error before "ac__type_new_"
conftest.c:226: warning: data definition has no type or storage class
conftest.c: In function `main':
conftest.c:230: error: syntax error before ')' token
...
| /* end confdefs.h. */
| #include <ldap.h>
|
| typedef LDAPSortKey ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
| return 0;
| if (sizeof (ac__type_new_))
| return 0;
| ;
| return 0;
| }
configure:17782: result: no
configure:17942: checking for ldap_count_references
configure:17998: gcc -o conftest -g conftest.c -lsocket -lnsl -lpthread >&5
Undefined first referenced
symbol in file
ldap_count_references /var/tmp//ccI1aqbB.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
The result of those tests not being written in a manner that is compatible with
Solaris and thus failing (when given a chance they could work) is this message:
config.status:1665: executing include/wine commands
configure:24483: libXxf86vm development files not found, XFree86 Vidmode won't
be supported.
configure:24483: libxrandr development files not found, XRandr won't be
supported.
configure:24483: libcapi20 development files not found, ISDN won't be
supported.
configure:24483: libldap (OpenLDAP) development files not found, LDAP won't be
supported.
configure:24491: WARNING: No sound system was found. Windows applications will
be silent.
I do have Xrandr.h and xf86vmode.h (note how "xinerama.h" in the same directory
is found). You are using "gcc -I/usr/include/X11 ..." and in the conftest
program you have "#include <X11/extensions/Xrandr.h>".
That would mean that "Xrandr.h" would have to be in the
"/usr/include/X11/X11/extensions/Xrandr.h" file, instead of the
"/usr/include/X11/extensions/Xrandr.h" file.
# ls -l /usr/X11/include/X11/extensions/
...
-r--r--r-- 1 root bin 11583 Jun 20 16:04 Xrandr.h
...
-r--r--r-- 1 root bin 8569 Jun 20 15:14 xf86vmode.h
...
-r--r--r-- 1 root bin 1999 Jun 5 13:37 xinerama.h
I do have libldap and if you used "-lldap" in your test it would work better:
# ls -l /usr/lib/libldap.so
lrwxrwxrwx 1 root root 12 Jul 18 15:28 /usr/lib/libldap.so ->
libldap.so.5
There are a few things that need fixing to support Solaris (and in some of the
above cases the other OSes also).
Want a free copy of Solaris 11 (with ZFS) ?
Solaris Express Community Edition DVD - Build 95
http://opensolaris.org/os/downloads/sol_ex_dvd/
Thanks for the free software. I had Wine working quite well on GNU/Linux
(Debian) so hopefully it will be working on Solaris sometime soon.
BTW: The link to the 'binary' at Blastwave is 404.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187
Summary: Apps hang on startup in X11DRV_CritSection
Product: Wine
Version: 1.0-rc1
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurent(a)elanor.org
Created an attachment (id=13005)
--> (http://bugs.winehq.org/attachment.cgi?id=13005)
Wine console output
Hello,
Since a few versions ago, Adobe Reader installers do not start anymore,
blocking on thread errors. They used to work on version 0.9.54. I built Wine
each time using the same ./configure options.
The wine processes are stuck, but they do not die, they stay in memory, not
showing.
My system is Sun Solaris 10 U3, with patches. The compiler is Solaris' GCC
3.4.3.
Attached is the console output and the list of processes
I used the following to configure:
export PATH=/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin:/opt/fontforge/bin
SHELL=/bin/bash \
CPPFLAGS='-I/usr/sfw/include -I/usr/X11/include -I/opt/csw/include' \
LDFLAGS='-lm -L/usr/sfw/lib -L/usr/X11/lib -L/opt/csw/lib -R/usr/sfw/lib
-R/usr/X11/lib -R/opt/csw/lib' \
./configure --prefix=/opt/wine-1.0-rc1 \
--without-alsa \
--without-audioio \
--without-capi \
--without-cms \
--without-coreaudio \
--without-esd \
--without-gphoto \
--without-hal \
--without-jack \
--without-ldap \
--without-nas \
--without-opengl \
--without-oss \
--without-sane
gmake depend
gmake
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13227
Summary: 100% CPU Usage with notepad - with dtrace output
Product: Wine
Version: 0.9.61.
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mritun(a)gmail.com
Created an attachment (id=13061)
--> (http://bugs.winehq.org/attachment.cgi?id=13061)
DTrace stacktrace of most often executed functions
wineserver is consuming 100% of CPU while running any application. I have
created a test-case with notepad provided with wine. This bug is reproducible
every time.
The system is openSolaris build 84 (nevada SXCE build 84).
Specifics are as following:
$ WINEDEBUG=-all wine notepad
$ wine --version
wine-0.9.61
$ uname -a
SunOS spot 5.11 snv_84 i86pc i386 i86pc
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
RAM: 2 GB DDR2 (single channel 2 GB x 1)
The dtrace script I used to create the backtrace log of where the "wineserver"
process is spending most of its time is as following:
# cat wine.d
#!/usr/sbin/dtrace -s
pid14618:wineserver::
{
@[ustack()] = count();
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16916
Summary: CoH Updater causes Segmentation Fault
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Makitk(a)gmail.com
The following is returned in the terminal (I don't know how to make bugreports
with wine on command line and no-one seems to want to help me to restore wine
to it's GUI glory in Kubuntu 8.04 after something went wrong that removed Wine
from my KMenu.
<==>
Connected
Patching project: Coh Install Dir: C:\Program Files\City of Heroes
checksumLoad returned 1
Verifying checksum
Checksum Verify succeeded, requesting patch
fixme:mshtml:HlinkTarget_SetBrowseContext (0x147e80)->((nil))
fixme:urlmon:URLMonikerImpl_BindToObject use running object table
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
fixme:urlmon:URLMonikerImpl_BindToObject use running object table
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
Handling full manifest
Fixing files: piggs/geom.pigg6G 794579:00:53 Remaining
Error calling setsockopt, ending socket buffer size is not what we told it!
(16384!=32768)
Error calling setsockopt, ending socket buffer size is not what we told it!
(32768!=65536)
Error calling setsockopt, ending socket buffer size is not what we told it!
(65536!=131072)
Segmentation fault
<==>
Please note that the 'piggs/geom.pigg6G' error came after the updater crashed
once. So since it tries to uncorrupt one of the files, I'm not really sure what
happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10795
Summary: UI-view32.exe does not show maps on screen
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://www.ui-view.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jpgrohn(a)gmail.com
Created an attachment (id=9654)
--> (http://bugs.winehq.org/attachment.cgi?id=9654)
Console texts
When starting UI-view32.exe, program starts ok, but map view is black. Map can
see very short time and then view goes black.
--
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=11043
Summary: Black screen after laucnhing domo
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feydreva(a)lsu.fr
Created an attachment (id=10046)
--> (http://bugs.winehq.org/attachment.cgi?id=10046)
Logs from the winterm
When I launch DOMO, Wine crashe jsut after the Splash screen.
I hear the sound, but have a black screen.
Last driver fomr nvidia are installed
and DirectX9 is installed, DXDiag reports no errors
--
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=10303
Summary: WMA playing
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Created an attachment (id=8952)
--> (http://bugs.winehq.org/attachment.cgi?id=8952)
wma log from test-drive 6
It seems to be impossible to load WMA files with wine. All game using these
won't get music and/or sound effect.
--
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=15675
Summary: WM_MOVING desn't work
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitel(a)nomi.cz
Created an attachment (id=16740)
--> (http://bugs.winehq.org/attachment.cgi?id=16740)
Test code. Should print dots when moving window.
I've a small project to school about WinAPI. And the tutorial on school webpage
suggest using WM_MOVING signal to react at window movement. But it doesn't work
in Wine.
In attachement is part of the tutorial using WM_MOVING. Use "winegcc -mwindows
wmmoving.c" to build it. I tested it on virtualized Win XP using MinGW, and
WM_MOVING works there.
I also tested using WM_MOVE instead, and it works as expected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15589
Summary: SSE (Steuer-Spar-Erklärung) 2008 font rendering problem
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://https://www.steuertipps.de
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Reported at
http://www.tuxlog.de/keinwindowsmehr/2008/steuererklarung-unter-gentoo-linu…
This may be a dim echo of bug 9107/10505/10995.
To reproduce, start the app, choose Ansicht / Kurzberechnung (Shift F8).
In the upper right corner of the window will be a black blob that
is probably large fat letters all on top of each other.
I'll attach a screen shot.
I have a copy of the app, you can buy it only for $25 or so.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19827
Summary: Xenocode webapps keep buffering for ever
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://xenocode.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I've tried to run a few of the webapps from www.xenocode.com, but they don't
run.
Steps to reproduce:
1. wintricks firefox dotnet20
(the dotnet because if you don't install it, a messagebox pops up, to point to
the root install of .Net)
2. Launch firefox, and browse to www.xenocode.com. Now install the Spoon
plugin, as suggested in the window.
3. After suggested restarting of firefox, try run one of the apps from the
webpage, like ie8, or Google Chrome. In wine, you'll notice that (after some
time) the app keeps buffering over and over again, and never runs to
completion.
I tried fiddling around a bit with some native dlls like wininet etc, but that
didn't help, which makes me think it might be a winsock bug. I'm attaching a
+winsock log hereafter; hopefully some winsock guru can discover 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=19880
Summary: Game Last Chaos is not started.
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maverick2608(a)yandex.ru
Check of updatings is started and works. But by button pressing to play there
is a black window with an inscription about an error nksp.exe. The driver
radeonhd.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18863
Summary: Conflict between utorrent (running on wine)
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: kylebonnici(a)hotmail.com
My system has kde 4.2.2 and wine 1.1.22. When compiz is running and utorrent is
also running and i minimize it remove the windows decoration of compiz. this
same error was produced on kde 3.5 thus the problem might be software in compiz
or utorrent when simulated by wine.
10x for you sapport and wonderful work amazing :D:D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23709
Summary: Can't uninstall
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjbladera(a)yahoo.com
Wine can't seem to uninstall Macromedia Dreamweaver. The uninstaller runs but
when i check it. The files are still there, untouched and undeleted. I
restarted my system and checked if it's deleted. It's still 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=17724
Summary: KDE freezes when opening a dialog with paths and
(probably) file open control
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)juengling-edv.de
This behaviour was found in IMatch (http://www.photools.com), see
http://appdb.winehq.org/objectManager.php?sClass=version&iId=15969 for
additional information.
What happened:
KDE freezes when opening a dialog with paths and (probably) file open control.
The dialog is built to relocate the path references in the image database to
another destination. The old path (used during MS Windows usage) points to
"E:\Bilddaten". E: was mapped in WINE to "/media/cdrom0" which was empty (no
disc inside). Deleting this drive in the WINE configuration didn't help, the
same behaviour occured.
It seems that the X session is affected, because a switch to another terminal
(Ctrl-Alt-F2) and reboot the system is possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19584
Summary: Can't use BMC Remedy client with WINE
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aloishammer(a)casearmour.net
I'm filing this under ole simply because that's the reported component; if it's
really ole32 or the like, it's not obvious from the errors.
BMC Remedy installs correctly, but goes out to lunch after connecting to the
ARS server and authenticating correctly. This appears to be the relevant error
set:
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"Z:\\root\\.wine\\drive_c\\Program
Files\\BMC Software\\ARSystem\\user\\aruser.exe" failed with error 0
fixme:shdocvw:PersistStreamInit_InitNew (0x1b9178)
err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4!
err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4!
If this is a known bug, I could use some advice on overriding ole[32,aut32]
with relevant WinXP DLLs, because it would be really helpful if I could get
this working soon.
TIA
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23409
Summary: Problem drawing circles
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: nospam(a)nctdev.nl
Created an attachment (id=29184)
--> (http://bugs.winehq.org/attachment.cgi?id=29184)
Effect in Wine (left) and how it should be (right)
I've found a weird effect when using a piece of software called Orcad Layout.
This program draws circles to make rounded line endings and for so called
'pads'.
I've attached 2 pictures. One which shows the effect in Wine and one that shows
how it should be.
I've tried to use the DIB driver patch and the patch from Bug 17887. Both
without any effect. The standard trace level doesn't show any suspicious
activity.
I nobody is familiar with this bug then I'd like to know how I can trace this
problem to the origin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22945
Summary: VisualBasic app, arrows for dropdown lists are not
shown
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: cyruspy(a)gmail.com
Created an attachment (id=28397)
--> (http://bugs.winehq.org/attachment.cgi?id=28397)
Output from wine
Hi, I'm testing a commercial visualbasic (apparently) CRM application and found
that the arrows from the drop down lists are not shown, anybody has seen this?.
The application wont even start without winetricks:
Clean wine + application + mdac28 + mfc42 + oleaut32(native).
First tested with 1.2rc1, later updated to 1.2r2, same issue.
Screenshots:
http://img193.imageshack.us/img193/9386/arrowswindows.pnghttp://img14.imageshack.us/img14/7771/arrowswine.png
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19294
Summary: Galactic Civilizations 2 v. 1.0D Digital:Bonus Pack.
Fonts rendered incorrectly
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://www.galciv2.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22338)
--> (http://bugs.winehq.org/attachment.cgi?id=22338)
Output of wine-1.1.25
There are "<" sign after end of sentences. There are quad boxes in wine-1.1.25
after end of sentences.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15501
Summary: KeyHoleTV client listview enters drawing loop, loses
responsiveness
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.v2p.jp/video/Viewer/SetupKHTV3.09.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=16436)
--> (http://bugs.winehq.org/attachment.cgi?id=16436)
KeyholeTV standard error output
With current Git (wine-1.1.5-399-g82f77cc), when starting the KeyholeTV client,
the program listview goes into a loop, bringing CPU utilization to 100%, and
eventually causing the UI to be unresponsive. Emitted 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=15797
Summary: Install exe not working
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asudak_tantill(a)hotmail.com
After successfully downloading a game and it's installer through wine I then
have a problem using the install.exe. If I double click, right click open with
wine, or open it through Ubuntu's terminal all that happens is a bit of a
pause, the blank wine desktop pops up and then quickly fades away. Their isn't
any error message or anything similar that pops up just the virtual desktop
comes up blank, then goes away in less then a couple seconds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22227
Summary: Wrong grayed picture for disabled vb6 controls
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
The vb6 command button, option and radio controls have a "graphical mode" in
which
they can display also a picture.
When the state of the control is disabled a wrong grayed picture is displayed
(I think the problem may be in oleaut32).
In the attached example two disabled command buttons have an icon and a bitmap
picture respectively and the problem seems the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22551
Summary: unsupported TIFF with an alpha channel.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jibanes(a)gmail.com
Folks,
I am trying to run Phase One's Capture One under wine 1.1.43 on x86-64, but
TIFF with an alpha channel is currently unsupported in the windowscodecs
component; as shown below:
$ wine CaptureOne.exe
fixme:wincodecs:tiff_get_decode_info unhandled RGB sample count 4
Thank you,
Jerome
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21856
Summary: VB6 modal form appears BEHIND parent (borderless) form
when focus is on certain controls, making parent form
unusable.
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: razorwings18(a)hotmail.com
Created an attachment (id=26460)
--> (http://bugs.winehq.org/attachment.cgi?id=26460)
VB6 project + binary to reproduce bug -- requires Microsoft Windows Common
Controls 6.0 to run and compile
In Visual Basic 6, calling FORMNAME.show 1 (open modal form) from a borderless
form, will make the new MODAL form pop UNDER the parent form when the SHOW
method is called while focus is on certain controls, but will correctly pop
OVER the parent form when focus is on other controls.
I.E.: In my BORDERLESS parent form (FORM1), I have a ListView and a
CommandButton. If I give focus to the ListView and call FORM2.SHOW 1, FORM2
pops up OVER FORM1, which is correct.
If I give focus to the CommandButton and call FORM2.SHOW 1, FORM2 pops UNDER
FORM1. This will make FORM1 unusable until you move/minimize FORM1 to find
FORM2 and close it.
This problem is particularly annoying when FORM1 is an MDI Child, since FORM2
will not show in the task bar, and it will be difficult to find FORM2 to close
it.
My findings:
- Seems to be related to Microsoft Windows Common Controls, or maybe even the
presence of ListViews on the form in particular.
- Setting FORM2's StartUpPosition property to something other than 0 (Manual)
seems to fix it (need more testing though).
- Forms with borders seem to work fine (did not test it enough)
- Which focused control will trigger the bug and which won't varies. I've had
the bug appear when focused over textboxes, commandbuttons, listviews,
checkboxes, etc.
See attached VB6 project (binary and instructions to reproduce bug included -
requires Microsoft Windows Common Controls 6.0 to run and compile).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19678
Summary: Lingoes does not start
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: durammx(a)gmail.com
Created an attachment (id=22974)
--> (http://bugs.winehq.org/attachment.cgi?id=22974)
log from test
Lingoes problem
Needed to add MFC42u.dll but the aplication does not start
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18819
Summary: LOK Soul Reaver program error
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irnbld(a)gmail.com
The program kain2.exe has encountered a serious problem and needs to close,
blah-blah-blah.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23986
Summary: datetime control SetRange() has no effect, enter big
year will cause CTime assert failed
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drangon.mail(a)gmail.com
When use datetime control, call SetRange() to limit time, then modified the
year value to out of range, the modification can success, so SetRange() has no
effect.
In Windows, the same application, the same SetRange() call, then modified the
year value to out of range, the datetime control will refuse the modification,
and return to old value.
I think there should be some check in DATETIME_Char() function in file
"dlls/comctl32/datetime.c" , after change the datetime, call something like
MONTHCAL_IsDateInValidRange() to validate the 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=19504
Summary: Moedan: Crashes after showing developer's logo.
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: aereshaa(a)gmail.com
Created an attachment (id=22687)
--> (http://bugs.winehq.org/attachment.cgi?id=22687)
command line output when trying to run moedan.
Wine crashes when running DAnmaku shooter game Moedan, after it shows the
developer's logo. Moedan (the trial, which has the same bug) can be downloaded
at: http://moedan.dna-softwares.com/d_files/moedan_trial_c66.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=21283
Summary: sPlan 7.0: Non properly text rotation
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: selim013(a)gmail.com
Overview:
When trying to rotate text - letters in the text field correctly displace their
position but rotating themselfs in the opposite direction. Also text field
becomes cutted, mostly when it is vertically rotated. In this case it becomes
mostly invisible.
Steps to Reproduce:
Place a text field and rotate it.
Actual Results:
Text rotated non properly.
Expected Results:
Text should rotate and be completely visible.
Software version:
wine-1.1.35
Ubuntu Linux 9.10 Karmic
sPlan 7.0 Demo
---
Forgive me for my poor english and description.
Here are self explaining screenshots with a problem:
1) Made in windows. This is what text fields should look like:
http://img145.imageshack.us/img145/2348/splan7demowindows.png
2) Made in wine:
http://img85.imageshack.us/img85/2821/splan7demowine.png
Demo version of Splan 7.0:
http://www.abacom-online.de/demos/splan70(demo).exe
In attachment there is what wine says to me, when i start 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=17130
Summary: felix2: The screenmate flashes and doesn't move
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eduardosmuov38(a)hotmail.com
The screenmate is always flashing and not moving.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20544
Summary: shell32 imagelist memory leak on unload?
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Valgrinding the chromium test suite shows this warning in a lot of tests:
8 bytes in 1 blocks are possibly lost in loss record 46 of 805
at malloc (vg_replace_malloc.c:195)
by XInitExtension (InitExt.c:54)
by XextAddDisplay (extutil.c:112)
by find_display (XShm.c:82)
by XShmQueryVersion (XShm.c:181)
by X11DRV_CreateDIBSection (dib.c:4767)
by CreateDIBSection (dib.c:1353)
by ImageList_CreateImage (imagelist.c:2872)
by ImageList_Create (imagelist.c:642)
by SIC_Initialize (iconcache.c:410)
by DllMain (shell32_main.c:1169)
by __wine_spec_dll_entry (dll_entry.c:40)
This is odd... the DLL tries to free that stuff on unload.
Not sure why it's not happening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14785
Summary: Cyberstorm 2 hangs on intro movie
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=15329)
--> (http://bugs.winehq.org/attachment.cgi?id=15329)
bzipped +mciavi,+relay log
Cyberstorm 2 hangs on start up while trying to play a movie. If I remove the
.avi files from the Avi directory, then the game starts up 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=19034
Summary: Starship Titanic freezes during introduction sequence.
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=21949)
--> (http://bugs.winehq.org/attachment.cgi?id=21949)
Debug Trace log
After you insert the CD into the PC (in the game) the Starship Titanic crashes
into your house and a robot gets out and stands in front of you, then the game
freezes.
Ubuntu 9.04, wine 1.1.24 and Geforce 8200 nVidia driver 180.44.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16685
Summary: redraw problem in AIM_675
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: James(a)superbug.demon.co.uk
App has no installer, just unzip into folder.
App fails to redraw graphics properly.
Minimise app, maximise app, graphics display.
Select menu, when the menu disappears, graphics display.
App can be sourced from:
http://www.w5big.com/AIM_675A.zip
Also listed in appdb under title "AIM_675A.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=12908
Summary: Battle Zone I does not start.
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=12620)
--> (http://bugs.winehq.org/attachment.cgi?id=12620)
The console output for "software" mode
The game displays a question, in which mode to start: software or hardware. Any
answer results in a black screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18079
Summary: AutoCorect: does not properly display custom checkboxes
made by Alcinoe
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://softset.ro/download/ccount/click.php?id=8
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amariei_catalin(a)yahoo.com
I am using Slackware 12.2.
The program (AutoCorect) uses a custom checkbox (TALCheckBox) made by Alcinoe
(http://sourceforge.net/projects/alcinoe) instead of default checkbox from
Delphi.
It is displayed as a black rectangle. You can see some of them on the left
panel. Many are in configuration dialog: "Instrumente >> Configurare" menu.
If you want I will make a short demo reproducing 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=17762
Summary: Citavi: Application is very slow
Product: Wine
Version: 1.1.17
Platform: Other
URL: http://www.citavi.org/de/materialien/CitaviSetup.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sase.de
The Application can be installed now with the proper dlls (winetricks vcrun2005
dotnet20 corefonts jet40 mdac28 riched30).
But then it's incredible slow. It's almost not usable.
I'm running OpenSUSE 11.1 (x86_64)
CPU: Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz
AppDB: http://appdb.winehq.org/objectManager.php?sClass=version&iId=15989
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24089
Summary: EverQuest: Escape to Norrath: login screen is blank
without native ie6
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://escapetonorrath.station.sony.com/download.vm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30309)
--> (http://bugs.winehq.org/attachment.cgi?id=30309)
bad screenshot
Screenshots/terminal 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=20294
Summary: sigma photo pro crashes in X11DRV_DIB_DeleteDIBSection
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yamt(a)mwd.biglobe.ne.jp
Created an attachment (id=23987)
--> (http://bugs.winehq.org/attachment.cgi?id=23987)
log including backtrace
sigma photo pro 3.5.2 crashes in X11DRV_DIB_DeleteDIBSection.
recipe:
1. install sigma photo pro. (http://www.sigma-dp.com/DP2/spp/setup.exe)
2. prepare a directory with a lot of X3F files. (300 or so is enough for me)
3. launch sigma photo pro (SIGMA PhotoPro3.exe) and select the directory.
4. push "Save Images As..." button.
5. push "OK" button and wait.
i can provide some sample X3F files if requested.
this might be a regression because i haven't seen
this particular crash with wine 1.1.28.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17380
Summary: CListCtrl problem
Product: Wine
Version: 1.1.15
Platform: Other
URL: http://www.jtagtest.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)hinner.info
Created an attachment (id=19429)
--> (http://bugs.winehq.org/attachment.cgi?id=19429)
Linux screenshot
Have a look at
1) the attached image
2) http://www.jtagtest.com/jtagtest-screenshots
3) http://www.jtagtest.com/docs - JTAGTest manual
You can clearly see that JTAGTest running on Linux has overlapping icons in
"CListCtrl" MFC object.
Also font is not correct (screenshot is taken from Ubuntu installation, fresh
wine install from ubuntu repositories did not have this problem, when I
compiled the latest version from sources, this showed up :) - so maybe it's my
fault. Any hint?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17763
Summary: Citavi: mouse doesn't catch links
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://www.citavi.org/de/materialien/CitaviSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sase.de
On some windows the mouse doesn't "get" the links. You have to move the
mousecursor some millimeters above, to use the link. It then transforms from
the normal mousecursor to a hand.
The menus are working. But the links within the windows (example screenshot
will be added) have 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=21119
Summary: realMYST v1.1.1 [ENGLISH] No-CD/Vista Fixed EXE: Page
fault and debug err
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: gaming4jc2(a)yahoo.com
Created an attachment (id=25373)
--> (http://bugs.winehq.org/attachment.cgi?id=25373)
Page fault + debug failure
I finally got the program to run using this NoCD, it boots to the MYST book and
crashes as soon as you click onto it with this page fault. Nice intro tho. :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23414
Summary: Text is italicized in Mozilla Firefox
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: shiningarcanine(a)gmail.com
Text appears to be being italicized in Mozilla Firefox on both Google's
homepage and in the SunSpider benchmark results. This does not happen in
Mozilla Firefox on either native Windows or native Linux.
Here is a URL that demonstrates the problem:
http://www.google.com/firefox
The little Message of the Day text that appears below the search box is what is
being italicized. Also, the bar at the top of the screen with links for other
google services is also italicized. Not all of the text that Firefox renders is
italicized and I am not sure what the distinction is that is being made.
I use Gentoo Linux. Here is the information its package manager provides about
the installed package:
app-emulation/wine-1.2_rc5 was built with the following:
USE="X alsa cups dbus fontconfig gecko jpeg lcms ldap mp3 (multilib) ncurses
opengl oss perl png ssl threads truetype xcomposite xml (-capi) -custom-cflags
(-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -nas -openal -pulseaudio -samba
(-scanner) -test -win64 -xinerama"
CFLAGS="-march=core2 -mtune=core2 -O2 -pipe"
CXXFLAGS="-march=core2 -mtune=core2 -O2 -pipe"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22812
Summary: mt under wine corrupts executables
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://ghostscript.com/~hintak/wine-debug/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
part of ghostscript's building process runs:
mt -nologo -manifest psi/dwsetup_x86.manifest -outputresource:setupgs.exe;#1
mt -nologo -manifest psi/dwuninst_x86.manifest -outputresource:uninstgs.exe;#1
This step corrupts executables under wine and they gain a wrong image size;
both vista and win7 then complains they are not valid win32 applications. See
discussion on wine-devel mailing list.
I have modified the makefiles slightly so that setupgs.exe and uninstgs.exe are
saved to setupgs.exe.bak and uninstgs.exe.bak before running mt. So the two
*.bak files can be found in:
http://ghostscript.com/~hintak/wine-debug/vista-bins.zip
and the manifests in:
http://ghostscript.com/~hintak/wine-debug/dw_manifests.zip
and one can compare running mt against them with the vista executables, also in
that zip 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=19796
Summary: Galactic Civilizations II: Crash after menu screen
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mokurensama(a)alice.it
Created an attachment (id=23189)
--> (http://bugs.winehq.org/attachment.cgi?id=23189)
Crash log
The game starts and runs fine until the menu screen. Contrarily to what is
written in the Ubuntu APPDB entry the screen does not go blank when the cursor
goes over a button, but it crashes when clicking on one.
OffScreenRendering in regedit was set to fbo, but setting it to backbuffer
doesn't seem to change anything
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19773
Summary: Largo Winch: mostly black screen
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=23165)
--> (http://bugs.winehq.org/attachment.cgi?id=23165)
Last 100000 lines of +all,-some log prior to ^C, mostly d3d8
After starting the game from the main menu, as soon as the introductory video
sequence ends and the player gets control, the screen turns black, except for
the 4 keyboard indicators in the top right and the dialog text at the bottom of
the screen.
Pressing Esc leads to a working menu (the palmtop display). Also, the main
menu is correctly displayed.
The graphics are actually present because sometimes, when refreshing the
desktop window after putting another one in front, the scene becomes visible
for a few milliseconds, then turns black again!
The black screen is present:
- with Intel i915 graphics on Ubuntu Intrepid;
- with NVidia 9400M graphics on MacOS;
- AppDB mentions it with wine-1.1.1.
I tried various settings of HKCU\Software\Wine\Direct3D\RenderTargetLockMode,
OffscreenRenderingMode, UseGLSL, DirectDrawRenderer to no avail. Same with
Massimo's DIB engine with wine-1.1.22.
This does not seem related to the "QuickTime" bug #1347:
- the patch from bug #1347, comment #58 does not help;
- compiz is not running;
- black in virtual desktop and fullscreen modes;
- pbuffer no improvement on NVidia.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13417
Summary: FlashFXP - No mouse support systemwide if window is open
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
Created an attachment (id=13328)
--> (http://bugs.winehq.org/attachment.cgi?id=13328)
Photo of input window
Unable to click on any buttons (even outside FlashFXP) when a popup menu is
open.
Login into a ftp server, and press right mouse button, then in the popup menu
choose create new folder.
The opened input window doesnt let you use the mouse button anymore until this
input window is closed. (The mouse doesn't work system wide anymore)
The keybord works correctly.
Also the popup window should disappear after the input box 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=17990
Summary: Battleships forever video is offset
Product: Wine
Version: 1.1.18
Platform: Other
URL: http://www.wyrdysm.com/games.php
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
The Battleships Forever game (see URL) has its video offset, the top is above
where the window is painted and there's just a fair amount of black underneith.
Lines like "fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present rects
(0,0)-(1024,768)/(0,0)-(1024,768)" look suspicious, so assigned to directx-d3d.
As a side note, running it in a virtual desktop greatly reduces the effect and
makes it more playable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9952
Summary: Sketch Studio shows corrupt cursor
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.sketchandsmudge.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sketch Studio 2007.2 installs and runs ok,
but when inside the drawing canvas, the
mouse cursor is a big corrupt block.
It switches to a normal cursor when outside the active canvas.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.