http://bugs.winehq.org/show_bug.cgi?id=1958
Summary: Build fails at directx
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gillb4(a)telusplanet.net
tools/wineinstall and manual builds stall at the same point.
./configure and make depend run to completion without problems.
make runs, and stalls at the following:
make[2]: Entering directory `/data/wine/wine-20040121/dlls/glut32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/wine/wine-20040121/dlls/glut32'
make[2]: Entering directory `/data/wine/wine-20040121/dlls/d3d8'
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o directx.o directx.c
directx.c: In function `IDirect3D8Impl_GetDeviceCaps':
directx.c:639: error: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this
function)
directx.c:639: error: (Each undeclared identifier is reported only once
directx.c:639: error: for each function it appears in.)
make[2]: *** [directx.o] Error 1
make[2]: Leaving directory `/data/wine/wine-20040121/dlls/d3d8'
make[1]: *** [d3d8] Error 2
make[1]: Leaving directory `/data/wine/wine-20040121/dlls'
make: *** [dlls] Error 2
<sorry> The previous 5 versions have built in the same way without fail. I use
Nvidia binary graphics drivers with mesa and glut (all of which works 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=1734
memeyou(a)memeyou.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |memeyou(a)memeyou.net
------- Additional Comments From memeyou(a)memeyou.net 2004-23-01 16:14 -------
I tried Notes 6.5 on wine cvs and 20031212 on FC1.
Result:
fixme:hook:NotifyWinEvent (32782,0x2002f,-4,2)-stub!
fixme:hook:NotifyWinEvent (32782,0x2002f,-4,2)-stub!
fixme:console:SetConsoleCtrlHandler (0x601a93c0,0) - no error checking or
testing yet
fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or testing yet
fixme:hook:NotifyWinEvent (32777,0x30021,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x30021,-4,-1124809948)-stub!
fixme:hook:NotifyWinEvent (32768,0x1005b,-4,0)-stub!
fixme:hook:NotifyWinEvent (32768,0x1005c,-4,0)-stub!
Thread=[000A:0002-000B]
Stack base=0x00DFE798, Stack size = 8480 bytes
PANIC: LookupHandle: null handle
fixme:msvcrt:_XcptFilter (-1073741819,0xdfc254)semi-stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function
netapi32.dll.NetUserEnum
FATAL (0): unexpected crash: exception(0): thread 13 got system exception:
Unknown (2147483904)
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
--
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.
Mike,
Here's my current patch. I'll submitt it to wine patches
early next week after I have verified that it works with CVS.
--Phil
On Fri, 23 Jan 2004, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=1954
>
>
>
>
>
> ------- Additional Comments From mike(a)theoretic.com 2004-23-01 09:55 -------
> Can you submit a patch for this?
>
> --
> Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
http://bugs.winehq.org/show_bug.cgi?id=1952
lesha(a)netman.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lesha(a)netman.ru 2004-23-01 14:45 -------
Went away in 20040122. Whatever that was...
--
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=1882
------- Additional Comments From cdwright(a)ntlworld.com 2004-23-01 11:00 -------
(Using wine 20040121 SuSE 8.2, no windows installation, running as Win98
Comments enclosed in ** are mine)
Running Installer programme bbo_setup gives the following fixmes as
console output:
fixme:ntdll:NtQueryInformationToken (0x50,2,0x408af714,1024,0x408afb14): stub
**Welcome**
**License Agreement**
**Install Folder**
**Shortcut Folder**
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
**Finished**
After installation the program runs as indicated in original comment.
Running program:
No error messages were output running the programme using:
wine --debugmsg fixme+all "C:\\Bridge Base Online\\NetBridgeVu.exe"
wine --debugmsg err+all "C:\\Bridge Base Online\\NetBridgeVu.exe"
Consoleoutput as given in attachment
wine --debugmsg warn+all "C:\\Bridge Base Online\\NetBridgeVu.exe"
--
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=1955
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|error on application install|Linker script to reserve PE
|of AutoCAD 2000 ( R15) |load address range required
| |(exec-shield, prelink)
------- Additional Comments From mike(a)theoretic.com 2004-23-01 10:02 -------
Try switching off exec shield with the following commands (as root)
echo 0 >/proc/sys/kernel/exec-shield
echo 0 >/proc/sys/kernel/exec-shield-randomize
Since AJ switched off the BSS array hack, we are back to square one with
execshield and prelink DSO load address randomization. One potential fix is to
use the MEMORY linker script directive to reserve an address range (but not swap
space).
I've experimented with this, and was able to succesfully link a minimal test
binary, but unfortunately it segfaulted on initialization, apparently inside the
rtld with no backtrace. I've emailed the binutils list, but as yet got no
response. Probably somebody more skilled than me could make this work. I'll try
again soon.
CCing Alexandre.
Please dupe exec-shield and prelink problems to 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=1957
a.stenglein(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-x11driver
--
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.