shdjaa / protrekkr

Automatically exported from code.google.com/p/protrekkr
0 stars 0 forks source link

Quit on startup on mac os x 10.6.2 #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. starting up protrekkr binary

What is the expected output? What do you see instead?

I don't see anything. It just quits on startup.

What version of the product are you using? On what operating system?

I tried these versions:
ptk_v1.99c_macosx_svn_425
ptk_v1.99b_macosx_svn_414

The precompiled versions that is.

Please provide any additional information below.

I added the systemlog which mentions the quit. It seems that protrekkr (or 
SDL) doesn't know how to handle my external soundcard (a motu 828mk3). 
When I set the audio output to 'system speakers' protrekkr does not crash.

Quite annoying ;)

Original issue reported on code.google.com by rolf.gre...@gmail.com on 21 Mar 2010 at 3:07

Attachments:

GoogleCodeExporter commented 8 years ago
can you try that one ?

http://protrekkr.googlecode.com/svn/trunk/ptk_v1.99c_macosx_svn_427.zip

I've added more sensible message during audio driver inits which could help me
pinpoint the location of the failure.

Original comment by hhhikr@gmail.com on 21 Mar 2010 at 7:29

GoogleCodeExporter commented 8 years ago
I tried the svn 453 version and the problem still occurs.

Errors I see via the console app:

02-04-2010 19:28:27 
/Users/rolf/Downloads/ptk_v1.99e_macosx_svn_453/protrekkr.app/Contents/MacOS/pro
trekkr[19049]   
CPSGetCurrentProcess(): This call is deprecated and should not be called 
anymore.
02-04-2010 19:28:27 
/Users/rolf/Downloads/ptk_v1.99e_macosx_svn_453/protrekkr.app/Contents/MacOS/pro
trekkr[19049]   
CPSSetForegroundOperationState(): This call is deprecated and should not be 
called anymore.
02-04-2010 19:28:27 com.apple.launchd.peruser.501[163]  (com.apple.midiserver) 
Throttling respawn: 
Will start in 2 seconds
02-04-2010 19:28:29 MIDIServer[19051]   MIDIServer [19051] starting; arch=x86_64
02-04-2010 19:28:30 kernel  MIDIServer (map: 0xa348000) triggered DYLD shared 
region unnest for 
map: 0xa348000, region 0x7fff80000000->0x7fff80200000. While not abnormal for 
debuggers, this 
increases system memory footprint until the target exits.
02-04-2010 
19:28:31    [0x0-0x137137].http://protrekkr.googlecode.com/[19049]  Error: Error 
while 
calling AudioDeviceSetProperty(kAudioDevicePropertyStreamFormat)

Original comment by grrr...@gmail.com on 2 Apr 2010 at 5:29

GoogleCodeExporter commented 8 years ago
Yes i didn't fix it but now i know the problem is that the sound card driver 
doesn't
accept 32 bit floating points as input, it(ll also try with 16 bit integers as 
a fail
safe in the next version.

Original comment by hhhikr@gmail.com on 3 Apr 2010 at 2:42

GoogleCodeExporter commented 8 years ago
Does it work with the newest version ?

Original comment by hhhikr@gmail.com on 9 Apr 2010 at 5:51