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

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-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?

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 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-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. Under

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 instance of

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 another instance of

Re: 64-bit Notepad2 crashes

2010-12-30 Thread James Mckenzie
Susan Cragin susancra...@earthlink.net wrote: Sent: Dec 30, 2010 8:30 AM To: Marcus Meissner mar...@jet.franken.de Cc: Wine Developers wine-devel@winehq.org, Eric Pouech eric.pou...@orange.fr Subject: Re: 64-bit Notepad2 crashes On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote: ELF

Re: 64-bit Notepad2 crashes

2010-12-30 Thread Susan Cragin
crashes Susan Cragin susancra...@earthlink.net wrote: Sent: Dec 30, 2010 8:30 AM To: Marcus Meissner mar...@jet.franken.de Cc: Wine Developers wine-devel@winehq.org, Eric Pouech eric.pou...@orange.fr Subject: Re: 64-bit Notepad2 crashes On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote

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 loading another instance of libwine?

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
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 for the

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 austin.l...@gmail.com Sent: Dec 28, 2010 6:14 PM To: Susan Cragin susancra...@earthlink.net Cc: Wine Developers wine-devel@winehq.org Subject: Re: 64-bit Notepad2 crashes On 29

Re: 64-bit Notepad2 crashes

2010-12-29 Thread Susan Cragin
On 29 December 2010 04:47, Susan Cragin susancra...@earthlink.net wrote: Stack dump: 0x0022b470:   0x0022b480:   0x0022b490:   0x0022b4a0:  

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

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

64-bit Notepad2 crashes

2010-12-28 Thread Susan Cragin
I just compiled today's git wine-1.3.10-82-g10b1a7e and tried to run Notepad2's 64-bit version. Below is the crash. Wine's Notepad appears to work fine. Can anyone tell if I should file a wine bug or a Notepad2 bug? I'm on Ubuntu Natty. Thanks. $ wine64 Notepad2

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Austin Lund
On 29 December 2010 04:47, Susan Cragin susancra...@earthlink.net wrote: Stack dump: 0x0022b470:   0x0022b480:   0x0022b490:   0x0022b4a0:  

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Susan Cragin
-Original Message- From: Austin Lund austin.l...@gmail.com Sent: Dec 28, 2010 6:14 PM To: Susan Cragin susancra...@earthlink.net Cc: Wine Developers wine-devel@winehq.org Subject: Re: 64-bit Notepad2 crashes On 29 December 2010 04:47, Susan Cragin susancra...@earthlink.net wrote