Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
Exomizer V2.0.8   [2015]

Released by :
Zagon

Release Date :
20 September 2015

Type :
Other Platform C64 Tool

Website :
http://hem.bredband.net/magli143/exo/

User rating:awaiting 8 votes (8 left)

Credits :
Code .... Zagon

Download :

Look for downloads on external sites:
 Pokefinder.org


User Comment
Submitted by iAN CooG on 22 September 2015
everything fixed \o/
Exomizer V2.0.9
User Comment
Submitted by soci on 21 September 2015
This one takes care of that.

--- src/asm.yy.orig 2015-09-20 10:52:54.000000000 +0200
+++ src/asm.yy 2015-09-21 13:35:19.228608782 +0200
@@ -208,6 +208,7 @@
<QUOTED_STRING>\" BEGIN(INITIAL);

<SKIP_LINE>\r\n|\n { ++num_lines; BEGIN(INITIAL); }
+<SKIP_LINE>.

<<EOF>> {
if(--src_buffer_depth == 0)
User Comment
Submitted by iAN CooG on 21 September 2015
soci: that fixes the crash, thanks. There's also another slight problem, sfxdecr script is being echoed on console for nothing. taking these files from exomizer 2.0.7:
asm.tab.c
asm.tab.h
asm.y
asm.yy
lex.yy.c
fixes that, I guess the ECHO/ECHO1 "fix" isn't that much of a fix but only causes more trouble =)
User Comment
Submitted by soci on 21 September 2015
The following patch helps for me.

--- src/chunkpool.c.orig 2015-09-20 10:52:54.000000000 +0200
+++ src/chunkpool.c 2015-09-21 10:38:51.805710713 +0200
@@ -42,7 +42,7 @@

void chunk_free(void *chunks, int item_pos, int item_size, cb_free *f)
{
- if (f != NULL)
+ if (f != NULL && chunks != NULL)
{
do
{
User Comment
Submitted by Flavioweb on 21 September 2015
Compiled from source in OpenSuSE: exomizer crashes...
O_o
User Comment
Submitted by Dr.j on 21 September 2015
could be nice to write here a little summery for the usage , like the command line to execute and the flags (yes i know its on the manual but still could be handy ) my 5cent
User Comment
Submitted by iAN CooG on 21 September 2015
indeed, even rebuilding it doesn't change a thing, makefile also lacks a
CC = gcc
User Comment
Submitted by Wanax on 21 September 2015
I'm having a little problem...the executable crashes :(
User Comment
Submitted by LKP on 20 September 2015
May I thank you for updading the best tool ever !?Okay thanks.
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (9)
· Production Notes (1)
Fun Stuff
· Goofs
· Hidden Parts
· Trivia
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.085 sec.