Pages:
Author

Topic: [XMR] MoneroX - A cross platform graphical account manager for Monero - page 16. (Read 88593 times)

sr. member
Activity: 264
Merit: 250
The newest test version is ready to be released from my part, but I've just encountered a serious issue during the usage of payment IDs.

I have already contacted the core development team about the issue, but they told me that it's probably the cause of using an outdated branch to build from. All the compiled GUI test versions have been removed from GitHub as a precautious step towards the protection of everyone's funds (even though I called out earlier that alpha/beta versions should not be used in real world scenarios). We are working hard to resolve all these problems, and the best way should be opening up an official core test branch in order not to let this happen ever again.
full member
Activity: 338
Merit: 100
https://eloncity.io/
they are there.....

would it be possible to add logging of that error ( if file not found then pritnout what file is missing ? )

as i cant compile (fails) i can't add the logging myself

never mind, i tought you meant your binaries, the dev needed the files, i can compile now, i guess i can use the debug window, and use /save to save blockchain, else it resets on any crash... 100 days to go Wink
sr. member
Activity: 264
Merit: 250
member
Activity: 70
Merit: 10
Looks good from the screenshots but never tested it. Does it really work ?
full member
Activity: 338
Merit: 100
https://eloncity.io/
run from src code in VS...

http://prntscr.com/4ebr09

fails on rpc start process.. (A first chance exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll

Additional information: The system cannot find the file specified)





            Process.OutputDataReceived += Process_OutputDataReceived;
            Process.Exited += Process_Exited;

    HERE -->        Process.Start();
            StaticObjects.JobManager.AddProcess(Process);
            Process.BeginOutputReadLine();

            // Constantly check for the RPC port's activeness


0.39.beta 2...

Access is denied
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at Jojatekok.MoneroAPI.ProcessManagers.BaseRpcProcessManager.StartProcess(String[] arguments)
   at Jojatekok.MoneroAPI.ProcessManagers.AccountManager.StartInternal()
   at Jojatekok.MoneroGUI.Windows.MainWindow.StartAccountManager()
   at Jojatekok.MoneroGUI.Windows.MainWindow.<>c__DisplayClass1.<.ctor>b__0(Object param0, EventArgs param1)
   at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at Jojatekok.MoneroGUI.App.Main()



and

0.38.1


The type initializer for 'Jojatekok.MoneroGUI.SettingsManager' threw an exception.
   at Jojatekok.MoneroGUI.SettingsManager.get_Appearance()
   at Jojatekok.MoneroGUI.App..ctor()
   at Jojatekok.MoneroGUI.App.Main()

sr. member
Activity: 264
Merit: 250
If not altered, the txt file should contain your XMR address.

By the way, I have just found the issue which made the wallets unable to initialize. The wallet's RPC port was always read as '0' because of a parameter's bad capitalization. https://github.com/Jojatekok/monero-client-net/blob/master/MoneroApi/Settings/RpcSettings.cs#L16


EDIT: I have also spotted some bugs in the beta core components, and have already reported them. Smiley

EDIT #2: Sending coins without a payment ID will not cause the software to crash from now.
member
Activity: 72
Merit: 10
Yes, it's the same adress.
hero member
Activity: 658
Merit: 500
Same for me. I used .38.1 to create wallet and it worked. I used .39 and it worked but i coulnt send my coins, wallet just stoped responding. Then i used the last one and it just keep initializing forever.
And every newer version of wallet i got the older ones just died, they cant start.
Any solution to all this? I would be nice to pull my coins out.

Same issue here.   I also sent coins to an old wallet that I can't open, and can't get the new version to initialize using my old wallet to receive the coins Id sent.

Bah!  

I was using 38.0 and had sent coins to that wallet, then it asked if I wanted to update and it updated to 38.1, once it did that the client just stop responding when it would be run.

Then I imported the wallet from the 38.0 version to the new beta 39 since it actually opens, but it never finishes initializing and hangs around block 7X,XXX, i forgot exactly which block but every time the blockchain stops downloading I restart the client and it has to start all over again.

Hope I didn't lose all my coins lol.

Ok, i scrolled up the thread and found some instructions on getting the older version to run again and have 38.0 running again now.  Hopefully my coins will show up.  lol

also, is the address in the wallet.bin.address.txt the same as the wallet address?   I can't see atm because its still initializing since reverting.
hero member
Activity: 658
Merit: 500
Same for me. I used .38.1 to create wallet and it worked. I used .39 and it worked but i coulnt send my coins, wallet just stoped responding. Then i used the last one and it just keep initializing forever.
And every newer version of wallet i got the older ones just died, they cant start.
Any solution to all this? I would be nice to pull my coins out.

Same issue here.   I also sent coins to an old wallet that I can't open, and can't get the new version to initialize using my old wallet to receive the coins Id sent.

Bah!  

I was using 38.0 and had sent coins to that wallet, then it asked if I wanted to update and it updated to 38.1, once it did that the client just stop responding when it would be run.

Then I imported the wallet from the 38.0 version to the new beta 39 since it actually opens, but it never finishes initializing and hangs around block 7X,XXX, i forgot exactly which block but every time the blockchain stops downloading I restart the client and it has to start all over again.

Hope I didn't lose all my coins lol.
member
Activity: 72
Merit: 10
Tnx Jojatekok, now i can use older wallets  Grin
sr. member
Activity: 264
Merit: 250
I am most likely doing something wrong here, but I am using the v0.39.0-beta.2 client.  I installed an older client first to create an account.  Then, I installed the aforementioned beta version.  I did an import of my backup, it showed my address, is caught up with a bunch of connections, but it was NOT receiving any XMR. I have been mining for a couple days and the pool shows several XMR. 

So, I went to a different PC, ran the client, let it catch up, imported wallet, and now for an address it just says "Initializing".  Am I missing some thing here?  Any assistance would be greatly appreciated!

Same for me. I used .38.1 to create wallet and it worked. I used .39 and it worked but i coulnt send my coins, wallet just stoped responding. Then i used the last one and it just keep initializing forever.
And every newer version of wallet i got the older ones just died, they cant start.
Any solution to all this? I would be nice to pull my coins out.

You all do nothing wrong. I just got home, wanted to check my wallet, and saw that it never initializes. Something fails to operate, please be patient until I examine the situation. As for downgrading from v0.39 to v0.38.1, please remove your configuration file 'user.config' located at '%LocalAppData%\Jojatekok\MoneroClient.Net', and then, the older versions should start up fine. Your settings and contacts will be lost, though (this doesn't mean that they will have to be lost i the future, just be sure to export them into a CSV file with the built-in function Wink).
member
Activity: 72
Merit: 10
Same for me. I used .38.1 to create wallet and it worked. I used .39 and it worked but i coulnt send my coins, wallet just stoped responding. Then i used the last one and it just keep initializing forever.
And every newer version of wallet i got the older ones just died, they cant start.
Any solution to all this? I would be nice to pull my coins out.
member
Activity: 111
Merit: 10
I am most likely doing something wrong here, but I am using the v0.39.0-beta.2 client.  I installed an older client first to create an account.  Then, I installed the aforementioned beta version.  I did an import of my backup, it showed my address, is caught up with a bunch of connections, but it was NOT receiving any XMR. I have been mining for a couple days and the pool shows several XMR. 

So, I went to a different PC, ran the client, let it catch up, imported wallet, and now for an address it just says "Initializing".  Am I missing some thing here?  Any assistance would be greatly appreciated!
newbie
Activity: 12
Merit: 0
Good update! I have no patiend for waiting until non-better reliase.
newbie
Activity: 12
Merit: 0
Being a fork doesnt really matter, what matters is what the devs do with it, and XMR has surpassed as to date the original Bytecoin, so there.
That is exactly what I'm thinking. This is a perfect example of how cool our developers are.
sr. member
Activity: 322
Merit: 250
Being a fork doesnt really matter, what matters is what the devs do with it, and XMR has surpassed as to date the original Bytecoin, so there.
newbie
Activity: 14
Merit: 0
Monero has such a great apps for Windows! Love it.
newbie
Activity: 12
Merit: 0
Can't understand why people typing that Monero is a fork! It has such a unique graphical account manager!
newbie
Activity: 13
Merit: 0
sr. member
Activity: 264
Merit: 250
Any news about the wallet issues?
Maybe provide a wallet and see if it works for me with new alphas/betas?

There have been a lot of improvements under the hood which are waiting to be tested (I cannot do it massively here, as my main account is on my home PC). The code has been cleaned up, and several bugs were fixed. Also, I have added a built-in option to check for experimental build updates in the first beta version of v0.39.0. All the things should depend on the core developers releasing the new monerod and rpcaccount officially now.


EDIT: Version 0.39.0-beta.2 has been released, and should be broadcasted by the built-in auto-update for those who were using the first beta release and enabled checking for experimental application updates. It took a lot of hassle, but finally, the terminology has been changed from "wallet" to "account".

Everyone may help again by updating the translations to reflect the changes in term usage: https://www.transifex.com/organization/jojatekok/dashboard/monero-client-net
Please keep sending bug reports and crash logs, and don't worry to request any kind of help, I'm glad to give support for anyone.
Pages:
Jump to: