Airplay SDK?

Options
bada
edited July 2011 in Native
Hi,

When actually client for Airplay SDK would be released?
We going to create a series of game with Airplay SDK and looking for a good server, and photon looks good. Hope we could start develop in short time.

Thanks
«1

Comments

  • bertelmonster2k
    Options
    The first version will be released this week.

    Chris
  • bada
    Options
    this is great, thanks!
  • They are not AirPlay SDK anymore.
    They are suddenly Marmelade now
    and it looks like ExitGames is their partner - https://www.madewithmarmalade.com/partn ... exit-games
    It's interesting - will Photon Client SDK work on all platforms were Marmelade run or it will limited in this regard?
  • bada
    Options
    Hi,

    Did you change airplsy sdk api release date? You promise release this week, and its gone. We really need precise answer, because we can't get our contract without server technology choose.

    Thanks
  • Kaiserludi
    Options
    They are not AirPlay SDK anymore.
    They are suddenly Marmelade now
    and it looks like ExitGames is their partner - https://www.madewithmarmalade.com/partn ... exit-games
    It's interesting - will Photon Client SDK work on all platforms were Marmelade run or it will limited in this regard?
    All platforms, supported by Marmelade will be supported by the Photon Marmelade SDK, although we can't test with any available device on every supported platform, as long as they do support bsd-sockets and udp (and I deon#t know of any supported platform, which doesn't).
    bada wrote:
    Hi,

    Did you change airplsy sdk api release date? You promise release this week, and its gone. We really need precise answer, because we can't get our contract without server technology choose.

    Thanks
    First version will probably be released today or next Monday.
  • Kaiserludi
    Options
    Official release has been moved to next week, as there is no one in the office anymore this week, to upload it to our website, but we have decided to already make it avaiable for the forum today:

    http://dl.dropbox.com/u/4296291/Photon- ... ta_SDK.zip

    Known Issues:
    Photon performance will go down extremely, if you activate metrics in marmalade simulator, so please keep metrics off, if you do not currently need them.

    The SDK still has some major problems on OSX development platform. They will probably be fixed next week. Until next release only windows is officially supported as development platform.
  • bada
    Options
    Great! Thanks!
  • bada
    Options
    For now only win32 release could be build without problems

    other got erors
    win32 debug:
    1>Linking...
    1>   Creating library Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.lib and object Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.exp
    1>Common-cpp_d.lib(C_IwUTF8.obj) : warning LNK4204: 'd:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc9\Debug_demo_marmalade_helloWorld_cpp_vc9_x86\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
    1>LINK : error LNK1218: warning treated as error; no output file generated
    

    gcc arm release and debug
    1>ARM Linking(GCC) ...
    1>D:/dev/Photon-Server-SDK_v2-6-0/client/Photon-Marmalade_v6-5-4-Beta_SDK/Photon-cpp/lib/arm\libPhoton-cpp.a(LitePeer.obj)( In function `ExitGames) ::LitePeer::opJoin(ExitGames::JString const&, ExitGames::Hashtable const&, ExitGames::Hashtable const&, bool)':
    1>:LitePeer.cpp((.text._ZN9ExitGames8LitePeer6opJoinERKNS_7JStringERKNS_9HashtableES6_b+0x2c)) : undefined reference to `ExitGames::Utils::convertToEGHash(ExitGames::Hashtable const*, _EG_HashTable*)'
    1>:LitePeer.cpp((.text._ZN9ExitGames8LitePeer6opJoinERKNS_7JStringERKNS_9HashtableES6_b+0x3c)) : undefined reference to `ExitGames::Utils::convertToEGHash(ExitGames::Hashtable const*, _EG_HashTable*)'
    1>D:/dev/Photon-Server-SDK_v2-6-0/client/Photon-Marmalade_v6-5-4-Beta_SDK/Photon-cpp/lib/arm\libPhoton-cpp.a(LitePeer.obj)( In function `ExitGames) ::LitePeer::opRaiseEvent(bool, ExitGames::Hashtable const&, unsigned char, unsigned char, int*, short)':
    1>:LitePeer.cpp((.text._ZN9ExitGames8LitePeer12opRaiseEventEbRKNS_9HashtableEhhPis+0x24)) : undefined reference to `ExitGames::Utils::convertToEGHash(ExitGames::Hashtable const*, _EG_HashTable*)'
    1>D:/dev/Photon-Server-SDK_v2-6-0/client/Photon-Marmalade_v6-5-4-Beta_SDK/Photon-cpp/lib/arm\libPhoton-cpp.a(PhotonPeer.obj)( In function `ExitGames) ::PhotonPeer::OnEventAction(ExitGames::PhotonPeer*, unsigned char, _EG_HashTable*)':
    1>:PhotonPeer.cpp((.text._ZN9ExitGames10PhotonPeer13OnEventActionEPS0_hP13_EG_HashTable+0x14)) : undefined reference to `ExitGames::Utils::convertToOOPHash(_EG_HashTable const*, ExitGames::Hashtable*)'
    1>D:/dev/Photon-Server-SDK_v2-6-0/client/Photon-Marmalade_v6-5-4-Beta_SDK/Photon-cpp/lib/arm\libPhoton-cpp.a(PhotonPeer.obj)( In function `ExitGames) ::PhotonPeer::OnOperationResult(ExitGames::PhotonPeer*, unsigned char, int, _EG_HashTable*, short)':
    1>:PhotonPeer.cpp((.text._ZN9ExitGames10PhotonPeer17OnOperationResultEPS0_hiP13_EG_HashTables+0x20)) : undefined reference to `ExitGames::Utils::convertToOOPHash(_EG_HashTable const*, ExitGames::Hashtable*)'
    1>collect2: ld returned 1 exit status
    1>Project : error PRJ0002 : Error result 65536 returned from 'd:\dev\Marmalade\5.0\s3e\bin\link.exe'.
    
  • Kaiserludi
    Options
    Thanks. WIll have a look at it at Monday European time and hopefully drop in a fix.
    As a quick fix for x86 debug you can try to remove the option "strict" from the demo, so that warnings are not treated as errors.
  • bada
    Options
    I already try it - didnt work
    for now I am just substitute debug libs with release one, this works for now
  • for me only x86 builds work(both debug and release,vs2010)
    gcc-arm ones results in same undefined refe issues
  • Kaiserludi
    Options
    Seems, switch from Airplay 4.5.0beta1 to Marmelade 5.0.0 has broken multiple airplay/marmalde functionalities, that we have been relying on :?
    As I really can't say, how long it will take, to get these issues fixed, I had to do some workarounds, to be able to build arm-libs, which do not produce linker errors in the app, which are using them, when built with Marmalade 5.x.

    As a side-effect of these workarounds the library binaries nearly doubled up in size.
    Because of that, make sure to only use this sdk for development and to update to a newer sdk, before releasing anything, this update has just been made as a quickfix, so you already can build for arm in development.

    Here is the link to the new beta2 SDK:
    http://dl.dropbox.com/u/4296291/Photon- ... a2_SDK.zip

    @bada:
    I tried to reproduce your x86 debug issue, but it worked just fine for me, same as for Vikarti Anatra. As he definitely does not have tried it on my PC, it could be, that this is not a problem with the sdk, but with your PC.
    Do you still have the x86 debug issue with the new sdk?
    If so, then which version of VS are you using? Works fine here with VS 2008 and VS 2010.
  • bada
    Options
    I am build with Microsoft Visual Studio 2008 Version 9.0.30729.1 SP
    And still got such error for win debug build
     Creating library Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.lib and object Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.exp
    1>Common-cpp_d.lib(C_IwUTF8.obj) : warning LNK4204: 'd:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc9\Debug_demo_marmalade_helloWorld_cpp_vc9_x86\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
    1>LINK : error LNK1218: warning treated as error; no output file generated
    

    arm builds are ok now
  • Mine Visual Studio is
    Microsoft Visual Studio 2010
    Version 10.0.30319.1 RTMRel
    (if that's matter - it's Ultimate Edition and Russian-localized Visual Studio)
    New SDK builds on arm but attempt to actually _start_ GCC ARM Debug results in
    [code]
    from armdebug.exe's window

    21/06/11 00:32:51.657: [0x2dec] NONE: waiting for F5
    21/06/11 00:32:51.657: [0x2dec] NONE: Hold F5 on startup to go into UI only mode
    .
    21/06/11 00:32:51.657: [0x2dec] NONE: DeviceInit: services=0x0a216148 [0x0a21614
    8]
    21/06/11 00:32:51.658: [0x2dec] NONE: Initialising FILE
    21/06/11 00:32:51.658: [0x2dec] NONE: Initialising DEBUG
    -- START TRACE --
    -- START TRACE TO FILE --
    tracing to: ''
    MarmaladeSDK v5.0.0 [277479] (S3E Loader v4.30.1)
    Copyright (C) 2001-2011 Ideaworks3D Ltd
    System Info:
    OS : WINDOWS (3)
    OS Version : Windows NT 4.0 (4.0)
    Device ID : QEMU (0x1)
    Device Class : WINDOWS_GENERIC (3000)
    Phone Number : 0044123456789
    Unique ID : SIMULATOR_ID
    Device Name : My Computer
    Memory : 1048576KiB
    21/06/11 00:32:51.676: [0x2dec] DEVICE: Initialising THREAD
    21/06/11 00:32:51.677: [0x2dec] THREAD: s3eThreadCreateMain
    21/06/11 00:32:51.679: [0xfa0] DEVICE: Initialising SURFACE
    21/06/11 00:32:51.681: [0xfa0] SURFACE: s3eSurfaceSetup: PixelType=RGB565, pitch
    =0, ptr=0x00000000, blit=0
    21/06/11 00:32:51.685: [0xfa0] SURFACE: s3eSurfaceSetup: matches native type
    21/06/11 00:32:51.687: [0xfa0] SURFACE: s3eSurfaceSetup: no user surface needed
    21/06/11 00:32:51.689: [0xfa0] SURFACE: done s3eSurfaceInit: 176x208 p:352 (176x
    208 p:352) o:0
    21/06/11 00:32:51.691: [0xfa0] DEVICE: Initialising EXT
    21/06/11 00:32:51.693: [0xfa0] EXT: registering extension: s3eLibrary [0xe6dd6ce
    5]
    21/06/11 00:32:51.696: [0xfa0] EXT: registering extension: s3eExtLoadLibaray [0x
    f23d6d85]
    21/06/11 00:32:51.698: [0xfa0] EXT: registering extension: s3eCamera [0xa3e23039
    ]
    21/06/11 00:32:51.701: [0xfa0] EXT: registering extension: s3eNDSSimulator [0x1c
    45e0d5]
    21/06/11 00:32:51.704: [0xfa0] EXT: registering extension: s3eWindow [0xd31aa8a8
    ]
    21/06/11 00:32:51.707: [0xfa0] EXT: registering extension: s3eContacts [0x5e39d2
    af]
    21/06/11 00:32:51.710: [0xfa0] EXT: registering extension: s3eSoundRecord [0x579
    dbf78]
    21/06/11 00:32:51.712: [0xfa0] EXT: registering extension: s3eTouchpad [0x1dbd7c
    e8]
    21/06/11 00:32:51.714: [0xfa0] EXT: registering extension: s3eThread [0xcc0b4a28
    ]
    21/06/11 00:32:51.717: [0xfa0] EXT: registering extension: s3eDebugHeap [0xc667a
    795]
    21/06/11 00:32:51.725: [0xfa0] EXT: registering extension: s3eExtDebugHeap [0xff
    96de46]
    21/06/11 00:32:51.730: [0xfa0] EXT: registering extension: s3eClipboard [0xd68f3
    420]
    21/06/11 00:32:51.734: [0xfa0] EXT: registering extension: s3eOSExec [0xc121bcf7
    ]
    21/06/11 00:32:51.738: [0xfa0] EXT: registering extension: s3eExtOSExec [0x20380
    948]
    21/06/11 00:32:51.740: [0xfa0] EXT: registering extension: s3eEval [0x167d1038]
    21/06/11 00:32:51.742: [0xfa0] EXT: registering extension: s3eExtEval [0xf042144
    9]
    21/06/11 00:32:51.745: [0xfa0] EXT: registering extension: s3eHighResTimer [0x41
    f2dedb]
    21/06/11 00:32:51.749: [0xfa0] EXT: registering extension: s3eOSReadString [0x9f
    e3ea45]
    21/06/11 00:32:51.753: [0xfa0] EXT: registering extension: s3eCameraCapture [0xd
    36aceed]
    21/06/11 00:32:51.756: [0xfa0] EXT: registering extension: s3eTestEmulatorConfig
    [0x4a0d0a4f]
    21/06/11 00:32:51.759: [0xfa0] EXT: registering extension: s3eCompass [0x40d632c
    6]
    21/06/11 00:32:51.762: [0xfa0] EXT: registering extension: Compass [0xd3653f1b]
    21/06/11 00:32:51.764: [0xfa0] EXT: registering extension: s3eSocketOpt [0x09cdc
    dec]
    21/06/11 00:32:51.767: [0xfa0] EXT: registering extension: s3eExtSocketOpt [0x42
    fd049d]
    21/06/11 00:32:51.770: [0xfa0] EXT: registering extension: s3eImagePicker [0xd2f
    c1d51]
    21/06/11 00:32:51.774: [0xfa0] EXT: registering extension: s3eTest [0x168503f0]
    21/06/11 00:32:51.777: [0xfa0] EXT: registering extension: s3eSMS [0x17f480c3]
    21/06/11 00:32:51.779: [0xfa0] EXT: registering extension: s3eMetrics [0x2bc8e04
    7]
    21/06/11 00:32:51.783: [0xfa0] EXT: registering extension: Metrics [0xbe57ec9c]
    21/06/11 00:32:51.787: [0xfa0] EXT: registering extension: s3eLocation [0x919442
    29]
    21/06/11 00:32:51.794: [0xfa0] EXT: registering extension: Location [0x7604d91e]

    21/06/11 00:32:51.799: [0xfa0] DEVICE: Initialising CONFIG
    21/06/11 00:32:51.804: [0xfa0] DEVICE: Initialising TIMER
    21/06/11 00:32:51.808: [0xfa0] DEVICE: Initialising COMPRESSION
    21/06/11 00:32:51.810: [0xfa0] DEVICE: DeviceInit done: services=0x0a216148
    21/06/11 00:32:51.813: [0xfa0] DEVICE: SetupPaths: NULL
    21/06/11 00:32:51.816: [0xfa0] LOADER: ParseCommandLineData [-via:"C:\Users\TESS
    AR~1\AppData\Local\Temp\ARMtargetdll.icf" -waitfordebugger:1]
    21/06/11 00:32:51.820: [0xfa0] LOADER: setting [commandline] via=C:\Users\TESSA
    R~1\AppData\Local\Temp\ARMtargetdll.icf
    21/06/11 00:32:51.826: [0xfa0] LOADER: setting [commandline] waitfordebugger=1
    21/06/11 00:32:51.829: [0xfa0] LOADER: parsing via file: C:\Users\TESSAR~1\AppDa
    ta\Local\Temp\ARMtargetdll.icf
    21/06/11 00:32:51.838: [0xfa0] LOADER: reading 618 bytes from via files
    21/06/11 00:32:51.843: [0xfa0] LOADER: ParseCommandLineData [-via:"C:\Users\TESS
    AR~1\AppData\Local\Temp\ARMtargetdll.icf" -waitfordebugger:1 --dll="C:\Work\airp
    laysdk\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\bui
    ld_demo_marmala
    21/06/11 00:32:51.846: [0xfa0] LOADER: setting [commandline] via=C:\Users\TESSA
    R~1\AppData\Local\Temp\ARMtargetdll.icf
    21/06/11 00:32:51.851: [0xfa0] LOADER: setting [commandline] waitfordebugger=1
    21/06/11 00:32:51.854: [0xfa0] LOADER: setting [commandline] dll=C:\Work\airpla
    ysdk\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build
    _demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc
    _arm\demo_marma
    21/06/11 00:32:51.861: [0xfa0] LOADER: setting [commandline] data=C:\Work\airpl
    aysdk\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\data

    21/06/11 00:32:51.864: [0xfa0] LOADER: setting [commandline] app-icf1=C:/Work/a
    irplaysdk/Photon-Marmalade_v6-5-4-Beta2_SDK/Demos/demo_marmalade_helloWorld_cpp/
    data/app.icf
    21/06/11 00:32:51.870: [0xfa0] LOADER: setting [commandline] config-txt1=c:/mar
    malade/5.0/s3e/s3e.config.txt
    21/06/11 00:32:51.873: [0xfa0] LOADER: setting [commandline] config-txt2=c:/mar
    malade/5.0/modules/iwutil/docs/iwutil.config.txt
    21/06/11 00:32:51.877: [0xfa0] LOADER: setting [commandline] config-txt3=c:/mar
    malade/5.0/s3e\s3e.config.txt
    21/06/11 00:32:51.894: [0xfa0] LOADER: Using data directory C:\Work\airplaysdk\P
    hoton-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\data as ROM
    drive
    21/06/11 00:32:51.901: [0xfa0] LOADER: Using directory C:\Work\airplaysdk\Photon
    -Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\data-ram as RAM
    drive
    21/06/11 00:32:51.921: [0xfa0] LOADER: s3eExecReadConfigFromS3EFiles()
    21/06/11 00:32:51.930: [0xfa0] LOADER: Loading config from: c:\marmalade\5.0\s3e
    /s3e.icf
    21/06/11 00:32:51.939: [0xfa0] LOADER: Loading app-icf from command line specifi
    ed location C:/Work/airplaysdk/Photon-Marmalade_v6-5-4-Beta2_SDK/Demos/demo_marm
    alade_helloWorld_cpp/data/app.icf
    21/06/11 00:32:51.948: [0xfa0] LOADER: Loading config from: [url=raw://C:/Work/airpla]raw://C:/Work/airpla[/url]
    ysdk/Photon-Marmalade_v6-5-4-Beta2_SDK/Demos/demo_marmalade_helloWorld_cpp/data/
    app.icf
    21/06/11 00:32:51.993: [0xfa0] LOADER: s3eExecMemoryCheck: Memory free: 1048576K

    21/06/11 00:32:52.000: [0xfa0] EXT: s3eExtGetHash: 0xd31aa8a8 [0x00000000 size=0
    ]
    21/06/11 00:32:52.005: [0xfa0] EXT: initializing extension: s3eWindow
    21/06/11 00:32:52.008: [0xfa0] EXT: initializing extension: s3eWindow 0x004cf180

    21/06/11 00:32:52.597: [0xfa0] EXT: Registering user-supplied extensions
    21/06/11 00:32:52.629: [0xfa0] LOADER: Calling s3eDeviceInit()
    21/06/11 00:32:52.633: [0xfa0] DEVICE: DeviceInit: services=0xfffdffff [0xe7dc9e
    b7]
    21/06/11 00:32:52.638: [0xfa0] DEVICE: Initialising CALLBACKS
    21/06/11 00:32:52.643: [0xfa0] DEVICE: Initialising CRYPTO
    21/06/11 00:32:52.649: [0xfa0] DEVICE: Initialising ERROR
    21/06/11 00:32:52.653: [0xfa0] DEVICE: Initialising SOCKET
    21/06/11 00:32:52.659: [0xfa0] DEVICE: Initialising STORAGE
    21/06/11 00:32:52.663: [0xfa0] DEVICE: Initialising VIBRA
    21/06/11 00:32:52.667: [0xfa0] DEVICE: Initialising KEYBOARD
    21/06/11 00:32:52.685: [0xfa0] KEYBOARD: keyboard->SetDataFormat() succeeded in
    init().
    21/06/11 00:32:52.696: [0xfa0] DEVICE: Initialising POINTER
    21/06/11 00:32:52.700: [0xfa0] DEVICE: Initialising ACCELEROMETER
    21/06/11 00:32:52.705: [0xfa0] ACCELEROMETER: damping=0 scaling=0
    21/06/11 00:32:52.709: [0xfa0] DEVICE: Initialising SOUND
    21/06/11 00:32:52.979: [0xfa0] SOUND: stereo sound enabled
    21/06/11 00:32:52.984: [0xfa0] SOUND: SetMasterVolume: 255 -> 256
    21/06/11 00:32:52.989: [0xfa0] DEVICE: Initialising AUDIO
    21/06/11 00:32:52.994: [0xfa0] DEVICE: Initialising VIDEO
    21/06/11 00:32:52.998: [0xfa0] DEVICE: Initialising LICENSE
    21/06/11 00:32:53.000: [0xfa0] DEVICE: Initialising GL
    21/06/11 00:32:53.003: [0xfa0] DEVICE: DeviceInit done: services=0xfffdffff
    21/06/11 00:32:53.006: [0xfa0] LOADER: displaying debug splash-screen
    21/06/11 00:32:53.325: [0xfa0] DEVICE: s3eQemuInit
    21/06/11 00:32:53.355: [0xfa0] DEFAULT: done vm_start
    21/06/11 00:32:53.362: [0xfa0] DEFAULT: CPU Loop done
    21/06/11 00:32:53.368: [0xfa0] DEFAULT: done s3eQEMUInit
    21/06/11 00:32:53.488: [0xfa0] LOADER: s3eExecInit Done
    21/06/11 00:32:53.582: [0xfa0] LOADER: found initial S3E file: [url=raw://C]raw://C[/url]:\Work\air
    playsdk\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\bu
    ild_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_
    gcc_arm\demo_ma
    21/06/11 00:32:53.587: [0xfa0] DEVICE: s3eExecPushNext: [url=raw://C]raw://C[/url]:\Work\airplaysdk
    \Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_dem
    o_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm
    \demo_marmalade
    21/06/11 00:32:53.591: [0xfa0] DEVICE: s3eExecPushNext: [url=raw://C]raw://C[/url]:\Work\airplaysdk
    \Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_dem
    o_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm
    \demo_marmalade
    21/06/11 00:32:53.596: [0xfa0] LOADER: s3eExecDoExecuteLoop
    21/06/11 00:32:53.601: [0xfa0] LOADER: s3eExecLoad: C:\Work\airplaysdk\Photon-Ma
    rmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalad
    e_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marm
    alade_helloWorl
    21/06/11 00:32:53.607: [0xfa0] FILE: s3eFileOpen('C:\Work\airplaysdk\Photon-Marm
    alade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_
    helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmal
    ade_helloWorld_
    21/06/11 00:32:53.614: [0xfa0] LOADER: Loading S3E: C:\Work\airplaysdk\Photon-Ma
    rmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalad
    e_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marm
    alade_helloWorl
    21/06/11 00:32:53.619: [0xfa0] LOADER: Reading S3E headers [64]
    21/06/11 00:32:53.633: [0xfa0] LOADER: Clearing splashscreen background: 0xffff
    21/06/11 00:32:53.639: [0xfa0] VIDEO: s3eVideoPlay splash.jpg
    21/06/11 00:32:53.648: [0xfa0] VIDEO: data is in JPG format
    21/06/11 00:32:53.708: [0xfa0] VIDEO: s3eVideoPlay done: 0
    21/06/11 00:32:53.714: [0xfa0] LOADER: S3E Version : 4.30.1
    21/06/11 00:32:53.716: [0xfa0] LOADER: Arch : ARM6Z
    21/06/11 00:32:53.720: [0xfa0] LOADER: VFP : 1
    21/06/11 00:32:53.723: [0xfa0] LOADER: App S3E Version: 4.30.1
    21/06/11 00:32:53.726: [0xfa0] LOADER: App arch : ARM4T
    21/06/11 00:32:53.729: [0xfa0] LOADER: App VFP : 0
    21/06/11 00:32:53.762: [0xfa0] LOADER: Reading code section: len=247768
    21/06/11 00:32:53.858: [0xfa0] LOADER: Signature checking NOT enabled in loader
    21/06/11 00:32:53.864: [0xfa0] LOADER: Relocating S3E
    21/06/11 00:32:53.868: [0xfa0] LOADER: 2188 internal relocations [base_address =
    0x4a000000 data_offset = 0x3c318]
    21/06/11 00:32:53.873: [0xfa0] LOADER: 0 ARM external relocations
    21/06/11 00:32:53.877: [0xfa0] LOADER: 73 ARM ABS external relocations
    21/06/11 00:32:53.882: [0xfa0] LOADER: Protecting code section: 0x4a000000 24576
    0
    21/06/11 00:32:53.886: [0xfa0] LOADER: Loaded S3E at address 0x4a000000
    21/06/11 00:32:54.640: [0xfa0] LOADER: Calling s3eDeviceInit(S3E_DEVICE_INIT_MEM
    ORY)
    21/06/11 00:32:54.644: [0xfa0] DEVICE: DeviceInit: services=0x00020000 [0x000200
    00]
    21/06/11 00:32:54.648: [0xfa0] DEVICE: Initialising MEMORY
    21/06/11 00:32:54.653: [0xfa0] MEMORY: Loader heap size=30000
    21/06/11 00:32:54.660: [0xfa0] MEMORY: using default size (3145728) for heap0 (s
    et MemSize in your game.icf to override this)
    21/06/11 00:32:54.669: [0xfa0] MEMORY: Initialised heap 0 [0x0a0d1c64-0x0a3d1c64
    ] size=3145728
    21/06/11 00:32:54.674: [0xfa0] MEMORY: Initialised heap 7 [0x02df1864-0x02df2c64
    ] size=5120
    21/06/11 00:32:54.677: [0xfa0] MEMORY: s3eMemorySetUserMemMgr 0x0044a8c0 0x0044a
    c00 0x0044b3c0
    21/06/11 00:32:54.681: [0xfa0] DEVICE: DeviceInit done: services=0x00020000
    21/06/11 00:32:54.684: [0xfa0] LOADER: Executing S3E 0x00368ee8 [C:\Work\airplay
    sdk\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_
    demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_
    arm\demo_marmal

    [/quote]
    Emulator is stuck on AirPlay logo

    Visual Studio's Trace window shows that network libs are being loaded.and unloaded.and loaded again...

    "armdebug.exe": Загружено: "C:\Marmalade\5.0\s3e\bin\armdebug.exe", Символы загружены.
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\ntdll.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\kernel32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\KernelBase.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\user32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\gdi32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\lpk.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\usp10.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\msvcrt.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\advapi32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\sechost.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\rpcrt4.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\sspicli.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\cryptbase.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\ws2_32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nsi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\comdlg32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\shlwapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\shell32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\imm32.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\msctf.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\mswsock.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nlaapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\NapiNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\pnrpnsp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\dnsapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winrnr.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\IPHLPAPI.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winnsi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\rasadhlp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\nlaapi.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\NapiNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\pnrpnsp.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\winrnr.dll"
    "armdebug.exe": Выгружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL"
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\apphelp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nlaapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\NapiNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\pnrpnsp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winrnr.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\nlaapi.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\NapiNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\pnrpnsp.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\winrnr.dll"
    "armdebug.exe": Выгружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL"
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nlaapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\NapiNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\pnrpnsp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winrnr.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\nlaapi.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\NapiNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\pnrpnsp.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\winrnr.dll"
    "armdebug.exe": Выгружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL"
    <following stream repeat A LOT of time>
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nlaapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\NapiNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\pnrpnsp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winrnr.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\nlaapi.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\NapiNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\pnrpnsp.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\winrnr.dll"
    "armdebug.exe": Выгружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL"


    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\nlaapi.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\NapiNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\pnrpnsp.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\winrnr.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll", Невозможно найти или открыть файл PDB
    "armdebug.exe": Загружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL", Невозможно найти или открыть файл PDB
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\WSHTCPIP.DLL"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\nlaapi.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\NapiNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\pnrpnsp.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\winrnr.dll"
    "armdebug.exe": Выгружено: "C:\Program Files (x86)\Bonjour\mdnsNSP.dll"
    "armdebug.exe": Выгружено: "C:\Windows\SysWOW64\FWPUCLNT.DLL"
    Поток 'Поток Win32' (0x2c94) завершился с кодом -1 (0xffffffff).
    Поток 'Поток Win32' (0x24f8) завершился с кодом -1 (0xffffffff).
    Поток 'Поток Win32' (0x1fdc) завершился с кодом -1 (0xffffffff).
    Поток 'Поток Win32' (0x2510) завершился с кодом -1 (0xffffffff).
    Программа "[11076] armdebug.exe: Машинный код" завершилась с кодом -1 (0xffffffff).
    ---
    and after tahat - Armdebug.exe exits
    so something is not right with gcc-arm debug(I don't tested gcc-arm release, should I)?
  • machine on which I'm running it has iTunes installed, may be that's why Bonjur's name provider is being loaded.
  • Kaiserludi
    Options
    Thanks, will look into it tomorrow.
  • Kaiserludi
    Options
    Hmm, Arm Debug build of the hello World demo is running just fine on emulator here in both VS 2008 and 2010. No crash, no exit without the user explicitly telling it too.

    I also have this loading and unloading, seems, this is also happening, if all is working well:

    'armdebug.exe': Loaded 'C:\Marmalade\5.0\s3e\bin\armdebug.exe', Symbols loaded.
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nsi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\comdlg32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\apphelp.dll'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\mswsock.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\dnsapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winnsi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\rasadhlp.dll', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Marmalade\5.0\s3e\win32\s3e_qemu.exe', Binary was not built with debug information.
    'armdebug.exe': Unloaded 'C:\Marmalade\5.0\s3e\win32\s3e_qemu.exe'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\nlaapi.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\NapiNSP.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\pnrpnsp.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\winrnr.dll', Cannot find or open the PDB file
    'armdebug.exe': Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL', Cannot find or open the PDB file
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\nlaapi.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\NapiNSP.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\pnrpnsp.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\winrnr.dll'
    'armdebug.exe': Unloaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
    'armdebug.exe': Loaded 'ImageAtBase0x21d0000', Loading disabled by Include/Exclude setting.
    'armdebug.exe': Unloaded 'ImageAtBase0x21d0000'
    The thread 'Win32 Thread' (0x13fc) has exited with code 0 (0x0).
    The program '[4316] armdebug.exe: Native' has exited with code 0 (0x0).

    As you can see, no Bojour here, but also no iTunes on my Windows PC.



    Output on loading:
    21/06/11 13:11:28.773: [0x5d8] NONE: waiting for F5
    21/06/11 13:11:28.773: [0x5d8] NONE: Hold F5 on startup to go into UI only mode.

    21/06/11 13:11:28.773: [0x5d8] NONE: DeviceInit: services=0x0a216148 [0x0a216148
    ]
    21/06/11 13:11:28.773: [0x5d8] NONE: Initialising FILE
    21/06/11 13:11:28.773: [0x5d8] NONE: Initialising DEBUG
    -- START TRACE --
    -- START TRACE TO FILE --
    tracing to: ''
    MarmaladeSDK v5.0.0 [277479] (S3E Loader v4.30.1)
    Copyright (C) 2001-2011 Ideaworks3D Ltd
    System Info:
    OS : WINDOWS (3)
    OS Version : Windows NT 4.0 (4.0)
    Device ID : QEMU (0x1)
    Device Class : WINDOWS_GENERIC (3000)
    Phone Number : 0044123456789
    Unique ID : SIMULATOR_ID
    Device Name : My Computer
    Memory : 1048576KiB
    21/06/11 13:11:28.797: [0x5d8] DEVICE: Initialising THREAD
    21/06/11 13:11:28.799: [0x5d8] THREAD: s3eThreadCreateMain
    21/06/11 13:11:28.800: [0xfa0] DEVICE: Initialising SURFACE
    21/06/11 13:11:28.802: [0xfa0] SURFACE: s3eSurfaceSetup: PixelType=RGB565, pitch
    =0, ptr=0x00000000, blit=0
    21/06/11 13:11:28.803: [0xfa0] SURFACE: s3eSurfaceSetup: matches native type
    21/06/11 13:11:28.806: [0xfa0] SURFACE: s3eSurfaceSetup: no user surface needed
    21/06/11 13:11:28.809: [0xfa0] SURFACE: done s3eSurfaceInit: 176x208 p:352 (176x
    208 p:352) o:0
    21/06/11 13:11:28.811: [0xfa0] DEVICE: Initialising EXT
    21/06/11 13:11:28.816: [0xfa0] EXT: registering extension: s3eLibrary [0xe6dd6ce
    5]
    21/06/11 13:11:28.819: [0xfa0] EXT: registering extension: s3eExtLoadLibaray [0x
    f23d6d85]
    21/06/11 13:11:28.822: [0xfa0] EXT: registering extension: s3eCamera [0xa3e23039
    ]
    21/06/11 13:11:28.826: [0xfa0] EXT: registering extension: s3eNDSSimulator [0x1c
    45e0d5]
    21/06/11 13:11:28.829: [0xfa0] EXT: registering extension: s3eWindow [0xd31aa8a8
    ]
    21/06/11 13:11:28.831: [0xfa0] EXT: registering extension: s3eContacts [0x5e39d2
    af]
    21/06/11 13:11:28.841: [0xfa0] EXT: registering extension: s3eSoundRecord [0x579
    dbf78]
    21/06/11 13:11:28.843: [0xfa0] EXT: registering extension: s3eTouchpad [0x1dbd7c
    e8]
    21/06/11 13:11:28.847: [0xfa0] EXT: registering extension: s3eThread [0xcc0b4a28
    ]
    21/06/11 13:11:28.850: [0xfa0] EXT: registering extension: s3eDebugHeap [0xc667a
    795]
    21/06/11 13:11:28.854: [0xfa0] EXT: registering extension: s3eExtDebugHeap [0xff
    96de46]
    21/06/11 13:11:28.861: [0xfa0] EXT: registering extension: s3eClipboard [0xd68f3
    420]
    21/06/11 13:11:28.867: [0xfa0] EXT: registering extension: s3eOSExec [0xc121bcf7
    ]
    21/06/11 13:11:28.873: [0xfa0] EXT: registering extension: s3eExtOSExec [0x20380
    948]
    21/06/11 13:11:28.881: [0xfa0] EXT: registering extension: s3eEval [0x167d1038]
    21/06/11 13:11:28.884: [0xfa0] EXT: registering extension: s3eExtEval [0xf042144
    9]
    21/06/11 13:11:28.889: [0xfa0] EXT: registering extension: s3eHighResTimer [0x41
    f2dedb]
    21/06/11 13:11:28.909: [0xfa0] EXT: registering extension: s3eOSReadString [0x9f
    e3ea45]
    21/06/11 13:11:28.918: [0xfa0] EXT: registering extension: s3eCameraCapture [0xd
    36aceed]
    21/06/11 13:11:28.920: [0xfa0] EXT: registering extension: s3eTestEmulatorConfig
    [0x4a0d0a4f]
    21/06/11 13:11:28.924: [0xfa0] EXT: registering extension: s3eCompass [0x40d632c
    6]
    21/06/11 13:11:28.929: [0xfa0] EXT: registering extension: Compass [0xd3653f1b]
    21/06/11 13:11:28.932: [0xfa0] EXT: registering extension: s3eSocketOpt [0x09cdc
    dec]
    21/06/11 13:11:28.936: [0xfa0] EXT: registering extension: s3eExtSocketOpt [0x42
    fd049d]
    21/06/11 13:11:28.942: [0xfa0] EXT: registering extension: s3eImagePicker [0xd2f
    c1d51]
    21/06/11 13:11:28.946: [0xfa0] EXT: registering extension: s3eTest [0x168503f0]
    21/06/11 13:11:28.950: [0xfa0] EXT: registering extension: s3eSMS [0x17f480c3]
    21/06/11 13:11:28.953: [0xfa0] EXT: registering extension: s3eMetrics [0x2bc8e04
    7]
    21/06/11 13:11:28.956: [0xfa0] EXT: registering extension: Metrics [0xbe57ec9c]
    21/06/11 13:11:28.959: [0xfa0] EXT: registering extension: s3eLocation [0x919442
    29]
    21/06/11 13:11:28.962: [0xfa0] EXT: registering extension: Location [0x7604d91e]

    21/06/11 13:11:28.964: [0xfa0] DEVICE: Initialising CONFIG
    21/06/11 13:11:28.967: [0xfa0] DEVICE: Initialising TIMER
    21/06/11 13:11:28.987: [0xfa0] DEVICE: Initialising COMPRESSION
    21/06/11 13:11:28.989: [0xfa0] DEVICE: DeviceInit done: services=0x0a216148
    21/06/11 13:11:28.992: [0xfa0] DEVICE: SetupPaths: NULL
    21/06/11 13:11:28.996: [0xfa0] LOADER: ParseCommandLineData [-via:"C:\Users\STEF
    AN~1.LUD\AppData\Local\Temp\ARMtargetdll.icf" -waitfordebugger:1]
    21/06/11 13:11:28.998: [0xfa0] LOADER: setting [commandline] via=C:\Users\STEFA
    N~1.LUD\AppData\Local\Temp\ARMtargetdll.icf
    21/06/11 13:11:29.002: [0xfa0] LOADER: setting [commandline] waitfordebugger=1
    21/06/11 13:11:29.007: [0xfa0] LOADER: parsing via file: C:\Users\STEFAN~1.LUD\A
    ppData\Local\Temp\ARMtargetdll.icf
    21/06/11 13:11:29.038: [0xfa0] LOADER: reading 558 bytes from via files
    21/06/11 13:11:29.040: [0xfa0] LOADER: ParseCommandLineData [-via:"C:\Users\STEF
    AN~1.LUD\AppData\Local\Temp\ARMtargetdll.icf" -waitfordebugger:1 --dll="G:\dev\e
    gn\neutron-windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalad
    e_helloworld_cp
    21/06/11 13:11:29.043: [0xfa0] LOADER: setting [commandline] via=C:\Users\STEFA
    N~1.LUD\AppData\Local\Temp\ARMtargetdll.icf
    21/06/11 13:11:29.045: [0xfa0] LOADER: setting [commandline] waitfordebugger=1
    21/06/11 13:11:29.048: [0xfa0] LOADER: setting [commandline] dll=G:\dev\egn\neu
    tron-windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_hell
    oworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_
    helloWorld_cpp.
    21/06/11 13:11:29.051: [0xfa0] LOADER: setting [commandline] data=G:\dev\egn\ne
    utron-windows\trunk\Demos\demo_marmalade_helloWorld_cpp\data
    21/06/11 13:11:29.054: [0xfa0] LOADER: setting [commandline] app-icf1=G:/dev/eg
    n/neutron-windows/trunk/Demos/demo_marmalade_helloWorld_cpp/data/app.icf
    21/06/11 13:11:29.067: [0xfa0] LOADER: setting [commandline] config-txt1=c:/mar
    malade/5.0/s3e/s3e.config.txt
    21/06/11 13:11:29.069: [0xfa0] LOADER: setting [commandline] config-txt2=c:/mar
    malade/5.0/modules/iwutil/docs/iwutil.config.txt
    21/06/11 13:11:29.072: [0xfa0] LOADER: setting [commandline] config-txt3=c:/mar
    malade/5.0/s3e\s3e.config.txt
    21/06/11 13:11:29.079: [0xfa0] LOADER: Using data directory G:\dev\egn\neutron-w
    indows\trunk\Demos\demo_marmalade_helloWorld_cpp\data as ROM drive
    21/06/11 13:11:29.082: [0xfa0] LOADER: Using directory G:\dev\egn\neutron-window
    s\trunk\Demos\demo_marmalade_helloWorld_cpp\data-ram as RAM drive
    21/06/11 13:11:29.115: [0xfa0] LOADER: s3eExecReadConfigFromS3EFiles()
    21/06/11 13:11:29.121: [0xfa0] LOADER: Loading config from: c:\marmalade\5.0\s3e
    /s3e.icf
    21/06/11 13:11:29.127: [0xfa0] LOADER: Loading app-icf from command line specifi
    ed location G:/dev/egn/neutron-windows/trunk/Demos/demo_marmalade_helloWorld_cpp
    /data/app.icf
    21/06/11 13:11:29.131: [0xfa0] LOADER: Loading config from: [url=raw://G:/dev/egn/neu]raw://G:/dev/egn/neu[/url]
    tron-windows/trunk/Demos/demo_marmalade_helloWorld_cpp/data/app.icf
    21/06/11 13:11:29.154: [0xfa0] LOADER: s3eExecMemoryCheck: Memory free: 1048576K

    21/06/11 13:11:29.156: [0xfa0] EXT: s3eExtGetHash: 0xd31aa8a8 [0x00000000 size=0
    ]
    21/06/11 13:11:29.159: [0xfa0] EXT: initializing extension: s3eWindow
    21/06/11 13:11:29.161: [0xfa0] EXT: initializing extension: s3eWindow 0x004cf180

    21/06/11 13:11:29.746: [0xfa0] EXT: Registering user-supplied extensions
    21/06/11 13:11:29.750: [0xfa0] LOADER: Calling s3eDeviceInit()
    21/06/11 13:11:29.759: [0xfa0] DEVICE: DeviceInit: services=0xfffdffff [0xe7dc9e
    b7]
    21/06/11 13:11:29.763: [0xfa0] DEVICE: Initialising CALLBACKS
    21/06/11 13:11:29.765: [0xfa0] DEVICE: Initialising CRYPTO
    21/06/11 13:11:29.768: [0xfa0] DEVICE: Initialising ERROR
    21/06/11 13:11:29.771: [0xfa0] DEVICE: Initialising SOCKET
    21/06/11 13:11:29.779: [0xfa0] DEVICE: Initialising STORAGE
    21/06/11 13:11:29.791: [0xfa0] DEVICE: Initialising VIBRA
    21/06/11 13:11:29.794: [0xfa0] DEVICE: Initialising KEYBOARD
    21/06/11 13:11:29.820: [0xfa0] KEYBOARD: keyboard->SetDataFormat() succeeded in
    init().
    21/06/11 13:11:29.833: [0xfa0] DEVICE: Initialising POINTER
    21/06/11 13:11:29.851: [0xfa0] DEVICE: Initialising ACCELEROMETER
    21/06/11 13:11:29.869: [0xfa0] ACCELEROMETER: damping=0 scaling=0
    21/06/11 13:11:29.893: [0xfa0] DEVICE: Initialising SOUND
    21/06/11 13:11:29.922: [0xfa0] SOUND: stereo sound requested but not available
    21/06/11 13:11:29.927: [0xfa0] SOUND: SetMasterVolume: 255 -> 256
    21/06/11 13:11:29.930: [0xfa0] DEVICE: Initialising AUDIO
    21/06/11 13:11:29.943: [0xfa0] DEVICE: Initialising VIDEO
    21/06/11 13:11:29.959: [0xfa0] DEVICE: Initialising LICENSE
    21/06/11 13:11:29.969: [0xfa0] DEVICE: Initialising GL
    21/06/11 13:11:29.974: [0xfa0] DEVICE: DeviceInit done: services=0xfffdffff
    21/06/11 13:11:29.980: [0xfa0] LOADER: displaying debug splash-screen
    21/06/11 13:11:30.341: [0xfa0] DEVICE: s3eQemuInit
    21/06/11 13:11:30.385: [0xfa0] DEFAULT: done vm_start
    21/06/11 13:11:30.389: [0xfa0] DEFAULT: CPU Loop done
    21/06/11 13:11:30.399: [0xfa0] DEFAULT: done s3eQEMUInit
    21/06/11 13:11:30.430: [0xfa0] LOADER: s3eExecInit Done
    21/06/11 13:11:30.568: [0xfa0] LOADER: found initial S3E file: [url=raw://G]raw://G[/url]:\dev\egn\
    neutron-windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_h
    elloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmala
    de_helloWorld_c
    21/06/11 13:11:30.587: [0xfa0] DEVICE: s3eExecPushNext: [url=raw://G]raw://G[/url]:\dev\egn\neutron
    -windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_hellowor
    ld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_hell
    oWorld_cpp.s3e
    21/06/11 13:11:30.596: [0xfa0] DEVICE: s3eExecPushNext: [url=raw://G]raw://G[/url]:\dev\egn\neutron
    -windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_hellowor
    ld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_hell
    oWorld_cpp.s3e
    21/06/11 13:11:30.601: [0xfa0] LOADER: s3eExecDoExecuteLoop
    21/06/11 13:11:30.605: [0xfa0] LOADER: s3eExecLoad: G:\dev\egn\neutron-windows\t
    runk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc1
    0\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_helloWorld_cpp
    .s3e
    21/06/11 13:11:30.618: [0xfa0] FILE: s3eFileOpen('G:\dev\egn\neutron-windows\tru
    nk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\
    Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_helloWorld_cpp.s
    3e', 'rb') succ
    21/06/11 13:11:30.622: [0xfa0] LOADER: Loading S3E: G:\dev\egn\neutron-windows\t
    runk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc1
    0\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_helloWorld_cpp
    .s3e
    21/06/11 13:11:30.671: [0xfa0] LOADER: Reading S3E headers [64]
    21/06/11 13:11:30.684: [0xfa0] LOADER: Clearing splashscreen background: 0xffff
    21/06/11 13:11:30.732: [0xfa0] VIDEO: s3eVideoPlay splash.jpg
    21/06/11 13:11:30.769: [0xfa0] VIDEO: data is in JPG format
    21/06/11 13:11:30.860: [0xfa0] VIDEO: s3eVideoPlay done: 0
    21/06/11 13:11:30.865: [0xfa0] LOADER: S3E Version : 4.30.1
    21/06/11 13:11:30.883: [0xfa0] LOADER: Arch : ARM6Z
    21/06/11 13:11:30.897: [0xfa0] LOADER: VFP : 1
    21/06/11 13:11:30.917: [0xfa0] LOADER: App S3E Version: 4.30.1
    21/06/11 13:11:30.919: [0xfa0] LOADER: App arch : ARM4T
    21/06/11 13:11:30.922: [0xfa0] LOADER: App VFP : 0
    21/06/11 13:11:30.959: [0xfa0] LOADER: Reading code section: len=247752
    21/06/11 13:11:31.075: [0xfa0] LOADER: Signature checking NOT enabled in loader
    21/06/11 13:11:31.084: [0xfa0] LOADER: Relocating S3E
    21/06/11 13:11:31.087: [0xfa0] LOADER: 2188 internal relocations [base_address =
    0x4a000000 data_offset = 0x3c308]
    21/06/11 13:11:31.090: [0xfa0] LOADER: 0 ARM external relocations
    21/06/11 13:11:31.093: [0xfa0] LOADER: 73 ARM ABS external relocations
    21/06/11 13:11:31.098: [0xfa0] LOADER: Protecting code section: 0x4a000000 24576
    0
    21/06/11 13:11:31.103: [0xfa0] LOADER: Loaded S3E at address 0x4a000000
    21/06/11 13:11:31.701: [0xfa0] LOADER: Calling s3eDeviceInit(S3E_DEVICE_INIT_MEM
    ORY)
    21/06/11 13:11:31.711: [0xfa0] DEVICE: DeviceInit: services=0x00020000 [0x000200
    00]
    21/06/11 13:11:31.715: [0xfa0] DEVICE: Initialising MEMORY
    21/06/11 13:11:31.734: [0xfa0] MEMORY: Loader heap size=30000
    21/06/11 13:11:31.737: [0xfa0] MEMORY: using default size (3145728) for heap0 (s
    et MemSize in your game.icf to override this)
    21/06/11 13:11:31.744: [0xfa0] MEMORY: Initialised heap 0 [0x0a051c64-0x0a351c64
    ] size=3145728
    21/06/11 13:11:31.747: [0xfa0] MEMORY: Initialised heap 7 [0x04531864-0x04532c64
    ] size=5120
    21/06/11 13:11:31.749: [0xfa0] MEMORY: s3eMemorySetUserMemMgr 0x0044a8c0 0x0044a
    c00 0x0044b3c0
    21/06/11 13:11:31.752: [0xfa0] DEVICE: DeviceInit done: services=0x00020000
    21/06/11 13:11:31.754: [0xfa0] LOADER: Executing S3E 0x028a8f18 [G:\dev\egn\neut
    ron-windows\trunk\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_hello
    world_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_VC10_gcc_arm\demo_marmalade_h
    elloWorld_cpp.s
    QEMU waiting for connection on: :7658::nowait,nodelay,server
    _IwMain
    21/06/11 13:11:32.282: [0xfa0] EXT: s3eExtGetHash: 0xcc0b4a28 [0x4a03f7f8 size=7
    6]
    21/06/11 13:11:32.285: [0xfa0] EXT: initializing extension: s3eThread
    21/06/11 13:11:32.287: [0xfa0] EXT: initializing extension: s3eThread 0x0046e400

    21/06/11 13:11:32.293: [0xfa0] MEMORY: s3eMemorySetUserMemMgr 0x04481069 0x04481
    07e 0x04481093

    After that just the normal runtime output from Photon (also there still seems to be a bug in the demo's debugout for the runtime output, but well, at the moment you are not making it that fat, so doesn't really change anything for your problem).

    PS: I assume, demos from Ideaaworks/Marmalade are working fine for you in ARM emulator?
  • Kaiserludi
    Options
    bada wrote:
    I am build with Microsoft Visual Studio 2008 Version 9.0.30729.1 SP
    And still got such error for win debug build
     Creating library Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.lib and object Debug_demo_marmalade_helloWorld_cpp_vc9_x86/demo_marmalade_helloWorld_cpp.exp
    1&gt;Common-cpp_d.lib(C_IwUTF8.obj) : warning LNK4204: 'd:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc9\Debug_demo_marmalade_helloWorld_cpp_vc9_x86\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
    1&gt;LINK : error LNK1218: warning treated as error; no output file generated
    

    arm builds are ok now
    Checked and with standard Airplay/Marmalade created projects' settings for debug config there is no such .pdb created and is also should not be needed. Have you changed anything in the project config in Visual Studio?
    You are trying it with just the play-Button for "Start Debugging" in VS, correct?
    Can you go to the demos projects properties -> Configuration properties -> C/C++ -> General and try all options for the debug format there, please? Perhaps that helps. Original value from the .zip should Disabled there, therefor no .pdg is created but neither should it be needed, but you could for example try /ZI, which will create the .pdb-file.
  • bada
    Options
    I didn't change anything and try all debug options - still warning about didn't find .pdb

    Also I am install and try vs 2010 and there is such problem too, but now this warnings didn't treat as errors and debug build successes. But our coding policy require do not ignore any warnings, so it would be very nice if this sdk will build without warnings

    here what I get when fresh install vs2010
    Microsoft Visual Studio 2010
    Version 10.0.40219.1 SP1Rel
    Microsoft .NET Framework
    Version 4.0.30319 SP1Rel
    and just click on .mkb and marmalade generate my vs project.
    1&gt;  Generating Code...
    1&gt;     Creating library Debug_demo_marmalade_helloWorld_cpp_vc10_x86\demo_marmalade_helloWorld_cpp.lib and object Debug_demo_marmalade_helloWorld_cpp_vc10_x86\demo_marmalade_helloWorld_cpp.exp
    1&gt;Common-cpp_d.lib(C_IwUTF8.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(C_IwUTF8.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(GPOperation.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(GPOperation.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(data_structures.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(data_structures.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(platformLayer-unix.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(platformLayer-unix.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(ANSIString.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(ANSIString.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(Base.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(Base.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(HashTable.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(HashTable.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(JString.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(JString.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(Object.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(Object.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Common-cpp_d.lib(UTF8String.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Common-cpp_d.lib(UTF8String.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(Utils.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(Utils.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(CLitePeer.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(CLitePeer.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(CPhotonPeer.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(CPhotonPeer.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(PhotonCommand.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(PhotonCommand.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(PhotonGPOperation.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(PhotonGPOperation.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_add.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_add.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_asm.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_asm.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_ctx.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_ctx.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_div.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_div.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_exp.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_exp.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_gcd.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_gcd.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_lib.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_lib.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_mod.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_mod.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_mont.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_mont.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_mul.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_mul.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_rand.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_rand.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_recp.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_recp.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_shift.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_shift.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_sqr.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_sqr.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(bn_word.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(bn_word.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(Encryption_general.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(Encryption_general.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(aes256.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(aes256.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(sha2.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(sha2.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(UnixConnect.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(UnixConnect.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(LitePeer.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(LitePeer.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;Photon-cpp_d.lib(PhotonPeer.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'Photon-cpp_d.lib(PhotonPeer.obj)' or at 'D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\vc90.pdb'; linking object as if no debug info
    1&gt;  demo_marmalade_helloWorld_cpp_vc10.vcxproj -&gt; D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\demo_marmalade_helloWorld_cpp.s86
    1&gt;  d:\dev\Marmalade\5.0\s3e\python\python.exe .\process_map.py "D:\dev\Photon-Server-SDK_v2-6-0\client\Photon-Marmalade_v6-5-4-Beta2_SDK\Demos\demo_marmalade_helloWorld_cpp\build_demo_marmalade_helloworld_cpp_vc10\Debug_demo_marmalade_helloWorld_cpp_vc10_x86\demo_marmalade_helloWorld_cpp.s86"
    ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
    
  • Kaiserludi
    Options
    Ah, probably VS is looking for the .pdb-files of the libs, not of the demo. I will do a new build later today, that will address this issue.
  • Kaiserludi
    Options
    @bada:
    Can you try x86 debug with the new beta 3 build http://dl.dropbox.com/u/4296291/Photon- ... a3_SDK.zip again and tell me, if it fixes the issue, please?
    Thanks
  • bada
    Options
    now no warnings, all arm and win debug and release builds are ok (just try build hello world)
  • Kaiserludi
    Options
    8-)

    Thanks for your help.

    Weird, that it did not throw this warning for Vikarti Anatra. I guess, it has found the files on my computer somehow, although they have not even been on the same hdd partition, which would explain, why there was no warning on my computer.
  • Sorry I don't have FTL access link to @Kaiserludi's drive with PDB..-:(
    I don't say I don't warnings about PDBs on linking(on beta 2 had those too), i just don't considered that big problem for now.
    Beta 3 works on simulator
    it also deploys and starts running on Android(don't tested iOS yet).
    On android(HTC Desire HD with cyanogen mod 7(android 2.3 basically)) arm release stucks in 'connecting' both on WiFi and on 3G network
    it also behaves same on iPad 1 WiFi(4.3 firmware) - 'Hello, Photon-World - connecting'
    on windows simulator(even arm one) on same WiFi network arm-debug version it works ok.
    armdebug on iPad also stuck on Connecting
  • bada
    Options
    same here - didn't connect on ipod 4, also huge fps drop( maybe just because connecting )
  • Kaiserludi
    Options
    We did not test on devices yet. Still did not find time to address the latest issues on osx devplatform or to do the setup for deploying to iPhones from windows. I started the setup for debugging on Android devices yesterday and will try to get Photon Marmalader running on device today.
  • bada
    Options
    i just try join from ipod in my local wifi net and put direct ip (something like 192.168.0.100:5055) and managed to connect but couldn't connect to your server
  • Kaiserludi
    Options
    Update: We have been able to reproduce this connection issue on a Samsung Galaxy S2 device with Android 2.3. Seems we have to fix that debugoutput-issue for arm-configs, which I have mentioned, first, so we can debug that issue. Will update you, as soon as there is any new information.
  • Kaiserludi
    Options
    update:
    Tracked the issue down - there currently is a bug in the ARM-version of Marmalades implementation of the bsd-sockets, which are used by Photon.
    Therefore attempts to connect to an url with Photon will fail on device. Connection to an ip-adrees will work also on device.
    So in Network:update() instead of URL_PHOTON_SERVER please pass L"206.188.31.48:5055" to mLitePeer->Connect() for now.
    However it is always better to use your own local Photon server for development, so you can access the logs, modify the server behavior, etc.
  • Kaiserludi
    Options
    Update:
    Implemented a workaround for urls in the lib, so the will work with the next release.

    Still having some minor issues here, but chances are good, that we can release a Release Candidate 1 version of the Marmalade SDK on Monday.
    X86 builds on osx development platform will still not be supported, but aside from that, everything should work.

    For first final release version of the Marmalade sdk (probably in July) you can expect a Marmalade-port of the realtimedemo, which is available for every photon client platform, so you have some graphical demo.