thegooglecodearchive / wowmodelviewer

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

Starting wowmodelviewer on Ubuntu Linux yields 'Aborted' message #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out code from SVN
2. Build on Ubuntu 11.04 x86
3. Run from command line with ./wowmodelviewer

What is the expected output? What do you see instead?
Expected program to start, but I just get a message that says "Aborted" in the 
terminal.

What version of the product are you using? On what operating system?
v0.7.0.1 r544 on Ubuntu 11.04 x86

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

Ran it through GDB and got this output:
Starting program: /home/jon/wowmodelviewer/wowmodelviewer 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c5db70 (LWP 8715)]
[New Thread 0xb745cb70 (LWP 8716)]

Program received signal SIGSEGV, Segmentation fault.
0x0039ea1b in wxWindow::SetBackgroundStyle(wxBackgroundStyle) ()
   from /usr/lib/libwx_gtk2u_core-2.8.so.0

Original issue reported on code.google.com by Jon.Jah...@gmail.com on 7 Jul 2011 at 4:19

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:28

GoogleCodeExporter commented 9 years ago
Pulled r594, built it and compiled it.(First tried 599 but it does not build)
Still same issue persists, running it through gdb gives me the same output:

Program received signal SIGSEGV, Segmentation fault.
0x0039ea1b in wxWindow::SetBackgroundStyle(wxBackgroundStyle) ()
   from /usr/lib/libwx_gtk2u_core-2.8.so.0

I've copied all the stuff from the Mac download into /sw/lib:

jon@embla:~/wowmodelviewer$ ls -la /sw/lib/
total 8780
drwxr-xr-x 2 root root    4096 2011-07-16 14:14 .
drwxr-xr-x 3 root root    4096 2011-07-16 14:13 ..
-rwxr-xr-x 1 root root  162632 2011-07-16 14:14 libexpat.1.dylib
-rw-r--r-- 1 root root  276812 2011-07-16 14:14 libGLEW.1.dylib
-rw-r--r-- 1 root root 1111236 2011-07-16 14:14 libiconv.2.dylib
-rwxr-xr-x 1 root root  131632 2011-07-16 14:14 libjpeg.62.dylib
-rwxr-xr-x 1 root root  252568 2011-07-16 14:14 libjpeg.8.dylib
-rwxr-xr-x 1 root root  181652 2011-07-16 14:14 libpng12.0.dylib
-rwxr-xr-x 1 root root  181624 2011-07-16 14:14 libpng.3.dylib
-rwxr-xr-x 1 root root  425304 2011-07-16 14:14 libtiff.3.dylib
-rwxr-xr-x 1 root root 1190216 2011-07-16 14:14 libwx_base_carbon-2.8.0.dylib
-rwxr-xr-x 1 root root  213792 2011-07-16 14:14 
libwx_base_carbon_net-2.8.0.dylib
-rwxr-xr-x 1 root root   64084 2011-07-16 14:14 
libwx_base_carbon_xml-2.8.0.dylib
-rwxr-xr-x 1 root root  818204 2011-07-16 14:14 libwx_mac_adv-2.8.0.dylib
-rwxr-xr-x 1 root root  447740 2011-07-16 14:14 libwx_mac_aui-2.8.0.dylib
-rwxr-xr-x 1 root root 3414660 2011-07-16 14:14 libwx_mac_core-2.8.0.dylib
-rwxr-xr-x 1 root root   78224 2011-07-16 14:14 libwx_mac_gl-2.8.0.dylib

Info about the dylib files tells me it's a Mach-O dynamically linked shared 
library for i386 but it doesn't seem to want to use them.

I don't mean to insult you now, but are you sure this is a fix for Linux? Seems 
odd to use Mach libraries in Ubuntu...

Original comment by Jon.Jah...@gmail.com on 16 Jul 2011 at 12:25

GoogleCodeExporter commented 9 years ago
sorry for wrong reply. ill test it on linux later.

Original comment by chuanhsing on 17 Jul 2011 at 3:41

GoogleCodeExporter commented 9 years ago
try update to r604.

Original comment by chuanhsing on 26 Jul 2011 at 6:04

GoogleCodeExporter commented 9 years ago
Issue can be followed here now : http://apoklipse.org:8080/browse/WMV-51
I will notify for URL change

Original comment by jeromn...@gmail.com on 2 Oct 2011 at 7:05