http://bugs.winehq.org/show_bug.cgi?id=6799
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Component|wine-misc |wine-ole
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 10:41 -------
Please don't touch Severity. Blocker means "Wine doesn't even compile".
Please don't paste logs, attach them instead.
Try native dcom98. It seems your program using OLEPicture that is not well
implemented in Wine 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.
http://bugs.winehq.org/show_bug.cgi?id=6547
chriswhite(a)gentoo.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chriswhite(a)gentoo.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=6547
------- Additional Comments From chriswhite(a)gentoo.org 2006-29-11 09:39 -------
I got this in a wine-git I pulled on November 26th. Seems to be isolated to
Japanese IM's as stated before. Setting XMODIFIERS to an empty value (export
XMODIFIERS="") appears to temporarily fix this for applications.
--
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=6743
------- Additional Comments From jon1jone(a)us.ibm.com 2006-29-11 09:27 -------
Created an attachment (id=4223)
--> (http://bugs.winehq.org/attachment.cgi?id=4223&action=view)
winedbg bt all output from nlnotes.exe with all dependencies and wine 0.9.26
from source
After additional research, I thought it might be a dependency problem. I
removed the previous wine package and directory, installed all the wine
dependcies, and installed 0.9.26 from source. Notes installed fine but once I
exited I could not access Notes again. I have attached the latest backtrace
capture. Another interesting problem is that usually I can kill notes with a
^C in the terminal I started it from. This time I had to kill the process
manually.
user@Linux:~$ wine .wine/drive_c/Program\ Files/lotus/notes/nlnotes.exe
libGL warning: 3D driver claims to not support visual 0x4b
libGL warning: 3D driver claims to not support visual 0x4b
fixme:ole:CoRegisterMessageFilter message filter has been registered, but will
not be used
libGL warning: 3D driver claims to not support visual 0x4b
11/29/2006 10:03:41 AM Created new log file as C:\Program
Files\lotus\notes\data\log.nsf
11/29/2006 10:03:41 AM Lotus Notes client started
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:process:IsWow64Process (0xffffffff 0x33a5e4) stub!
libGL warning: 3D driver claims to not support visual 0x4b
fixme:process:IsWow64Process (0xffffffff 0x34cd14) stub!
fixme:process:IsWow64Process (0xffffffff 0x33d16c) stub!
err:win:DefWindowProcW called for other process window 0x10020
err:win:DefWindowProcW called for other process window 0x10020
err:win:DefWindowProcW called for other process window 0x10020
--
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=2700
mark(a)zoofaeth.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark(a)zoofaeth.de
--
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=6791
------- Additional Comments From geisj(a)pagestation.com 2006-29-11 07:45 -------
After doing the following commands:
yum install glibc.i386
yum install glibc-devel.i386
I was able to start the compile with:
export CC="gcc -m32"
./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x
make
However now I am getting this error:
----------------------
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x24): In function
`gluNewNurbsRenderer':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x41): In function
`gluNewNurbsRenderer':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x91): In function
`gluDeleteNurbsRenderer':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x103): In function
`gluDeleteNurbsTessellatorEXT':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.eh_frame+0x12): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(glrenderer.o)(.gnu.linkonce.r._ZTI8GLUnurbs+0x0):
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/X11R6/lib/libGLU.a(glrenderer.o)(.eh_frame+0x12): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0xd7): In function
`OpenGLSurfaceEvaluator::OpenGLSurfaceEvaluator()':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x247): In function
`OpenGLSurfaceEvaluator::OpenGLSurfaceEvaluator()':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x3d2): In function
`OpenGLSurfaceEvaluator::~OpenGLSurfaceEvaluator()':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x40e): In function
`OpenGLSurfaceEvaluator::~OpenGLSurfaceEvaluator()':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.gnu.linkonce.r._ZTI22OpenGLSurfaceEvaluator+0x0):
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(insurfeval.o)(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
-----------------------------
What is missing now?
THanks
Jerry
--
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.