-
Notifications
You must be signed in to change notification settings - Fork 79
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
App crashes when trying to access .pmdl file inside electron app. #86
Comments
I haven't seen this issue before and unfortunately I don't have access to a computer right now to reproduce. The interesting part to me is:
Maybe the issue is with Wish I could be more help! I should have access to my dev box sometime in the next two weeks and can help dig into it if you haven't figured it out by then. |
Ok, let me check with this and get back to you. Thanks a lot!
…On Tue, Jul 31, 2018, 5:30 AM Evan Cohen ***@***.***> wrote:
I haven't seen this issue before and unfortunately I don't have access to
a computer right now to reproduce. The interesting part to me is:
8 snowboy.node 0x000000010dfbb664 snowboy::Input::Input(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 612
9 snowboy.node 0x000000010dfb22c1 snowboy::UnpackPipelineResource(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) + 65
10 snowboy.node 0x000000010dfb6c34 snowboy::PipelineItf::SetResource(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 372
11 snowboy.node 0x000000010dfcc126 snowboy::SnowboyDetect::SnowboyDetect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 118
12 snowboy.node 0x000000010df7024d SnowboyDetect::SnowboyDetect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 77 (snowboy.cc:37)
13 snowboy.node 0x000000010df70a9f SnowboyDetect::New(Nan::FunctionCallbackInfo<v8::Value> const&) + 873 (string:1221)
14 snowboy.node 0x000000010df71ea4 Nan::imp::FunctionCallbackWrapper(v8::FunctionCallbackInfo<v8::Value> const&) + 136 (nan_callbacks_12_inl.h:175)
Maybe the issue is with app.getAppPath()? Long shot, but it's possible
that Snowboy is barfing on the formatting of the path?
Wish I could be more help! I should have access to my dev box sometime in
the next two weeks and can help dig into it if you haven't figured it out
by then.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AE3-47dsTnyLweCnrQ7IrWU3ogqv2QdTks5uL54fgaJpZM4VlT28>
.
|
@evancohen I checked the value of |
Can you share your codebase (or a small example that has the same issue) with some repro steps so I can help troubleshoot? |
@evancohen My repository is private but I can add you as a collaborator and I'll let you know. |
@evancohen I have added you as a collaborator. Check the |
If either of you can get a positive repro on ubuntu I'll find a way to install it on my laptop so I can help figure out what is going on here (I wasn't able to track down a mac to use before leaving for Asia). |
Ok sure. Let me check on Windows or Ubuntu. I'll let you know. Thanks! 😁 |
Same problem here. Any updates? |
I haven't had the chance to do a deep dive into this, @vishal-android-freak did you end up figuring this out on your own? I don't have a macbook so it might be a while before I can look into this myself. |
Really sorry. I didn't try it later as I was busy with my other projects. I couldn't figure out any solution to this |
I am building a desktop app using electron. Sonus works fine in development mode but when I export app using
eletron-builder
, the app crashes when I access the.pmdl
file insideapp.asar
. Here is my code:I have unpacked and checked the
app.asar
file andpaisa.pmdl
has been properly packed inside. Can you help me with this wierd error?Here is the crash report on OSX:
The text was updated successfully, but these errors were encountered: