Getting 1052 to run on Linux

Report bugs, errors and balance issues you may encounter ingame here.

Moderator: Developers

Post Reply
unliketea
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 245
Joined: Fri Apr 09, 2010 3:10 pm

Getting 1052 to run on Linux

Post by unliketea »

This is based on Rev.1052

> My craptop flips out if you try to change the resolution:
extensions/SDL_extensions.c line 545: commented

> The provided PREFIX at compile time wasn't being used:
platform/file_linux.c lines 67: commented
platform/file_linux.c lines 75-80: commented

> Fails to load fonts, doesn't reference DataDirectory:
menu.c line 480: add this line:
> char stmp[1024];
menu.c line 481: change to match:
> menuFont = ui_loadFont( strcat( strcpy( stmp, sl_getDataDirectory()), SLASH_STR "basicdat" SLASHSTR "Negatori.ttf")), 18);

> Menu buttons have no text on them:
No effin cloo.

> Fails to load module:
No effin cloo.

> Fails to exit cleanly:
No effin cloo.

> Occasionally locks up when started: (along with the rest of the machine???)
No effin cloo.

edits will come.
Last edited by unliketea on Mon Apr 12, 2010 3:25 pm, edited 1 time in total.
User avatar
penguinflyer5234
Sheep (Developer)
Sheep (Developer)
Posts: 3025
Joined: Wed Jul 23, 2008 1:39 am
Location: Best Southwest

Post by penguinflyer5234 »

I don't think the bash script should be used anymore, since Egoboo should use the PREFIX now.
...
unliketea
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 245
Joined: Fri Apr 09, 2010 3:10 pm

Post by unliketea »

Yea, I dropped the bash script ... looks like loading the font was the only instance where the links created by the bash script would be used.

See original post's edit for what I did to fix that.

Failing to load module and failing to exit cleanly are major issues I'm not sure I'll be able to find easily ... I'm assuming 1052 runs fine on windows eh?
Post Reply