-
Notifications
You must be signed in to change notification settings - Fork 1
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
Simple example not working on Windows #7
Comments
I have just found this issue in the original luajit-request repo. Will test that |
On the same system, I can get Simple Example in the README working by copying these files to the root of the project (where main.lua is):
|
Humm any chance of module-loader being broken? |
I would say it's broken at least in windows. In which platform did you developed/tested this package @MrcSnm ? I'm not really familiar with lua's package search method, apart from what is described in the documentation, so I'm not sure how to deal with this problem In my linux machine the
and the
I don't have a windows pc to test it there at the moment. @lmfff what are your paths? |
So, it seems that I found 2 problems: One is that it feels that module-loader is unupdated, I'm doing that right now. Although I'm a bit rusty with Lua, I'm trying to update it ASAP |
1: module-loader is updated |
great! tested #09aaf47 and it's working under linux, will try in windows asap |
I'm still having problems with #09aaf47 on Windows 10 64bit
(just replacing the dll in lib/REST-love/luajit-request/luajit-request/ still produces same error as in point 1) |
Hi! thanks for this great library. It's not easy to find simple and effective packages to do async https request within the love framework.
I had no problems using it in a linux machine, but I'm having some problems making the package work under windows.
The problematic machine is running:
The submodules are pulled, and I double checked there's content on them
This is what I tried:
REST-love/luajit-request
to project root as a quick workaroundREST-love/luajit-request
andREST-love/luajit-request/luajit-request/libcurl.dll
to project root running Love x32 11.3REST-love/luajit-request
andREST-love/luajit-request/luajit-request/libcurl.dll
to project root running Love x64 11.3So I guess your dll is x64. Also tried downloading new dlls from here but nothing changed.
Any ideas?
The text was updated successfully, but these errors were encountered: