http://bugs.winehq.org/show_bug.cgi?id=2536
Summary: buttons unreachable in documan
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boldra(a)tiscali.it
It's a visualization bug founded in aplication "Documan", used to make use of
the scanner tamarack artiscan. The application works great and the scanner works
too, but the buttons (with icons), that appear in the windows "configuration",
are misplaced, so unreachable because go out of the visible window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2535
Summary: Starcraft not adjusting screen resolution correctly
Product: Wine
Version: 20041019
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jluka(a)geshp.com
When running Starcraft, which defaults to going fullscreen 640x480, the video
gets scrambled if it was launched while the screen is at 1024x768 resolution.
If the computer was already at 640x480 before Starcraft started, it runs fine.
Running Fedora Core 2 on an HP Laptop (ze5730us) with a Radion IGP 435M. (64meg)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2534
adam(a)gimp.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam(a)gimp.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2534
Summary: Grim Fandango startup crash (regression; possible patch
included)
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torbjorn.e.andersson(a)tietoenator.com
Grim Fandango has been broken for the past two Wine snapshots (20040915 and
20041019). The startup screen appears, followed almost immediately by an
unhandled exception. CVS regression testing shows that:
The 2004-09-07 14:32:45 CDT snapshot works.
The 2004-09-07 14:33:00 CDT snapshot does not work.
The only change between these two snapshots is revision 1.44 of
include/dinput.h. It adds a DIDEVICEOBJECTDATA_DX3 struct and, more importantly,
adds uAppData to the already existing DIDEVICEOBJECTDATA struct. If I trace
dinput the last two messages before the unhandled exception are:
trace:dinput:SysKeyboardAImpl_Acquire (this=0x403bbee8)
trace:dinput:SysKeyboardAImpl_GetDeviceData
(this=0x403bbee8,16,0x4067fbd4,0x4067fad0(32)),0x00000000)
I'm including a patch to keyboard.c that fixes the problem for me. It's complete
guesswork, based on a somewhat similar code in mouse.c, but it could be the
correct fix I guess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
Summary: the install process should support $DESTDIR
Product: Wine
Version: unspecified
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
if you're trying to install wine into a fake root before merging with /, you
currently have to override a number of variables (based upon how many arguements
you passed during ./configure)
for example, if you run `./configure --prefix=/usr`, you'd have to run `make
install prefix=/some/other/place/usr` ... if you passed --prefix and --libdir,
you'd have to pass similar values during `make install` ... all in all, a pita :)
it'd be nice if one could easily just do `make install
DESTDIR=/some/other/place/` like almost every other autotools package out there
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
adam(a)gimp.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam(a)gimp.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2532
Summary: Bug in wine-preloader
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darkjames(a)darkjames.ath.cx
Today, I've upgraded my wine from 20040914 to 20041019 after compilation.
I'd want to check if it is running. And i've tried to run wcmd
after it instead of prompt it writes
{$V+}
/usr/local/bin/wine-pthread: could not open
{$V-}
So i check if it's able to run with: wine-pthread wcmd
{$V+}
$ wine-pthread wcmd
WCMD Version 0.17
F:\>
{$V-}
it works so another test...
{$V+}
$ strace -f /usr/local/bin/wine-preloader /usr/local/bin/wine-pthread wcmd
execve("/usr/local/bin/wine-preloader", ["/usr/local/bin/wine-preloader",
"/usr/local/bin/wine-pthread", "wcmd"], [/* 58 vars */]) = 0
old_mmap(NULL, 1114112, PROT_NONE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0
old_mmap(0x80000000, 16777216, PROT_NONE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 E??? (errno
-2147483648)
old_mmap(0x110000, 267321344, PROT_NONE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x110000
open("t$|L$@t$`L$4$čú", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "/usr/local/bin/wine-pthread: cou"..., 44/usr/local/bin/wine-pthread:
could not open
) = 44
_exit(1) = ?
{$V-}
I've compilated wine with CFLAGS:
-march=athlon-xp -O3 -fomit-frame-pointer -msse -funroll-loops -mfpmath=sse,387
-pipe
CXXFLAGS the same..
gcc version.
gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2170
------- Additional Comments From dank(a)kegel.com 2004-24-10 01:27 -------
I'm seeing this message installing Office '97 using
a wine built from today's CVS. Which patch supposedly fixed it?
err:seh:setup_exception stack overflow 0 bytes in thread 000c eip 42027602 esp
40621000 stack 0x40620000-0x40720000
Please reopen this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2531
Summary: Can no longer install MS Office 2000
Product: Wine
Version: 20041019
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RLloydNave123(a)wmconnect.com
I have been tracking wine versions for a year or so.
As of the May 2004 version I was able to install and run
Microsoft Office 2000 using the MS OFfice installation disk
on Fedora 1.
I have had trouble with the installation with Fedora 2 and
most recently with Fedora 3 test releases.
I have tried about every wine release newer than May 2004
including the October 2004 release.
I installed wine by compiling from source.
( The source install has seemed to work better than the RPM version)
I am not sure if this is a Fedora problem or a wine problem.
Enclosed is a print out of the error messages generated by wine
when I attempted to install MS OFFIce from the install CD :
[ronnave@RonsLinuxBox cdrecorder]$ wine SETUP.EXE
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
[ronnave@RonsLinuxBox cdrecorder]$ fixme:msi:MsiEnableLogA
00000516 "c:\\windows \\temp\\Office 2000 Professional Setup (0002)
_MsiExec.txt" 00000000
fixme:msi:MsiInstallProductW L"Z:\\media\\cdrecorder\\data1.msi" L""
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:ACTION_PerformAction UNHANDLED MSI ACTION L"AppSearch"
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:ACTION_PerformAction UNHANDLED MSI ACTION L"ResolveSource"
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
fixme:msi:HANDLE_CustomType1 DATABASE NOT THREADSAFE... not starting
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0xa
fixme:dbghelp:SymLoadModule should have successfully loaded some debug
informati on for image C:\windows\temp\CustomActionDll.dll
Unhandled exception: page fault on read access to 0x00000018 in 32-bit code
(0x7 77c4757).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:777c4757 ESP:778dde4c EBP:778dde8c EFLAGS:00010246( - 00 -RIZP1)
EAX:00000000 EBX:777dd790 ECX:00000000 EDX:777df7a8
ESI:00000000 EDI:7e9ecec0
Stack dump:
0x778dde4c: 777baf6c 00000000 00000000 778dde7c
0x778dde5c: 777bab8e 7e9ec670 7e9ec7f0 7e9ec688
0x778dde6c: 777df7a8 777df5a0 777df7a8 777baaee
0x778dde7c: 00000005 777dd790 7e9ec670 00000000
0x778dde8c: 778ddeb8 777c11d5 7e9ecf10 00000000
0x778dde9c: 778ddeb8 777ba95b 777df5a0 777df5a0
Backtrace:
=>1 0x777c4757 MSI_RecordGetFieldCount+0x7 in msi (0x778dde8c)
2 0x777c11d5 MSI_ViewExecute+0x55 in msi (0x778ddeb8)
3 0x777c1294 MsiViewExecute+0x74 in msi (0x778ddee8)
4 0x10002f9a (0x00000000)
0x777c4757 MSI_RecordGetFieldCount+0x7 in msi: movl 0x18(%eax),%eax
Wine-dbg>WineDbg terminated on pid 0xa
[ronnave@RonsLinuxBox cdrecorder]$
Perhaps I am doing something wrong.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.