| |
Website :
http://hem.bredband.net/magli143/exo/
User rating: | awaiting 8 votes (8 left) |
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
User Comment Submitted by iAN CooG on 22 September 2015 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 |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|