http://bugs.winehq.org/show_bug.cgi?id=1948
Summary: Unhandled exception: unimplemented function
rpcrt4.dll.RpcNetworkIsProtseqValidA called in 32-bit
code
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: altaykirecci(a)yahoo.com
CC: altaykirecci(a)yahoo.com
fixme:seh:EXC_RtlRaiseException call to unimplemented function
rpcrt4.dll.RpcNetworkIsProtseqValidA
wine: Unhandled exception (thread 0017), starting debugger...
WineDbg starting on pid 16
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'C:\Program Files\Microsoft
Office\Office\OUTLOOK.EXE' (0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40920000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40870000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40b10000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\MSO9.DLL' (0x308c0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\OUTLLIB.DLL' (0x3a420000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40e30000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\1033\OUTLLIBR.DLL' (0x3a950000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x418a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x41820000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x418e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x41910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x41900000)
No debug information in 32bit DLL
'C:\PROG~FBU\COMM~CP1\SYSTEM\MAPI\1033\95\GAPI32.DLL' (0x3ff30000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON
FILES\SYSTEM\MAPI\1033\95\MSMAPI32.DLL' (0x62100000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSI.DLL' (0x3f000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x41d70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x41d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41de0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41e20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41e10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x40dc0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON
FILES\SYSTEM\MAPI\1033\95\EMSABP32.DLL' (0x626f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x41fd0000)
No debug information in 32bit DLL
'C:\PROG~FBU\COMM~CP1\SYSTEM\MAPI\1033\95\OUTEX.DLL' (0x62030000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON
FILES\SYSTEM\MAPI\1033\95\EMSUI32.DLL' (0x625d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RICHED20.DLL' (0x48000000)
Unhandled exception: unimplemented function rpcrt4.dll.RpcNetworkIsProtseqValidA
called in 32-bit code (0x40ad4056).
In 32-bit mode.
0x40ad4056 (RPCRT4.DLL..text+0x3056 in RPCRT4.DLL): jmp 0x40ad4050
(RPCRT4.DLL..text+0x3050 in RPCRT4.DLL)
how can i fix this 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=1944
gerald(a)pfeifer.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From gerald(a)pfeifer.com 2004-19-01 17:24 -------
I can confirm this issue. Unfortunately, FreeBSD 4.x really has have had this
kind of problems for several months now.
As far as I can tell, this is not due to FreeBSD bugs, but rather to the fact
that Wine makes certain (implicit) assumptions about the underlying threading
model which are satisfied by current glibcs but not FreeBSD's libc.
What I strongly recommend in FreeBSD-land is to use a current version of GCC
(from the 3.2 or 3.3 series) to address some linking issues you may encounter
with libc_r. And you may want to give FreeBSD 5.x a try, whose threading model
is more similiar to the glibc one, I believe.
I'll try to get access to a FreeBSD 5.2-CURRENT system and see how Forte Agent,
which currently won't work on FreeBSD 4.9-STABLE with the failure mode described
in this bug, behaves.
--
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=1945
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|gerald(a)pfeifer.com |
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 16:48 -------
argh. the last comment does not belong here. please ignore.
--
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=1944
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 16:46 -------
from reporter:
Maybe it relies too much on glibc style threadsafe model.
In FreeBSD it is definitely not using glibc. The libraries
loaded by default are...
(mjolnir) 10:42 ~> ldd `which wine`
/usr/local/bin/wine:
libwine.so.1 => /usr/local/lib/libwine.so.1 (0x20130000)
libc.so.4 => /usr/lib/libc.so.4 (0x20148000)
libm.so.2 => /usr/lib/libm.so.2 (0x201e1000)
Actually I suppose the libc.so should be libc_r.so for FreeBSD
environments.
I am not quite convinced that libc.so really guarantees that
everything is really thread safe by any standards. Full POSIX
threadsafe model is supported by libc_r.so, which becomes
automatically linked in when the -pthread option is give to
cc/gcc. Obviously the objects should also be compiled using
the -D_THREAD_SAFE option.
If this is the explanation to the odd behaviour, this looks
like the automatic configure makes some false assumptions for
FreeBSD.
--
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=1947
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 15:53 -------
it is probably not related to TEMP or TMP env var.
Can you run with -debugmsg +relay, and quote the 200 lines before
the "Unable ... " line? (Or attach the whole log compressed)
--
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=1947
------- Additional Comments From eetasoft(a)online.ee 2004-19-01 14:10 -------
Created an attachment (id=497)
--> (http://bugs.winehq.org/attachment.cgi?id=497&action=view)
wine -debugmsg +dosfs log
Here is output from wine -debugmsg +dosfs ....
using /usr/bin/ps2pdf testprint.ps testprint.pdf in
/home/andrus directory.
As I wrote, gs prints an error
**** Unable to open the initial device, quitting.
to wine console. This error is visible in the attached log 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=1947
------- Additional Comments From marcus(a)jet.franken.de 2004-19-01 01:00 -------
axctually this should work, there is code handling TEMP and TMP
in files/directory.c.
can you run with -debugmsg +dosfs ? Do you get errors on the textconsole?
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #496|WINE (not winex): |WINE (not winex):
description|wine/libs/wpp/wpp.y - this |wine/libs/wpp/ppy.y - this
|is the file that bison |is the file that bison
|chokes on |chokes on
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #496|WINE (not winex): this is |WINE (not winex):
description|the file that bison chokes |wine/libs/wpp/wpp.y - this
|on |is the file that bison
| |chokes on
--
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=1894
------- Additional Comments From mike(a)theoretic.com 2004-18-01 17:05 -------
I should note here that the fix (using ld scripts) is known, just nobody
implemented it yet.
--
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=1947
Summary: Illegal contents of environment variable TEMP passed to
Linux application
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eetasoft(a)online.ee
If Windows application runs Linux program, WINE passes a Windows
path to Linux application through TEMP environment variable.
This causes some applications, like Ghostscript, to fail.
To reproduce:
1. Create a file test.ps in home directory.
2. From an application running under WINE, invoke Linux command
/usr/bin/ps2pdf test.ps test.pdf
If you are using Visual FoxPro, this can be done using command
RUN /N /usr/bin/ps2pdf test.ps test.pdf
3. Observed result:
test.pdf file is not created
Cryptic message
**** unable to open the initial device, quitting
appears in WINE console
Note. Yes, this can be fixed using unset TEMP command.
However, I expect that WINE will not pass TEMP variable in a such way.
--
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=1946
------- Additional Comments From zippy(a)cs.brandeis.edu 2004-18-01 14:58 -------
Downgrading to Bison 1.35 (bison-1.35-3mdk.i586.rpm) is a workaround. Wine
compiles without error using this version of Bison.
--
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=1944
------- Additional Comments From marcus(a)jet.franken.de 2004-18-01 14:39 -------
it should not do this,
either glibc, xfree86 or wine is not using threadsafe constructs.
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #494|tools/mcy.y - file that |WINEX tools/mcy.y (please
description|results in error |ignore. WINE attachment
| |below)
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #493|auto-generated config.h file|WINEX auto-generated
description| |config.h file, please ignore
| |(WINE config as sep attach)
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From zippy(a)cs.brandeis.edu 2004-18-01 14:00 -------
Marcus pointed out that this error was for WineX. My mistake.
I downloaded Wine and got the same error. Here is the error for Wine (not Winex):
make[2]: Leaving directory `/home/patrick/wine/wine/libs/wine'
make[2]: Entering directory `/home/patrick/wine/wine/libs/wpp'
bison -y -ppp -d -t ./ppy.y
make[2]: *** [y.tab.c] Broken pipe
make[2]: Leaving directory `/home/patrick/wine/wine/libs/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/home/patrick/wine/wine/libs'
make: *** [libs] Error 2
Compilation failed, aborting install.
[patrick@localhost wine]$
--
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.
marcus(a)jet.franken.de wrote:
> please report winex bugs to the winex guys, this is for WINEHQ wine bugs.
Marcus is right. I was using the Winex source. Sorry about this.
I'll download the regular Wine source and see if the same bug occurs.
--Pat
http://bugs.winehq.org/show_bug.cgi?id=1946
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-18-01 13:37 -------
please report winex bugs to the winex guys, this is for WINEHQ wine bugs.
Probalby your bison version is too new, try a downgrade to an earlier one :/
--
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=1946
zippy(a)cs.brandeis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-tools
--
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.
Quoting Wine Bugs:
>
> http://bugs.winehq.org/show_bug.cgi?id=1944
>
>
>
>
>
> ------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 19:20 -------
> how old is your system?
FreeBSD-4.9-STABLE -- system updated at least once a week
from the latest cvsup sources. So, you can count it as being
practically always the latest and greatest 4.9.
> what is your XFree86 version?
Otherwise 4.3.0, but the server is snap 4.3.99.15.
Cheers,
// jau
.--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -.
/ Jukka A. Ukkonen, Mawit Ltd, Finland
/__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671
/ Internet: Jukka.Ukkonen(a)Mawit.Com (Home) +358-9-6215-280
/ Internet: ukkonen(a)nic.funet.fi
v Internet: jau(a)iki.fi
+ + + + My opinions are mine and mine alone, not my employers. + + + +
http://bugs.winehq.org/show_bug.cgi?id=1945
Summary: MYOB v11, strange dialog box on load, crashes after
short period of time
Product: Wine
Version: 20031212
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: derek(a)dereksplace.co.nz
MYOB version 12 (from www.myob.co.nz) displays dialog box (sic) "FALT is needs
that bit cleared. [OK]" Click [OK], dialog appears 36 times before MYOB starts.
Seems to run okay for about 2-3 minutes before hanging.
Each time initial dialog is clicked, console log shows:
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
When trying to open it's data file (standard Windows File Open dialog appears)
console log shows:
fixme:commdlg:GetFileName95 Flags 0x00002000 not yet implemented
err:dosfs:DRIVE_ReadSuperblock Couldn't open device '' for drive F: ! (not
available or symlink not valid ?)
err:dosfs:DRIVE_ReadSuperblock Can't read drive volume info ! Either pre-set it
or make sure the device to read it from is accessible !
err:dosfs:DRIVE_GetLabel Invalid or unreadable superblock on (F:).
fixme:dosfs:DRIVE_GetSerialNumber Serial number reading from file system on
drive F: not supported yet.
During program execution, this message appears numerous (40+) times, whenever
the mouse pointer hovers over a link or button in the MYOB gui:
fixme:font:SetMapperFlags (0x730, 0x00000000): stub - harmless
After a period of time (2-3 minutes) or after opening a few child windows, MYOB
hangs. Console shows:
fixme:msvcrt:_XcptFilter (-1073741819,0x406cf63c)semi-stub
wine: Unhandled exception (thread 001f), starting debugger...
WineDbg starting on pid 1e
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'C:\myob12\Myob.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40490000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40720000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40aa0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NETAPI32.DLL' (0x40a80000)
No debug information in 32bit DLL 'C:\MYOB12\CTMYOB32.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\MYOB12\MYOBSP32.DLL' (0x406d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40c40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40c90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40ce0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40b30000)
No debug information in 32bit DLL 'C:\MYOB12\CPDF.DLL' (0x40add000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40d90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x40dc0000)
No debug information in 32bit DLL 'C:\MYOB12\XERCES.DLL' (0x12000000)
No debug information in 32bit DLL 'C:\MYOB12\MFC42.DLL' (0x73dd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40e80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40e00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40f60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x43290000)
No debug information in 32bit DLL 'C:\MYOB12\CFX2032.DLL' (0x4322d000)
Unhandled exception: page fault on read access to 0x40430000 in 32-bit code
(0x4010574c).
In 32-bit mode.
0x4010574c (NTDLL.DLL.memcpy+0x1c): repe movsl (%esi),%es:(%edi)
Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>Wine-dbg>syntax
error
Wine-dbg>syntax error
Wine-dbg>syntax error
Wine-dbg>syntax error
The last line repeats for quite some time, sometimes the only way to get out of
it is to kill the terminal session. If Ctrl-C is pressed in the debugger (if it
stops prompting) then this message appears:
err:seh:setup_exception nested exception on signal stack in thread 001f eip
400466c6 esp 40016bac stack 0x405d0000-0x406d0000
But more often than not even if debugger is stopped and control is returned to
the bash prompt the last line starts scrolling all over the screen (no line feed
beterrn messages) and the terminal must then be killed.
Application Details:
MYOB version 12 (New Zealand Customised version) from http://www.myob.co.nz)
Running on Mandrake 9.2 Linux 2.4.22-10mdk
Wine 20031212
--
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=1944
------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 19:20 -------
how old is your system?
what is your XFree86 version?
--
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=1894
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbrown106(a)swift-mail.com
------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 19:19 -------
*** Bug 1942 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1942
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 19:19 -------
same bug as 1894.
the problem is wine has a 256MB static array (you don't see it in the
binary, it is just a marked section), which the linker wants to check is
there. However, allocation it fails, sinc the kernel doesnot have that much
memory and does not want to overcommit memory.
this is a workaround for other stuff in Redhat 9/Fedora Core 1...
not solved yet
*** This bug has been marked as a duplicate of 1894 ***
--
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=1944
Summary: RtlpWaitForCriticalSection wait timed out in thread
Product: Wine
Version: 20031212
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jau(a)iki.fi
I tried to install the game Pharaoh to test how well wine manages.
When the installation automate was running I got these error message...
err:ntdll:RtlpWaitForCriticalSection section 0x20777520 "../../windows/user.c:
USER_SysLevel" wait timed out in thread 000c, blocked by 000b, retrying (60 sec)
winewine in free(): warning: recursive call
wine in malloc(): warning: recursive call
in malloc(): warning: recursive call
err:ntdll:RtlpWaitForCriticalSection section 0x20947120 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 000b, blocked by 000c, retrying (60
sec)
wine: Unhandled exception (thread 000b), starting debugger...
after this wine gave up.
--
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=1943
Summary: InvalidateRect( hDeskTopWindow,0,0) does not work
Product: Wine
Version: 20031212
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eetasoft(a)online.ee
To reproduce:
1. unzip bug attachment files to some directory.
2. Add the following lines to WINE config file:
[Version]
"Windows" = "nt351"
3. Run
WINE invalidaterectbug.exe
4. Press down arrow key ten times or scroll down
5. Press up arrow ten times or scroll up
Observed result:
A garbage foxpro report preview screen appears and remains.
Expected result:
A garbage screen must disapper after each 1 second.
This code calls InvalidateRect(hGetDeskTopWindow,0,0)
after each second. InvalidateRect() must forse correct repainting of
screen.
--
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=1942
------- Additional Comments From jbrown106(a)swift-mail.com 2004-17-01 12:47 -------
Turning on overcommit_memory makes wine work without a hitch. Someone should
put this in the README file.
One question though. Why does it segfault when overcommit is off? Is this still
considered a bug, or is it just something that we're gonna live with?
--
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=1942
------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 03:24 -------
can you try as root
echo -n 1 >/proc/sys/vm/overcommit_memory
and try again ?
also try
wine-pthread --version
--
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=1941
Summary: IE6: No scroll bars for pull-down pop-up menus too big
for the screen
Product: Wine
Version: 20031118
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcp(a)eskimo.com
I got IE6 working under wine to my satisfaction on my RH9 setup a few months ago
(using wine releases 20030911 and also 20031016). Kudos are in order, it's
really quite usable (great for those web sites that *require* IE).
I recently upgraded to FC1 and wine release 20031118. There seems to be a new
bug thas has crept in that wasn't a problem before (it's still there in 20031212
too). Actually, errant application behavior might be a better term as it
doesn't crash or anything like that.
On pages that have HTML forms with pull-down menus, the list that appears when
you select it is not scrollable when it is too long to fit on the page. The list
just goes off the page, and if what you want is off the screen, you are just
SOL. A simple example might be in order;
http://www.ups.com/
The "Select your country" pull down exhibits this behavior. It's long enough
that perhaps 75% of it is off the screen and not accessable. I reproduced this
problem on another RH9 box by just upgrading wine from 20031016 to 20031118 or
newer.
I can send screen shots, but it's pretty reproducable.
--
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=1374
------- Additional Comments From lionel.ulmer(a)free.fr 2004-15-01 16:17 -------
Could you check if the editor uses D3D or OpenGL ? Basically, attach here the
result of a '--debugmsg +ddraw,+opengl' trace.
--
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=1793
------- Additional Comments From gslink(a)one.net 2004-15-01 12:41 -------
Further investigation of this bug revealed that because the method of ttf
conversion delivers fonts upside down that a makefont operator is required.
This has the effect of inverting the font and also allowing it to be sized.
Some Win95 systems required that the matrix of the makefont operator to be of
the form [-200 0 0 200 0 0]. The Wine Postscript driver needs to test for this
and change signs.
--
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.com/show_bug.cgi?id=1815
>
> ------- Additional Comments From marcus(a)jet.franken.de 2003-31-12
03:18 -------
> try again with a newer wine release (20031212).
> also try disabling exec-shield if it is enablked on your machine
Sorry for the delay in replying, haven't had time to play with this
Uninstalled wine, cleaned off all wine files from bin and lib directories,
deleted all config files from /etc and home directories. Rebooted.
Downloaded wine-20031212-1rh9winehq.i386.rpm and installed it.
Rebooted.
winelauncher seems to start, and I used it to copy default config but
eventually it fails with this in the log
/usr/bin/winelauncher: line 411: 1541 Segmentation fault
$WINEBIN/$WINE_BIN_NAME "$@"
Running
wine notepad.exe
results in the following:
wine: relocation error: wine: undefined symbol: wine_init_argv0_path
same with winedbg.
http://bugs.winehq.com/show_bug.cgi?id=1902
------- Additional Comments From bleverett(a)att.net 2004-14-01 15:04 -------
Created an attachment (id=491)
--> (http://bugs.winehq.com/attachment.cgi?id=491&action=view)
Patch to dlls/wineps/ps.c
This patch fixes the printing problem by emitting PS code for a solid line when
a solid pen is selected. It only does this the first time a solid pen is
selected after a dashed pen has been selected.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1927
------- Additional Comments From dominique.dumont(a)komarr.grenoble.hp.com 2004-14-01 09:11 -------
The Dimage viewer now works with the provided patch. I currently don't
know which functionnality is missing from the viewer due to the EnumICMProfilesA
stub :-/ OTOH, the program seems to be slow, I'll try it in windows to compare.
I'll update this bug report if I find something.
Thanks
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1940
Summary: microsoft golf 98 trial doesn't work
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
As in summary, I'll attach the log.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1939
Summary: Microsoft golf 99 install fails
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
As in summary, using wine cvs current, kernel 2.4.22-21.tmb.1mdk, glibc
2.3.2-14mdk and gcc 3.3.1-2mdk. I'll attach the wine and debugger log.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1937
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mike(a)theoretic.com 2004-13-01 13:04 -------
I think this is just a generic "no floppy in drive" error. It's not harmful, at
any rate, so I'll close this bug for now...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=341
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2004-13-01 13:02 -------
I've been playing Half-Life for most of this afternoon. It's not perfect but I
haven't seen this error once.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1938
Summary: Errors in Notepad when opening a file - SuSE v9.0
Product: Wine
Version: 20031212
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeff(a)mail.bciassociates.com
Under default Wine installation for 20031212, Started Notepad no problems, but
then got the messages below when I clicked on File|Open to open up an existing
text file. File opens, edits, and saves fine to local disk or to floppy.
Files copied to Wine for Notepad are notepad.exe, notepad.cnt, and notepad.hlp.
-Jeff
----------
fixme:shell:ShellView_OnNotify -- 0x403bb078 WM_COMMAND ffffff98 unhandled
fixme:commdlg:SendCustomDlgNotificationMessage sending OPENFILENAMEA structure.
Hook is expecting OPENFILENAMEW!
fixme:commdlg:SendCustomDlgNotificationMessage sending OPENFILENAMEA structure.
Hook is expecting OPENFILENAMEW!
fixme:commdlg:SendCustomDlgNotificationMessage sending OPENFILENAMEA structure.
Hook is expecting OPENFILENAMEW!
fixme:shell:ShellView_OnNotify -- 0x403bb078 WM_COMMAND fffffff4 unhandled
-----------
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1937
Summary: filesystem type unrecognized in SuSE v9
Product: Wine
Version: 20031212
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeff(a)mail.bciassociates.com
After initial configuration, copied the Notepad.exe files from Win2000 Pro
laptop to my Wine config working directory. While Notepad does work, the
following error occurs when working with any file from within Notepad.
------------
err:dosfs:DRIVE_GetLabel Invalid or unreadable superblock on /dev/fd0 (A:).
Invalid or unreadable superblock on /dev/fd0 (A:). Maybe not FAT?
------------
The Wine config file for the floppy looks like this:
--------
[Drive A]
"Type" = "floppy"
"Path" = "/media/floppy"
"Label" = ""
"Device" = "/dev/fd0"
"Filesystem" = "fat"
--------
The error comes up regardless of the filesystem chosen for the floppy, and
regardless of any label. I don't have another SuSE installation to try, so this
may work elsewhere just fine, but it doesn't work here.
Also, the floppy works fine under Wine.
-Jeff
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1620
------- Additional Comments From amir(a)neurojacked.net 2004-13-01 07:35 -------
Using Debian Unstable, package 20031212-1. Contrary to Alexander, After adding
the "UseXVidMode" = "Y" directive into the config file, my application launched
fine.
(Thanks Lionel)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=429
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-13-01 02:34 -------
i think this is fixed now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=416
------- Additional Comments From marcus(a)jet.franken.de 2004-13-01 02:32 -------
these are now stubs which print FIXME messages.
i do not know if we should keep this bugreport open.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=317
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
------- Additional Comments From marcus(a)jet.franken.de 2004-13-01 02:10 -------
is this still the case?
--
Configure bugmail: http://bugs.winehq.com/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.
On Tue, Jan 13, 2004 at 02:05:47AM -0600, Wine Bugs wrote:
> no feedback received, assuming fixed.
No problem, I know how to reopen if I even ever find that Westwood CD again.
Rob
--
Rob Kaper | Fate fell short this time, your smile fades in the summer
cap(a)capsi.com | Place your hand in mine, I'll leave when I wanna
www.capsi.com | -- "Feeling This", Blink 182
http://bugs.winehq.com/show_bug.cgi?id=1434
Bug 1434 depends on bug 271, which changed state.
Bug 271 Summary: Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn not implemented
http://bugs.winehq.com/show_bug.cgi?id=271
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=271
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-13-01 02:05 -------
no feedback received, assuming fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1374
------- Additional Comments From steels(a)steels.no-ip.com 2004-12-01 23:11 -------
Only 3D view doesn't render - everything else fine.
The actual compile tool are ported, and hl can be run fine with wine - the only
thing missing to be able to map is that 3d view in hammer!
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1434
Bug 1434 depends on bug 1442, which changed state.
Bug 1442 Summary: Installation: "Tropico 2: Pirate Cove Setup" crashes
http://bugs.winehq.com/show_bug.cgi?id=1442
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1442
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 17:12 -------
please try with 20031212 or later, most likely fixed.,
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1419
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 17:06 -------
i think we can close this discussion :)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1874
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pschranz(a)caracal-tech.com
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 16:57 -------
*** Bug 1676 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1676
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 16:57 -------
fixed to some degree, see 1874.
*** This bug has been marked as a duplicate of 1874 ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1672
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 16:54 -------
works for me. several fixes were applied, so considering fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1657
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 16:36 -------
please reeport that to the gentoo maintainer.
most likely fixed already.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1031
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|apa3a(a)yahoo.com |wine-bugs(a)winehq.com
Status|ASSIGNED |NEW
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 15:51 -------
moved back to component owner - NEW
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1020
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|lionel.ulmer(a)free.fr |wine-bugs(a)winehq.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=986
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 15:48 -------
odbc 16 bit not implemented yet.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=873
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 15:43 -------
reactos is doing things a bit different now
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1434
Bug 1434 depends on bug 665, which changed state.
Bug 665 Summary: Simple installation program problems
http://bugs.winehq.com/show_bug.cgi?id=665
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=575
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thielen(a)netprince.net
AssignedTo|thielen(a)netprince.net |wine-bugs(a)winehq.com
Status|ASSIGNED |NEW
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 15:24 -------
not done yet ... not really needed anymore.
assignee no longer active, reassigning to component.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1546
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Component|wine-debug |wine-documentation
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 14:52 -------
doc i think.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1522
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 14:50 -------
actually he did not like it and it is still unapplied.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1935
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-12-01 13:32 -------
ah.
the problem is that you do not have enough memory....
there is a new feature in wine to work around another bug, which pulls in
256MB of ram, and you probably have less.
To work around it, do as root:
echo -n 1 > /proc/sys/vm/overcommit_memory
and try to run CVS wine again. (The SUSE RPM has this extra feature disabled
because it is not needed on suse.)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1936
bon(a)elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-12-01 10:58 -------
Wine is a user space programm. Even if you build a wrapper around wine to allow
to run only selected applications, the user can recompile wine and run inplace.
Wine only needs read access to an application to load and run it. So "noexec" is
no option that makes sense. "noexec" also doesn't stop you from running an
executable shell script with "sh <script>" nor from copying an executable file
from a "noexec" partition to a normal partition and run it there.
For sandboxing, better concepts are needed...
I changed to status to "invalid".
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1935
------- Additional Comments From nagyv(a)rajk.bke.hu 2004-12-01 10:08 -------
So I tried to install the SL90 from RPM, as you wrote it.
First it wanted the libcapi20.so.2. But there was no segment fault.
After getting it (for SuSE from the capi4linux package), I installed wine
without any errors.
Now I will uninstall it, and try the CVS version whether only the libcapi was
the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1936
Summary: Application white list
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: z_god(a)wanadoo.nl
I heard that mounting a partition with noexec, doesn't stop Wine from
executing Windows applications on it.
It would be a really nice feature if it was possible to only let Wine run apps
that are included in a white list.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1157
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2004-12-01 09:26 -------
This problem happens no more. Sometimes freetype is needed for proper Hebrew
display, but otherwise this problem can be closed as fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1926
------- Additional Comments From eetasoft(a)online.ee 2004-11-01 15:49 -------
This is only way to view reports in screen in FoxPro so this is very obvious to
my users.
Is is possible to make some Windows API call from my application which corrects
this?
I can create a timer which fires come API call in every 2 seconds.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1934
------- Additional Comments From lionel.ulmer(a)free.fr 2004-11-01 13:14 -------
Well, I suppose that a +ddraw trace will be needed for something like that.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
------- Additional Comments From marcus(a)jet.franken.de 2004-11-01 09:50 -------
one of the lines is:
0009:Ret oleaut32.GetActiveObject() retval=800401e3 ret=410ae7a9
can you run with -debugmsg +relay,+snoop,+ole, grep -v CriticalSection
and post some 1000 lines (if possible with err:win: or GetActiveObject failure
lines)
--
Configure bugmail: http://bugs.winehq.com/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.
Oh wow, I have no idea now. Whatever ones dists with FreeBSD 5.1. I've
removed FreeBSD and gone back to WinXP for the time being as I have a
Windows program I require and have not yet been able to get it to install in
Wine.
Greg
----- Original Message -----
From: "Wine Bugs" <wine-bugs(a)winehq.com>
To: <gregory(a)nutt.ca>
Sent: Sunday, January 11, 2004 4:15 AM
Subject: [Bug 1822] msi dll doesn't compile on FreeBSD 5.1 (20031016
version)
> http://bugs.winehq.com/show_bug.cgi?id=1822
>
>
>
>
>
> ------- Additional Comments From marcus(a)jet.franken.de 2004-11-01
03:15 -------
> what version of bison do you use?
>
> --
> Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
>
http://bugs.winehq.com/show_bug.cgi?id=1871
------- Additional Comments From sourcejedi(a)phonecoop.coop 2004-11-01 08:33 -------
I had this problem too...
It does seem to be possible to run programs on another computer (a sshd
server) using ssh -X (and view the windows on the clinet computer).
Now ssh "tunnels" the X communications, so it sets DISPLAY to something like
localhost:10.0, and redirects everything sent to the relevant port on the
server computer to the X server on the client. Therefore Wine must be looking
at the DISPLAY environment variable, but not allow you to connect to a
different computer.
Perhaps this is something that is now disabled by default but can be enabled
in a config file?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1685
------- Additional Comments From davide125(a)tiscali.it 2004-11-01 06:36 -------
Created an attachment (id=486)
--> (http://bugs.winehq.com/attachment.cgi?id=486&action=view)
wine debug log (last 200 lines)
Here are the debug lines you requested. The complete log is > 100Mb, i've
posted the last 200 lines before the debugger start. If you need other lines
please ask. Hope this can help.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1933
barbolani(a)jazzfree.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2004-10-01 16:36 -------
Created an attachment (id=485)
--> (http://bugs.winehq.com/attachment.cgi?id=485&action=view)
wine -debugmsg +relay,+win (11 kiB, gzipped)
> you could do +relay,+win trace and check the lines around the
> err:win: lines.
Ok, I did (produced >>200MB log), but I don't see anything which looks wrong.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1926
------- Additional Comments From eetasoft(a)online.ee 2004-10-01 13:34 -------
Must add
[Version]
"Windows" = "nt351"
or higher to wine config file. Otherwise Visual Foxpro applications won't run
at all under wine.
Note also that Visual FoxPro is voted as top application which need
to run under wine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
------- Additional Comments From marcus(a)jet.franken.de 2004-10-01 12:49 -------
you could do +relay,+win trace and check the lines around the
err:win: lines.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2004-10-01 12:05 -------
Works in the sense that I don't get any heap errors anymore :-)
Thanks for the patch.
Unfortunally, visually, there is no progress: When I now try
to start the CALD, the splash is shown and behind it an empty
windows appears. (This error might be (related to) bug 475
(last update: 2002-06-24 18:34) and therefore this bug should
probably marked as fixed.)
fixme:toolhelp:InterruptRegister16 (0000, 0x11d700ba), stub.
fixme:system:SystemParametersInfoA Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoA Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
err:win:WIN_FindWndPtr window 0x10036 belongs to other process
err:win:WIN_FindWndPtr window 0x10035 belongs to other process
err:win:WIN_FindWndPtr window 0x20029 belongs to other process
etc. for scores of lines.
--
Configure bugmail: http://bugs.winehq.com/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.