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.
http://bugs.winehq.org/show_bug.cgi?id=2530
------- Additional Comments From aeotto(a)adelphia.net 2004-23-10 20:29 -------
After removing an earlier version of Wine, which I had not yet used, I
downloaded and installed the latest version. Before configuring the program or
reading the Readme File, I clicked the Wine Reboot program. Error message boxes
started popping up indicating problems in my Windows 98 file system. Becoming
concerned, I closed the error message boxes and the Wine program down as soon as
I could. I logged off Linux and into Windows 98. To my shock, 80% of the icons
on my Windows desktop had disappeared. I opened explorer to find my program
files had been moved to a directory labeled !$!$!$!$.pfr. and other files and
directories were listed under Program Files. Other directories and
subdirectories were also renamed with similar file names.
I posted my problem on a wine news group. A few good people responded with
helpful comments. One of those comments led me to a program writen by Andreas
Mohr titled "decorrupt_explorer", which seems to have been writen for this very
situation. Not having any programing experience, I have spent 20 to 30 hours
over past couple of week trying to execute this program and fix my Windows
partition, without success. At this point, it may not be possible.
It seems this problem with Wine has existed for years. Your Bug Report # 923
mentions this problem. It also indicated that this problem was caused by
Windows explorer, not Wine. I don't believe this is true. Whatever happened,
it was triggered by Wine not Windows.
Since this problem destroys, at least temporarily, a users Windows System, I
would think someone would find it important enough to PROMINENTLY CAUTION
usophisticated users,like me, of what can happen. Furthermore, perhaps someone
could provide some instructions for using Mr. Mohr's program,
"decorrupt_explorer". I couldn't get it to work. I cut and pasted it into a
shell every way I could think of. Nothing seems to work. Its been more that 3
weeks since I have been able to use Windows.
It may be too late for me, but perhaps its not too late to try to prevent this
from happening to someone else.
--
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=2530
Summary: Win 98 File System Destroyed
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeotto(a)adelphia.net
--
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
------- Additional Comments From little_smile(a)mail.ru 2004-23-10 09:48 -------
Wine version 20041019, I have the same behaviour. Desktop mode looks ok, but not all games look
good in that mode.
--
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=2529
Summary: IE6 Installation crashs, then Debugger crashs,,,
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: h.habighorst(a)gmx.de
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x7f850000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x7f850000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x7f850074
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
fixme:dc:GetLayout (0x7c0): stub
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x7f4d0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x7f4d0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x7f4d0074
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00021401-0000-0000-c000-000000000046}, hres is 0x80040154
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\rsaenh.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\rsaenh.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\enhsig.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\enhsig.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\SET8a55.tmp") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\INF\\iedom.inf") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\INF\\iedom.inf") : stub
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
wine: Unhandled exception (thread 001b), starting debugger...
WineDbg starting on pid 0x1a
And then it stops. It does nothing else...
--
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=2528
Summary: IE6 Installation crashs, then Debugger crashs,,,
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: h.habighorst(a)gmx.de
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x7f850000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x7f850000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x7f850074
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
fixme:dc:GetLayout (0x7c0): stub
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x7f4d0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x7f4d0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x7f4d0074
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00021401-0000-0000-c000-000000000046}, hres is 0x80040154
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
L"C:\\Windows\\System\\CFGMGR32.dll", setting to 0xdeadbeef
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\rsaenh.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\rsaenh.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\enhsig.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\enhsig.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\System\\schannel.dll") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\System\\SET8a55.tmp") : stub
fixme:advapi:GetFileSecurityW (L"c:\\Windows\\INF\\iedom.inf") : stub
fixme:advapi:SetFileSecurityW (L"c:\\Windows\\INF\\iedom.inf") : stub
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
wine: Unhandled exception (thread 001b), starting debugger...
WineDbg starting on pid 0x1a
And then it stops. It does nothing else...
--
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=2518
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mstefani(a)redhat.com 2004-22-10 16:30 -------
*** This bug has been marked as a duplicate of 2517 ***
--
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=2517
Summary: add WINE REGISTRY info to man page
Product: Wine
Version: 20040914
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bill+winehq(a)bfccomputing.com
the man page for wine.conf, under section
CONFIGURATION FILE FORMAT
ought to mention the requirement for a
WINE REGISTRY Version 2
line in the file. A nice fellow on IRC pointed this out to me after I tried to
build a config file based on the man page.
------- Additional Comments From mstefani(a)redhat.com 2004-22-10 16:30 -------
*** Bug 2518 has been marked as a duplicate of 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=2526
------- Additional Comments From jdoutt(a)whoi.edu 2004-22-10 13:54 -------
Thanks, Tony for pointing me to the regression testing procedure, but I have a
little 233 MHz Thinkpad 770 and so little disk space I have to delete all of a
previous WINE version before compiling the next (which takes about 5 hours).
bbbbb
I'll make a little workaround, I think, by using sed to eliminate the '%' in the
.cfg file.
Many thanks to all of you for teasing out the cause of this problem.
jim
--
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=2526
------- Additional Comments From dclark(a)akamail.com 2004-22-10 10:58 -------
Ah, that explains it then. I use a native msvcrt by default.
--
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=2526
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-22-10 10:38 -------
If it is a problem with sprintf then these two bugs are related: Bug 321 and
Bug 2075 .
Jim: You said that this worked with previous versions of wine (20040914) if that
is the case then you can find out the patch that broke it by regression testing
as outlined here: http://www.winehq.org/site/docs/wine-devel/cvs-regression :^)
--
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=2526
------- Additional Comments From rklazes(a)xs4all.nl 2004-22-10 09:56 -------
This is the problem:
sprintf(s, " -%s rgb:%02x%/%02x%/%02x\r\n", sw, r,g,b);
(wxtide.c->write_sw_rgb())
The %/ char sequences are output as "/" by Microsoft and as "/%" by GNU libc.
Wine currently uses the libc sprintf, you have to wait until somebody writes
wine's own.
--
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=2526
------- Additional Comments From rklazes(a)xs4all.nl 2004-22-10 07:58 -------
These %% look more that there is a problem with some xyzprintf function.
Can you try with native msvcrt.dll ?
--
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=2526
------- Additional Comments From jdoutt(a)whoi.edu 2004-22-10 07:40 -------
Regarding the BADCOLORSPEC problem (I've submitted a different bug report for
the other problem)
I'd like to be sure you are doing the SAME steps as I was.
1) run wxtide32
wine WXTIDE32
2) click on File ... location and pick another location
3) click on File ... exit ... and YES to save
Then try running wxtide32 once again.
The newly-written .cfg file now has '%' in it which prevents WINE from
processing it a second time (see below)
Yes, The config files differ in the way the rgb colors are defined (as the
following diff demonstrates. The new colormap has '%' in it whereas the old one
does not.
If I manually edit out the '%' out of the .cfg file the program works OK!
Since this program works in WINDOWS, perhaps WINE could be modified so it can
take (ignore) the '%'
---------------------------------------------------------------------------
$ diff wxtide32.cfg wxtide32.cfg.20030428
5c5
< -location "Woods Hole, Massachusetts Current (use with caution) (C)"
---
> -location "Woods Hole Oceanographic Institute, Massachusetts (T)"
9,10c9,10
< -bgday rgb:ff%/ff%/80
< -bgnite rgb:80%/80%/ff
---
> -bgday rgb:ff/ff/80
> -bgnite rgb:80/80/ff
12,18c12,18
< -fgfall rgb:00%/80%/00
< -fgmapdot rgb:ff%/00%/00
< -fgmark rgb:ff%/00%/00
< -fgmiddle rgb:ff%/ff%/00
< -fgmllw rgb:ff%/ff%/ff
< -fgrise rgb:00%/00%/ff
< -fgtext rgb:00%/00%/00
---
> -fgfall rgb:00/80/00
> -fgmapdot rgb:ff/00/00
> -fgmark rgb:ff/00/00
> -fgmiddle rgb:ff/ff/00
> -fgmllw rgb:ff/ff/ff
> -fgrise rgb:00/00/ff
> -fgtext rgb:00/00/00
22c22
< -hfile "harmonic"
---
> -hfile "C:\PROG~FBU\WXTIDE32\HARMONIC"
30c
......
.....
---------------------------------------------------------------------------
--
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=2527
Summary: popup screen flashes information & then becomes blank
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
There is a wonderful FREE little windows program called wxtide32 which displays
a graph of the current (and past and future) tide anywhere in the world.
The WEB address for wxtide32 is:
http://www.wxtide32.com/
I am running RedHat 7.3.
This same problem occurs both with the most recent (4.0) version of wxtide32 and
also with the older 3.0 version.
The same problem occurs when running either WINE 20040914 or WINE 20041019.
There is a problem with the popup window
The problem is that, when one presses and holds the left mouse button a box
comes up displaying text information about that particular time. When run under
either WINE 20040914 or WINE 20041019 the box comes up, VERY quickly flashes the
text info, and then turns blank. The box disappears (as it should) when the
left button is released.
On the WINE newsgroup this problem was reported under the title
"wxtide32 window is blank"
In a 10/20/4004 02:25 PM reply to that thread, Duane Clark wrote that he sees a
similar problem with a different program:
"I am seeing a very similar problem with another program I use. In my case, it
is a fairly recent regression, though I have not figured out when it occurred."
--
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=2384
nicholas(a)aquarionics.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicholas(a)aquarionics.com
------- Additional Comments From nicholas(a)aquarionics.com 2004-22-10 06:31 -------
I'm having the same problem for 20041019 on an AMD64, This seems to be more
general than just Mandrake
--
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=2526
------- Additional Comments From rklazes(a)xs4all.nl 2004-22-10 05:11 -------
Unless you have reasons to believe the BADCOLORSPEC problem and the popup
problem are the same, you should create a separate bug report for the popup problem.
--
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=2526
------- Additional Comments From jdoutt(a)whoi.edu 2004-22-10 03:57 -------
I'm running RedHat 7.3 Could that affect the results?
ALSO, what about the popup window problem?
The minor problem is that, when one presses and holds the left mouse button a
box comes up displaying text information about that particular time. When run
under WINE 20040914 the box comes up, VERY quickly flashes the text info, and
then turns blank. The box disappears (as it should) when the left button is
released.
--
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=2526
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.wxtide32.com/
Keywords| |download, NoAppDBEntry,
| |regression, source
--
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=2526
------- Additional Comments From dclark(a)akamail.com 2004-21-10 17:10 -------
Hmm... well the colors seem to work ok for me. I can even run the color dialog
and change colors, and it works ok. You might want to take a look at the
WXTIDE32.CFG and see if there is something obvious that happened to it.
--
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=2526
Summary: BADCOLORSPEC fatal error in 200410 (didn't happen in
20040914)
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
> : There is a wonderful FREE little windows program called wxtide32 which :
displays a graph of the current (and past and future) tide anywhere in : the world.
>
> : It is working ALMOST perfectly.
>
It WAS working almost perfectly. A new, more serious problem is that in
Wine20041019, if one saves the configuration file and exits the program, the
next time the program is run the following message is reported and wxtide32
aborts (this did NOT happen in the 20040914 version of WINE).
[jdoutt@localhost wxtide32]$ wine wxtide32
Tidelib Fatal Error: BADCOLORSPEC
One of your specified colors is not understood. This may be because it is
not in rgb.txt, or because you used the wrong syntax. In PPM mode, colors
must be specified as rgb:hh/hh/hh, where hh is a 2-digit hexadecimal number.
Other formats are possible under X; type 'man X' for an explanation of them.
[jdoutt@localhost wxtide32]$
> : The minor problem is that, when one presses and holds the left mouse :
button a box comes up displaying text information about that particular : time.
When run under WINE 20040914 the box comes up, VERY quickly : flashes the text
info, and then turns blank. The box disappears (as itb should) when the left
button is released.
>
> Could you please recheck with the current wine release. If the error
> persists, open up a bug report in the bug database and leave a pointer where
> to download the program.
>
> Bye
>
Still gives the same problem in WINE 20041019. I'll TRY the bug database again
(I tried using it awhile ago & made many mistakes). The WEB address for
wxtide32 is:
http://www.wxtide32.com/
--
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=2507
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=2524
------- Additional Comments From adam(a)gimp.org 2004-21-10 03:36 -------
Oh. That's funny, I did a search for 'Fallout'...
Well, we have a problem that the bug 2507 doesn't: keyboard doesn't respond, either.
--
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=2524
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=70
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-20-10 21:45 -------
Looks like a duplicate of bug 2507
--
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=2525
Summary: The Reiser4 Filesystem Causes Wine to Hang
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cloud1086(a)hotmail.com
Hi,
I'm currently on a reiser4 filesystem and am testing out wine. For the past few
releases (I'm sorry I can't be more precise but I believe this started around
the July/August releases), file selector dialogs hang wine, as well as some
other file i/o operations.
When removing my ~/.wine directory and replacing it with a mounted ext2 file
system, the problems went away.
I have pseudo files off on my reiser4 (the feature that allows files to be
treated as directories) as can be shown by the output of the following command:
mgcloud@nebula ~ $ touch temp.txt
mgcloud@nebula ~ $ cd temp.txt
-bash: cd: temp.txt: Not a directory
--
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=2524
adam(a)gimp.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
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=2524
Summary: Fallout (1 and 2) do not respond to keyboard or mouse-
movement
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)gimp.org
A friend brought it to my attention that these games have regressed somewhere
between when we last played them (May 29th -- I habitually keep my Wine up to
date from CVS so it was working then) and CVS HEAD today.
The regression is such that the games do not respond either to keyboard input or
to mouse motion (their own-drawn cursor stays unmoving). They used to play fine.
The games happily run their intros right through to the main menu, but the
intro-escape and menu keys do not work and the app-drawn mouse cursor is
perpetually frozen. (This occurs with or without TakeFocus and DXMouseGrab.)
These are win95-era ddraw(2d) games, I believe.
--
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=1934
------- Additional Comments From puoti(a)inwind.it 2004-20-10 07:54 -------
I don't know if that is the same program, maybe a new version, the link works
from UK DSL providers only, but you can use an open proxy if you're not in the UK.
--
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=2523
Summary: wine hangs on startup with lprng
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markus.webmail(a)web.de
Hello,
If lpd from lprng is running, wine hangs on startup.
Here is the output from ps ax:
12426 pts/54 S+ 0:00 /bin/bash /home/markus/bin/win /wine/Programme/Splot3
12428 pts/54 S+ 0:02 /usr/bin/wine-preloader /usr/bin/wine-pthread /wine/P
12431 ? Ss 0:01 /usr/bin/wineserver
16898 ? Rs 0:00 lpd SERVER
A few seconds later:
12426 pts/54 S+ 0:00 /bin/bash /home/markus/bin/win /wine/Programme/Splot3
12428 pts/54 S+ 0:03 /usr/bin/wine-preloader /usr/bin/wine-pthread /wine/P
12431 ? Ss 0:01 /usr/bin/wineserver
18175 ? Zs 0:00 [lpd]
CPU load is 100%. Obviously wine permanently fires off lpd's.
After /etc/init.d/lpd stop wine starts up and works.
I have wine-20040914 and lprng-3.8.25 with SuSE 9.1.
Markus.
--
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=2521
------- Additional Comments From dclark(a)akamail.com 2004-19-10 11:12 -------
Well, it seems like it has been at least a year or so since I last answered it
;) So it is not too frequent. But it probably wouldn't hurt to add it.
--
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=2207
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-19-10 10:01 -------
ah, with a new versions of wine first two commands should sound like this:
info process
info thread
or their shorthened versions:
info proc
info th
--
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=2207
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-19-10 09:59 -------
is still a case? and is "word viewer 2000" == "word viewer 97" ?
as for me it doesn't loop infinitely. it just searches for something through
countless directories inside the multiple mount on my system, as there is Z:
mapped to the "/" for my user.
have you tried waiting for (lets say) about twenty minutes?
in any case, you can always fire up another instance of winedbg, attach to the
process of interest and try backtracing its threads. commands of interest
inside winedbg: walk proc, walk thread, attach, bt.
--
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.
Get from us and save huge!
http://boliopple.com/200/index.php?aiw90&com%&
JJQBtxi578uBu49p26oIf he hasn't telephoned then, I'll call him. I will.Why don't you just go cry you stupid cry baby!And my whole life, every white man's life in the East, was one long struggle not to be laughed at.616684794
Grow 3 inches with our products!
http://WWW.DEREGOY.COM/9/4/index.php?aiw90&com5&
7h952598o4p1Svko291And if that happened it was quite probable that some of them would laugh.Maybe that's what he is doing.Five, ten, fifteen, twenty, twentyfive, thirty, thirty-five....460247934
http://bugs.winehq.org/show_bug.cgi?id=2522
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=202
Keywords| |download
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-10 18:56 -------
Looks similar to bug 2207
--
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=2521
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-10 18:51 -------
Duane:
Seems like this should be in the FAQ.
--
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=2520
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-10 18:37 -------
What version of wine are you using?
--
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.
No appointments, No waiting rooms, Lowest prices available on medicat\ons!
http://www.deregoy.com/200/index.php?aiw90&com%&
e9Cc59610wYQ4vf0TUrSee that he is so wrong you will want to shoot him.HAHAHAHA i told you!I am yellow.98394752
http://bugs.winehq.org/show_bug.cgi?id=2522
Summary: Word Viewer Crashes
Product: Wine
Version: 20040914
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wshackle(a)yahoo.com
wine wd97vwr32.exe
Asks if you want to install.
Unzips a cab file.
Shows a dialog that says "Initializing Microsoft Word Viewer 97 for Windows
Setup, Please wait"
I wait a little while then it crashes dropping into win-debug>
wine: Unhandled exception (thread 0010), starting debugger...
WineDbg starting on pid 0xf
Unhandled exception: page fault on read access to 0x40490650 in 32-bit code
(0x100228af).
In 32 bit mode.
0x100228af: repe movsl (%esi),%es:(%edi)
Wine-dbg>
(Just to get some extra info I tried.)
Wine-dbg>bt
Backtrace:
=>1 0x100228af (0x00d7fd58)
2 0x10021443 (0x00d7fd78)
3 0x002b2fca call_dll_entry_point+0x12 in ntdll (0x00d7fd90)
4 0x002b442f (0x00d7fe0c)
5 0x002b45fe (0x00d7fe3c)
6 0x002b46ba (0x00d7fe6c)
7 0x002b6eec LdrInitializeThunk+0x21c in ntdll (0x00d7ff20)
8 0x00ef011b (0x00d7fff4)
9 0x00116171 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
--
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=2521
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dclark(a)akamail.com 2004-18-10 14:49 -------
This is an error in your PPD file that is being used by one of your printers.
The lines should read:
*CloseUI: *Option1
________^ Note the colon.
Find the files and fix them. If this is CUPS on Redhat, for example, the PPD
files are in /etc/cups/ppp.
--
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=2521
Summary: err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI
*Option1
Product: Wine
Version: 20040914
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wshackle(a)yahoo.com
running
wine .wine/drive_c/windows/system/notepad.exe
prints
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option1
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option2
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option3
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option1
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option2
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option3
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option1
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *Option2
'?
This continues to print forever. The application never starts.
I am getting a similiar error when trying to run other applications
under wine as well.
--
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=2520
Summary: menu bar problem
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: user222(a)dodgeit.com
when pressing [alt] to popup a menu item, pressing [up] scrolls the menu items
leftward and will not expand the menu item
the MDI sub-window buttons are treated like menu items
--
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=2518
Summary: add WINE REGISTRY info to man page
Product: Wine
Version: 20040914
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bill+winehq(a)bfccomputing.com
the man page for wine.conf, under section
CONFIGURATION FILE FORMAT
ought to mention the requirement for a
WINE REGISTRY Version 2
line in the file. A nice fellow on IRC pointed this out to me after I tried to
build a config file based on the man page.
--
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=2508
------- Additional Comments From shiva(a)sewingwitch.com 2004-18-10 00:45 -------
With this patch and a suitable command line (see the appdb entry) the server
fires up. I'm connected to it now by both web and game client interfaces. It
reports itself in the master browser list.
--
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=2508
------- Additional Comments From shiva(a)sewingwitch.com 2004-17-10 23:47 -------
Created an attachment (id=703)
--> (http://bugs.winehq.org/attachment.cgi?id=703&action=view)
Catches odd case and changes it to a read check
A hack, but it gets Tribes Vengeance past this point to look at real problems.
It changes the directory open from a write to a read, which is known to work to
support FindFirstFile. A more complete solution would check for a writable
directory, but would require bookkeeping elsewhere.
--
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=2516
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2516
Summary: DDE problems with TWAIN app
Product: Wine
Version: 20040716
Platform: PC
URL: http://www.scanace.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ipc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brainstorm(a)menta.net
I own a scanner (pacific image scanace 630p (parallel port scanner)). It comes
with specific software (Cyberview,
http://www.scanace.com/download/drv_630p.htm). I also use DeskScan as the
program to launch Cyberview (http://www.snapfiles.com/get/deskscan.html).
The problem is DDE, nothing is shown, the app (Deskscan) just hangs with no
CPU overhead when I issue an "Acquire" from the "scan" menu:
~ $ WINEDEBUG=+dde,+relay wine .wine/fake_windows/Program\
Files/DeskScan/DeskScan.exe
err:win:WIN_FindWndPtr window 0x1003c belongs to other process
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
The state of the scanner is not relevant, it's just a dde emulation fault (the
same results are archieved with scanner connected & disconnected). In other
words, the error is fully REPRODUCIBLE.
--
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=2510
------- Additional Comments From javi.esteban(a)gmail.com 2004-16-10 13:39 -------
I change things that people told me, but now I have the next error when I execute.
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to
dispatch exception.
--
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=530
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)yahoo.com 2004-15-10 08:19 -------
closing
--
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=65
Bug 65 depends on bug 64, which changed state.
Bug 64 Summary: winemaker: Add better support for MFC-based targets
http://bugs.winehq.org/show_bug.cgi?id=64
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=65
Bug 65 depends on bug 64, which changed state.
Bug 64 Summary: winemaker: Add better support for MFC-based targets
http://bugs.winehq.org/show_bug.cgi?id=64
What |Old Value |New Value
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=85
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|Speeddymon(a)yahoo.com |scott(a)open-vote.org
Status|ASSIGNED |NEW
------- Additional Comments From Speeddymon(a)yahoo.com 2004-15-10 07:50 -------
Reassigned to Scott Ritchie
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2514
Summary: crashes on all programs
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evilmadman80(a)mail.ru
these crashes are occuring on a fully upgraded version of redhat 9, for all the
programs basically. whenever a program is loaded, it runs fine, and then quits
out for no apparent reason after a few seconds, no bugs are read out, despite
the fact that it is in debug mode.
--
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=1250
------- Additional Comments From surakk(a)gmail.com 2004-14-10 19:43 -------
This still happens with the latest stable release (now at october 14,
wine-0.20040914)
--
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=2242
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-10 21:28 -------
resolving Fixed
--
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=2513
------- Additional Comments From masochisthalo(a)yahoo.com 2004-13-10 20:02 -------
BTW, I'd be happy to help in any way I can. Just let me know.
Thanks!
Hiji
--
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=2513
masochisthalo(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DirectX not Detected by Some|DirectX not Detected by Some
|Apps Anymore |Apps Anymore ( Cakewalk
| |Sonar )
--
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=2242
------- Additional Comments From masochisthalo(a)yahoo.com 2004-13-10 19:39 -------
This should be closed. Newer versions wine have corrected this error.
--
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=2513
Summary: DirectX not Detected by Some Apps Anymore
Product: Wine
Version: 20040716
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masochisthalo(a)yahoo.com
Beginning with the "DirectSound improvments" released in 20040716, some apps can
no longer detect DirectX as being installed. For example, when running any
version of Wine >=20040716, the setup program for Cakewalk Sonar XL 2.0 says
DirectX is not installed, thus the application itself is kept from installing.
In 20040615, however, I do not get this message, and thus I can install the
application.
--
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=2497
------- Additional Comments From traxtopel(a)fastmail.fm 2004-13-10 13:25 -------
A patch has been submitted which corrects this problem.
Please can this be included .. begs.
Oops, resend with the right patch.
Vitaliy Margolen
Wednesday, October 13, 2004, 5:58:22 AM, Vitaliy Margolen wrote:
>> Second char of argument identifier was getting into program name:
>> wine start http://yahoo.com
>> was executing:
>> winebrowser \"http://yahoo.com\"1
>> Vitaliy Margolen
>> changelog:
>> dlls/shel32/shlexec.com
>> fix parameter parsing
Index: dlls/shell32/shlexec.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shlexec.c,v
retrieving revision 1.54
diff -u -r1.54 shlexec.c
--- dlls/shell32/shlexec.c 14 Sep 2004 20:14:09 -0000 1.54
+++ dlls/shell32/shlexec.c 13 Oct 2004 11:55:04 -0000
@@ -94,7 +94,8 @@
{
if (*fmt == '%')
{
- switch (*++fmt)
+ fmt++;
+ switch (*fmt++)
{
case '\0':
case '%':
--
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=2511
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2512
Summary: err:toolbar: err:progress: err:statusbar:
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcio(a)informatech.com.br
I need help to resolv this messages !!
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=00010031
err:progress:ProgressWindowProc unknown msg 2210 wp=0001 lp=00010035
err:statusbar:StatusWindowProc unknown msg 2210 wp=0001 lp=00010037
How can I debug this errors?
thanks
--
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=2511
Summary: ExtTextOutW called on an open path
Product: Wine
Version: 20040914
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zend2(a)libero.it
I'm using RealDraw pro 3.1 for vector graphics.
It's a nice and simple application and it works nice under wine
except i can't create TEXT. When I try to create a text object
wine return this string:
fixme:font:ExtTextOutW called on an open path
--
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=2509
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-12-10 17:44 -------
Patches submitted here tend to bit rot. If you want it included into CVS please
submit a patch to wine-patches. A link about submitting patches is here:
http://www.winehq.org/site/docs/wine-devel/patches
Please provide a link to this bug report in your post.
--
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=2510
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-12-10 17:14 -------
The program is trying to run Vxd's which is mostly unsupported in wine. If I
recall correctly these Vxd's are for copy protection. Please try setting the
windows version to emulate to NT40 or its variants (Win2k or WinXP)
Edit your ~/.wine/config file or create a new one. The AppDefault way changes
it for only the one program.
>>>
WINE REGISTRY Version 2
;...
[Version]
"Windows" = "NT40"
; or
[AppDefaults\\dvd2one.exe\\Version]
"Windows" = "nt40"
>>>
--
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=1593
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mstefani(a)redhat.com 2004-12-10 16:36 -------
Automatic download of the patch from battlenet, install of it and successfull
restart of it worked for me with Wine CVS from 20041010. So this problem seems
to be fixed too.
And playing Starcraft just works too without any problem.
--
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=2499
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mstefani(a)redhat.com 2004-12-10 15:44 -------
Latest CVS Wine works for me (tested it since sunday 20041010). I can go to the
bnet login screen, even updated Starcraft over that. And all without lock
up/crash of the X server.
My setup: FC2, nvidia driver, Gnome
--
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=1142
------- Additional Comments From wine(a)deesconsulting.com 2004-12-10 13:09 -------
Now lsof is telling me that Word XP doesn't obtain any lock on open documents.
This is with Crossover Office Pro 3.0.0.
--
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=2510
Summary: Error to execute dvd2one
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javi.esteban(a)gmail.com
Good Afternoon,
I install today dvd2one with wine. All install correctly but when I try to
launch the problem show the next errors:
fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows
version to 'nt40' or 'win31'.
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to
dispatch exception.
Please I need you help
Best Regards,
Javier
--
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=1142
------- Additional Comments From wine(a)deesconsulting.com 2004-12-10 12:10 -------
Upon further investigation, this is what I have found:
The main function for opening/creating files in Windows is NtCreateFile().
This function calls SERVER_START_REQ( create_file ) which tells the wine
server to open/create a file.
The function DECL_HANDLER(create_file) handles this request in the wine server
by calling the create_file() function.
create_file() calls open_fd().
open_fd() calls check_sharing().
check_sharing() seems to be the broken function in question. From a cursory
investigation, this function seems to only check for cached file locks within
the wine environment. check_sharing() does not call fcntl() to check for
filesystem locks in Linux. Thus, locks set by the wine server with lock_fd()
upon calling NtLockFile() are not checked upon file open.
Based on my previous post, I'm assuming that Windows normally enforces
mandatory file locking upon opening a file with NtCreateFile(). This
assumption could be wrong, but it explains the behaviour seen and seems to be
backed up.
Now the question becomes "what error/status should the wine server return to
the program upon opening a locked file?"
--
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=2509
------- Additional Comments From jdaviestx(a)comcast.net 2004-12-10 09:24 -------
Created an attachment (id=701)
--> (http://bugs.winehq.org/attachment.cgi?id=701&action=view)
Source for the exe just submitted
If you have access to masm and would like to reproduce this bug in windows (I
wouldn't expect you to want to run an untrusted exe under windows), here's the
source I used to create this exe. Here is the "build script" I used:
ML.EXE -W0 -Zi -c -Fl -coff readcon.asm
LINK.EXE /PDB:NONE readcon.obj kernel32.lib user32.lib \
gdi32.lib /SUBSYSTEM:CONSOLE /DEBUG
And don't laugh at my assembler coding - I'm only at mid-terms in my class ;)
--
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=2509
------- Additional Comments From jdaviestx(a)comcast.net 2004-12-10 09:22 -------
Created an attachment (id=700)
--> (http://bugs.winehq.org/attachment.cgi?id=700&action=view)
Executable reproducing the problem
Here's an executable that reproduces the problem (obviously, you would only
want to run this "safe" in wineconsole). If I run this exe in windows, I see
the following output:
C:\masm32>readcon
Type a string: abcdef
8
However, under wineconsole, I see the following:
[jdavies@dhcp-347-6 masm]$ wineconsole readcon
Type a string: abcdef
7
It looks like windows is returning the length of the string, plus the CRLF
delimiters, whereas wineconsole is returning one less. I still can't figure
out how to debug into a masm assembler app under wine to figure out if wine is
just not translating the linux eol into a 0d0a, or if it's just dropping a
character from the count.
--
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=2509
Summary: ReadConsoleA returning wrong length
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdaviestx(a)comcast.net
I'm using Wine to run a really simple console application (part of a course I'm
taking on Assembler programming), and I've noticed that the following MASM code:
INVOKE ReadConsoleA,
consoleInHandle,
edx,
ecx,
OFFSET bytesRead,
0
(with, obviously, edx & ecx set to a buffer & its length, respectively) is
returning one less character in bytesRead than I actually typed. I'm trying to
wend my way through winedbg and figure this out myself, but if the gurus could
offer any assistance, I'd appreciate it.
--
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=824
------- Additional Comments From randy.galbraith(a)cox.net 2004-11-10 10:11 -------
Tony,
Thanks for the info. I'll follow up using the method you suggest.
Best Regards,
-Randy Galbraith
--
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=2508
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-11-10 07:31 -------
It's a good idea to write, test and submit testcases for these problems for our
testsuite
--
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.