View Single Post
  #7  
Old 01-22-2015, 11:35
bridgeic bridgeic is offline
Friend
 
Join Date: Jun 2012
Posts: 88
Rept. Given: 7
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 7 Times in 6 Posts
bridgeic Reputation: 3
Update:

After debug the created daemon 'blenderd.exe' with ollydbg, I found the possible reason as below.

I posted here use return ("123456789123") in lmappfil.c, but at my side the real value I used is return ("123456789abc"). After change it back to return ("123456789123") and recompiled, the daemon works now.

Seems the return value can only use digital number 0~9, when use "a,b,c...", it doesn't work, don't know why.
Reply With Quote