Page 1 of 1

Strange Error when i launching ManiaLive

Posted: 30 Dec 2015, 00:03
by misterplaymania
Hi all ! Since, now, 1 hour, I have a problem to launch ManiaLive:

When I run manialive with ./run:

Code: Select all

net@net:~/trackmania/manialive-master$ ./run
Launching ManiaLive Daemon with the following arguments:
Writing process id : 1543 to file.
But Manialive doesn't start. Then, i went in runtime.log:

Code: Select all

 _|      _|                      _|            _|        _|
 _|_|  _|_|    _|_|_|  _|_|_|          _|_|_|  _|            _|    _|    _|_|
 _|  _|  _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|    _|  _|_|_|_|
 _|      _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|  _|    _|
 _|      _|    _|_|_|  _|    _|  _|    _|_|_|  _|_|_|_|  _|    _|        _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer    -> required  -> [ Yes ] 5.6.14-0+deb8u1
Standard PHP Library  -> required  -> [ Yes ]
JSON                  -> required  -> [ Yes ]
cURL with SSL         -> required  -> [ Yes ] 7.38.0 (with OpenSSL/1.0.1k)
MySQL                 -> optional  -> [ Yes ]
SQLite3               -> optional  -> [ Yes ]
-----------------------------------------------------
PHP Fatal error:  Class 'ManiaLive\Application\Application' not found in /home/citrynox/trackmania/manialive-master/bootstrapper.php on line 73

Fatal error: Class 'ManiaLive\Application\Application' not found in /home/citrynox/trackmania/manialive-master/bootstrapper.php on line 73
I haven't idea to resolve that, then i accept all solutions.

Re: Strange Error when i launching ManiaLive

Posted: 30 Dec 2015, 12:01
by oliverde8
Hi, how did you install manialive?

Latest version of manialive needs composer to be installed. if you want to use a particular manialive plugin I suggest you install eXpansion and disable the expansion/autoload plugin. That way you should have a simple manialive installation.

Re: Strange Error when i launching ManiaLive

Posted: 17 Jan 2016, 12:40
by misterplaymania
Thanks, i will try that.