topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:05 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Beta: fSekrit 1.2 needs bashing!  (Read 16806 times)

f0dder

  • Moderator
  • Joined in 2005
  • *****
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Beta: fSekrit 1.2 needs bashing!
« on: September 12, 2006, 09:24 AM »
Updated: beta 2

For those interested, here's a beta of v1.2. I'd like you to bash this in every possible way, and if you can make it crash please do tell me. Do *anything* you can to play tricks on the executable.

This is a pretty good indication of what 1.2 will bring. The text import and export aren't finished yet though, in the beta they both work on c:\stream.txt - final version will of course have a the usual pick-a-file dialog.

Post any findings, suggestions, and hate mails here.

PS: I haven't had any problems on my own box, but this is *BETA* - don't do do anything without backups.
- carpe noctem
« Last Edit: September 13, 2006, 10:02 AM by f0dder »

f0dder

  • Moderator
  • Joined in 2005
  • *****
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #1 on: September 13, 2006, 06:10 AM »
Okay, so far...

Seems that some people have forgot to read the accompanying text files :), the current file->import and file->export always import from / export to c:\stream.txt - pick-a-file dialog boxes will be added before release.

A bug has been identified, you will always be asked if you want to save modfications, even if file hasn't been modified.

Both issues fixed in beta2 :)
- carpe noctem
« Last Edit: September 13, 2006, 10:02 AM by f0dder »

AbteriX

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 1,149
    • View Profile
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #2 on: September 13, 2006, 09:33 AM »
Thank you for your work, Mr. f0dder! I will find some time to test.

f0dder

  • Moderator
  • Joined in 2005
  • *****
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #3 on: September 13, 2006, 10:03 AM »
Beta2 uploaded... final should hopefully be ready for the 15th as promised 8)
- carpe noctem

ep

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #4 on: September 13, 2006, 12:18 PM »
Can't seem to get the custom font working.  I've added the registry values, but it doesn't seem to change.  Could you perhaps provide a little more detail on this feature?  Thanks again for the great work.

ep

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #5 on: September 13, 2006, 12:29 PM »
The history.txt file states:

"- you can now specify a custom font. I haven't added a GUI setting for this,
  but it's tweakable from regedit. You can create font_face:string and
  font_size:dword values under HKEY_CURRENT_USER\Software\flork\fSekrit .


I ran some tracing against the Registry, and it appears that it is looking for HKEY_CURRENT_USER\Software\flork.dk\fSekrit and the Keys it's looking for are "fontface" and "fontsize" (no underscores).

It works fine once I make these modifications.  Great work!

allen

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,206
    • View Profile
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #6 on: September 13, 2006, 02:21 PM »
I'm curious about why it's stored in the registry and not somewhere in the exe when it's rebuilt/saved?  It's not the end of the world, but I love the idea of totally self contained :)

f0dder

  • Moderator
  • Joined in 2005
  • *****
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #7 on: September 13, 2006, 04:43 PM »
ep: oops, thanks for pointing that out. The underscore'd names are the variable names I use in the code, forgot the registry names didn't have underscores. Thanks for pointing out, history.txt updated. flork vs. flork.dk was a stupid slip-up as well.

allen: registry was the easiest way, considering I don't (currently) have a font GUI picker. Also, I use a font not present on most machines (Jibz' wonderful Dina font, so for me it was logical to keep it as a registry setting. No, I will not support embedded fonts, too much code for what fSekrit is.

But I'm considering a GUI font picker, and might embed the font settings.
- carpe noctem

allen

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,206
    • View Profile
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #8 on: September 13, 2006, 04:55 PM »
I certainly didn't/don't mean to promote embedded fonts, just settings -- if not via  gui, what if you simply made it possible to specify some settings in the text file itself, much the way wikis do.  Like if [font:courier] was line 1 of the file, use courier font.  Not real important, but an idea -- I just happen to loathe the registry :)

As for dina, which I myself use, I wouldn't mind an alternate download with it embedded so I could view the text in a familiar font even when away from home.  I certainly wouldn't want to bloat the primary fsekrit with an embedded font though. Its tiny-ness is one aspect of fsekrits beauty.

Other news--I've converted most of my fsekrit files to the current beta using import, have yet to run into any problems.

f0dder

  • Moderator
  • Joined in 2005
  • *****
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Beta: fSekrit 1.2 needs bashing!
« Reply #9 on: September 15, 2006, 07:24 PM »
Version 1.2 has been released - so I'm closing this topic :)
- carpe noctem