divinity76
divinity76
same problem with `ctypes.wintypes.HANDLE` not sure if its worthwhile to create a separate issue for `ctypes.wintypes.HANDLE` ? in any case, #16 also fixes `ctypes.wintypes.HANDLE`
2 different proposed fixes: #16 and #17 i don't know which of those is better, hopefully someone else does
just saw, this also fixes `ctypes.wintypes.HANDLE` :) (same problem as with `ctypes.wintypes.ULARGE_INTEGER` )
#17 is an alternative to this PR (eg either #16 or #17 should be merged, but not both)
this has another interesting side effect, the sample code in README.md (after fixing the tab errors in #18 ) now prints: ``` #0 object() (6) baseProp => tuple(2) [0] =>...
> Note that @jcfischer's assumption that anything needs to be buffered in memory is wrong though, unless owncloud doesn't correctly use streams (which I believe it does). actually it's PHP's...
@gunzino is the build still failing if you add PR #1001 ? i suspect it's an OpenSSL >= 1.1.0 compatibility issue (which that PR attempts to address)
@gunzino PR #1001 was just merged, i think that fixes the modern ubuntu errors (and a guy commenting in #1001 said he tested it on ubuntu 18.04 with that patch...
@gunzino and what happens if you add `set(USE_STATIC_LIBS OFF)` to line 152 here and re-compile? https://github.com/edubart/otclient/blob/aa19f45d94b48a364c5cb6951e3090b72838ecfc/src/framework/CMakeLists.txt#L152 (full recompile including cmake and make)
@gunzino uhm.. missing opengl runtime libraries? what happens if you run `sudo apt-get install -y mesa-utils libgl1-mesa-glx` and run it again?