blob: c407e6e28f31dfbfc43cfb7ce91d42decfd2aa81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Missing symbols when running electron app
When I go to run an x86_64 election app (closed source and not public yet, I might be able to get a test build to you if you need it, let me know) it fails to run with the following errors:
```
Error: Symbol gdk_pixbuf_new_from_bytes not found, cannot apply R_X86_64_JUMP_SLOT
Error: Symbol gdk_pixbuf_calculate_rowstride not found, cannot apply R_X86_64_JUMP_SLOT
```
Let me know if you need any more info!
|