YOUR ACCOUNT

Login or Register to post new topics or replies
dovoto
dovoto
Posts: 12
Originally posted in General Discussion but makes more sense here:

I get the following error when I attempt to use either the SSE2 or non SSE versions:

Code

Filter Forge command line renderer, version 3.014.
© 2006-2012 Filter Forge Inc. All rights reserved.
Trial version, 24 days left.

Usage:  FFXCmdRenderer-x86.exe [-l log_file_name_prefix] task_file

Internal error. For details, see log file at C:\Users\jason\AppData\Local\Temp\\
FFX CmdRenderer.log.
Exception caught at thread 00001468 'Application':
<class XFW::Kernel::SystemException> Access violation at address 005B0189 (read
at address 00000001).




If I pass a task file, it executes the task (and renders the image fine) but still errors as above and locks up (have to shut it down with the task manager).

Any thoughts?

i7 4770k
Win 8.1
16GB
FF Installed on D:, windows on C

Command log:
Code

FFX command-line renderer [10/27/2013 3:08:02 PM Eastern Daylight Time]
CacheStorage limit reset to 1365.333333 MB.
Blowing up balloon. Current size - 128.00 MB.
Exception caught at thread 00001468 'Application':
<class XFW::Kernel::SystemException> Access violation at address 005B0189 (read at address 00000001).

<unknown file>(0) : <unknown function>()+0 at 005B0189 in D:\Program Files (x86)\Filter Forge 3\Bin\FFXCmdRenderer-x86.exe
<unknown file>(0) : <unknown function>()+0 at 004026B3 in D:\Program Files (x86)\Filter Forge 3\Bin\FFXCmdRenderer-x86.exe
CONTEXT_CONTROL: CS:EIP 0023:005B0189, SS:ESP 002B:0018EF28, EBP 00001468, FLAGS 00210246
CONTEXT_INTEGER: EAX 00001468, EBX 00000000, ECX 00000000, EDX 008C7F6C, ESI FFFFFFFD, EDI 00000000
CONTEXT_SEGMENTS: DS 002B, ES 002B, FS 0053, GS 002B
  Details E-Mail
dovoto
dovoto
Posts: 12
I should point out that the stand alone ff 3.0 works great (i can make, download, edit, and execute filters without issue). And even the command line tool seems to work fine as far as processing the task and outputting an image...it just then proceeds to lock up with the error above...this is rather frustrating as such a seemingly trivial bug is going to prevent me from using the tool.

Going to attempt to reinstall it on the windows drive just to eliminate that as an issue.
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
dovoto, please don't create multiple threads for a single issue.
What Windows version do you use?
  Details E-Mail
dovoto
dovoto
Posts: 12
GMM: There appeared to be no way to remove the post erroneously entered into the general discussion area, I apologize as posting it in the bug report area made more sense.

Windows version is windows 8.1 (Version 6.3.9600 to be more specific).

I am using the windows 8 version of ff 3.0 (awaiting windows 8 key upgrade). I also attempted ff 4 beta but there did not seem to be a windows 8 specific version and either way it popped up as "expired" upon first use.
  Details E-Mail
dovoto
dovoto
Posts: 12
Also, willing to assist in debugging to whatever extent needed (including opening up a remote debugging port)
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
Does it happen with a specific filter, or any filter would fail for to render in the command-line tool?
  Details E-Mail
dovoto
dovoto
Posts: 12
GMM: it happens without even supplying a filter (calling it with no arguments). I have only tried a few filters with it but they all seem to crash after completing the task (the rendered image(s) looks fine).

My current work-around is to wrap the command line renderer in a batch file, insert a sleep after calling it, then issuing a taskkill command to kill it and another sleep to wait for it to die. As you might imagine, this slows down a batch render considerably but does work.
  Details E-Mail
dovoto
dovoto
Posts: 12
Update: I received my beta 4 key as well as my windows 8 key and that resulted in the following (all i did was register the programs with the supplied key):

The batch ff 3 renderer now crashes BEFORE running the task (but exits without locking up, error pasted below).

The batch ff 4 renderer executes the tasks and outputs the images, it crashes bringing up a warning window (pictured below) and will not exit until the window is acknowledged. [update] After a bit of searching this is likely the bug specified on line 6 of the beta 4 bug list and likely a known issue ("windows 8 will produce an error message on exit").

Very odd...

ff 3 error:
Code

Filter Forge command line renderer, version 3.014.
© 2006-2012 Filter Forge Inc. All rights reserved.
Professional Edition
Internal error. For details, see log file at C:\Users\jason\AppData\Local\Temp\\
FFX CmdRenderer.log.
Exception caught at thread 00001F30 'Application':
<class XFW::Kernel::SystemException> Access violation at address 005D1F93 (read
at address 00000010).
d:\school\cs229\project\MicroApache\www>


Notice it does not execute the tasks this time.

FF 4 beta error:
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
Hi dovoto,

That's very strange, especially considering the fact the GUI version works correctly for you. Please run the GUI version, select Help > About and let me know the exact program build.
  Details E-Mail
dovoto
dovoto
Posts: 12
Filter Forge 3.014 Professional Edition
Build: Filter Forge x86-SSE2 3.014.28821.20722 Release-SSE2, June 25, 2013 11:55

Filter Forge 4.005 Professional Edition
Build: Filter forge x86 4.005.29655.30066 Release, September 12, 2013 14:22
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
dovoto, please try to reboot into Safe Mode and run the command-line renderer from Safe Mode.
  Details E-Mail
dovoto
dovoto
Posts: 12
GMM:

Safemode with minimal options loading had no effect (same error).

It should also be noted that this is a very new install of windows 8.1 with no third party firewalls or virus checkers operating.
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
Thanks dovoto, we were able to reproduce the crash on Windows 8.1. I've assigned the case to the devs, hopefully this is something easy to fix.
  Details E-Mail
dovoto
dovoto
Posts: 12
Ahh well thanks, unfortunately I am somewhat up against a time limit (its part of a research project that has a due date on the order of weeks) and may have to explore alternatives. I think for most people this issue is not that vital; unfortunately for me it is crippling.

Ill check back over the next few days. Thanks for the quick response and I appreciate the back and forth.
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
Easy to fix indeed.

dovoto, please download and reinstall the latest Filter Forge build from
http://filterforge.com/download/windows8/.
  Details E-Mail
dovoto
dovoto
Posts: 12
GMM: you are awesome...I take back all those negative vibes I was sending your way smile;)

Works great and thanks.
  Details E-Mail
dovoto
dovoto
Posts: 12
On an aside, is there a technical reason you do not support concurrent instances of the command line renderer?
  Details E-Mail
GMM
Moderator
Filter Forge, Inc
Posts: 3491
Why would you need concurrent instances of the renderer? Filter Forge consumes 100% of the CPU resources, and running several instances won't make rendering faster.

I guess the reason is there is no shared access to settings, presets and other auxiliary files in the GUI version, and the command-line renderer inherits these restrictions -- but I'm not really sure.
  Details E-Mail

Join Our Community!

Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!

33,711 Registered Users
+18 new in 30 days!

153,533 Posts
+38 new in 30 days!

15,348 Topics
+73 new in year!

Create an Account

Online Users Last minute:

28 unregistered users.