GiovanH / unofficial-homestuck-collection

An offline collection of Homestuck and its related works.
GNU General Public License v3.0
25 stars 3 forks source link

Application will not start (Linux)(Pop-OS) #406

Closed Neocyberman closed 2 years ago

Neocyberman commented 2 years ago

To Reproduce Steps to reproduce the behavior:

  1. Download 2.0..5.tar.gz
  2. Unzip/tar
  3. ./unofficial-homestuck-collection
  4. See Error

Program was meant to open to perform first time setup, instead a window begins to open and then closes, see attached log.

{Log as follows}

11:04:00.033 (Mods) › modsDir is not defined! First run?
Disabling hardware acceleration
11:04:00.038 (ElectronMain)null
11:04:00.039 (ElectronMain) › TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
    at validateString (internal/validators.js:112:11)
    at Object.join (path.js:1039:7)
    at I (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:12219756)
    at Module.<anonymous> (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:12219892)
    at r (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:110)
    at Object.<anonymous> (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:229329)
    at r (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:110)
    at /home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:902
    at Object.<anonymous> (/home/kirin/Downloads/unofficial-homestuck-collection-2.0.5/resources/app.asar/background.js:2:913)
    at Module._compile (internal/modules/cjs/loader.js:967:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)
    at Module._load (internal/modules/cjs/loader.js:727:14)
    at Function.Module._load (electron/js2c/asar.js:769:28)
    at Object.<anonymous> (electron/js2c/browser_init.js:205:3376)
    at Object../lib/browser/init.ts (electron/js2c/browser_init.js:205:3580)
11:04:00.039 (ElectronMain) › Loading check failed, loading setup mode
Deferring app version checks until initial configuration is complete.
(node:72452) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
[72452:0710/110400.520559:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
Kommonwealth commented 2 years ago

Using the argument --in-process-gpu should let it boot for the first time, the argument is not required on subsequent boots.

GiovanH commented 2 years ago

Closing as duplicate of #413