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

Module not found error #13

Closed
Papyrus61 opened this issue Dec 23, 2019 · 4 comments
Closed

Module not found error #13

Papyrus61 opened this issue Dec 23, 2019 · 4 comments

Comments

@Papyrus61
Copy link

Papyrus61 commented Dec 23, 2019

ive been getting an error
Couldn't include file 'includes\modules\joystick.lua' (File not found) (@addons/github_sym_joystick_module/lua/autorun/client/joystick.lua (line 66))

[ERROR] addons/github_sym_joystick_module/lua/autorun/client/joystick.lua:66: Module not found!

  1. require - [C]:-1
  2. unknown - addons/github_sym_joystick_module/lua/autorun/client/joystick.lua:66

Couldn't include file 'includes\modules\joystick.lua' (File not found) ()

ive downloaded and added everything properly but I have no idea how to fix

@Papyrus61 Papyrus61 changed the title ive been getting an error ive been getting an error and i installed everything right Dec 23, 2019
@dvdvideo1234
Copy link
Contributor

Tell me if it is fixed in #18

@MattJeanes
Copy link
Owner

MattJeanes commented Jun 18, 2020

Hi there apologies for the delay in response must have missed this, according to your error message the DLL file could not be loaded, this can be caused by a few things:

  • The file is not installed correctly into garrysmod/lua/bin folder, it must be in here not the addons folder
  • You are running 64 bit gmod branch, this module doesn't yet have a compilation for 64 bit gmod
  • The module installed doesn't match your OS or architecture, the module currently is only compiled for Windows 32 bit gmod, check out the naming and location section here for more info: https://wiki.facepunch.com/gmod/Creating_Binary_Modules

@MattJeanes MattJeanes changed the title ive been getting an error and i installed everything right Module not found error Jun 18, 2020
@MattJeanes
Copy link
Owner

I've added in the 64 bit Windows and Linux updated binaries from https://github.com/thegrb93/StarfallEx and https://gitlab.h08.us/puff/joystick-module-linux here, hopefully this will help

@MattJeanes
Copy link
Owner

Closing due to inactivity, hopefully your issue is resolved

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

3 participants