larsiusprime / SteamWrap

Haxe native extension for the Steam API
MIT License
106 stars 44 forks source link

Could not load module steamwrap@SteamWrap_ClearAchievement__1 #28

Closed increpare closed 5 years ago

increpare commented 5 years ago

Getting this problem when I try to initialize steam on osx (haxelib 3.3.0, macOS 10.14.5)

api/Steam.hx:477: Running non-Steam version (Could not load module steamwrap@SteamWrap_ClearAchievement__1)

The binary structure looks like this:

Bildschirmfoto 2019-07-23 um 11 35 01

I think I'm following the steps in the readme.md - am I meant to manually include the steamworks dll (libsteam_api.dylib or whatever) itself somewhere?

increpare commented 5 years ago

I guess so. I manually copied it in and I'm getting other errors now. I got very confused towards the end of the Readme.MD because the formatting gets confusing on/after the line "To build steamwrap.ndll from source:" -I'm not sure where that section ends (it's not clearly formatted as its own subsection).