http://bugs.winehq.org/show_bug.cgi?id=2530
aeotto(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From aeotto(a)adelphia.net 2004-30-10 14:43 -------
Don't I feel like an idiot. Somehow, I had inadvertently saved the file,
decorrupt_explorer, as a wordprocessing (.doc) file. When I tried to run it in
a shell, nothing happened.
I just went back the Andi Mohr's download page and saved the file
(decorrupt_explorer) as a (.txt) file to my desktop. As soon as I clicked on
it, it informed me that it was an executable file and asked me if I wanted to
save it or run it in a terminal, or something like that. I did, and it worked
like a charm. My Windows system is back.
--
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-29-10 17:56 -------
My concerns in Comments #5 and #6 appear to have been unfounded, or at least
exaggerated. Those calls 1) succeed normally 2) place a lock on the indicated
byte region that cannot be duplicated and 3) lsof is apparently oblivious to
such locks. I can't say why lsof doesn't consider those locks worthy of
reporting, except that the locks fall outside the file region.
--
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-29-10 17:48 -------
It looks as though Word XP (with cxoffice 2.1.0) accessing a Samba share (in
FC1) is failing to release locked files on close:
Locked files:
Pid DenyMode Access R/W Oplock Name
-----------------------------------------------------------
7156 DENY_NONE 0x1 RDONLY NONE /tmp/deleteme/blah.doc
--
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=526
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fgouget(a)codeweavers.com 2004-29-10 04:20 -------
Isn't this supposed to be marked resolved? I must have forgotten to change the
status when I sent my last comment.
--
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=1641
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From dank(a)kegel.com 2004-29-10 01:15 -------
I get a similar error installing the free demo from
www.keyhole.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=2550
Summary: Won't build with GCC-3.4.2
Product: Wine
Version: 20041019
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyrerj(a)acm.org
When building I get this error:
make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel'
/usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-I/usr/local/ssl/include -I/usr/gnome2/include -march=k6-3 -mtune=k6-3 -O2 -o
heap.o heap.c
heap.c: In function `GlobalLock':
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:403: sorry, unimplemented: called from here
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:427: sorry, unimplemented: called from here
make[2]: *** [heap.o] Error 1
make[2]: Leaving directory `/home/jrt/wine-20041019/dlls/kernel'
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/home/jrt/wine-20041019/dlls'
make: *** [dlls] Error 2
and the build continues. Then, later, I get this error:
make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel'
/usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-I/usr/local/ssl/include -I/usr/gnome2/include -march=k6-3 -mtune=k6-3 -O2 -o
heap.o heap.c
heap.c: In function `GlobalLock':
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:403: sorry, unimplemented: called from here
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:427: sorry, unimplemented: called from here
make[2]: *** [heap.o] Error 1
make[2]: Leaving directory `/home/jrt/wine-20041019/dlls/kernel'
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/home/jrt/wine-20041019/dlls'
make: *** [dlls] Error 2
It appears that GetProcessHeap is redifined.
--
JRT
--
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=2547
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=530
--
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=2549
Summary: GigaStudio 96 fails to run - Visual C++ Runtime Library
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markknecht(a)gmail.com
When attempting to run GigaStudio 96 it fails with a dialog box and the
following error messages:
Microsoft Visual C++ Runtime Library
Program C:\Program Files\NemeSys\GStudio\GStudio.exe
abnormal program termination
I answer OK and what's left of the program shuts down normally.
I have attempted to capture debug information with WINEDEBUG but there are too
many messages after the failure for me to make sense of the results.
This would be a really wonderful program to run under Wine if possible. There
are no viable Linux replacements for it today.
--
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.