1423
Specifying file paths
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
The source engine does not handle case sensitivity when loading assets from disk. On windows it's not an issue but on Linux it will silently fail to load assets if the case doesn't match. I lost so many hours trying to fix some weapon animation that had 0 seconds run time when porting a mod dedicated server to Linux.