thegooglecodearchive / wowmodelviewer

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

WMV Mac OSX 10.7 Crashes upon start. #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try and load the .App file. Even tried loading an older version, alas the 
same error.

What is the expected output? What do you see instead?
Expected output would be WMV loading in -some- fashion, instead as soon as the 
app is launched I get an error page.

What version of the product are you using? On what operating system?
Mac OS X 10.7 (Developer Version, but the most recent version brought the 
developer version to final product status)

Please provide any additional information like screenshot and log.txt
below.

Process:         wowmodelviewer [77807]
Path:            /Applications/wowmodelviewer.app/Contents/MacOS/wowmodelviewer
Identifier:      wowmodelviewer
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [247]

Date/Time:       2011-07-11 05:05:00.677 -0400
OS Version:      Mac OS X Server 10.7 (11A511)
Report Version:  9

Interval Since Last Report:          576120 sec
Crashes Since Last Report:           13
Per-App Crashes Since Last Report:   5
Anonymous UUID:                      D359FCF8-2533-4039-A4D4-458900754093

Crashed Thread:  0

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

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/lib/libwx_macud_gl-2.8.0.dylib
  Referenced from: /Applications/wowmodelviewer.app/Contents/MacOS/wowmodelviewer
  Reason: image not found

Binary Images:
    0x1000 -   0x2a1feb + (??? - ???) <55CDE7FC-72D7-F9C5-38FC-09FA8E6D57A1> /Applications/wowmodelviewer.app/Contents/MacOS/wowmodelviewer
0x8feae000 - 0x8fee09c7  dyld (195.5 - ???) 
<134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
0x90fbf000 - 0x90fbffff  com.apple.Cocoa (6.6 - ???) 
<650273EF-1ABC-334E-B745-B75AF028F9F4> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92245000 - 0x922a9fff  com.apple.framework.IOKit (2.0 - ???) 
<B5888D02-8C36-3404-A37E-7457D950D629> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x99401000 - 0x99408fff  com.apple.agl (3.1.4 - AGL-3.1.4) 
<CCCE2A89-026B-3185-ABEA-68D268353164> 
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x998e8000 - 0x998f6fff  com.apple.opengl (1.7.4 - 1.7.4) 
<C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9a014000 - 0x9a014fff  com.apple.Carbon (153 - 153) 
<6FF98F0F-2CDE-3888-A304-4ED447D24CE3> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9a719000 - 0x9a99efe3  com.apple.QuickTime (7.7.1 - 2246) 
<56DF434A-D929-350C-86D5-684089D0EDFB> 
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9b81e000 - 0x9b84cfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) 
<FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib

Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 
4 GB, SMC 1.30f1
Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 800 MHz, 0x7F98000000000000, 
0x393955353239352D3032312E4130304C4620
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 800 MHz, 0x7F98000000000000, 
0x393955353239352D3032312E4130304C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom 
BCM43xx 1.0 (5.10.131.36.11)
Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HDP725032GLA380, 320.07 GB
Parallel ATA Device: OPTIARC  DVD RW AD-5630A
USB Device: My Book 1111, 0x1058  (Western Digital Technologies, Inc.), 0x1111, 
0xfa200000 / 2
USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 
/ 3
USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0x1d100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2

Original issue reported on code.google.com by alexmohr...@gmail.com on 11 Jul 2011 at 9:14

GoogleCodeExporter commented 9 years ago
try to download r594 and:
unzip wowmv-mac10_6_beta_intel32_r594.zip
sudo mkdir -p /sw/lib/
sudo cp wowmodelviewer.app/Contents/Frameworks/* /sw/lib

Original comment by chuanhsing on 15 Jul 2011 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by chuanhsing on 15 Jul 2011 at 8:40

GoogleCodeExporter commented 9 years ago
libwx_macud_gl-2.8.0.dylib is NOT in the Frameworks, so copying them to /sw/lib 
doesn't help, obviously.

Original comment by pedro.bo...@gmail.com on 17 Aug 2011 at 6:22

GoogleCodeExporter commented 9 years ago
libwx_macud_gl-2.8.0.dylib is NOT in the Frameworks, so copying them to /sw/lib 
doesn't help, obviously.

Original comment by pedro.bo...@gmail.com on 17 Aug 2011 at 6:55