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 - boozedog

Pages: [1]
1
OXCE Builds & Ports / Re: OXCE v6.4 for iOS (iPhone/iPad)
« on: April 15, 2020, 02:41:46 pm »
Tap and hold... at the spot the soldier should be looking at.

And thanks for the confirmation that it is actually working... I'm maintaining this branch practically blindly :)

Thanks for your work on this! Yes that did the trick!

Another question ... I am finding that the touch sensing is misaligned ... the touch is sensed to be lower than it actually is. Horizontal alignment is fine. I confirmed this by testing using Apple Pencil. Is there a way to fix this alignment myself?

2
OXCE Builds & Ports / Re: OXCE v6.4 for iOS (iPhone/iPad)
« on: April 14, 2020, 09:49:28 pm »
Just installed this on my iPad and it's working great! Question ... anybody know the touch gesture to get my soldier to face a certain way?

3
Builds & Ports / Having trouble compiling in Xcode
« on: June 15, 2016, 09:12:30 pm »
I used the instructions in README.md to install the dependencies (I'm using brew) and add the src folder.

When I build, I get the following error:

Code: [Select]
Undefined symbols for architecture x86_64:
  "_SDL_main", referenced from:
      -[SDLMain applicationDidFinishLaunching:] in SDLMain.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


4
Builds & Ports / Re: Anybody know how to reach Krzysztof Knapik?
« on: April 08, 2014, 04:16:44 pm »
Don't see any code here that I can fork, but I did find an email address for Krzysztof so we'll see if I can reach him!

5
Builds & Ports / Re: Anybody know how to reach Krzysztof Knapik?
« on: April 08, 2014, 03:04:40 pm »
Thanks winterheart! That's a little more helpful, LOL

Do you know where I can find his repo?

6
Builds & Ports / Re: Anybody know how to reach Krzysztof Knapik?
« on: April 08, 2014, 02:31:42 pm »
I'm willing to try! Is there any kind of a guide for Ubuntu?

7
Builds & Ports / Anybody know how to reach Krzysztof Knapik?
« on: April 07, 2014, 11:09:05 pm »
I'd like to beg him to update his PPA to use a more-recent nightly build!

8
Builds & Ports / Re: Request for OSX build
« on: April 07, 2014, 11:06:56 pm »
Anybody else having trouble with the grrussel binaries?

I'm getting Segmentation fault: 11 when I try to run it ...

I'm on Mac OS X 10.9.2 .

9
Troubleshooting / Re: [FATAL]basic_string::substr
« on: April 07, 2014, 04:41:47 pm »
I'm only aware of this one: https://knapsu.eu/openxcom/

I found it on the Downloads page: https://openxcom.org/index.php/downloads/ when I clicked on the Ubuntu link.

10
Troubleshooting / Re: [FATAL]basic_string::substr
« on: April 07, 2014, 04:21:03 pm »
No, I used the ubuntu PPA ...

11
Troubleshooting / [FATAL]basic_string::substr
« on: April 05, 2014, 10:38:39 pm »
user@chrubuntu:~/.local/share/openxcom$ cat openxcom.log
[05-04-2014 19:36:42]   [INFO]   Data folder is:
[05-04-2014 19:36:42]   [INFO]   Data search is:
[05-04-2014 19:36:42]   [INFO]   - /home/user/.local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/lubuntu/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/gdm/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /var/lib/menu-xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/xdg-Lubuntu/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/upstart/xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - ./data/
[05-04-2014 19:36:42]   [INFO]   User folder is: /home/user/.local/share/openxcom/
[05-04-2014 19:36:42]   [INFO]   Config folder is: /home/user/.config/openxcom/
[05-04-2014 19:36:42]   [INFO]   Options loaded successfully.
[05-04-2014 19:36:42]   [INFO]   SDL initialized successfully.
[05-04-2014 19:36:42]   [INFO]   SDL_mixer initialized successfully.
[05-04-2014 19:36:42]   [INFO]   Attempting to set display to 640x400x8...
[05-04-2014 19:36:42]   [INFO]   Display set to 640x400x8.
[05-04-2014 19:36:42]   [INFO]   Using SSE2 2X zoom routine.
[05-04-2014 19:36:42]   [INFO]   Loading ruleset...
[05-04-2014 19:36:42]   [INFO]   Ruleset loaded successfully.
[05-04-2014 19:36:42]   [INFO]   Loading resources...
[05-04-2014 19:36:43]   [INFO]   Loading extra resources from ruleset...
[05-04-2014 19:36:43]   [INFO]   Resources loaded successfully.
[05-04-2014 19:36:43]   [INFO]   Loading language...
[05-04-2014 19:36:43]   [FATAL]   basic_string::substr

Pages: [1]