Search found 3 matches

by Henkoglobin
Mon Feb 10, 2014 7:58 pm
Forum: Support and Development
Topic: [Solved] Strange behaviour of require on different Windows..
Replies: 6
Views: 2215

Re: Strange behaviour of require on different Windows platfo

Hey, sorry for letting you all wait for so long.

bartbes' tip is absolutely correct and it now works on the other person's computer as well. I am still puzzled why it worked on my machine, though. Is there any explanation for this?
by Henkoglobin
Fri Jan 31, 2014 12:37 pm
Forum: Support and Development
Topic: [Solved] Strange behaviour of require on different Windows..
Replies: 6
Views: 2215

Re: Strange behaviour of require on different Windows platfo

Alright, totally forgot about that, ha :D I added error logging and attached the updated love file to this posting. The resulting error log is as follows: stuff.lua:1: module 'lib/loadme' not found: no field package.preload['lib/loadme'] no file '.\lib/loadme.lua' no file 'G:\LOVE\lua\lib/loadme.lua...
by Henkoglobin
Fri Jan 31, 2014 12:10 pm
Forum: Support and Development
Topic: [Solved] Strange behaviour of require on different Windows..
Replies: 6
Views: 2215

[Solved] Strange behaviour of require on different Windows..

Hey everybody, Today, I had a very strange problem: A love file that is working without a single problem on my PC (Windows 8.1 64 bit) fails to require a file on another PC (Windows 7 64 bit). Especially, the require d file is in a sub-directory and is require d from a thread. It seems that the thre...