Bug 653720

Summary: wings-1.2-1.fc14 crash on start only rpm and srpms , wings sourceforge work.
Product: [Fedora] Fedora Reporter: datahal42 <datahal42>
Component: wingsAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 14CC: cernym, gemi, lemenkov
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: wings-1.2-2.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-24 22:36:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
wings crash
none
Crash of wings-1.2-2.fc13 none

Description datahal42 2010-11-16 01:45:55 UTC
Description of problem:
crash in console 

Version-Release number of selected component (if applicable):
wings-1.2-1.fc14

How reproducible:
in console , icons 


Additional info:

the version from sourceforge works excellent !!! 
is only in the package fedora , rpm and srpm.

in the console show this....

Trying OpenGL modes
  [{buffer_size,32},{depth_size,32},{stencil_size,8},{accum_size,16}]
  [{buffer_size,24},{depth_size,32},{stencil_size,8},{accum_size,16}]
  [{buffer_size,24},{depth_size,24},{stencil_size,8},{accum_size,16}]

Retrying with multisampling disabled.
Trying OpenGL modes
  [{buffer_size,32},{depth_size,32},{stencil_size,8},{accum_size,16}]

=ERROR REPORT==== 15-Nov-2010::22:13:09 ===
Error in process <0.29.0> with exit value: {{wxe,unknown_port},[{wx,get_env,0},{wxe_util,call,2},{wings_init,'-display_actual_mode/0-lc$^0/1-0-',1},{wings_init,display_actual_mode,0},{wings_init,try_video_mode,2},{wings_init,try_video_modes_1,2},{wings_init... 



Fatal internal error - log written to /home/neo/wings_crash.dump

my video driver is nvidia 260.19.12

video card gforce 7300 gs .

any idea guys ?????

Comment 1 datahal42 2010-11-16 01:50:38 UTC
Created attachment 460710 [details]
wings crash

Comment 2 Peter Lemenkov 2010-11-16 14:43:45 UTC
I'll fix this issue.

Comment 3 Fedora Update System 2010-11-16 15:08:41 UTC
wings-1.2-2.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/wings-1.2-2.fc13

Comment 4 Fedora Update System 2010-11-16 15:08:49 UTC
wings-1.2-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/wings-1.2-2.fc14

Comment 5 Fedora Update System 2010-11-16 15:08:57 UTC
wings-1.2-2.fc12 has been submitted as an update for Fedora 12.
https://admin.fedoraproject.org/updates/wings-1.2-2.fc12

Comment 6 datahal42 2010-11-16 18:22:10 UTC
thanks Peter 
works

the problem was in the glx depends?

Comment 7 Peter Lemenkov 2010-11-16 18:32:43 UTC
(In reply to comment #6)
> thanks Peter 
> works
> 
> the problem was in the glx depends?

Yes. Two packages, erlang-esdl and erlang-wx, exported several functions with the same module:name/arity scheme The erlang runtime system (erts module) loads them from wx instead of esdl which leads to immediate startup failure. So I prepend path to esdl binaries to the list of search paths (thus asking erts to look there first), and everything starts working again.

Comment 8 datahal42 2010-11-16 19:02:48 UTC
ok.

I supposed from the the beginning that the error was glx o erlang-esdl 

thanks for answering and Greetings from Argentina !!!

Comment 9 Fedora Update System 2010-11-16 23:18:10 UTC
wings-1.2-2.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update wings'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/wings-1.2-2.fc13

Comment 10 Fedora Admin XMLRPC Client 2010-11-18 13:39:43 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 11 datahal42 2010-11-18 16:31:11 UTC
any problem .

Comment 12 Fedora Update System 2010-11-24 22:36:06 UTC
wings-1.2-2.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2010-11-24 22:37:24 UTC
wings-1.2-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2010-11-24 22:42:36 UTC
wings-1.2-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 15 cernym 2010-12-06 19:16:11 UTC
I have version wings-1.2-2.fc13, and fedora 13 with latest updates, but this does not work for me (does not start). It generates erl_crash.dump (I can send it if you wish), but I don't know if it is wings bug or erlang bug. I resolved this by downgrading to older version: wings-0.99.05-4.fc12.i686 which works fine.

Comment 16 cernym 2010-12-06 19:21:51 UTC
Created attachment 465047 [details]
Crash of wings-1.2-2.fc13

Comment 17 Peter Lemenkov 2010-12-06 19:40:22 UTC
Can't confirm - I just removed all erlang-related packages and did a fresh install of wings, and it starts at least.

Yes, erl_crash.dump would be helpful. Also, please, try starting it from console and post its logs here.

Comment 18 Peter Lemenkov 2010-12-06 19:43:38 UTC
(In reply to comment #16)
> Created attachment 465047 [details]
> Crash of wings-1.2-2.fc13

Apparently, you're using Erlang R14A while Fedora 13 is shipped with R13B04. Please, try again with erlang from Fedora repository. If the problem still persists when I'll try to fix it. Otherwise it's not my problem.

Comment 19 Peter Lemenkov 2010-12-06 20:05:12 UTC
I just found what could cause this issue. Just change the following line in /usr/bin/wings:

exec erl -smp disable -noinput -pa /usr/lib/erlang/lib{64}/esdl-1.0.1/ebin -run wings_start start_halt ${1+"$@"}

to this one:

exec /usr/bin/erl -smp disable -noinput -pa /usr/lib{64}/erlang/lib/esdl-1.0.1/ebin -run wings_start start_halt ${1+"$@"}

Where lib{64} is either lib or lib64 depending on your computer's architecture.

Comment 20 cernym 2010-12-08 20:57:53 UTC
Thank you. I changed /usr/bin/wings according to your recommendation and now it works fine with Erlang R13B04. Thanks.