Skip to content

Instantly share code, notes, and snippets.

View veddox's full-sized avatar

Daniel Vedder veddox

View GitHub Profile
@veddox
veddox / nc-login-cycle.log
Created January 15, 2020 18:03
Nextcloud client crashes after login
[OCC::Application::setupLogging "################## Nextcloud locale:[en_GB] ui_lang:[] version:[2.6.2git] os:[elementary OS 5.1 Hera]"
[OCC::Application::setupTranslations Using "en_GB" translation
[OCC::SocketApi::SocketApi server started, listening at "/run/user/1000/Nextcloud/socket"
[OCC::FolderMan::FolderMan setting remote poll timer interval to 30000 msec
[OCC::AccountManager::loadAccountHelper Account for QUrl("https://cloud.example.com") using auth type "webflow"
[OCC::WebFlowCredentials::createQNAM Get QNAM
[OCC::ownCloudGui::setupContextMenu Tray menu workarounds: noabouttoshow: false fakedoubleclick: false showhide: false manualvisibility: false
[OCC::AccessManager::createRequest 6 "GET" "https://cloud.example.com/ocs/v2.php/core/navigation/apps?absolute=true&format=json" has X-Request-ID "d5d0590d-e256-4dc1-82a7-bbba01810695"
[OCC::AbstractNetworkJob::start OCC::OcsNavigationAppsJob created for "https://cloud.example.com" + "ocs/v2.php/core/navigation/apps" ""
[OCC::FolderMan::setupFold
;;; WORLD THREADS
(let ((uptime 0) (world-thread NIL) (server-thread NIL)
(player-threads NIL) (running NIL))
(defun start-server (&optional (force NIL))
"Start the game server"
;;TODO cannot restart -> ADDRESS-IN-USE ERROR
(when force
(reset-server-threads)