Skip to content
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

Game crashing on callExtension #9

Open
Canibus opened this issue Apr 6, 2023 · 0 comments
Open

Game crashing on callExtension #9

Canibus opened this issue Apr 6, 2023 · 0 comments

Comments

@Canibus
Copy link

Canibus commented Apr 6, 2023

Everything is packed as in requirements for using dll.

Environment: go version go1.20.1 windows/amd64
TDM-GCC: Tried latest 10.3.0 and previous 9.2 with no success
Builds: x64 and x86 version of dll's by method as you described in your README.md

When i run this code the game just crashed with no errors in rpt.

_result = "armago" callExtension "John";
hint format [ "Result:% 1", _result ];

UPD 1:
Checked it couple of times and what i got: x86 version works great with no crash, but it works only on x86 executable of Arma3.
For x64 version got this: err
UPD 2:
Found as temporary solution: all works on go1.19 and tdm-gcc 9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant