1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  3. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[linux] Segfault on startup

Discussion in 'General Help' started by SimmyD, Jun 13, 2011.

  1. MM

    MM THD Team THD Team Administrator Global Moderator

    Messages:
    327
    KAG works fine on Wine, try it for now.

    I will be now trying to fix this crash.

    EDIT:
    Please run the game now. If it updates tell me if it works.
     
  2. scombinator

    scombinator Guest

    It downloaded some stuff (Juxta.so again), still claims to be build 67, version 0.85A and crashes in CIrrlichtTask::UpdateNow() trying to deref a zero pointer.
     
  3. Mani

    Mani Shipwright

    Messages:
    10
    This is the latest linux version, running on Linux Mint 8, x64:

    Code:
    ./KAG 
    PID: 11904
    Starting in directory: ./
    Engine (build: 67 version: 0.85A)
    
    Downloading checksums from http://dl.dropbox.com/u/6397016/kag_linux/App/version.txt
    Downloading http://dl.dropbox.com/u/6397016/kag_linux/App/version.txt...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  2094  100  2094    0     0   4438      0 --:--:-- --:--:-- --:--:--  6213
    Version file the same (key matches)
    Using file 'Base/Juxta.so'
    Precaching files.
    CBitStream writebit length b49; B7
    CBitStream writebit length b50; B7
    CBitStream writebit length b51; B7
    CBitStream writebit length b52; B7
    CBitStream writebit length b53; B7
    CBitStream writebit length b54; B7
    CBitStream writebit length b55; B7
    CBitStream writebit length b56; B7
    CBitStream writebit length b57; B8
    SIZE 0
    READ d: 111
    READ d: 11
    READ d: 0.123457
    READ d: 1
    READ d: 666
    READ d: Imbedded
    READ d: *Rapunzel!!!!
    CBitStream length b2706; B339 ----------
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    SIZE 0
    READ d: 111
    READ d: 11
    READ d: 0.123457
    READ d: 1
    READ d: 666
    READ d: Imbedded
    READ d: *Rapunzel!!!!
    CBitStream length b2706; B339 ----------
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    CBitStream writebit length b2706; B339
    SIZE 0
    READ d: 111
    READ d: 11
    READ d: 0.123457
    READ d: 1
    READ d: 666
    READ d: Imbedded
    READ d: *Rapunzel!!!!
    CBitStream length b2706; B339 ----------
    READ c: 1
    READ c: 10
    READ c: 300
    READ c: 0
    READ c: 1
    READ c: 1
    READ c: 1
    READ c: 1
    READ c: 1
    READ c: 1
    READ c: 1
    READ c: Testing 123
    READ c: Wide String 123
    READ c: 
    READ c: 
    READ c: 
    READ c: -1
    BUFFER
    0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,READ c: 111
    READ c: 11
    READ c: 0.123457
    READ c: 1
    READ c: 666
    READ c: Imbedded
    READ c: *Rapunzel!!!!
    READ c: 777
    Buffer ended
    
    COMPRESSION TEST (FASTLZ); SIZE BEFORE 339; bits 2706
    SIZE AFTER LZ 340; bits 2714
    SIZE REVERT 340; bits 2714
    
    
    SIZE largebs AFTER LZ 396280; before 400000
    SIZE largebs REVERT 400000; before 400000
    
    SIZE smallbs AFTER LZ 2; before 1
    SIZE smallbs REVERT 2; before 1
    
    SIZE smallbs AFTER LZ 3; before 2
    SIZE smallbs REVERT 3; before 2
    COMP READ c: 1
    COMP READ c: 10
    COMP READ c: 300
    Success: 0 tests passed.
    Test time: 0.00 seconds.
    Segmentation fault
    
     
  4. King

    King Guest

  5. MM

    MM THD Team THD Team Administrator Global Moderator

    Messages:
    327
  6. Mani

    Mani Shipwright

    Messages:
    10