Author Topic: Compiler crash  (Read 1056 times)

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Compiler crash
« on: April 05, 2010, 09:18:09 AM »
FOr some reason, no mater how many times i've tried Downloading it, Dummys decompiler fixed by megabyte crashes when I drag stuff in

Offline JoeBlo

Re: Compiler crash
« Reply #1 on: April 05, 2010, 09:21:29 AM »
drag stuff in ?????

just use FB's or Serges.. thats all I ever use

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: Compiler crash
« Reply #2 on: April 05, 2010, 09:22:23 AM »
Where do I get them?

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: Compiler crash
« Reply #3 on: April 05, 2010, 09:27:45 AM »
DP
 
okay I have it but now when I click decompile it has a Runtime error.

Offline JoeBlo

Re: Compiler crash
« Reply #4 on: April 05, 2010, 09:42:47 AM »
then your doing it wrong

what decompiler ? serges or FB's

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: Compiler crash
« Reply #5 on: April 05, 2010, 09:51:57 AM »
FBs

Offline G.K.

  • *
  • Posts: 12155
  • Rep: 10
  • Striving for a good personal text since 1994.
    • View Profile
    • Awards
Re: Compiler crash
« Reply #6 on: April 05, 2010, 10:15:52 AM »
does your keyboard not have an apostraphe or something?
My above post explains everything about everything.

Host of: Wheely Tag, Back To The Beginnings, BTTB 2, BTTB 3, BTTB 4, & BTTB V.

Heavy Metal: Champion (Mockery of the Whole Concept)
Robotic International Wars Series 1: Champion (Minifridge 6)
RA2 Team Championships 1 & 2: Champion (High Speed Train & Upthrust - as part of Naryar's Not Quite Evil Council of Doom)

Runner Up in: The Amazing Rage (Team Fedex), R0B0NOVA (Zaphod Stock), Steel Warzone (Inception of Instability), Box of Nightmares (Gicquel), Wheely Tag (Minifridge the Second)

Clash Cubes IV: 5th place (Fretless)
BBEANS 6: Rumble Winner & 6th Place (Minifridge 4)

Offline JoeBlo

Re: Compiler crash
« Reply #7 on: April 05, 2010, 10:22:56 AM »
GK wins :P

------------

select a GMF file then click open

copy and paste that address and put it in the box just below

then hit Decompile

do the same when compiling

Offline JoeBlo

Re: Compiler crash
« Reply #8 on: April 06, 2010, 12:40:16 AM »
what name did you change ?

you asked for more detail in instructions but there is no further... you just have done something wrong

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: Compiler crash
« Reply #9 on: April 06, 2010, 12:42:15 AM »
I'll just send it to you
 
 

Offline JoeBlo

Re: Compiler crash
« Reply #10 on: April 06, 2010, 02:08:07 AM »
ok I had a look through it now and located many problems

1) you were trying to decompile the text file ? you need to decompile the GMF (located inside the folder SPARKEY Z-TEK)
2) you changed the folder name but didnt change this in the text
3) you added .gmf on the end of the text files name

what you need to do is decompile the GMF file.. ztekAU.gmf then find this line

Code: [Select]
*BITMAP    ztek_AU.bmp
and change it to

Code: [Select]
*BITMAP    SPARKEY Z-TEK.bmp
then compile ztekAU.gmf

----------------

then get rid of the .GMF in the text file name SPARKEY98 Z-TEK.GMF

open the text file and find this line

Code: [Select]
dir = aupp1 - ztekAU
and change it to

Code: [Select]
dir = SPARKEY Z-TEK
and delete this line

Code: [Select]
hidden = 1
-------------------

then it should work if you do all that correctly