Get in touch with developers using Service Desk! - page 105

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am using Advapi32.dll because I need an EA to automatically create the HKEY_CURRENT_USER / QKLog / data1 key in the windows registry.
However, I get a violation error.
The same code adapted for Metatrader 4 works perfectly.
I am attaching a script where I isolated the part of the code that generates the error.
It can be seen that when lines 25 and 26 (
// string api = ....
// string url = ....) the key is successfully generated in the registry without any errors.
Below is the error log
2022.11.01 09:54:47.172 test_error (USDJPY,M1) Access violation at 0x00007FFFD16D5AC8 read to 0x0000021100000008
2022.11.01 09:54:47.173 test_error (USDJPY,M1) crash --> 00007FFFD16D5AC8 488B4908 mov rcx, [rcx+0x8]
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACC 4885C9 test rcx, rcx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACF 0F8413020500 jz dword 0x7fffd1725ce8
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5AD5 E826000000 call 0x7fffd16d5b00
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADA 8BD0 mov edx, eax
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADC 85D2 test edx, edx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADE 750A jnz 0x7fffd16d5aea
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00: 0x00007FFFD16D5AC8
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 01: 0x00007FFFD16A0409
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 02: 0x00007FFFD169FF8B
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 03: 0x00000211A40B06E6
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
ricfor #:
I need a service support for a possible compiler BUG:
I am using Advapi32.dll because I need an EA to automatically create the HKEY_CURRENT_USER / QKLog / data1 key in the windows registry.
However, I get a violation error.
The same code adapted for Metatrader 4 works perfectly.
I am attaching a script where I isolated the part of the code that generates the error.
It can be seen that when lines 25 and 26 (
// string api = ....
// string url = ....) the key is successfully generated in the registry without any errors.
Below is the error log
2022.11.01 09:54:47.172 test_error (USDJPY,M1) Access violation at 0x00007FFFD16D5AC8 read to 0x0000021100000008
2022.11.01 09:54:47.173 test_error (USDJPY,M1) crash --> 00007FFFD16D5AC8 488B4908 mov rcx, [rcx+0x8]
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACC 4885C9 test rcx, rcx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACF 0F8413020500 jz dword 0x7fffd1725ce8
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5AD5 E826000000 call 0x7fffd16d5b00
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADA 8BD0 mov edx, eax
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADC 85D2 test edx, edx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADE 750A jnz 0x7fffd16d5aea
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00: 0x00007FFFD16D5AC8
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 01: 0x00007FFFD16A0409
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 02: 0x00007FFFD169FF8B
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 03: 0x00000211A40B06E6
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
Seems permission error , have you tried running terminal with elevated permissions ->run as admin.
User running the code has proper rights and permissions ?
I need a service support for a possible compiler BUG:
I am using Advapi32.dll because I need an EA to automatically create the HKEY_CURRENT_USER / QKLog / data1 key in the windows registry.
However, I get a violation error.
The same code adapted for Metatrader 4 works perfectly.
I am attaching a script where I isolated the part of the code that generates the error.
It can be seen that when lines 25 and 26 (
// string api = ....
// string url = ....) the key is successfully generated in the registry without any errors.
Below is the error log
2022.11.01 09:54:47.172 test_error (USDJPY,M1) Access violation at 0x00007FFFD16D5AC8 read to 0x0000021100000008
2022.11.01 09:54:47.173 test_error (USDJPY,M1) crash --> 00007FFFD16D5AC8 488B4908 mov rcx, [rcx+0x8]
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACC 4885C9 test rcx, rcx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ACF 0F8413020500 jz dword 0x7fffd1725ce8
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5AD5 E826000000 call 0x7fffd16d5b00
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADA 8BD0 mov edx, eax
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADC 85D2 test edx, edx
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00007FFFD16D5ADE 750A jnz 0x7fffd16d5aea
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 00: 0x00007FFFD16D5AC8
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 01: 0x00007FFFD16A0409
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 02: 0x00007FFFD169FF8B
2022.11.01 09:54:47.173 test_error (USDJPY,M1) 03: 0x00000211A40B06E6
2022.11.01 09:54:47.173 test_error (USDJPY,M1)
Your DLL had issues. If you are running it on MT5 then it should be 64 bit. This issue occurs when you have used 32 bits DLL or sometimes you are calling the function wrong way. I would suggest yoou try some already existing examples and try adding your necessary code in it.
hello, I paid for nexus, but I can't activate it on a second PC, the things I paid for to install it don't appear in the market? help
hello, I paid for nexus, but I can't activate it on a second PC, the things I paid for to install it don't appear in the market? help
If you fill Community tab in correct way (by your user name and not your email) so you can do the following -
Forum on trading, automated trading systems and testing trading strategies
The purchased tab is only showing the last two purchases
Alexey Petrov, 2021.01.19 11:17
Even if a Market product is removed from the showcase, those who already purchased it, can install it anytime from their MetaTrader terminal (Market \ Purchased section).
In case you don't see the product on the list of your purchases in the terminal, try the following:
After reinstalling New Version MT4 Build 1366
I am a brand new user. I clicked on something and started losing tabs and windows. please lay a step by step to get back the default window?