-
Notifications
You must be signed in to change notification settings - Fork 247
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
(Windows Only) Cannot recognized \\?\
prefix in unpacked path
#75
Comments
I am having a similar issue I just compiled the hello from node nan and required it from an Asar and got the same error. I also only got this behaviour on some windows 7 machines, windows 8 and 10 worked even with the .node inside the asar. I did an app without asar run trhough electron and I'm still getting the "?\PATH" not found so I don't think is an assar issue, it's maybe an electron or node issue |
Seems to be related nodejs/node#2964 |
+1 |
+1... any update ? thanks |
What is the current status of this? It seems to me that Node is modifying the path to prepend the //?/ prefix in order to trigger a Microsoft hack to support real long filenames. However, something in electron-asar doesn't understand/support this. I have no workaround to this. |
Why the wontfix label? What's the workaround? |
It is not a bug of asar after my 2 day digging.
I flow laggingreflex's idea. |
I got this problem |
@JackieLs how did you remove the |
@mridah Maybe my description is not very accurate.Just set it false.
|
@JackieLs so I can use |
the |
I don't think this is a denpendency issue. this happens only when I bundle my app with asar option on. |
Closing this old issue as it is likely fixed by now, if not please raise a new issue. |
detail info:
electron/packager#424
The text was updated successfully, but these errors were encountered: