ocapmod / ocap-legacy

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.
Other
38 stars 42 forks source link

OCAP Export dont work with x64 Server #54

Closed maxx87 closed 6 years ago

maxx87 commented 7 years ago

OCAP Version: 0.5.0.1 Beta Arma 3 Version: stable Server OS: Windows

Description: OCAP Export dont work with x64 Server Error: Call extension 'ocap_exporter' could not be found

Steps to reproduce:

  1. Starting Arma 3 Server x64 with OCAP
  2. Connect to Server x32 or x64
  3. Capture with OCAP
  4. Export Capture

RPT File: http://pastebin.com/PdT5x47C

Pull request: https://github.com/mistergoodson/OCAP/pull/55

Fixed File: https://drive.google.com/file/d/0BzoKZYY0UB_VYzdSakpWYnRVV1k/view

maxx87 commented 7 years ago

x64 compiled File to fix (Arma server's root folder): https://drive.google.com/file/d/0BzoKZYY0UB_VYzdSakpWYnRVV1k/view

ChristopheTdn commented 7 years ago

in line 64 (https://github.com/mistergoodson/OCAP/blob/master/extension/OCAPExporter/OCAPExporter/Class1.cs#L64) Change "_RVExtension@12" reference for 32-bit extension to "RVExtension" for 64-bit " and compile the dll in 64 environment

If you can t wait, use this one. ;-)

ocap_exporter_x64.zip

JamieGoodson commented 6 years ago

An x64 release will be available soon (along with a much more efficient OCAP).