Giter VIP home page Giter VIP logo

Comments (6)

jasonrohrer avatar jasonrohrer commented on August 24, 2024

This is the linux binary release?

Any chance you can run it in gdb and catch a stack trace? Instructions for this are stickied in the forums.

from onelife.

 avatar commented on August 24, 2024

Hey sorry for the delay.
After some testing (didn't know of gdb) I think I succeeded to recover the data you were looking for. Here's what I get from running ~/OneLifeApp with GDB

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Local epoch time  = -3600
GMT epoch time  = 0
[New Thread 0x7fffefc2a700 (LWP 10972)]
[New Thread 0x7fffeab35700 (LWP 10973)]
[Thread 0x7fffeab35700 (LWP 10973) exited]
[New Thread 0x7fffeab35700 (LWP 10974)]
Decompressing took 0.000000 seconds
Loaded 1028 tagged sprites from sprites folder
Loaded 237 sound IDs from sounds folder
Decompressing took 0.014000 seconds
Loaded 897 animations from animations folder
Finished loading animation bank in 0.374000 sec
Decompressing took 0.022000 seconds
Object id 793 (The Apocalypse) seen as an apocalypse trigger
Minimizing from fullscreen on Alt-tab
Reloading 535 textures due to OpenGL context change
Loaded 1074 objects from objects folder
  Auto-generated 722 'used' objects
  Auto-generated 210 'variable' objects
Finished loading object bank in 0.964000 sec
Decompressing took 0.000000 seconds
Loaded 41 categories from categories folder
Finished loading category bank in 1.284000 sec
Decompressing took 0.003000 seconds
Frame rate = 43.840418 frames/second
Loaded 1546 transitions from transitions folder
Auto-generated 697 transitions based on categories
Auto-generated 0 transitions based on pattern categories
Run 0:  Auto-modified 219 transitions based generic use transitions and auto-added 154 last use generic transitions (39 objects had generic use transitions defined).
Run 1:  Auto-modified 1 transitions based generic use transitions and auto-added 154 last use generic transitions (39 objects had generic use transitions defined).

Thread 1 "OneLifeApp" received signal SIGSEGV, Segmentation fault.
0x000000000042329e in initTransBankFinish () at transitionBank.cpp:715
715	                    actorUseChance = actor->useChance;

Hopefully you'll be able to fix it!

from onelife.

UncleGus avatar UncleGus commented on August 24, 2024

Toude, you should join the discord server and use th #ask-for-help channel. I can help you there.

from onelife.

jasonrohrer avatar jasonrohrer commented on August 24, 2024

Thanks!

Can you get it to crash in gdb and then run these commands:

print printTrans( tr )
print tr->actor
print actor

Also, have you tried just reinstalling? Seems like your data might be corrupted somehow.

from onelife.

 avatar commented on August 24, 2024

@jasonrohrer I have tried re-installing but it didn't work... @UncleGus I'd be happy to join the discord but do you have an invite link?

from onelife.

UncleGus avatar UncleGus commented on August 24, 2024

https://discord.gg/QSwKPN

from onelife.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.