I tried the Win32-EXE in a VMware-Fusion-VM on a Mac. Nothing happens. The window shows up, but no data seems to be updated and no error to see.
- How to debug?
- what kind of network-connection is needed (which may not be routed into the VM) ?
Would it be difficult to generate a native OSX-version ?
-> there is already an folder for that :) but empty :(
Thx.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
You need to enter api RestSign and RestKey from this link https://mtgox.com/security
Than you will see data updates.
It is stand alone Windows binary. No additional libs required.
Used SSL socket at port 443.
I will take a time to compile it for Mac OS X when 1.0 version released.
Hope to make it during week.
Last edit: Ighor July 2013-05-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
so, I don't know which of the changes it
- I updated Fusion from 4 to 5 and restarted VM (what I did not do a long time before)
- I updated bitcointrader from 0.83 to 0.84
and everything work just like in windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So I downloaded the Mac OS binary versions 1.07.01 and 1.07.95, and neither version will launch successfully on Mac OS 10.7.4. It just bounces in the dock a few times and quits. When I "Show Package Contents" and run the QTBitcoinTrader executable, I get a flood of messages in Terminal.
I get several that are variations of this:
objc[987]: Class QCocoaColorPanelDelegate is implemented in both /Applications/Qt Bitcoin Trader.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/4.0/QtGui and /Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
and several more like this:
On Mac OS X, you might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Export DYLD_PRINT_LIBRARIES=1 and check that only one set of binaries are being loaded.
QObject::moveToThread: Current thread (0x10151d4e0) is not the object's thread (0x1016e1020).
Cannot move to target thread (0x10151d4e0)
Maybe my OS is using outdated QT libraries? Your input would be appreciated. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi July,
I tried the Win32-EXE in a VMware-Fusion-VM on a Mac. Nothing happens. The window shows up, but no data seems to be updated and no error to see.
- How to debug?
- what kind of network-connection is needed (which may not be routed into the VM) ?
Would it be difficult to generate a native OSX-version ?
-> there is already an folder for that :) but empty :(
Thx.
Hi.
You need to enter api RestSign and RestKey from this link https://mtgox.com/security
Than you will see data updates.
It is stand alone Windows binary. No additional libs required.
Used SSL socket at port 443.
I will take a time to compile it for Mac OS X when 1.0 version released.
Hope to make it during week.
Last edit: Ighor July 2013-05-12
hm, it works fine on a friends win computer
- lag show directly after start
-completely working after entering sign&key
on a vmware vm on a mac:
- window opens with default values
- lag is not updated
- nothing happens after entering sign&key
- no error message
hmmm. hoping for a native OSX version :)
Last edit: teecee 2013-05-12
What version of Windows is installed to VMware-Fusion-VM?
Last edit: Ighor July 2013-05-12
Windows 7 Ultimate 0x64 SP1
You can enable debug by editing line on BitcoinTrader.ini
LogEnabled=true
And please send me BitcoinTrader.log file.
Also please check is Date and Time on Windows is correct.
Last edit: Ighor July 2013-05-12
IT WORKS in a VM !
so, I don't know which of the changes it
- I updated Fusion from 4 to 5 and restarted VM (what I did not do a long time before)
- I updated bitcointrader from 0.83 to 0.84
and everything work just like in windows.
This is a good news.
Feel free to contact me if any issues happens.
Last edit: Ighor July 2013-05-12
Mac OS version released.
So I downloaded the Mac OS binary versions 1.07.01 and 1.07.95, and neither version will launch successfully on Mac OS 10.7.4. It just bounces in the dock a few times and quits. When I "Show Package Contents" and run the QTBitcoinTrader executable, I get a flood of messages in Terminal.
I get several that are variations of this:
and several more like this:
Maybe my OS is using outdated QT libraries? Your input would be appreciated. Thanks.