Questions tagged [packager]
55 questions
0
votes
1 answer
IOS doesn't honor ActionScript stop() command so animations repeat - can I stop them somehow?
I do slide presentations on iPad via Flex IOS packager 4.6. The slides are swf's that have to be dynamically loaded at runtime because they change daily. Can't compile them in.
My slides load fine with animations and look great - but the…

Robert
- 828
- 2
- 13
- 28
0
votes
2 answers
Is there a sneaky way to get swf behavior on an iPad via Adobe Flex IOS packager
I build Flex applications. One of them shows slides. They're swf's loaded dynamically from a remote server at run-time. My slides are both re-sizable by the end user and animated.
This is easy on the PC with all the Flash support. For the iPad I…

Robert
- 828
- 2
- 13
- 28
0
votes
1 answer
Adobe AIR packager yields Unable to open destination file: ... Info.plist in Application Loader
I have an app in the App Store that I produced using the Adobe AIR 2.0 packager back in March 2011. Now, the client wants to update it. But, I can no longer upload an update.
I get the following error when using the Application Loader:
Unable to…

William Grand
- 1,033
- 2
- 12
- 24
0
votes
0 answers
Modules not allowed error in java packager
I have created a java application that uses the Selenium library for web scraping. The application works in the IDE (eclipse). Now I want to create a mac bundle using java packager. But the java packager produces and error:
Exception:…

Cor
- 11
- 4
0
votes
0 answers
Electron Packager - when I copy app-win32-x64 dir to another path, executable stops working
I've packaged an electron-react app with:
electron-packager . app --platform=win32 --arch=x64 --overwrite
Then a app-win32-x64 folder is created containing the executable and some other files:
app-win32-x64 folder
When I run the executable…

Leon
- 1
0
votes
1 answer
How can we load react native bundles globally
With expo projects, we can start bundles and change ** CONNECTION** to tunnel from the developer tools for loading bundles globally. How can we load bundles globally for react-native projects? I tried with the public IP address but bundles require…

AliRehman7141
- 873
- 3
- 12
- 33
0
votes
1 answer
Packaging: Ruby and shoes writing and reading txt files
I'm new to ruby ... and shoes... and programming but here is my prob:
I made a timer which puts the timed amount into a txt file as a log. It also keeps an all time running total in a separate txt file. It works as I want it to...
I tried packaging…

uognarf
- 1
0
votes
0 answers
Unknown system error -86 Electron app packaging on Mac for Window using electron-packager
Thank you in advance for helping. I am following this tutorial to build an electron app, https://coursetro.com/courses/22/Creating-Desktop-Apps-with-Electron-Tutorial
I am at the last stage which is to package it from a Mac M1 chip for Windows.
Here…

Maurice Huang
- 1
- 1
0
votes
2 answers
Cannot run Launch4j (illegal access)
I would like to create an .exe file for my java desktop application.
Hence, i saw that Launch4j was the best option.
When I ran. the file, i have the following error message.
WARNING: An illegal reflective access operation has occurred
WARNING:…

Mikael Lévy
- 11
- 4
0
votes
0 answers
When run example.app file on mac it through error in java - Exception java.lang.ClassNotFoundException: org.sqlite.JDBC
I am new in java development. Creating demo project using java + javafx + maven in eclipse it is working fine and able to connect embedded database sqlite and run query easily. But when I created build through jpackager following commands
project…

Anil
- 1
- 1
0
votes
0 answers
Unable to create bundle.appxupload file for windows Packaging project for desktop bridge application, UWP
Currently I am able to build my application in release mode having Windows Packaging project as a Startup project and my UWP as Entry point to it where desktop application running in background.
Previously I had created a Upload file to be uploaded…

Shakita
- 99
- 2
- 12
0
votes
1 answer
Electron: TypeError: Cannot create property 'default' on symbol 'Symbol(nodejs.util.inspect.custom)'
I've developed an electron app with following tech stack:
NodeJS (10.15) with Babel to allow ES6 import/export syntax.
Sequelize on SQLite and GraphQL to handle an internal database.
ReactJS (bundled) for views.
I've configured everything to work…

Joseph
- 1,029
- 13
- 26
0
votes
2 answers
Signed React Native app not loading assets correctly
So, I run the app on debug mode with a usb cable, it works fine. Then, I run the release version with a usb cable, it works fine too UNTIL I disconnect it from the phone and restart the app. The app is not able to load assets anymore. I have tried…

Jim Mirzakhalov
- 96
- 2
- 8
0
votes
1 answer
Electron Packager
I've been searching around but have not been able to find an answer.
How do I package my electron app with the --asar option but allow certain sub-directories to be seen ? For example my app will use a sub-directory called data so users can copy…

Don
- 11
- 1
- 4
0
votes
1 answer
React-Native (CRNA) Packager stops running
I'm working on a react native app built with CRNA.
Everything was working fine until yesterday. Everytime I run the packager with
npm start I get this:
Error starting packager: Error: Could not access packager status at…

Luca
- 31
- 4