Downloading and uncompressing goes well, then this happens:
Code: Select all
[2014-Apr-30 23:02:23] Pandora Updater 1.2.5 (r4657, Standalone Beta 2 Linux-x86_64 Apr 29 2014 20:11:05)
[2014-Apr-30 23:02:23] Copyright (C) 2011-2014 by Proxy Studios.
[2014-Apr-30 23:02:23] All rights reserved.
[2014-Apr-30 23:02:23] Detected 4 hardware threads.
[2014-Apr-30 23:02:23] Initializing distribution ...
[2014-Apr-30 23:02:23] Initializing config ...
[2014-Apr-30 23:02:23] Loading config ...
[2014-Apr-30 23:02:23] ExceptionHandler::handleException():
[2014-Apr-30 23:02:23] Standard exception thrown:
[2014-Apr-30 23:02:23] boost::filesystem::directory_iterator::construct: No such file or directory: "../Data/Audio/Sounds/Languages/"
[2014-Apr-30 23:02:23] (0) [0x0x5f9585] proxy::core::StackTrace::log() + 0x25
[2014-Apr-30 23:02:23] (1) [0x0x5c7fe6] proxy::core::ExceptionHandler::handleException() + 0x56
[2014-Apr-30 23:02:23] (2) [0x0x7f66457dbdd6] + 0x5edd6
[2014-Apr-30 23:02:23] (3) [0x0x7f66457dbe21] + 0x5ee21
[2014-Apr-30 23:02:23] (4) [0x0x7f66457dc038] + 0x5f038
[2014-Apr-30 23:02:23] (5) [0x0x7f6645ed6e5c] boost::filesystem3::detail::directory_iterator_construct(boost::filesystem3::directory_iterator&, boost::filesystem3::path const&, boost::system::error_code*) + 0x82c
[2014-Apr-30 23:02:23] (6) [0x0x5883e6] boost::filesystem3::directory_iterator::directory_iterator(boost::filesystem3::path const&) + 0x66
[2014-Apr-30 23:02:23] (7) [0x0x587708] pandora::core::Localization::getAvailableSpokenLanguages() + 0x228
[2014-Apr-30 23:02:23] (8) [0x0x587203] pandora::core::DefaultConfig::setDefaults() + 0xf3
[2014-Apr-30 23:02:23] (9) [0x0x4e13b3] pandora::updater::game::Game::initConfigDefaults() + 0x43
[2014-Apr-30 23:02:23] (10) [0x0x4e263c] pandora::game::Game::initConfig() + 0xcc
[2014-Apr-30 23:02:23] (11) [0x0x4e3479] pandora::game::Game::init() + 0x869
[2014-Apr-30 23:02:23] (12) [0x0x4e13d1] pandora::updater::game::Game::init() + 0x11
[2014-Apr-30 23:02:23] (13) [0x0x4d3e65] pandora::game::Game::main(int, char**) + 0xc5
[2014-Apr-30 23:02:23] (14) [0x0x4d39a0] main + 0x30
[2014-Apr-30 23:02:23] (15) [0x0x7f6644edbb45] __libc_start_main + 0xf5
[2014-Apr-30 23:02:23] (16) [0x0x4de3fd] +
[2014-Apr-30 23:02:23] ExceptionHandler::terminate():
[2014-Apr-30 23:02:23] Quit.Code: Select all
dave@HAL9000:~/jeux/pandora/Pandora/Binaries$ ls -ld "../Data/Audio/Sounds/Languages/"
drwx------ 4 dave dave 4096 nov. 11 22:21 ../Data/Audio/Sounds/Languages/Tell me if you need any more information (including libraries versions and such).
I'm going to try to update a fresh 1.0 install to 1.2.5 and see if anything goes better.
-----
Same bug from a fresh 1.0 install.
But I've noticed something: there is no Languages directory under Temp/Data/Audio/Sounds
Creating an empty directory here doesn't help because the Temp directory is regenerated by PandoraUpdater.
Now it's time to try if it works better with the 32-bit version…
-----
Same bug from a fresh 1.0 32-bit install.
-----
1.0 -> 1.2.5: crash!
1.0 -> 1.2.0: everything goes fine
1.2.0 -> 1.2.5: crash!

