Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 04:54:29 PM |
|
win 8.1 give an error like that : Thanks for bringing this to our attention. I assume that the installation itself went through without any error? Could you please check if you can run the application using the run.bat in the application folder? If you run the shortcut with admin rights does the problem still exist? Since thats the same error I have, I just tested run.bat and all the happens is it opens runs some stuff really fast and then closes. We will add java8 to the *.bat soon. While we are investigating the issue, could you please try to create a runoneclick.bat file in the application folder containing start "Qora" jre/bin/java.exe -Xmx512m -Djava.library.path=libs/native -jar Qora.jarand then just double click it. This should hopefully work for all people that have problems with the windows one-click-installer. All I noticed from doing that is that it ran then another cmd prompt style window opened for a second then everything was closed and nothing actually opened.
|
|
|
|
olcaytu2005
Legendary
Offline
Activity: 1470
Merit: 1024
|
|
April 07, 2015, 04:58:28 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
Edit : it doesnt give an error even shortcut.
|
|
|
|
Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 05:00:24 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator.
|
|
|
|
Skerberus
|
|
April 07, 2015, 05:03:37 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience
|
|
|
|
Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 05:09:57 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience Now that I see where it is saving data I see exactly why this is the case and really you should change where it saves the data to, otherwise only people with admin access will ever be able to run this. As the Program Files (x86) folder on windows is more restrictive than most any other folder. Had you saved the data like most clients in Users\Appdata\Roaming it would have worked flawlessly out of the box without needing admin permissions.
|
|
|
|
Skerberus
|
|
April 07, 2015, 05:16:40 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience Now that I see where it is saving data I see exactly why this is the case and really you should change where it saves the data to, otherwise only people with admin access will ever be able to run this. As the Program Files (x86) folder on windows is more restrictive than most any other folder. Had you saved the data like most clients in Users\Appdata\Roaming it would have worked flawlessly out of the box without needing admin permissions. Good suggestion! I will look into this .
|
|
|
|
Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 05:18:47 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience Now that I see where it is saving data I see exactly why this is the case and really you should change where it saves the data to, otherwise only people with admin access will ever be able to run this. As the Program Files (x86) folder on windows is more restrictive than most any other folder. Had you saved the data like most clients in Users\Appdata\Roaming it would have worked flawlessly out of the box without needing admin permissions. Good suggestion! I will look into this . Just remember if you make that change you really should implement code to migrate the files on the hard drive for people who already have it installed and running.
|
|
|
|
Skerberus
|
|
April 07, 2015, 06:21:40 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience Now that I see where it is saving data I see exactly why this is the case and really you should change where it saves the data to, otherwise only people with admin access will ever be able to run this. As the Program Files (x86) folder on windows is more restrictive than most any other folder. Had you saved the data like most clients in Users\Appdata\Roaming it would have worked flawlessly out of the box without needing admin permissions. Good suggestion! I will look into this . Just remember if you make that change you really should implement code to migrate the files on the hard drive for people who already have it installed and running. Well to do this there are also admin privileges required so to prevent further problems this will not be part of the bugfix-release. Of course you can move those folder manually if you want.
|
|
|
|
agran
|
|
April 07, 2015, 06:22:12 PM |
|
win 8.1 give an error like that : On my Windows10 it shows too. Run as administrator helps. Probably this and the fact that ordinary users write to the folder with the programs is prohibited.
|
|
|
|
Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 06:23:27 PM |
|
Hi @skerberus;
it has worked smoothly when i right click on qora wallet and choose run as an admin. it is working good now and sync.
I can confirm that things do work when you run it as administrator. nice to hear! I will change the one-click-installer to require those privileges. Sorry for the inconvenience Now that I see where it is saving data I see exactly why this is the case and really you should change where it saves the data to, otherwise only people with admin access will ever be able to run this. As the Program Files (x86) folder on windows is more restrictive than most any other folder. Had you saved the data like most clients in Users\Appdata\Roaming it would have worked flawlessly out of the box without needing admin permissions. Good suggestion! I will look into this . Just remember if you make that change you really should implement code to migrate the files on the hard drive for people who already have it installed and running. Well to do this there are also admin privileges required so to prevent further problems this will not be part of the bugfix-release. Of course you can move those folder manually if you want. Yes but if you do it at install / upgrade time only, then it really shouldn't be a problem especially since it is already requiring permissions for the directory.
|
|
|
|
HalFinneysBrain
|
|
April 07, 2015, 06:25:28 PM |
|
Poloniex is forging again, they've made two blocks in the past hour. Is polo going to be working again soon? It would be great to be back up to 2 exchanges for Qora.
|
|
|
|
Destined
Member
Offline
Activity: 173
Merit: 10
|
|
April 07, 2015, 06:28:15 PM |
|
win 8.1 give an error like that : On my Windows10 it shows too. Run as administrator helps. Probably this and the fact that ordinary users write to the folder with the programs is prohibited. Right click the icon and run it as administrator and the problem is solved.
|
|
|
|
olcaytu2005
Legendary
Offline
Activity: 1470
Merit: 1024
|
|
April 07, 2015, 06:43:27 PM |
|
Poloniex is forging again, they've made two blocks in the past hour. Is polo going to be working again soon? It would be great to be back up to 2 exchanges for Qora.
i wish they work again. Coz i have 2 million qora there and they are all stuck I ve created a ticket on poloniex.freshdesk. i told them about the new wallet and they can use the new wallet to solve problem.
|
|
|
|
|
DooMAD
Legendary
Offline
Activity: 3934
Merit: 3190
Leave no FUD unchallenged
|
|
April 07, 2015, 08:50:34 PM |
|
Poloniex is forging again, they've made two blocks in the past hour. Is polo going to be working again soon? It would be great to be back up to 2 exchanges for Qora.
i wish they work again. Coz i have 2 million qora there and they are all stuck I ve created a ticket on poloniex.freshdesk. i told them about the new wallet and they can use the new wallet to solve problem. Sounds like it's almost there. Probably just in the final stages of getting it sorted, hopefully. Just been discussing it in their trollbox.
|
|
|
|
olcaytu2005
Legendary
Offline
Activity: 1470
Merit: 1024
|
|
April 07, 2015, 08:56:23 PM |
|
Poloniex is forging again, they've made two blocks in the past hour. Is polo going to be working again soon? It would be great to be back up to 2 exchanges for Qora.
i wish they work again. Coz i have 2 million qora there and they are all stuck I ve created a ticket on poloniex.freshdesk. i told them about the new wallet and they can use the new wallet to solve problem. Sounds like it's almost there. Probably just in the final stages of getting it sorted, hopefully. Just been discussing it in their trollbox. it is not frozen now but it yet didnt solve the deposit and withdrawal problem . this is my poloniex ticket : https://poloniex.freshdesk.com/support/tickets/16496 they try to solve this.
|
|
|
|
DooMAD
Legendary
Offline
Activity: 3934
Merit: 3190
Leave no FUD unchallenged
|
|
April 07, 2015, 09:11:45 PM Last edit: April 07, 2015, 09:32:33 PM by DooMAD |
|
Poloniex is forging again, they've made two blocks in the past hour. Is polo going to be working again soon? It would be great to be back up to 2 exchanges for Qora.
i wish they work again. Coz i have 2 million qora there and they are all stuck I ve created a ticket on poloniex.freshdesk. i told them about the new wallet and they can use the new wallet to solve problem. Sounds like it's almost there. Probably just in the final stages of getting it sorted, hopefully. Just been discussing it in their trollbox. it is not frozen now but it yet didnt solve the deposit and withdrawal problem . this is my poloniex ticket : https://poloniex.freshdesk.com/support/tickets/16496 they try to solve this. Technically it is still frozen, it just doesn't say so on the coin listing at the side at the moment. I think that's just a sign that they're working on it and it's nearly ready, though. You can't make trades or deposit/withdraw just yet, but hopefully soon. //EDIT: Back to showing as Frozen in the coin listings again.
|
|
|
|
HalFinneysBrain
|
|
April 07, 2015, 09:57:05 PM |
|
Qora is trading again on poloniex. Time to get some buy orders in there! Gotta buy the coins from bears who had coins trapped there for months and want to sell now. Of course they will regret it soon when AT releases.
|
|
|
|
Vrontis (OP)
|
|
April 08, 2015, 03:07:12 AM |
|
Windows and MAC wallets have been updated
|
|
|
|
Tuck Fheman
|
|
April 08, 2015, 05:49:29 AM |
|
Win7, no issues here, everything went smooth.
|
|
|
|
|