12-04-2023, 05:47 PM
My apologies, my comment wasn't very helpful. It appears to have trouble with the slashes in the filename strings.
![[Image: error.png]](https://i.ibb.co/0h7VWTR/error.png)
I'm able to get it to work if I change the direction of the slashes.
After that I get...
![[Image: error2.png]](https://i.ibb.co/dMRkpdH/error2.png)
I've isolated that to ...
Which is set by ...
Switch the slashes and I get further.
In conclusion Linux uses forward slashes and Windows it is backslashes.
Great work though! Keep it up! I look forward to seeing it run in Linux.
![[Image: error.png]](https://i.ibb.co/0h7VWTR/error.png)
I'm able to get it to work if I change the direction of the slashes.
Code: (Select All)
hf = _LOADFONT("need/textures/prototype.ttf", 70)![[Image: error2.png]](https://i.ibb.co/dMRkpdH/error2.png)
I've isolated that to ...
Code: (Select All)
_SOURCE uni_bordWhich is set by ...
Code: (Select All)
uni_bord = _LOADIMAGE("need\menu\bord\uni_bord.jpg", 32)In conclusion Linux uses forward slashes and Windows it is backslashes.
Great work though! Keep it up! I look forward to seeing it run in Linux.
2D physics engine https://github.com/mechatronic3000/fzxNGN
QB Pool https://github.com/mechatronic3000/QBPool
QB Pool https://github.com/mechatronic3000/QBPool

