Posts: 51
Threads: 7
Joined: Feb 2024
Reputation:
0
So, I've tried to run NaaLaa 7 on Linux, but didn't have much success. NED runs, but the text is overlapping. That wouldn't be a big problem (as I use Geany with everything), but more complex examples fail to compile an run due to some .dlls missing. I'm aware that NaaLaa is Windows only and the problems have more to do with Wine than NaaLaa itself, but I wonder why much more complex applications run under Wine and NaaLaa doesn't.
Posts: 332
Threads: 35
Joined: Nov 2023
Reputation:
3
Tomaaz,
I think your "text" problem is microsoft related....
sudo apt install ttf-mscorefonts-installer -y
Will install microsofts core fonts and should take care of your "overlapping" text...
Logic is the beginning of wisdom.
Posts: 51
Threads: 7
Joined: Feb 2024
Reputation:
0
Thanx, Johno! Unfortunately, this is the smaller of the two problems. Of course, I'm not requesting (or even expecting) NaaLaa to work on Linux. I'm just courious why it doesn't. Do all the examples work properly on your machine?
Posts: 332
Threads: 35
Joined: Nov 2023
Reputation:
3
So far all of N7 runs fine on my machine. I am running with Linux Mint 21.2 Cinnamon. The only issues that I seem to have with N7 programs... is me... Still learning... I have N6 installed as well. Have you tried N6 via Wine?
Logic is the beginning of wisdom.
Posts: 51
Threads: 7
Joined: Feb 2024
Reputation:
0
No, the whole point was to try N7. Even if N6 worked that would't be much of use in this case.
Posts: 332
Threads: 35
Joined: Nov 2023
Reputation:
3
Understood... Sorry that I could not be more helpful....
Logic is the beginning of wisdom.
Posts: 343
Threads: 41
Joined: Nov 2023
Reputation:
3
Weird, the compiler should copy all required dll files to wherever it builds your exe file? I don't have linux, nor wine, so I can't test this much, sorry.
Posts: 51
Threads: 7
Joined: Feb 2024
Reputation:
0
02-06-2024, 04:52 PM
(This post was last modified: 02-06-2024, 04:53 PM by Tomaaz.)
So, the problem might ne the fact that I'm using Geany to edit the source file and then from Geany run wine with all paths included. There is a posibility that some information is lost during this process. Will check that when I'm back at home.