BSOD Bug Discovered in Audigy 2 ZS Dri

I have an Audigy 2 ZS. I did a custom install from the driver CD in XP SP unchecking the following items:
- Creative MiniDisc Center
- Creative Wave Studio
- Getting Started Demo
- MIDI Samples
- SoundFont Banks
- Online Manual
- Music Creation Guide
- Windows Drivers
I also did not install Creative Media Source 2.
Next, I installed the Driver Package from the soundblaster.com web site that is dated July 29 2004. Then I installed the Creative THX Setup Console Update (Version .00.6).
I have found that several of the Creative Labs programs will cause an instant and repeatable BSOD on my system. They are:
- \Program Files\Creative\SBAudigy2ZS\Program\Startup Menu\Audigy.exe
- Creative MediaSource DVD-Audio Player
- Feature Showcase Demo as installed from the "Feature Showcase Demonstration CD"
I'd say there is a bug somewhere in the kernel mode driver code because ideally you do not want user mode code to be able to take down the system like this.
I ran the crash dump through WinDbg and this is the result of the analysis:
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8e)
This is a very common bugcheck. Usually the exception address pinpoints the driver/function that caused the problem. Always note this address as well as the link date of the driver/image that contains this address. Some common problems are exception code 0x80000003. This means a hard coded breakpoint or assertion was hit, but this system was booted /NODEBUG. This is not supposed to happen as developers should never have hardcoded breakpoints in retail code, but ... If this happens, make sure a debugger gets connected, and the system is booted /DEBUG. This will let us see why this breakpoint is happening. An exception code of 0x80000002 (STATUS_DATATYPE_MISALIGNMENT) indicates that an unaligned data reference was encountered. The trap frame will supply additional information.
Arguments:
Arg: 80000003, The exception code that was not handled
Arg2: 8050b20, The address that the exception occurred at
Arg3: f3722330, Trap Frame
Arg4: 00000000
Debugging Details:
EXCEPTION_CODE: (HRESULT) 0x80000003 (24748365) - One or more arguments are invalid
FAULTING_IP:
nt!DbgBreakPoint+0
8050b20 cc int 3
TRAP_FRAME: f3722330 -- (.trap fffffffff3722330)
ErrCode = 00000000
eax=0000000 ebx=00000cb ecx=804ff7d8 edx=0000004 esi=e608000
edi=82ef7050
eip=8050b2 esp=f37223a4 ebp=f37223d4 iopl=0 nv up ei ng nz na pe nc
cs=0008 ss=000 ds=0023 es=0023 fs=0030 gs=0000
efl=00000282
nt!DbgBreakPoint+0x:
8050b2 c3 ret
Resetting default scope
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
LAST_CONTROL_TRANSFER: from 8053ebc0 to 8050b2
STACK_TEXT:
f37223a0 8053ebc0 e608e58 00000e50 e30d2df4 nt!DbgBreakPoint+0x
f37223d4 8053e7fb e608008 00000000 f3577b8b nt!ExFreePoolWithTag+0x305
f37223e0 f3577b8b e608008 00000000 e60800c nt!ExFreePool+0xb
WARNING: Stack unwind information not available. Following frames may be wrong.
f3722420 f35709de c000000 00000000 3fffffff ctdvda2k+0x22b8b
f37224b8 f3576f5d f3722428 f356cd2c c000000 ctdvda2k+0xb9de
f3722524 f35587 f355ab28 f355ab65 f355aba8 ctdvda2k+0x2f5d
f3722540 f3555640 00000000 83064f68 00000000 ctdvda2k+0x37
f3722574 f35559da fe3e8030 f372264c fe3e8030 ctdvda2k+0x640
f37225bc bac60b8a 00f0ff 408d0008 00000000 ctdvda2k+0x9da
f37225e8 bac60a67 408d0008 fe3e8030 00000000 ctoss2k+0x9b8a
f372263c bac6063c f372265c 00000000 00000000 ctoss2k+0x9a67
f3722b68 bacd5f20 82dba008 0000408d 00000002 ctoss2k+0x963c
f3722b94 bacd4729 82e6c60 82dba00c 82dc220 ctaud2k+0xf20
f3722bd8 f89b7f02 82e30888 82dc220 82dc220 ctaud2k+0x0729
f3722c0 804ecd5a 82e44f00 82dc220 806cba8 ctprxy2k+0xf02
f3722c20 80649 fe209820 806cb90 83238f68 nt!IopfCallDriver+0x3
f3722c44 8058c958 83238fd8 fe529038 83238f68 nt!IovCallDriver+0x9e
f3722c58 8058d544 82e44f00 83238f68 fe529038 nt!IopSynchronousServiceTail+0x5e
f3722d00 8059a55 0000098 00000000 00000000 nt!IopXxxControlFile+0x5ec
f3722d34 804dadd 0000098 00000000 00000000 nt!NtDeviceIoControlFile+0x28
f3722d34 7ffe0304 0000098 00000000 00000000 nt!KiSystemService+0xc4
002dfc 00000000 00000000 00000000 00000000 SharedUserData!SystemCallStub+0x4
FOLLOWUP_IP:
nt!ExFreePool+b
8053e7fb c20400 ret 0x4
SYMBOL_STACK_INDEX: 2
FOLLOWUP_NAME: Pool_corruption
SYMBOL_NAME: nt!ExFreePool+b
MODULE_NAME: Pool_Corruption
IMAGE_NAME: Pool_Corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
STACK_COMMAND: .trap fffffffff3722330 ; kb
BUCKET_ID: 0x8E_nt!ExFreePool+b
Followup: Pool_corruption

Hello,
at first I?m sorry for digging up this old Threat but after having searched for some time in the forum I found out that in this Thread another user has already perfectly described my problem.
Unfortunately he hasn?t left any explanation about how he was able to fix this error so I would be very grateful if anyone could help me. (perhaps even one of the mods who remembers anything about this problem?)
So far I have already tried to repair or uninstall the Audigy Software and Drivers but every time I tried the same Blue Screen has appeared.
I?ve also contacted the Creative Support about this "bug" but they only had the proposal of reinstalling the entire software which I had already tried without any success.
It seems somehow strange to me because for example the DVD-Audio Player had already been working perfectly on my system when I had tried out the Creative Software after I had purchased and installed the new Soundcard.
So far no new Hard- or Software has been installed on my system in the meantime. I just have updated the programs I had already installed before the error occured the first time.
Could there be perhaps any conflicts with newer driver versions for my TV- or Soundcard or any updated software (for example Kaspersky Anti-Virus)?
Anyway... thank you very much for your help! ;-)
Greetings
celer
System:
Windows XP Home SP2
AMD 64 3200
024 MB RAM
GForce 6800GT
2X 200 Gigs HD (SATA) (no Raid-System)
Audigy 2 ZS (no newer Drivers found when checked on the Creative Homepage)
WinTV PCI FM
Mainboard: D 607 v. 4.06 . (Fujitsu-Siemens OEM)
I?ve already installed the latest drivers.

Similar Messages

  • ICal Bug Discovered

    I just discovered a big bug thanks to my 80-year-old dad. The bug is a "year" bug in Birthdays from Address Book when subscribing to a published calendar through MobileMe.
    Okay, please bear with me as I attempt to explain this.
    For some reason the Birthday calendar (when turned on in iCal's preferences) won't sync over to my iPod Touch, iPhone and iPad. I posted help in this forum a while back in getting it to sync and user AAPL gave me a work around solution (http://discussions.apple.com/thread.jspa?threadID=2165278&tstart=0).
    Basically I had to publish my Birthday calendar and email the published link to myself. In my email on my mobile device I downloaded the calendar by clicking on the link and it would show in my iCal under subscriptions, giving me my Birthday calendar.
    Okay, now here's where the bug comes in. My father's birthday would never show up on my mobile devices but every other birthday I had in Address Book would show up. And the reason for that is because of the birth year in Address Book. Any birth year from 1932 and before will not sync over to mobile devices through MobileMe as a subscription to a published calendar. It will still show up on my Mac's iCal, however.
    Now I've had one other person try it on their Mac and iPhone and he too couldn't get any birthday before 1933 to show up on his iPhone.
    In all honesty, I really don't know where the bug lies, whether its iCal, Address Book, MobileMe or Apple mobile devices, but I do think this is a big bug that should be looked into by Apple.
    Jeff

    I assume that it has something to do with a 1900 vs. 2000 preference. I was setting the date and time on a device earlier this week and one of the choices was something to the effect of: "Use 20_ _ for any year ending before 32." I just looked but did not see any such setting for iCal or in the System Prefs but I might of overlooked it.

  • Windows 2008 R2 SP1 BSOD Bug Check 0x0000003b

    Hi,
    I have a Win 2k8 R2 SP1 VM that keeps crashing every night for the past 2 days. Every time is the same bug check code 0x0000003b. I looked around and found 2 KBs for this specific code: 
    http://support.microsoft.com/kb/980932/en-gb - does not apply to my system
    http://support.microsoft.com/kb/2836373/en-gb - installed the hotfix yesterday but got another crash today
    The server has 30 printers installed on it and during the night only one is used so I tend to think that it is causing the crash. The printer has the latest driver installed (Konica Minolta Universal Printing Driver v2.4).
    I looked through the dump files generated by every BSOD but I cannot find anything that would point me in the right direction... or I might have missed it. 
    Here is a bit more info on the server:
    Windows 2008 R2 Standard SP1
    System is a VM
    IIS role installed
    30 printers installed - all drivers are up to date
    I have stored the dump files here: http://1drv.ms/1kpL9vh
    Any help with this would be greatly appreciated. 
    Thanks

    Hi gogu2008,
    First , please keep the VM and Host up-to-date then check if the issue persists .
    What is the Host OS ?
    How much RAM does the VM have ?
    If the VM is using dynamic memory , for troubleshooting you may try to configure  fixed RAM for the VM.
    As for the DUMP , you can change the "mini dump  " to  "kernel memory dump " then analysis the file after BSOD .
    Hope it helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Bug discovered in LabVIEW 8.5.1 with reentrant VIs

    Hi NI,
    I discovered a bug with the way LabVIEW handles the state of front panel controls for reentrant VIs that have the front panel open during execution.  Essentially, what is happening is that the Boolean text on the FP button is not getting updated properly.  Sometimes it will update correclty, other times it won't.  This makes the bug intermittent.
    Please see the attached example code for a demo.
    Doing the following does NOT make the bug go away:
    reentrant_gui.vi --> VI Properties --> Execution --> Check "Clear indicators when called"
    Doing the following does make the bug go away:
    reentrant_gui.vi --> VI Properties --> Execution --> Select "Preallocate clone for each instance"
    However, in theory it should not be necessary to preallocate a clone since the FP values are wired into the vi before it is called (see the simple demo code).  Plus, for my application, I need to minimize the amount of RAM occupied by my program, so I don't want to preallocate clones for each instance.
    Cheers,
    Richard
    Attachments:
    lv_reentrant_bug_illustrated.llb ‏35 KB

    I'm running 8.6.1, and I see what I would expect, when I run your code
    Your instance:
    copies NUMERIC IN to NUMERIC OUT
    Copies its BOOLEAN's property BOOLTEXT.TEXT to STRING OUT
    Sets its BOOLEAN's property BOOLTEXT.TEXT from STRING IN
    Reads the BOOLEAN  (no effect)
    Waits 100 mSec
    You call two of these in a loop, one fed with the loop counter "i", and a string of "i", the other called with 0.0, and "blah"
    The first time up, I don't know what I'll get from the STRING OUT, it depends on what the BOOLTEXT.TEXT property is set to.
    The NARRAY 1 is labeled "should contain 0 to N", and it indeed should contain 0 to N-1, and it does.
    The NARRAY 2 is labeled "should contain all 0s, and it indeed should, and it does.
    The SARRAY 1 is labeled "should contain all OKs". but it really should  contain the strings "X","0',"1","2","3",... where X is indeterminate the first time up.
    The SARRAY 2 is labeled "should contain all OKs, but it really should contain all "blah"s, and it does.
    I don't know why you are expecting "OK".
    I see no bug at all. 
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • Podcasting URL font bug discovered...

    Hello folks,
    I have discovered a bug in GarageBand while video podcasting. When you create a chapter marker that uses a URL name & link - the final export to disk or send to iWeb messes up the URL font style, font size and font colour. When inspecting the final podcast in iWeb or Quicktime Pro the URL font is dark blue in colour and too small to see or click on.
    What is the purpose of this podcast feature if the URL font can't be edited ?
    The same holds true for still pictures from iPhoto as well if used in a podcast.
    If anyone from the GarageBand development team could discuss this problem that would be much appreciated - time is of the essence, no pressure...
    mac mini, mac book, mac book pro, imac, mac pro   Mac OS X (10.4.7)   podcasting

    Thank you WarriorAnt for your shout out.
    Since you've been around the GB forum for awhile maybe you have some constructive advice to share with my specific question. I hoped at least 2 people have tried the podcasting feature in GB 3.0 and perhaps have experienced the problems I outlined in my first post.
    Drop me a line if you come up with a solution or two.
    mac mini, mac book, mac book pro, imac, mac pro   Mac OS X (10.4.7)  

  • Bug discovered- Unable to mirror iphoto pix to HDTV thru iPhone 4

    After spending nearly 2 hours going up the AppleCare chain (and everyone was very concerned and courteous), it seems to be that the new iPhoto 1.0 for iPhone won't show photos on an Apple TV-fitted HDTV through Airplay. It WOULD, however show the videos (only). The senior tech I last spoke to couldn't get it to show up on his TV with a 4S, either.  There is no "airplay" icon anywhere, in the sharing space or elsewhere.  Only if one turns it on by double-tapping the homescreen and then going all the way to the left can you select AppleTV, allowing videos to play in iPhoto (pretty darn counter-intuitive...). By contrast, Apple's own photo app and every other airplay-enabled app will work with my TV (I have the current Gen2 Apple TV and the brand-new software update). The tech sent this info up the line, but it sounds like there will be a software update coming soon...(always beware of anything that is 1.0- I should have followed my own advice;)  Everything else about iPhoto seems to work fine.  A huge download, but the potential is certainly there. But only if one can use one's Apple-TVd TV with it.

    Thank you for posting and escalating bug.  I've copied your post to several discussions, where this question is being asked.

  • ITunes 8 + Vista: Two major bugs discovered that lead to losing your music

    Hi everyone,
    After much trial and error and incredible amounts of frustration, I think I have figured out what was erasing my iTunes library or forcing me to restore to factory settings. Apple Development Team: please take note. You may want to fix these two in the next version of iTunes:
    *BUG #1 - iTunes 8 for Vista not compatible with iTunes 8 for XP.*
    This is a major issue, and incredibly frustrating. I use my iPod at home (with my Vista PC), and at the office (running XP). This was always ok until I updated to iTunes 8. Since then, if I update my iPod's library at the office (using XP), the next time I connect it to my home computer (Vista), iTunes tells me it can't read the data and forces the iPod to restore to factory settings. Extremely frustrating, to say the least.
    In previous versions of iTunes, this was never an issue. In iTunes 8, your iPod's data is not compatible between XP and Vista. This is major!
    *BUG #2 - In iTunes 8, music and movies are tethered; you can't manually synch one without the other*.
    This is a more complex bug to explain, and it has to do with the interface and user experience more than anything else.
    I like to update my iPod's music library manually, instead of synching automatically. It gives me more freedom. In previous versions of iTunes, you could determine which type of media you could update manually or auto sync (music, movies, podcasts, etc)... For instance, I like to manually update my music library, but have my podcasts update automatically.
    Recently I customized my settings in iTunes 8 to do the following: update music manually, but auto-synch my movies. The result: all my music got erased from my iPod, and had to manually update it again. This was extremely frustrating.
    Apparently music+movies are now tethered in iTunes 8. Can't customize individually how you update you iPod for these types of media.
    Hope it helps.
    Message was edited by: Juliator

    For the record, I tested these two issues on different computers, and could replicate the bugs, clockwork. These are major issues, and I believe are directly related to its Vista compatibility.
    I hope these two problems could be fixed for the next iTunes update. It's an issue.

  • IOS 5 Airplay bug discovered

    I've been having a vexing problem whereby if I send sound via AirPlay to one of my Airport Expresses the "Ringer and Alert Volume" always resets to 4. This seems to be an issue with older generation Airport Expresses. I was not able to try it with a new Airport Express, but tried it with the latest Apple TV and AirPlay worked fine and did not reset my "Ringer and Alert Volume". Strange bug, but at least I know it has to do with my old Airport Expresses (802.11b/g).
    Message was edited by: Tim Laduca1 - fix typos

    So, you would have to say that this is a bug with "older Airport Express" and not with the current iOS AirPlay or current Apple TV, right?  Did you update the firmware in your "older" Aiport Express?

  • Source for battery drainage: serious bug discovered

    Dear all,
    Can you all try the following? I have found a very strange bug draining my MBP's battery significantly.
    - Make sure you have not started Apple Mail during your current session; restart your Mac in case you have started it any time after your last reboot.
    - Make sure no bakground processes are running which could eat up CPU cycles.
    - Download and run CoreDuoTemp (0.8) and have a look at the CPU usage in idle state (usually < 3%).
    - Disconnect your AC charger and have a look at the time left for running on battery (mine is about 2h30, battery close to fully recharged)
    - Now start Apple Mail and have a look at the CPU usage in CoreDuoTemp. It immediately goes up to above 50% and stays there, even if Mail is quitted immediately. The CPU usage will never drop below 50% unless you restart. Processor temperature equally rises to 79°C and above, while being <65°C before.
    - Strange thing is: Activity monitor does not report any significant processor usage (< 5%), thus contradicting what CoreDuoTemp says.
    - You'd suspect a bug in CoreDuoTemp -- which on itself is not unlikely, given that it's relying on very new and experimental (kernel?) drivers. However, have a look at the time left with your battery: mine dropped immediately back to 1h30 (1h less than a couple of seconds ago), only due to starting Mail.
    Huh? What is going on? What does CoreDuoTemp detect that Activity Monitor cannot see? I suspect CoreDuoTemp being correct, because the battery time left indication also dropped significantly (indicating that something is eating the CPU).
    Could this explain why some people indicate terrible battery lengths of 2h and less? I know not all people use Apple Mail, so this might explain it...
    Please note that I have installed all updates, except for the Keyboard update (because this would result in the Mirror widget trick not working anymore).<br>
    MBP 2.0 / 2 Gb   Mac OS X (10.4.6)  

    Yes I did. I've got menumeters running as well. No inconsistencies.
    Btw, that speedit kext CoreDuoTemp uses has got nothing to do with CPU-load reporting. It only reads the Core Duo's thermal sensor. I always assumed Activity Monitor, CoreDuoTemp, MenuMeters etc. get their CPU-load information from the same source top gets it.
    When you say top behaves the same, you mean that CoreDuoTemp reports significant CPU usage, and top doesn't? To see all running processes you have to run the terminal window full screen. Total CPU usage (well, idle) is reported in the top right corner. Forgive me if you already know all this, but it sounds a little strange to me. You should be able to see any and all processes in top.

  • Audigy Value Latest Dri

    Hi
    Anybody know where i can download the latest driver for audigy value? and what kind EAX does it has? (EAX4, 3?)
    THX

    Clickm3 wrote:
    my card serial number is MASB05705400307X, i bought it not oem version, box version, the driver came from the cd is work fine and i don't have problem with this card, i just wonder is there any update for the driver, any thx a lot for your respon jutapa
    Your model is not listed on Creative database? Maybe someone from CL staff knows which drivers are right ones?
    <i>My previous pasted product list were bit old, but here is the current list of Audigy products from Creative's database
    Sound Blaster Audigy LS SB032
    Sound Blaster Audigy LS SB030
    Sound Blaster Audigy MP3+ SB0090M
    Sound Blaster Audigy Platinum SB0090M
    Sound Blaster Audigy X-Gamer SB0090G
    Sound Blaster Audigy SB0092
    Sound Blaster Audigy Var Pack SB092
    Sound Blaster Audigy - Gateway (OEM) SB0095
    Sound Blaster Audigy - HP (OEM) SB009
    Sound Blaster Audigy - HP (OEM) SB0238
    Sound Blaster Audigy SB09
    Sound Blaster Audigy SB0232
    Sound Blaster Audigy SB023
    Sound Blaster Audigy SB0230
    Sound Blaster Audigy (without 394 Connectors) SB062
    Sound Blaster Audigy Without the 394 port Var Pack SB062
    Sound Blaster Audigy SB06
    Sound Blaster Audigy Var Pack W/394 port SB0092
    </i>
    The whole CT Product list can be found here from.
    EDIT:
    Seem Cat replied already.
    jutapaMessage Edited by jutapa on 03-0-20060:35 PM

  • Audigy 4 Pro Dri

    Hello all,
    I lost my audigy 4 installation Cd and i don't find these original drivers on the soundblaster site.
    Can someone help me ?
    Thanks.

    Hi!!Please help me!
    One week ago i bought Audigy 4 pro end stupid dealers lost my driver cd.My problem is very big because i did install beta version end doesn't work very well...neither remote control nor media center. I wish u show me one link from i could take all the necessary application about this product!
    Creative support notice me that there is not update...At the moment i can't uset.
    Thank very much and i hope to help me verry soon!!!

  • Audigy 2 Value Dri

    Well I used the search for the board and found that someone had the same problem as me and got it solved but that didn't help me very much. I guess I'll have to repost the same problem and hopefully people will help me.
    I have lost or can not find my CD for the Audigy 2 Value soundcard. I went to download drivers from the site but it requires drivers from the CD installation... of which I do not have.
    So i'm hoping someone out there has that **bleep** CD and is willing to put the files on the CD to a .rar format or whatever so I can actually get those drivers downloaded. Or of course theres a place out there where I can download the CD drivers. That would be cool too. PMing or posting it would be nice. Thanks!

    Why don't you search the forum propeely?
    http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=8430

  • Bug discovered in iphoto 6 after purchasing a book

    Iphoto puts a book thing you can click on, on the right side of the screen after organizing photos and ordering a book. You can click on the book and then at the bottom click on the >> and select play. After a few seconds of music, iphoto locks up the entire computer so I have to hold down the power button and crash the computer. Then restart it to get anything working.

    What system and Quicktime version are you running. You should be running the latest for each of them. If you have to update the system manualy download and run the COMBO updater for that version. Then repair disk permissions. Do you have any photos in the book that are black and white? If so are they grayscale color mode?
    That being said I'd try the following:
    1 - rebuild the library as follows: launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select the first three options.
    2 -download and run BatChmod on the iPhoto Library folder with the settings shown here, putting your administrator login name, long or short, in the owner and group sections. You can either type in the path to the folder or just drag the folder into that field.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Using sub-folders to create albums on the iphone - bug discovered?

    I searched the forum yesterday looking for help on this subject, but couldn't find anything specific to the issue, so pardon me in advance if this has already been discussed...
    Photos on my computer are organized this way:
    My Pictures
    ----2010
    ------03-01-10 Vacation
    ------04-15-10 pictures of dog
    ----------dog one
    ----------dog two
    ------04-22-10 pictures of kids
    (4 layers of folders)
    If I choose to sync with the 'My Pictures' folder, and include all sub-folders, I end up with 500 photos in the Photo Library on the phone, and no 'albums'.
    If I sync with the folder 04-15-10 pictures of dog, and include all sub-folders, I get two albums labeled dog one, and dog two.
    Turns out that if you have more than one layer of sub-folder under the folder that you're syncing with, iTunes sync fails and does not create Albums. It just puts all of the photos as a big blob into the Photo Library.
    Solution is to reorganize the folder like this:
    My Pictures
    ----10-03-01 Vacation
    ----10-04-15 pictures of dog
    ----10-04-15 pictures of dog one
    ----10-04-15 pictures of dog two
    ----10-04-22 pictures of kids
    That way, all of the photos are still organized by year, month, day, but I've eliminated two layers of folders. Sync with iphone/ipad, and you're golden.
    Hope that helps the next person fighting this problem.

    You need to setup Hotmail as an Exchange account:
    http://www.howtogeek.com/howto/32784/sync-hotmail-with-your-iphone-or-ipod-touch -with-exchange-activesync/

  • Re: Online tutorials and frequent bugs discovered in the IDE

    I would like to add that I've switched from Windows to Linux, and since then noticed far fewer problems in JSC2. No need to delete o move the userdir, o reinstallation of the software. Still uses a lot of memory but keeps working stable and faster.
    The comment is not to suggest a switch in your OS platform, but to inform Creator engineers know about it. May be of interest.
    Best regards
    Antonio.

    Select the iPod in iTunes.
    Click on Restore.

Maybe you are looking for

  • Form fields do not display correctly

    Well, I made a nice screenshot with callouts to help illustrate this issue, but I don't see anywhere to attach an image. Drop down menus show up as text boxes with a centered underscore which changes to a box when hovered over, and there's a grey squ

  • Printing in Black and White From Ipad2

    I would like the option of printing my emails and amazon reciepts in black and white.  I have the HP Photosmart E-aio D110a printer.  I am trying to print in black and white from my ipad2. I consulted with Apple Support as well as HP support today. 

  • Adding parameters in the Template

    Hi, How can i add the parameters in Template. Regards

  • How to disable passcode when screen is broke

    Phone fell out of my pocket on a roller coaster, it stayed in one piece and will turn on but with no screen activity. To back up my phone itunes tells me it requires me to input the password. I created the password via find my iphone. Is there a way

  • Portal Builder repository folder and Omniportlet giving me 404 errors

    I'm running a fresh install of the 10g database and 10g portal on Linux AS3. When attempting to add the omniportlet portlet (the one installed automatically during Portal install) to a test page: 1. If I click on the "Portlet Builders" repository fol