Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German Special Characters trigger "The specified module could not be found" although it exists #82

Open
Thoma997 opened this issue Jul 2, 2023 · 0 comments

Comments

@Thoma997
Copy link

Thoma997 commented Jul 2, 2023

In most cases, modules can be loaded even though there are German special characters in the file path.
In some cases however, modules can not be loaded and the formatting of the special character breaks.
In this case for instance ö -> ö.

We use electron and electron-builder.
The problem only appears on Windows

Error: The specified module could not be found.
\\?\C:\Users\Firstname Schönema\AppData\Local\Programs\bliro_desktop\resources\app.asar.unpacked\build\AudioRecorder_win.node
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1822)
    at Module._extensions..node (node:internal/modules/cjs/loader:1259:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2049)
    at Module.load (node:internal/modules/cjs/loader:1044:32)
    at Module._load (node:internal/modules/cjs/loader:885:12)
    at f._load (node:electron/js2c/asar_bundle:2:13330)
    at Module.require (node:internal/modules/cjs/loader:1068:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at bindings (C:\Users\Firstname Schönema\AppData\Local\Programs\bliro_desktop\resources\app.asar\node_modules\bindings\bindings.js:112:48)
    at Object.<anonymous> (C:\Users\Firstname Schönema\AppData\Local\Programs\bliro_desktop\resources\app.asar\build\Api\AudioRecorderApi\index.js:12:40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant