Package Details: flashpoint-launcher 13.0.1-2

Git Clone URL: https://aur.archlinux.org/flashpoint-launcher.git (read-only, click to copy)
Package Base: flashpoint-launcher
Description: A desktop application used to browse, manage and play games from Flashpoint Archive
Upstream URL: http://bluemaxima.org/flashpoint/
Keywords: flashpoint
Licenses: MIT
Conflicts: flashpoint-launcher
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-08-28 05:48 (UTC)
Last Updated: 2024-05-07 09:46 (UTC)

Latest Comments

« First ‹ Previous 1 2

zxp19821005 commented on 2023-09-02 04:28 (UTC)

@DumbInACan You should check the log.Probably because the program encountered an error while executing the npm run build.

DumbInACan commented on 2023-09-01 00:45 (UTC) (edited on 2023-09-04 12:10 (UTC) by DumbInACan)

@zxp19821005 suggestion of installing nvm helped me build and install. Thanks!!

I am getting a JavaScript error at runtime though :(

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module '/opt/flashpoint-launcher/resources/app.asar/build/main/index.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
    at n._resolveFilename (node:electron/js2c/browser_init:245:1105)
    at Object.<anonymous> (node:electron/js2c/browser_init:185:3064)
    at ./lib/browser/init.ts (node:electron/js2c/browser_init:185:3308)
    at __webpack_require__ (node:electron/js2c/browser_init:1:128)
    at node:electron/js2c/browser_init:1:1200
    at node:electron/js2c/browser_init:1:1267
    at NativeModule.compileForInternalLoader (node:internal/bootstrap/loaders:312:7)
    at NativeModule.compileForPublicLoader (node:internal/bootstrap/loaders:252:10)
    at loadNativeModule (node:internal/modules/cjs/helpers:49:9)

zxp19821005 commented on 2023-08-31 01:19 (UTC) (edited on 2023-08-31 01:20 (UTC) by zxp19821005)

@heinrich5991 I suggest you install nvm , and run nvm use 16 or nvm use 18 to downgrade the version of nodejs .

heinrich5991 commented on 2023-08-30 21:32 (UTC)

npm ERR!                  from ../src/better_sqlite3.cpp:4:
npm ERR! .cache/node-gyp/20.5.1/include/node/node.h:1186:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Context>)’ to ‘node::addon_context_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Context>, void*)’} [-Wcast-function-type]
npm ERR!  1186 |       (node::addon_context_register_func) (regfunc),                  \
npm ERR!       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! .cache/node-gyp/20.5.1/include/node/node.h:1204:3: note: in expansion of macro ‘NODE_MODULE_CONTEXT_AWARE_X’
npm ERR!  1204 |   NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, NULL, 0)
npm ERR!       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! .cache/node-gyp/20.5.1/include/node/node.h:1235:3: note: in expansion of macro ‘NODE_MODULE_CONTEXT_AWARE’
npm ERR!  1235 |   NODE_MODULE_CONTEXT_AWARE(NODE_GYP_MODULE_NAME,                     \
npm ERR!       |   ^~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! ./src/better_sqlite3.lzz:67:1: note: in expansion of macro ‘NODE_MODULE_INIT’
npm ERR! ./src/util/macros.lzz: In function ‘void SetPrototypeGetter(v8::Isolate*, v8::Local<v8::External>, v8::Local<v8::FunctionTemplate>, const char*, v8::AccessorGetterCallback)’:
npm ERR! ./src/util/macros.lzz:157:21: error: ‘v8::AccessorSignature’ has not been declared
npm ERR! ./src/util/binder.lzz: In static member function ‘static bool Binder::IsPlainObject(v8::Isolate*, v8::Local<v8::Object>)’:
npm ERR! ./src/util/binder.lzz:37:51: error: ‘class v8::Object’ has no member named ‘CreationContext’; did you mean ‘GetCreationContext’?
npm ERR! ./src/util/data.lzz: In function ‘v8::Local<v8::Value> Data::GetValueJS(v8::Isolate*, sqlite3_stmt*, int, bool)’:
npm ERR! ./src/util/data.lzz:73:92: warning: this statement may fall through [-Wimplicit-fallthrough=]
npm ERR! ./src/util/data.lzz:73:197: note: here
npm ERR! ./src/util/data.lzz: In function ‘v8::Local<v8::Value> Data::GetValueJS(v8::Isolate*, sqlite3_value*, bool)’:
npm ERR! ./src/util/data.lzz:77:81: warning: this statement may fall through [-Wimplicit-fallthrough=]
npm ERR! ./src/util/data.lzz:77:175: note: here
npm ERR! make: *** [better_sqlite3.target.mk:123: Release/obj.target/better_sqlite3/src/better_sqlite3.o] Error 1