drobsf / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

Crash at startup #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

  1. Download the Mac client
  2. Open the DMG file and copy to desktop
  3. Run the program

   Defect: Crash

   Workaround: None - anytime I run the program, it crashes.

What version of the product are you using? On what operating system?

   v. 0.6.5 on Mac 10.5.8

Other details from Mac's own crash reporting system:

Process:         textroom [13457]
Path:            /Users/wok/Desktop/textroom.app/Contents/MacOS/textroom
Identifier:      com.textroom.TextRoom
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [1489]

Interval Since Last Report:          962291 sec
Crashes Since Last Report:           3
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   2

Date/Time:       2011-01-15 12:48:09.555 -0600
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  324EAD55-2D36-4246-92CE-E7CC36BDF19D

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  unknown required load command 0x80000022

Original issue reported on code.google.com by foldingh...@gmail.com on 15 Jan 2011 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by gordebak on 15 Jan 2011 at 11:57

GoogleCodeExporter commented 9 years ago
Do you mind opening a console and issuing a ls -la /usr/lib/libhunspell* and 
pasting the output?

Thank you

Original comment by nlopes...@gmail.com on 16 Jan 2011 at 4:06

GoogleCodeExporter commented 9 years ago
OUTPUT:

  macbook:~ wok$ ls -la /usr/lib/libhunspell*
  ls: /usr/lib/libhunspell*: No such file or directory

Additionally, I went to the /usr/lib/ directory and there's no directory that 
starts with libh.

Original comment by foldingh...@gmail.com on 16 Jan 2011 at 7:53

GoogleCodeExporter commented 9 years ago
Can you please try the silent version and see if that works out for you?
The crash most probably has to do with hunspell not being there.
I actually thought hunspell was available >10.5. Apparently it isn't.

Original comment by nlopes...@gmail.com on 16 Jan 2011 at 9:45

GoogleCodeExporter commented 9 years ago
> try the silent version and see if that works out for you?

The only silent download available on the download page is for Linux.  I tried 
downloading it anyway but couldn't extract it out of .bin format.

Original comment by foldingh...@gmail.com on 18 Jan 2011 at 10:07

GoogleCodeExporter commented 9 years ago
bin is the installer. You will have to use the source archive and compile it. 

Original comment by gordebak on 19 Jan 2011 at 8:32

GoogleCodeExporter commented 9 years ago
I had the same problem and installing hunspell fixed it. I have homebrew 
installed, so I just ran `brew install hunspell` and then everything worked.

Original comment by emacc...@gmail.com on 25 Sep 2011 at 3:54