Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PixelCNC Has Moved: deftware.org

CAM software developed by artists for artists to create unique and original works on a 3-axis CNC router or mill. · By Deftware

Hung GUI producing Spiral?

A topic by DenD created Mar 15, 2019 Views: 190 Replies: 1
Viewing posts 1 to 2

Hi, my GUI just gets hung, forcing me to x out of the application?

0.711 received 686 bytes at offset 0
0.712 downloaded 686 bytes (www.deftware.org/PixelCNC/x64version.txt)
0.726 parse_version: (1.31) "PixelCNC Update Available! (Feb 18th 2019)"
0.726 version is current
21.149 project_loadimage: C:\Users\dende\Downloads\tiger-head\TIGERHEADgg_cropped.jpg
21.157 loaded "C:\Users\dende\Downloads\tiger-head\TIGERHEADgg_cropped.jpg" (402x350@3)
21.160 using original image 402x350... ( scale:1.0 )
21.202 creating project texture (402x350)...
21.255 ...project_updatetexture done
318.952  [ 3 ] = T1 F60 S10000 D1 SO0.110000 ZDOC0.150000 ZBOT0.400000 ZTOP0.000000 SAFE0.150000 AUX[ 0.000000 0.000000 0.000000 ]
318.969 - - - - - - - - - CAMOP_SPIRAL - - - - - - - - -
319.594 toolpath[0]: generated 521 moves from 130 paths and 50600 vertices
319.603 op0 spawning cutmap generate job(823x716)
319.656 job_projgenopsimimage begin... (camop0)
322.691 ...1/8 In Finishing simulation depthmap done generating
444.991 --- shutting down ---
445.056 ...not updating
445.065 ...shutdown libcurl
445.107 ...shutdown SDL
445.107 ...saved configuration
445.107 0.0mb remains allocated
445.107 --- done ---
445.107 returning to OS...




Developer

Hi Dennis, I'm not seeing much that indicates the program itself is frozen in any way, particularly because it still appears to shutdown normally when you close it, which leads me to think something is interrupting it from accessing the program window for render output.

To help narrow it down I can have you generate a log file with more details about everything happening under the hood if you start up PixelCNC and go into the Config menu to enable the "log extra-info" option and then re-create the project again. This time send the complete contents of the resulting log file so I can see other aspects like GPU/system capabilities that may be playing a role in the issue. If you feel the need to remove any personal details like user directory path etc.. please just replace the characters with something else. Also, can you also show me the CNC/CAM settings you're using in PixelCNC?

One thing you might want to try, just to help narrow things down, is disabling GPU image convolution from the config menu too and then seeing what happens. But if you haven't had any problems previously then I'm wondering if it's a very specific situation with the project itself you're trying to create and not related to the image processing functionality utilizing the GPU. Could you also try a different project size, add an inch, shift the machine origin, etc.. so we can narrow it down between either this specific project or your specific settings/configuration? Thanks. There's a chance that you've discovered some kind of rare edge case with these exact project settings that gets something caught in a loop, or that is somehow stalling out the rendering context. A log file with debugging info will help us make a determination.

It's very curious that the statusbar says "...set toolpath done" because that's not actually something PixelCNC ever says in the statusbar, it looks like somehow "...set toolXX" after creating the cutting tool is being overwritten only over the end by "spiral toolpath done" and somehow becoming visible before your GUI stops refreshing. Interesting.

We should be able to get this squared away and get you running pretty quick. Have you been able to re-create this problem in any other way before or was it just with this specific project and these specific parameters/setup?

Charlie