API change in 2.75

on many scripts now I get an error

AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
found bundled python: C:\Program Files\Blender Foundation\Blender\2.75\python
bpy.utils.register_module(): failed to registering class <class ‘bl_operators.wm
.WM_OT_context_modal_mouse’>
Traceback (most recent call last):

register_class(cls)

ValueError: validating class:: ‘GRAB_POINTER’ not found in (‘REGISTER’, ‘UNDO’,
‘BLOCKING’, ‘MACRO’, ‘GRAB_CURSOR’, ‘PRESET’, ‘INTERNAL’)

can someone explain what was change and how to correct it !

thanks
happy bl

replace GRAB_POINTER by GRAB_CURSOR

funny thing!
problem is that I’m not using that !

what about first error !

thanks
happy bl

I will open bur report for win 64

there are bl error nothing to do with script

thanks
happy bl

“AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead” is just a warning from our OpenAL audio library but it’s nothing really bad, you can just ignore it.

I was able to run a new script that I did
and seems to work ok now

but a bit unusual to have errors from other things

hope it can be corrected in the next version !

thanks for feedback

happy bl