Issue893

Title Loading a game produce a segfault in filter_0_16_1_add_game_config
Priority bug Status open
Assigned To Keywords
Linked issues Watchers

Submitted on 2017-05-25 01h52 by L29Ah, last changed by jesusalva.

Files
File name Uploaded Type Edit Remove
L29Ah.sav.gz L29Ah, 2017-05-25.01:52:31 application/gzip
Messages
Author: L29Ah Date: 2017-05-25   01h52
master here, save attached, backtrace:
#0  0x0000037ffab8722b in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#1  0x0000037ffab88891 in __GI_abort () at abort.c:89
#2  0x0000001c5ce125cd in Terminate (exit_code=<optimized out>,
exit_code@entry=1) at misc.c:1564
#3  0x0000001c5ce12800 in print_trace (signum=11) at misc.c:443
#4  <signal handler called>
#5  0x0000001c5ce54e3f in filter_0_16_1_add_game_config (savegame=0x3950371ce10,
report=<optimized out>) at savegame/filters_0_16_1.c:173
#6  0x0000001c5ce54541 in convert_old_savegame
(sav_buffer=sav_buffer@entry=0x3950371ce88,
sav_buffer_size=sav_buffer_size@entry=0x3950371ce80) at savegame/convert.c:296
#7  0x0000001c5ce1a32d in load_saved_game (use_backup=use_backup@entry=0) at
saveloadgame.c:388
#8  0x0000001c5ce1b21e in load_game () at saveloadgame.c:478
#9  0x0000001c5ce0f7e3 in load_named_game (name=0x1c60e22100
"\200\362\307`\034") at menu.c:1685
#10 0x0000001c5ce0fc8a in do_savegame_selection_and_act (action=action@entry=0)
at menu.c:1801
#11 0x0000001c5ce10015 in Load_Existing_Hero_Menu () at menu.c:1832
#12 Single_Player_Menu () at menu.c:1900
#13 0x0000001c5ce101af in Startup_handle (n=<optimized out>) at menu.c:911
#14 0x0000001c5ce0ecaf in RunSubMenu (startup=startup@entry=1,
menu_id=menu_id@entry=0) at menu.c:853
#15 0x0000001c5ce102b4 in RunMenu (is_startup=1) at menu.c:882
#16 StartupMenu () at menu.c:888
#17 0x0000001c5cdcc00f in main (argc=1, argv=0x3950371fcf8) at main.c:178

Attached L29Ah.sav.gz.
Author: jesusalva Date: 2017-05-25   02h10
Could you send us the shp file, too?

By the way, if I understood correctly. 
For short, incompatible savegame, FDRPG 
tried to convert file so it could work, 
but as which is not guaranted, seems that 
FDRPG failed.

Oh well.
Unfortunately I am not a coder, and as 
all I see here is "Terminate()" so I 
literally cannot even explain exactly 
what went wrong. I can, however, think on 
what fluzz might ask for:

The output file (fdrpg_out.txt)
The .shp file


Sorry if I cannot be more helpful,
And I hope you enjoy our game 
nonetheless!

Many changes were done in various aspects 
since 0.16.1, and many more will come. So 
why not start anew? :D

Jesusalva,
Game Content & Storyline
History
Date User Action Args
2017-05-25 02:10:16jesusalvasetmessages: + msg3468
2017-05-25 01:52:31L29Ahcreate