| |
null Account closed
Registered: Jun 2006 Posts: 645 |
Release id #9284 : Relaunch64
it seemed like a nice editor, until it decided not to run my compiled sources in vice, but instead, only manually compiled sources... ( yes, I am pretty sure I set up the compiler/emu properly.. )
Also, the whole program decided to shit itself after reloading a file... now the highlighting colours are fucked up, and the icon-toolbar is gone... o.O
maybe it's just me doing something wrong, and if yes, please help me out! :_)
( sorry for the bitchy tone, It's still early and I need moar coffee )
------------------------------------
http://zomgwtfbbq.info |
|
| |
Marauder/GSS Account closed
Registered: Jul 2006 Posts: 224 |
Good morning Knoeki,
guess the toolbar is hidden now, try to use menu "Einstellungen" -> "Weitere Einstellungen" -> "Toolbar verstecken"
to turn on/off Syntax Highlighting use menu "Einstellungen" -> "Syntax Highlighting" -> "Syntax Highlighting aktivieren"
or check configuration-file "Relaunch64.ini" in same directory:
[Einstellungen]
...
Toolbar=1
Shl=1
0 = off, 1 = on ... Shl is the highlighting option...
about the colors, you can edit them in menu "Einstellungen" -> "Syntax Highlighting" -> "Syntax Highlighting editieren"
for color-settings you can also check the configuration-file "Highlight.ini" in same directory with Notepad, it should look like this (I think I didn't use highlighting, so they should be default-settings)
[Farben]
BINA=0 64 128
STANDARD=0 0 64
SYMBOLS=0 0 128
LOCALLABEL=128 0 0
VALUE=0 128 128
HEXA=128 64 0
COMMENT=128 128 128
STRING=128 0 128
OPENSTRING=128 128 0
DIRECTIVE=0 128 0
ZAHL=128 128 64
[Settings]
Aktiv=1 1 1 0 1 1 1 1 0
the settings-section could be different, depending on your settings...
if it all doesn't help, extract both configurations-file from zip again and replace them...
hope this helps a bit, now I need a coffee... hehe
|
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
meh, I already re-installed..
anyways, I found out something about the compiling troubles... apparently, ACME doesn't actually compile.. but the cmd-promt doesn't show long enough for me to check for any errors.. is there a way to display ACME output in some window in Relaunch? or am I maybe overlooking some setting?
( btw, I'm using the english version.. )
------------------------------------
http://zomgwtfbbq.info |
| |
Marauder/GSS Account closed
Registered: Jul 2006 Posts: 224 |
sorry, didnt have the english version...hehe
but reinstall is also fine, just replace files... (c;
Use the option -V1 INPUT in the parameter-settings of the compiler..
-v# is the verbosity-level of ACME compiler, 1 is minimum... for more detailed output, you can use -v2, -v3 etc. |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
okay, something is strange. I have ACME set up. I even placed it in the Relaunch64 dir as recommended in the help files. but, in the short short time the prompt pops up, I can only read..:
Cannot open toplevel file '>'
Cannot open toplevel file 'c64errors.txt'
if I use command prompt, and start acme like that, it works fine.
Also, a way to have the prompt stay open after assembling would be nice.
------------------------------------
http://zomgwtfbbq.info |
| |
Marauder/GSS Account closed
Registered: Jul 2006 Posts: 224 |
yes, would be fine if cmd-prompt would stay open... but at least with the -v1 param it shows you the output in a separate window after compiling, which stays open...
I guess the problem about not finding 'toplevel file/source' might be source-files are in different dir as ACME, at least I think I had same problem (though not quite sure) and all my test-sources are in same directory as ACME (which is not in the same dir as Relaunch64, btw)... (c;
like...
/Relaunch64/Relaunch64.exe
/ACME/acme.exe
/ACME/source.asm
maybe give it a try... and remember that Relaunch64 is beta (or was it alpha *gg*) and still got some errors I guess myself... (c;
|
| |
Danzig
Registered: Jun 2002 Posts: 440 |
use kickassembler instead... works like a charm with relaunch and makefiles ;) |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
Quote: use kickassembler instead... works like a charm with relaunch and makefiles ;)
kickass is java, right? problem with that is that Java is too bloated for my taste... I mean, okay, if I had multiple apps using Java, whatever.. but to install 400MB of scheisse for an assembler... no thanks. correct me if I'm wrong though :_)
------------------------------------
http://zomgwtfbbq.info |
| |
Burglar
Registered: Dec 2004 Posts: 1088 |
Quote: kickass is java, right? problem with that is that Java is too bloated for my taste... I mean, okay, if I had multiple apps using Java, whatever.. but to install 400MB of scheisse for an assembler... no thanks. correct me if I'm wrong though :_)
------------------------------------
http://zomgwtfbbq.info
dude, the jre isn't 400 mb.
and kickass rocks |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
also, -v1 does NOT work. command prompt window still disappears. :/ and tried the whole directory thing, but no such luck..
------------------------------------
http://zomgwtfbbq.info |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
i have:
relaunch/
relaunch/acme
relaunch/sources
and run relaunch from icon that starts in /relaunch/
it works with sources in /sources and /sources/more.....
if an asm error occurs, it comes in a window after assembling
|
... 10 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |