Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.4x Bug Tracker: Browse

[#1078] access violation

Date:
2004-03-19 00:03
Priority:
3
State:
Closed
Submitted by:
styken (styken)
Assigned to:
Nobody (None)
Group:
current SVN version
Resolution:
Fixed
Category:
Python
 
Summary:
access violation
Detailed description
I get an access violation when I run the "vault.py"
script and drag the sliders back and forth.

I've located this code:

void uiFreeBlock(uiBlock *block)
{
uiBut *but;

if(block->flag & UI_BLOCK_BUSY)
{
printf("attempt to free busy
buttonblock: %p\n", block);

...

if I append a return; right after the printf
statement, the access violation dissapears, instead
the sliders are sluggish and after a while I get a
Python22.dll error.

I'll try to investigate further why the block is BUSY
when code is called, but the code is _very_ hard to
follow, (and yes I'm a wannabie programer!), so will
see how far I'll come.

//styken

I attached the python script

Followup

No Followups Have Been Posted

 

Attached Files:

Name Date Download
vaults.py 2004-03-19 00:03 Download

Changes:

Field Old Value Date By
ResolutionNew2004-03-23 11:48styken
close_dateNone2004-03-23 11:48styken
status_idOpen2004-03-23 11:48styken
File Added172: vaults.py2004-03-19 00:03styken