-
Notifications
You must be signed in to change notification settings - Fork 72
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
Merging doesn't finish #53
Comments
@ericadamski do you have access to a Windows computer to test this case out on? |
@mfix22 I am sorry but I do not 😞 This is just a windows issue? |
Do you guys perhaps have a Windows build for 0.5.1? If so, I could try it with that (it's not on the releases page) |
No, we don't for 0.5.1, but you could build and run the project pretty easily if you clone this repo, and then run I would greatly appreciate the help! 🙂 |
Aight, I'll give it a spin |
@mfix22 I tried it (kinda forgot so it took a bit long, sorry 😛) and unfortunately, the latest build loses focus and minimizes to the task bar, as soon as a click anywhere outside the app window. Hence I can't actually drag any files onto it. The option to close the app is also missing here btw. |
If you drag files on top of the closed icon, it should reopen. Does it? |
Could it be a difference on how menu bar applications work on Windows machines? |
Could be! I am not sure 😬 |
It does work a bit differently than OSX or Linux, yeah. There are the normal buttons that indicated any open applications. But also, at the right there are small icons for notifications and apps that run in the background, and that's where the Alchemy icon is shown. You can't open this by dragging a file over that, I'm afraid. Ignore the arrow in this screenshot, just got it from google. |
Hello, Drag a simple file, click merge, and all I get is 'Converting'. There is no config I can see to add logging, there is no log file, just nothing. This is 2 years since the original post, so I guess this software is not updated or supported anymore? |
@chucklepie Thanks for brining this up! I unfortunately do not have access to a Windows machine to test this out. Can you attach a video recording of the error happening? Maybe I can figure out some issues from there. |
Nothing happens, literally, it just says converting and does nothing. No
need for a video.
If there was a logger added to the code it might help...
…On Wed, 19 Feb 2020, 14:36 Eric Adamski, ***@***.***> wrote:
@chucklepie <https://github.com/chucklepie> Thanks for brining this up!
I unfortunately do not have access to a Windows machine to test this out.
Can you attach a video recording of the error happening? Maybe I can figure
out some issues from there.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53?email_source=notifications&email_token=ADCERRJFFHLQDXOOF3NMK5DRDU7VBA5CNFSM4GBUGUP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMIDJ4I#issuecomment-588264689>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCERRPLMYS4KCG7J2MSSJLRDU7VBANCNFSM4GBUGUPQ>
.
|
Same for me, Windows 10:
|
Same for me too, Windows 10: |
It sounds like @DLandDS and @PentagramPro and @chucklepie are seeing more than I am in terms of the UI. Here is what I experienced in Windows 10:
To get the build working at all, I was forced to update the execa dependency from As soon as I get some free time I'll take a video of what I do and what I don't see in hopes that someone might have some suggestions. It seems pretty clear to me that in order to get Alchemy functioning in Windows as well as it does in OSX, there are going to need to be some pretty big changes that apply only to the win32 I don't currently know enough about Electron to make these specific changes myself right now, but I'll be looking into it as time allows. |
@binlabs You can fix your window losing focus issue by commenting out this line in main.js
unfortunately I am currently just getting a blank white screen when I open the app. I updated execa as well. I'm trying to play with the source code to see if I can fix the app (0.50 release) not being able to convert on windows. |
Hey folks, I appreciate all your discussion around this issue, but I have to say that I no longer have time to support this project (thus #32). Would be happy to help merge in PRs, etc, and even support a new version with all our dependencies upgraded and polished, but I won't have any time to actively work on this project 😞 |
Windows 10, using Alchemy version 0.5.0
When I drag and drop some files (.png) into the application, fill in a title, and click the start button, the 'in progress' screen is shown, and it stays on there. No pdf is produced and there is no way to cancel it.
Additionally, it seems it's not possible to exit the application at any point. I'm forced to end all Electron processes in task manager.
The text was updated successfully, but these errors were encountered: