Jump to content

Subsonic Oh

Resident
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Subsonic Oh

  1. will try a fresh install and cleaning the appdata also (i usually clean the complete cache offline, not via SL when i stop playing SL) i hope this helps thank you for that hint! but you can save your settings before and restore them later
  2. I've just read the latest SL mail and had to... laugh/rage lol Experience a smoother, more responsive Second Life with the official release of DeltaFPS Viewer (7.1.10) and the latest Firestorm update. These enhancements bring improved frame rates, bug fixes, and better rendering to elevate your virtual adventures. I mean... are they really meaning it, or is this some kind of sarcastic joke? 😅 With Update 7.1.9 I wasn't able to bring my wife/alt online. Everytime I was spinning (DJ), on some point my complete system (not SL only) begun to freeze (even on very low graphic settings). A few days ago, they finally released version 7.1.10 - I thought "yeah, let's update". I went to a place to spin, and framerate dropped to f*cking 4,7! On absolute lowest settings possible! After a PC restart, I got a bit more again, but it was still terrible! And my system isn't bad at all -> Windows 11 home (64bit of course) / i5-12400F (6 Cores/12 Threads/up to 4.4GHz/18MB Cache) / 32GB DDR5 RAM (4800MT/s) / nVidia RTX 3060TI. (I've already checked my HDDs and SSDs, all fine) - in other games I can play without any problems! Luckily I could reinstall the old 7.1.9 - and it's working fine on MEDIUM graphic settings - but is this a solution? Again, in the past I ran SL on ULTRA settings, and was also able to run my wife's ava online at the same time on ultra settings as well!! What am I doing wrong? Is it only me? Is there a better performing viewer available maybe? I'd appreciate ANY help on this! 🖤
  3. idk if it helps, I installed Windows 11 and did a complete fresh Firestorm installation Maybe the 2nd step might help you too
  4. OMG ROWAN THANK YOU SOOOO MUCH!!!!!!!!!!!! How could this be deactivated by standard?? Thank you my life-saver!!! ♥
  5. After fresh Windows and Firestorm installation, when I receive new items, I can't find them with the normal search line, they only appear when I click on the inventory tab "current items". Strangely there I see a "Received Items" folder, but when I search my inventory for the received file, I can't find it. Also the folder "Received Items" isn't showing up. This really sucks, because sometimes Marketplace is super slow and i receive deliveries hours later when I'm offline... Any ideas? I have it in German. "Received Items" = "Erhaltene Artikel":
  6. Hi all! In the end, after PC Upgrade and Windows 11 and fresh FS installation, everything (I mean really everything) is working perfectly now again...!
  7. Not solved yet. I will receive my massive hardware upgrade probably on friday and will switch to Windows 11 then as well as a complete fresh installation of Firestorm. Maybe this could fix that problem then. Will keep you updated.
  8. I didn't know this group, will try to find it. Thanks for that hint! It's really strange!
  9. Well, all I can say, my headset perfectly works at Discord and Voice Chat in Firestorm also worked perfectly before I had to update my viewer. In the previous version I've lost the ability to use Media - this is working on the current version - but I lost the ability to voice which really sucks. Yes, Voice Chat is enabled in the settings, and all settings at "Sound" -> "Voice Chat" look fine for me. There's just one strange thing there. When I click the "device settings" button, I see "Input" and "output" grey and it says "Please wait" next to the volume slider. I also deactivated voice and enabled it again after a few minutes - didn't help. Oh, and of course I see Voice Chat is activated on our sim. Btw, this strance "Output" device name is stupid. I can select my Logitech headset at "sounds" and can hear music and sounds on my headset. Any ideas?
  10. Guys, this is serious, I hope someone can help...! I was was just shopping. In the end I couldn't "unwear" my shoes and a demo item couldn't be created in my inventory. So I TPed home and wanted to restart SL after cleaning my cache. Then i got this message, which also comes when I wanna log in my alt: "Login Failed. Inventory problem detacted; contact support" Anybody got any idea?
  11. not at all. in SL i only play the dj quite often, well and i own a zombie shooting sim with my friend...
  12. Thank you for your helpful message Honestly, I never had to deal with crap like that before, since 02/2007. And sometimes LL bans people for minor reasons. I'm afraid they could ban me because of what she wrote. I have written to her, she should show me what I might have done wrong in her opinion, or she must have written to the wrong person... I blocked her from our sim... reported her... asked here, i think there's nothing more I could do (beside your advices of course lol)
  13. Well it's just her text, not her name, but thank you Lol i just noticed, the forum ****'ed already some of her words
  14. I just received a long IM while I've been offline. Between many insults she's telling me I'd try to sexually exploit kids through a game, I'd also be a "*****", a "nazi", a "paedo", a *****, my mother would open her legs for anyone. I have no idea who she is. I never did anything bad to kids ever! Neither in SL nor in RL. I have no idea why she's doing that to me. Also she said I should better call the police. I reported her to Linden Labs, not sure if this helps. Could you please help me? If you want to read her full IM:
  15. (i hope i picked the correct forum) On our zombie sim I'm mostly online when i'm afk, so is my alt/wife and our simbot via phone (normal ava, just online by lumiya/android). Usually we make around 3,000-4,000 traffic only with that, plus some random survivors. Today I looked at the sim traffic, and it shows 92!???? Anybody any ideas on that? Have they changed something?
  16. Hmm, thank you so far. I'll ask her She literaly fell into a deep hole, i mean SL for over 13y doesn't only mean money and time, also friends.
  17. [[ sorry, my friends asked me to delete this thread - i don't know how i can do it, so... if some admins see this, please delete it ]]
  18. I'm finally finished it. It's tested and working! Thanks all for your help, you're great! Here's the working result: float time = 15; default { state_entry() { } attach(key attached) { if (attached != NULL_KEY) { llRequestPermissions( llGetOwner(), PERMISSION_TRIGGER_ANIMATION ); } } run_time_permissions(integer p) { if(p & PERMISSION_TRIGGER_ANIMATION) { llSetTimerEvent(time); } } timer() { string curranim = llGetInventoryName( INVENTORY_ANIMATION, 0); llSleep(5.0); llPlaySound(" --Sound-UUID1-- ",1); llStartAnimation( curranim ); llSleep(15); llPlaySound(" --Sound-UUID2-- ",1); llSleep(3.0); llStartAnimation( curranim ); llSleep(21); llPlaySound(" --Sound-UUID3-- ",1); llSleep(30); llPlaySound(" --Sound-UUID4-- ",1); llSleep(0.5); llStartAnimation( curranim ); llSleep(9.5); llPlaySound(" --Sound-UUID5-- ",1); llSleep(25); llPlaySound(" --Sound-UUID6-- ",1); llSleep(0.5); llStartAnimation( curranim ); llSleep(19.5); } } A linked slave prim only contails a sound preloader and a llOwnerSay chat.
×
×
  • Create New...