Author Topic: Exporting/signing apps?  (Read 22644 times)

0 Members and 1 Guest are viewing this topic.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #45 on: October 31, 2010, 07:40:59 pm »
the bat file.
It pops up when I drag the app over it.
010A.key is a key that only works for the 84+.  0104 (which is included in the rabbitsign binary) works for both the 83+ and 84+.
Really?  I guess I'd better use 1014 then.
I still have no idea how to use the thing, though.

It says:

Quote
'rabbitsign' is not recognized as an internal or axternal command, operable program or batch file.
Signing Complete!
Press any key to continue..._

Yet nothing happens to the app.
« Last Edit: October 31, 2010, 07:43:38 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: Exporting/signing apps?
« Reply #46 on: October 31, 2010, 07:46:34 pm »
It will use whichever key is specified by the app header (which is 0104 unless you're doing something unusual.)

Is rabbitsign.exe in the same folder with the batch file?  What happens if you just run rabbitsign itself?

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #47 on: October 31, 2010, 08:14:08 pm »
I've been trying to use 010A.  I'll try 0104, see if that makes any difference.
Same...
see pic
TWHGEdit is the app I'm trying to sign.
How would I do it manually?  what would I type in?
« Last Edit: October 31, 2010, 08:18:15 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #48 on: October 31, 2010, 08:16:22 pm »
Could you try uploading the entire contents of that file so we can take a look at it?  Maybe something's wrong with the batch file.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #49 on: October 31, 2010, 08:20:40 pm »
Could you try uploading the entire contents of that file so we can take a look at it?  Maybe something's wrong with the batch file.
Sure, see attachment.
Vy'o'us pleorsdti thl'e gjaemue

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #50 on: October 31, 2010, 08:26:02 pm »
Hmm, it worked fine on my computer.  Maybe it's a difference between Windows XP and Windows 7?  Try opening and editing the batch file so it reads 'rabbitsign.exe', not 'rabbitsign' - maybe that'll work?
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #51 on: October 31, 2010, 08:27:31 pm »
Which bat file?
The drag app over me, or rabbitsign?
[offtopic]Hey, kind of fitting how on halloween we're talking about bats :P[/offtopic]
Vy'o'us pleorsdti thl'e gjaemue

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #52 on: October 31, 2010, 08:29:28 pm »
The 'Drag App Over Me'
Rabbitsign isn't a bat file - it's an exe, so you can't really edit it.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Exporting/signing apps?
« Reply #53 on: October 31, 2010, 08:30:29 pm »
Are you just dragging-and-dropping over the .bat file? Try cd'ing to the directory containing rabbitsign before you do that.

[offtopic]Hey, kind of fitting how on halloween we're talking about bats :P[/offtopic]
* Deep Thought loses the game :P




Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: Exporting/signing apps?
« Reply #54 on: October 31, 2010, 08:31:06 pm »
What happens if you just run rabbitsign itself?

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Exporting/signing apps?
« Reply #55 on: October 31, 2010, 08:32:59 pm »
The 'Drag App Over Me'
Rabbitsign isn't a bat file - it's an exe, so you can't really edit it.
*facepalms*
What happens if you just run rabbitsign itself?
It appears and dissappears.  I'll try and see what it does in command prompt...
Screenie. ↓

*!* Oh, you're the person who wrote it!
« Last Edit: October 31, 2010, 08:36:27 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: Exporting/signing apps?
« Reply #56 on: October 31, 2010, 08:42:23 pm »
Well, that looks fine.  But then why wouldn't it work when run from the batch file?  Sorry, I'm not a Windows person.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Exporting/signing apps?
« Reply #57 on: October 31, 2010, 08:48:41 pm »
what is the app name and file?

EDIT:  This is so I can help you with the commands.
« Last Edit: October 31, 2010, 08:51:26 pm by graphmastur »

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Exporting/signing apps?
« Reply #58 on: October 31, 2010, 08:49:58 pm »
I think it's included in the zip file he attached earlier.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Exporting/signing apps?
« Reply #59 on: October 31, 2010, 08:55:02 pm »
Cool, so first type "rabbitsign.exe -c TWHGEdit.8xk".  It should say there is no certificate.

If there isn't one, do this: "rabbitsign.exe -k 0104.key -t 8xk -o TWHG.8xk TWHGEdit.8xk"

That should work.