aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 32bits

Pages: [1]
1
Builds & Ports / Re: OpenXcom for Android - new official thread
« on: August 29, 2014, 03:22:55 pm »
Hey guys,

I've just installed the latest version of android port, copied needed directories with files to /sdcard/OpenXcom/data directory, but, unfortunately, application crashed. The log file is empty.
Here is the screenshot:

2
Translations / Re: Russian Translation
« on: March 27, 2014, 04:07:47 pm »
And why "Продложить сохраненную игру" and not shorter and more logical "Загрузить сохраненную игру"?
Or just "Загрузить игру"?

3
Open Feedback / cpp dev
« on: March 10, 2014, 03:19:56 pm »
Hello guys,

I've looked through the OpenXcom source code on github for investigation and further contributing. I found that the is fully written on C++ language and I unfortunately or luckily :) know C without crosses. So the question is: which book, article or internet page do I have to read to quick dive and contribute in the project? As far as I understood the SDL library should be known as well.

Thanks.

4
Troubleshooting / Re: OpenXcom scm version doesn't start
« on: March 10, 2014, 02:47:00 pm »
Thank you :)

5
Troubleshooting / Re: OpenXcom scm version doesn't start
« on: March 07, 2014, 04:15:58 pm »
Ok, I successfully launched openxcom after rebuilding the following dependencies:
dev-libs/yaml-cpp
media-libs/SDL
media-libs/SDL_gfx
media-libs/SDL_image
media-libs/SDL_mixer
x11-dri/glu
x11-dri/mesa

I thinks, we can close this topic :)
Thanks

6
Troubleshooting / Re: OpenXcom scm version doesn't start
« on: March 07, 2014, 03:24:34 pm »
Well, I've created symlink but I had no success in the OpenXcom launch. Here is the output:
Code: [Select]
openxcom
libpng warning: Application built with libpng-1.5.17 but running with 1.6.9

Any suggestions?

7
Troubleshooting / Re: OpenXcom scm version doesn't start
« on: March 07, 2014, 01:11:51 pm »
Place the entire game folder content in the 'data' folder of your OXC installation/compilation.

See if it works like that.

kkmic, the reason in the libpng package. I've downgraded to the 1.5 version and openxcom starts perfectly but, unfortunately, it broke other packages in my system :-( So the question is: is it possible to compile openxcom with libpng 1.6 version?

8
Troubleshooting / Re: OpenXcom scm version doesn't start
« on: March 07, 2014, 01:11:47 am »
It seems I found the reason of failure:
Code: [Select]
int@sophie ~/.local/share/openxcom $ cat openxcom.log
[07-03-2014 00:58:24] [INFO] Data folder is:
[07-03-2014 00:58:24] [INFO] Data search is:
[07-03-2014 00:58:24] [INFO] - /home/int/.local/share/openxcom/data/
[07-03-2014 00:58:24] [INFO] - /usr/local/share/openxcom/data/
[07-03-2014 00:58:24] [INFO] - /usr/share/openxcom/data/
[07-03-2014 00:58:24] [INFO] - ./data/
[07-03-2014 00:58:24] [INFO] User folder is: /home/int/.local/share/openxcom/
[07-03-2014 00:58:24] [INFO] Config folder is: /home/int/.config/openxcom/
[07-03-2014 00:58:24] [INFO] Options loaded successfully.
[07-03-2014 00:58:24] [INFO] SDL initialized successfully.
[07-03-2014 00:58:24] [INFO] SDL_mixer initialized successfully.
[07-03-2014 00:58:24] [INFO] Attempting to set display to 640x400x8...
[07-03-2014 00:58:24] [INFO] Display set to 640x400x8.
[07-03-2014 00:58:24] [INFO] Using SSE2 2X zoom routine.
[07-03-2014 00:58:24] [INFO] Loading ruleset...
[07-03-2014 00:58:25] [INFO] Ruleset loaded successfully.
[07-03-2014 00:58:25] [INFO] Loading resources...
[07-03-2014 00:58:25] [ERROR] /usr/share/openxcom/data/Language/FontBig.png:Failed loading libpng15.so.15: libpng15.so.15: cannot open shared object file: No such file or directory

but I have a newer version of libpng package:
Code: [Select]
sudo cave show libpng
Password:
* media-libs/libpng
    ::arbor                   1.5.17-r1(~) 1.6.9(~)* {:0}
    ::installed               1.6.9 {:0}
    media-libs/libpng-1.6.9:0::installed

9
Troubleshooting / OpenXcom scm version doesn't start
« on: March 06, 2014, 09:51:04 pm »
Hello guys,

I've compiled the scm version of OpenXcom game. When I run it I receive the following message:
"
Code: [Select]
Error:
/usr/share/openxcom/data/Language/FontBi

Make sure you installed OpenXcom
correctly.
Check the requirements and
documentation for more details.

Press any key to quit
"
Could you please help me to resolve this issue?
Please look at the screenshot in the attachment and let me know if you need additional info.

Thank you in advance

Pages: [1]