Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

No poll?

That's right
That is right

Pages: 1 ... 324 325 [326] 327 328 ... 379

Author Topic: Stonesense - Old Official thread - Now locked  (Read 1719425 times)

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Stonesense - Official thread
« Reply #4875 on: March 13, 2011, 08:24:05 pm »

possibly, but it would take some  wrangling.

you would have to convert the 2005 project file.
Logged

gu1dry

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread
« Reply #4876 on: March 13, 2011, 08:30:40 pm »

Would I be able with MSVC2010 Express?
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Stonesense - Official thread
« Reply #4877 on: March 13, 2011, 08:33:57 pm »

yes. but I don't know how smoothly it would go.
Logged

gu1dry

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread
« Reply #4878 on: March 13, 2011, 08:35:15 pm »

Well I'll install it & let you know the end results.

Edit: It fails to build :/
« Last Edit: March 13, 2011, 08:42:52 pm by gu1dry »
Logged

RTiger

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread
« Reply #4879 on: March 14, 2011, 09:08:29 am »

I cant get it working for .21 It worked for .19.

I get the message C++ runtime error, and I downloaded both files in the OP, neither helped.
Logged

jonask84

  • Bay Watcher
    • View Profile
    • Stonesene at Google Code
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4880 on: March 15, 2011, 08:15:24 pm »

Hi everyone :)

Just wanted to let you know that we've uploaded the official 2.3 release, which you can grab Right Here.

Please let us know if you find any issues

- Jonas
Logged

Greiger

  • Bay Watcher
  • Reptilian Illuminati member. Keep it secret.
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4881 on: March 15, 2011, 08:43:50 pm »

Thank you!  Thank you!

After Japa said there would be a new version soon I was refreshing this page almost as often as the main download page for DF!


Lesse...issues.   Custom workshops and other unknowns like siege engines flash for some reason, but I haven't found anything that actually bothers me at all.
Logged
Disclaimer: Not responsible for dwarven deaths from the use or misuse of this post.
Quote
I don't need friends!! I've got knives!!!

punkibastardo

  • Escaped Lunatic
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4882 on: March 16, 2011, 12:37:31 pm »

Thank you very much!

Been waiting impatiently for the next release, You rock! :D
Logged

thvaz

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4883 on: March 17, 2011, 04:10:10 pm »

I got the error: "Cannot Load Fond: DejaVuSans.ttf " I did install the font and the error still occurs. Anyone did have the same problem and knows a solution?
Logged

Granite

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4884 on: March 19, 2011, 03:28:48 am »

2.3 doesn't load on Wine. :-\
Logged

Greiger

  • Bay Watcher
  • Reptilian Illuminati member. Keep it secret.
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4885 on: March 19, 2011, 09:49:38 am »

I got the error: "Cannot Load Fond: DejaVuSans.ttf " I did install the font and the error still occurs. Anyone did have the same problem and knows a solution?

I had that issue when I was trying to halfass myself an early release by downloading the .exe by itself off the git.  I just downloaded their version of DejaVuSans.ttf off the git and overwrote mine and it worked.  (er well, didn't exactly "work" per say, but that wasn't the issue anymore)
Logged
Disclaimer: Not responsible for dwarven deaths from the use or misuse of this post.
Quote
I don't need friends!! I've got knives!!!

Siquo

  • Bay Watcher
  • Procedurally generated
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4886 on: March 19, 2011, 10:22:27 am »

Stonesense devs, thanks for re-kindling my interest in DF.
Logged

This one thread is mine. MIIIIINE!!! And it will remain a happy, friendly, encouraging place, whether you lot like it or not. 
will rena,eme sique to sique sxds-- siquo if sucessufil
(cant spel siqou a. every speling looks wroing (hate this))

cousac

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4887 on: March 19, 2011, 07:12:45 pm »

i am running OS: openSUSE 11.3 and have some difficulty compiling.

the error message is as follows:

Code: [Select]
cousac@linux-zwvc:~/stonesense/build> sudo make
Linking CXX executable ../stonesense
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `FollowCurrentDFWindow()':
MapLoading.cpp:(.text+0xa4a2): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0xa4f4): undefined reference to `DFHack::Position::getWindowSize(int&, int&)'
MapLoading.cpp:(.text+0xa523): undefined reference to `DFHack::Position::getViewCoords(int&, int&, int&)'
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `FollowCurrentDFCenter()':
MapLoading.cpp:(.text+0xa6a0): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0xa6c0): undefined reference to `DFHack::Position::getWindowSize(int&, int&)'
MapLoading.cpp:(.text+0xa6dd): undefined reference to `DFHack::Position::getViewCoords(int&, int&, int&)'
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `ReadMapSegment(DFHack::Context&, int, int, int, int, int, int)':
MapLoading.cpp:(.text+0x13b45): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0x13dbf): undefined reference to `DFHack::Position::getCursorCoords(int&, int&, int&)'
MapLoading.cpp:(.text+0x13e5e): undefined reference to `DFHack::Maps::ReadLocalFeatures(std::map<DFHack::planecoord, std::vector<DFHack::t_feature*, std::allocator<DFHack::t_feature*> >, std::less<DFHack::planecoord>, std::allocator<std::pair<DFHack::planecoord const, std::vector<DFHack::t_feature*, std::allocator<DFHack::t_feature*> > > > >&)'
collect2: ld returned 1 exit status
make[2]: *** [../stonesense] Error 1
make[1]: *** [CMakeFiles/stonesense.dir/all] Error 2
make: *** [all] Error 2

Where did I go wrong?
Logged

"Ahright, lissen up; you malodorous, malformed, putrescent, 'mok-forsaken lil' mini-orcs! I'm here to drink some tea and kick some asses. Either way, sumptin' gonna get tea-bagged tonight!"

peterix

  • Bay Watcher
    • View Profile
    • Dethware
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4888 on: March 19, 2011, 08:10:17 pm »

i am running OS: openSUSE 11.3 and have some difficulty compiling.
...
Where did I go wrong?
Using dfhack from git HEAD. It's nothing even close to a stable release :) I'm actively working on it, so things break all the time. And it can diverge from what stonesense thinks it looks like.

I just fixed one problem with the dfhack build system not installing header files. And stonesense needs some fixing to work with dfhack HEAD.

cousac

  • Bay Watcher
    • View Profile
Re: Stonesense - Official thread - Now 31.21 compatible
« Reply #4889 on: March 19, 2011, 08:28:22 pm »

i am running OS: openSUSE 11.3 and have some difficulty compiling.
...
Where did I go wrong?
Using dfhack from git HEAD. It's nothing even close to a stable release :) I'm actively working on it, so things break all the time. And it can diverge from what stonesense thinks it looks like.

I just fixed one problem with the dfhack build system not installing header files. And stonesense needs some fixing to work with dfhack HEAD.

good to know i guess. what can i do in the meantime? or is there no temporary solution?
I am capable of waiting, no worries :)

Forza, Mr. Peterix!!!
Logged

"Ahright, lissen up; you malodorous, malformed, putrescent, 'mok-forsaken lil' mini-orcs! I'm here to drink some tea and kick some asses. Either way, sumptin' gonna get tea-bagged tonight!"
Pages: 1 ... 324 325 [326] 327 328 ... 379