The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Major gamebreaking bug (game shutdown) - Printable Version +- Forum (https://theairlineproject.net/forum) +-- Forum: Downloads (https://theairlineproject.net/forum/forumdisplay.php?fid=5) +--- Forum: Bug Reporting (https://theairlineproject.net/forum/forumdisplay.php?fid=9) +--- Thread: Major gamebreaking bug (game shutdown) (/showthread.php?tid=2082) |
Major gamebreaking bug (game shutdown) - parkeyfinn - 03-24-2020 This has happened every time I've tried to load a saved game: Save loads with no issues, can unpause the game fine. If I try to either save it again, view the route map, or practically any other action, the entire game just closes. No errors, no "not responding," the window just closes itself and nothing else further occurs. 2.14.2, patch B RE: Major gamebreaking bug (game shutdown) - Tjoeker - 03-25-2020 Can you send a crash report over? You can find it in the rootfolder called 'TAPv2.log' RE: Major gamebreaking bug (game shutdown) - parkeyfinn - 03-26-2020 (03-25-2020, 08:40 AM)Tjoeker Wrote: Can you send a crash report over? None of them look correct to me so I'll send over the log https://www.dropbox.com/s/g42carsar92ipv5/TAPv2.log?dl=0 RE: Major gamebreaking bug (game shutdown) - Tjoeker - 03-26-2020 Hmm, it looks like it didn't generate a crashlog. Can you send the save file over? RE: Major gamebreaking bug (game shutdown) - parkeyfinn - 03-27-2020 (03-26-2020, 10:23 PM)Tjoeker Wrote: Hmm, it looks like it didn't generate a crashlog.http://www.mediafire.com/file/shynphj1k2i933r/17267dd3-ba4a-47c2-8994-d440126ac61f.sqlite/file RE: Major gamebreaking bug (game shutdown) - Tjoeker - 03-27-2020 The game runs fine here. The first week is a bit slow as it has to calculate all load factors again, but it runs fine. I did notice your game saved into the Temp folder, which might be the cause of the issue? Have you unzipped the game? Is the game's rootfolder in the Temp folder? Can you move it somewhere else and run it from there? If you want to continue on this specific save you will have to redirect the location of the TAP rootfolder in the savefile too. To edit the location of TAP in the save you need a program to open .SQLite files. I use 'DB Browser for SQLite'. Then go to 'Browse Data' in the tabs at the top, select 'SavedSettings' in the dropdown and update the 'DataDir' to the new location of the 'TAPv2/Data' folder. If you don't mind starting over you can just copy the TAPv2 folder elsewhere and run the game without any issue. I will make sure TAP NG saves its files to the user/documents folder which will fix this issue among other annoyances related to saves. |