The Dink Network

Reply to Unable to load saved game in Fedora - bugzilla 1448761

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 23rd 2017, 02:00 PM
anon.gif
johnny
Ghost They/Them
 
Is anybody able to load a saved game? There already is bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1448761
for not being able to load any saved game.

I am using Fedora rawhide:
freedink-108.4-6.fc27.x86_64
freedink-data-1.08.20170409-2.fc27.noarch
freedink-debuginfo-108.4-4.fc26.x86_64
freedink-dfarc-3.12-7.fc27.x86_64
freedink-dfarc-debuginfo-3.12-5.fc26.x86_64
freedink-engine-108.4-6.fc27.x86_64

I see in my logs,
==> /var/log/audit/audit.log <==
type=ANOM_ABEND msg=audit(1503508080.346:5873): auid=1001 uid=1001 gid=1002 ses=1 subj=unconfined_u:unconfined_r:unconfined_t 0-s0:c0.c1023 pid=29715 comm="freedink" exe="/usr/bin/freedink" sig=11 res=1
type=SERVICE_START msg=audit(1503508080.377:5874): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u ystem_r:init_t 0 msg='unit=systemd-coredump@17-29728-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
type=SERVICE_STOP msg=audit(1503508080.513:5875): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u ystem_r:init_t 0 msg='unit=systemd-coredump@17-29728-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

==> /var/log/messages <==
Aug 23 13:08:00 t440s systemd[1]: Started Process Core Dump (PID 29728/UID 0).
Aug 23 13:08:00 t440s systemd-coredump[29729]: Resource limits disable core dumping for process 29715 (freedink).
Aug 23 13:08:00 t440s systemd-coredump[29729]: Process 29715 (freedink) of user 1001 dumped core.
Aug 23 13:08:03 t440s kernel: usb 2-3.4.2: reset low-speed USB device number 8 using xhci_hcd

Here's the backtrace:
{ "signal": 11
, "executable": "/usr/bin/freedink"
, "only_crash_thread": true
, "stacktrace":
[ { "crash_thread": true
, "frames":
[ { "address": 781314808407
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 195159
, "function_name": "safe_hasher"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314809759
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 196511
, "function_name": "hash_lookup"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314664449
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 51201
, "function_name": "dinkc_bindings_lookup"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314690305
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 77057
, "function_name": "process_line"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314644977
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 31729
, "function_name": "run_script"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314705232
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 91984
, "function_name": "load_game"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314653074
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 39826
, "function_name": "dc_load_game"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314691329
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 78081
, "function_name": "process_line"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314644977
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 31729
, "function_name": "run_script"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314798107
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 184859
, "function_name": "process_talk"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314807033
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 193785
, "function_name": "updateFrame"
, "file_name": "/usr/bin/freedink"
}
, { "address": 781314634343
, "build_id": "535b03601ff1d47f3800528b8b52a17600a6ef3b"
, "build_id_offset": 21095
, "function_name": "main"
, "file_name": "/usr/bin/freedink"
} ]
} ]
}

Any thoughts?