Re: 64-bit Notepad2 crashes

2011-01-01 Thread David Laight
On Fri, Dec 31, 2010 at 06:14:52PM -0700, James McKenzie wrote: > > set | grep LIBRARY > LD_LIBRARY_PATH=/Applications/Wine.app/Contents/Resources/Lib > > is what I get on my Mac (LD_LIBRARY_PATH has to be set due to the > UNIXness of Wine.) Really a properly linked elf binary shouldn't need LD

Re: 64-bit Notepad2 crashes

2010-12-31 Thread James McKenzie
On 12/31/10 6:19 PM, Dan Kegel wrote: 'set' is not a good way to check the environment, since it also shows shell variables that are not yet exported. The portable way to check the environment is 'env'. True. Let me check this. correction: env | grep LIBRARY James McKenzie

re: 64-bit Notepad2 crashes

2010-12-31 Thread Dan Kegel
'set' is not a good way to check the environment, since it also shows shell variables that are not yet exported. The portable way to check the environment is 'env'.

Re: 64-bit Notepad2 crashes

2010-12-31 Thread James McKenzie
On 12/31/10 11:56 AM, Hin-Tak Leung wrote: Susan Cragin wrote: Does this 'path' exist in LD_LIBRARY_PATH or equivilent? Otherwise ld might not be able to 'find' it when starting the program. James McKenzie James... You've just exhausted my technical knowledge. How do I do / find that? Sus

Re: 64-bit Notepad2 crashes

2010-12-31 Thread Hin-Tak Leung
Susan Cragin wrote: Does this 'path' exist in LD_LIBRARY_PATH or equivilent? Otherwise ld might not be able to 'find' it when starting the program. James McKenzie James... You've just exhausted my technical knowledge. How do I do / find that? Susan: For the BASH shell: Type in set and look

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
>>> Does this 'path' exist in LD_LIBRARY_PATH or equivilent? >>> >>> Otherwise ld might not be able to 'find' it when starting the program. >>> >>> James McKenzie >>> >> James... >> You've just exhausted my technical knowledge. How do I do / find that? >Susan: > >For the BASH shell: >Type in set an

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
IGNORE MY LAST POST. I'm away from home and don't have my glasses with me. >Wine build complete. >su...@ubuntu:~/wine$ wine checkinstall >wine: error while loading shared libraries: libwine.so.1: cannot open shared >object file: No such file or directory > > >

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote: > >> ELF7f3aa090b000-7f3aa0c3d000 Export > >> libwine.so.1 > >>if you've compiled wine yourself, it's strange that libwine.so doesn't > >>contain any dwarf information > >>maybe you're

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
-Original Message- >From: James Mckenzie >Sent: Dec 30, 2010 10:38 AM >To: Susan Cragin , Marcus Meissner > >Cc: Wine Developers , Eric Pouech > >Subject: Re: 64-bit Notepad2 crashes > >Susan Cragin wrote: >>Sent: Dec 30, 2010 8:30 AM >>To:

Re: 64-bit Notepad2 crashes

2010-12-30 Thread James Mckenzie
Susan Cragin wrote: >Sent: Dec 30, 2010 8:30 AM >To: Marcus Meissner >Cc: Wine Developers , Eric Pouech > >Subject: Re: 64-bit Notepad2 crashes > >>On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote: >>> >> ELF 7f3

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
>On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote: >> >> ELF 7f3aa090b000-7f3aa0c3d000 Export >> >> libwine.so.1 >> >>if you've compiled wine yourself, it's strange that libwine.so doesn't >> >>contain any dwarf information >> >>maybe you're loading anothe

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Marcus Meissner
On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote: > >> ELF7f3aa090b000-7f3aa0c3d000 Export > >> libwine.so.1 > >>if you've compiled wine yourself, it's strange that libwine.so doesn't > >>contain any dwarf information > >>maybe you're loading another ins

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
>> ELF 7f3aa090b000-7f3aa0c3d000 Export libwine.so.1 >>if you've compiled wine yourself, it's strange that libwine.so doesn't >>contain any dwarf information >>maybe you're loading another instance of libwine? >>A+ >> >>-- >>Eric Pouech > >I did a search of the file system

Re: 64-bit Notepad2 crashes

2010-12-29 Thread Susan Cragin
>> ELF 7f3aa090b000-7f3aa0c3d000 Export libwine.so.1 >if you've compiled wine yourself, it's strange that libwine.so doesn't >contain any dwarf information >maybe you're loading another instance of libwine? >A+ > >-- >Eric Pouech I did a search of the file system. Under

Re: 64-bit Notepad2 crashes

2010-12-29 Thread Eric Pouech
ELF 7f3aa090b000-7f3aa0c3d000 Export libwine.so.1 if you've compiled wine yourself, it's strange that libwine.so doesn't contain any dwarf information maybe you're loading another instance of libwine? A+ -- Eric Pouech "The problem with designing something completel

Re: 64-bit Notepad2 crashes

2010-12-29 Thread Susan Cragin
>> >On 29 December 2010 04:47, Susan Cragin wrote: >> >> Stack dump: >> >> 0x0022b470:   >> >> 0x0022b480:   >> >> 0x0022b490:   >> >> 0x0022b4a0:   00

Re: 64-bit Notepad2 crashes

2010-12-29 Thread Marcus Meissner
On Tue, Dec 28, 2010 at 07:28:16PM -0500, Susan Cragin wrote: > > > > -Original Message- > >From: Austin Lund > >Sent: Dec 28, 2010 6:14 PM > >To: Susan Cragin > >Cc: Wine Developers > >Subject: Re: 64-bit Notepad2 crashes > > &

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Susan Cragin
-Original Message- >From: Austin Lund >Sent: Dec 28, 2010 6:14 PM >To: Susan Cragin >Cc: Wine Developers >Subject: Re: 64-bit Notepad2 crashes > >On 29 December 2010 04:47, Susan Cragin wrote: >> Stack dump: >> 0x0022b470:  

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Austin Lund
On 29 December 2010 04:47, Susan Cragin wrote: > Stack dump: > 0x0022b470:   > 0x0022b480:   > 0x0022b490:   > 0x0022b4a0:   > 0x0