Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 11 2:52 am)
Because of some older material settings that cheated some effects. Use SceneFixer from SnarlyGribbly with the following settings to fix it:
ETA: and the link-Snarly's Scripts
Ohhh, good to know. I've had that happen, and not necessarily old items, but with something I was beta testing earlier this year for a vendor over at HiveWire. I couldn't understand why they didn't show up when I loaded them onto the figure until I rendered them at least once. Thanks for the info Rhia.
_______________
OK . . . Where's my chocolate?
Giana posted at 7:42PM Fri, 20 September 2019 - #4362885
make sure it is in folders following this string:
python: poserscripts: scriptsmenu
post here if that doesn't work. i'll check back on this later. no post, and i'll assume all is okay.
I put it where you said to. Then I brought up Poser. I clicked on scripts,I clicked on Scenefixer and got this:
I have a feeling that until my other problem with the python shell is fixed, this won't work either.
The KinectCapture error has stopped coming up since I did what Bill said and deleted the folder. BUt the Python shell problem contniues. Please note this is NOT the verison of Poser you guys are now offering. This is the one made available to the early adapters 11.2.222
Rhia474 posted at 9:17PM Fri, 20 September 2019 - #4363006
Here is where mine is, runs with no issue. Also pls make sure you have at least a prop on the scene, or a figure.
Opened, Poser, opened the scene I've been working on, Brought up the menu, clicked on Scenefixer and got the same error message again, that I posted above.
Rhia474 posted at 9:39PM Fri, 20 September 2019 - #4363011
Hm., then I really am out of ideas. I was an early adopter, then I installed the final version. Everything runs fine with no issues, except EZSkin 2, but that's a version numbering issue. It may indeed be a python sell issue for you.
Well, I'm installing the new Poser tomorrow. Hopefully, that has the fix in it. I've had this problem dating back long before the early adopter version. So, I will find out tomorrow.
Rhia474 posted at 6:57AM Sun, 22 September 2019 - #4363252
On another thread someone solved their Python issue by copying the Python folder onto another location, deleting it from the install and then repasting it. After restarting Poser fully, that fixed it and scripts were visible.
I'll give it a try and see what happens.
Rhia474 posted at 7:53AM Sun, 22 September 2019 - #4363252
On another thread someone solved their Python issue by copying the Python folder onto another location, deleting it from the install and then repasting it. After restarting Poser fully, that fixed it and scripts were visible.
tried it and it didn't work. Got the same error message again.
mdbruffy posted at 6:13AM Mon, 23 September 2019 - #4363284
Rhia474 posted at 7:53AM Sun, 22 September 2019 - #4363252
On another thread someone solved their Python issue by copying the Python folder onto another location, deleting it from the install and then repasting it. After restarting Poser fully, that fixed it and scripts were visible.
tried it and it didn't work. Got the same error message again.
Try this scrip from Snarlygribbly and see if it fix the problem. AVfix
"Dream like you'll live forever. Live like you'll die tomorrow."
ghostman posted at 7:46AM Mon, 23 September 2019 - #4363471
mdbruffy posted at 6:13AM Mon, 23 September 2019 - #4363284
Rhia474 posted at 7:53AM Sun, 22 September 2019 - #4363252
On another thread someone solved their Python issue by copying the Python folder onto another location, deleting it from the install and then repasting it. After restarting Poser fully, that fixed it and scripts were visible.
tried it and it didn't work. Got the same error message again.
Try this scrip from Snarlygribbly and see if it fix the problem. AVfix
I did both and neither one worked. The scripts are not the problem. There's something about Poser's programing that won't let it find the DLL files.
Until I can get the PythonShell to load, no script is going to work.
You are quite right to surmise that the scripts themselves are not the problem. Your wxPython library appears to be a little broken.
Please check the folder Poser SoftwarePoser 11RuntimePythonLibsite-packageswx-2.9.1-mswwx
There should be the Python script named stc.py, and a module called _stc.pyd
Can you confirm that they are both there? Additionally, the _stc.pyd file should be 635,392 bytes in size.
Free stuff @ย https://poser.cobrablade.net/
Snarlygribbly posted at 2:38PM Mon, 23 September 2019 - #4363598
mdbruffy posted at 8:07PM Mon, 23 September 2019 - #4363595
Okay, I've checked and I do have the folder and the files BUT, my stc.pyd file is only 621KB not 635,392 bytes. I think it must be missing something.
No, you're good - 621KB is the same thing :)
Then if everything checks, what's wrong? Could this have been fixed in a later version? When I downloaded the new files Thursday night, it was version 11.2.272. People on another thread have talked about downloading 11.2.276.
I don't know.We probably need someone cleverer than me to help here.
Please try this:
Create a text file with the commands shown here:
Save it as test.py somewhere on your computer and then run it from within Poser using the 'Run python Script' menu option. It should list all the places that Poser looks to find Python modules/scripts
(This script should run OK because it doesn't use the wx library that is causing your problem)
Free stuff @ย https://poser.cobrablade.net/
Snarlygribbly posted at 4:19PM Mon, 23 September 2019 - #4363616
I don't know.We probably need someone cleverer than me to help here.
Please try this:
Create a text file with the commands shown here:
Save it as test.py somewhere on your computer and then run it from within Poser using the 'Run python Script' menu option. It should list all the places that Poser looks to find Python modules/scripts
(This script should run OK because it doesn't use the wx library that is causing your problem)
I have never done anything like this before. Do I create this with Notepad?
Snarlygribbly posted at 10:10PM Mon, 23 September 2019 - #4363598
mdbruffy posted at 8:07PM Mon, 23 September 2019 - #4363595
Okay, I've checked and I do have the folder and the files BUT, my stc.pyd file is only 621KB not 635,392 bytes. I think it must be missing something.
No, you're good - 621KB is the same thing :)
~whew~ I was hoping that was the case.
_______________
OK . . . Where's my chocolate?
Miss B posted at 9:50PM Mon, 23 September 2019 - #4363728
Snarlygribbly posted at 10:10PM Mon, 23 September 2019 - #4363598
mdbruffy posted at 8:07PM Mon, 23 September 2019 - #4363595
Okay, I've checked and I do have the folder and the files BUT, my stc.pyd file is only 621KB not 635,392 bytes. I think it must be missing something.
No, you're good - 621KB is the same thing :)
~whew~ I was hoping that was the case.
This Python thing has been bugging me long before Bondware bought the program.
mdbruffy posted at 9:01AM Tue, 24 September 2019 - #4363711
What's next?
I honestly don't know :( You've confirmed that the files are in the correct place, and you paths all seem to be correct. It all looks good to me, but obviously isn't because it's not working. Perhaps someone else can come in and help now?
Free stuff @ย https://poser.cobrablade.net/
Snarlygribbly posted at 8:25AM Tue, 24 September 2019 - #4363777
mdbruffy posted at 9:01AM Tue, 24 September 2019 - #4363711
What's next?
I honestly don't know :( You've confirmed that the files are in the correct place, and you paths all seem to be correct. It all looks good to me, but obviously isn't because it's not working. Perhaps someone else can come in and help now?
Well, thanks for trying. I'm still waiting for an acknowledgement from tech support.
Just a wild guess - there are 3 PythonAddon folders in the listing you made.
Could you rename the Addons folder in PublicDocumentsPoser 11 ContentRuntimePythonAddons and PublicDocumentsPoser 11 ContentDownloadsRuntimePythonAddons to AddonsOld.?
Those folders should not be there and may contain older or incomplete versions.
Addons must be installed in Program FilesPoser SoftwarePoser 11RuntimePythinAddons
wimvdb posted at 11:53AM Tue, 24 September 2019 - #4363825
Just a wild guess - there are 3 PythonAddon folders in the listing you made.
Could you rename the Addons folder in PublicDocumentsPoser 11 ContentRuntimePythonAddons and PublicDocumentsPoser 11 ContentDownloadsRuntimePythonAddons to AddonsOld.?
Those folders should not be there and may contain older or incomplete versions.
Addons must be installed in Program FilesPoser SoftwarePoser 11RuntimePythinAddons
I think Poser's gone senile. It may be seeing those folders, but the computer itself is not. What if I just delete that entire Poser 11 content folder? All of those folders are empty anyway.
wimvdb posted at 6:30PM Tue, 24 September 2019 - #4363825
Those folders should not be there and may contain older or incomplete versions. Addons must be installed in Program FilesPoser SoftwarePoser 11RuntimePythinAddons
Addons can be in any runtime. I do so all the time.
Free stuff @ย https://poser.cobrablade.net/
Snarlygribbly posted at 8:22PM Tue, 24 September 2019 - #4363858
wimvdb posted at 6:30PM Tue, 24 September 2019 - #4363825
Those folders should not be there and may contain older or incomplete versions. Addons must be installed in Program FilesPoser SoftwarePoser 11RuntimePythinAddons
Addons can be in any runtime. I do so all the time.
As long as you do not have different versions or incompete versions.
Poser, reality, octane, dson store it in program files. Since we do not know what the problem is, it is worth a try.
I deleted that content folder thinking that would force the program to look in the program folder- where all the files are. Searched again and found the Smith Micro DLM folder- with all of their Poser 11 install files in it and deleted that. No such luck. "An error occured importing addon PyhtonShell: Error: DLL Load failed. The specified module could not be found." This has gotten old.
quietrob posted at 2:19PM Tue, 24 September 2019 - #4363876
I've had ZERO problem with Python scripts. I am at 11.2.272. Please check your version. My Snarly pythons are located in C:Program FilesSmith MicroPoser 11RuntimePythonposerScriptsScriptsMenuSnarly Gribbly
The scripts are not the problem- they're where they're supposed to be. The Python SHELL won't load. Until it does, no script is going to work.
A wild stab in the dark... Corrupted dll? No, I wouldn't know what to do about it but that may be the culprit.
Coppula eam se non posit acceptera jocularum.
SamTherapy posted at 2:22PM Tue, 24 September 2019 - #4363899
A wild stab in the dark... Corrupted dll? No, I wouldn't know what to do about it but that may be the culprit.
If I knew which one it was, I'd do an internet search and see if I could download a new copy.
mdbruffy posted at 4:31PM Tue, 24 September 2019 - #4363897
quietrob posted at 2:19PM Tue, 24 September 2019 - #4363876
I've had ZERO problem with Python scripts. I am at 11.2.272. Please check your version. My Snarly pythons are located in C:Program FilesSmith MicroPoser 11RuntimePythonposerScriptsScriptsMenuSnarly Gribbly
The scripts are not the problem- they're where they're supposed to be. The Python SHELL won't load. Until it does, no script is going to work.
I didn't say the scripts were your problem. I did ask about your current version. You never answered.
quietrob posted at 6:42PM Tue, 24 September 2019 - #4363962
mdbruffy posted at 4:31PM Tue, 24 September 2019 - #4363897
quietrob posted at 2:19PM Tue, 24 September 2019 - #4363876
I've had ZERO problem with Python scripts. I am at 11.2.272. Please check your version. My Snarly pythons are located in C:Program FilesSmith MicroPoser 11RuntimePythonposerScriptsScriptsMenuSnarly Gribbly
The scripts are not the problem- they're where they're supposed to be. The Python SHELL won't load. Until it does, no script is going to work.
I didn't say the scripts were your problem. I did ask about your current version. You never answered.
Sorry, misunderstood. 11.2.272
My suggestion - assuming you're on Windows - would be to use Everything (here), let it index, then search for 'addon', 'Kinect' and/or PythonShell. See what it can find. I had this issue some time ago, way before 11.2, and IIRC I had a random addon folder from a previous install which was either incomplete or corrupt as deleting it solved the problem. Apologies if you've tried this already.
----------------------------------------
Not approved by Scarfolk Council. For more information please reread. Or visit my local shop.
caisson posted at 4:05PM Thu, 26 September 2019 - #4364234
My suggestion - assuming you're on Windows - would be to use Everything (here), let it index, then search for 'addon', 'Kinect' and/or PythonShell. See what it can find. I had this issue some time ago, way before 11.2, and IIRC I had a random addon folder from a previous install which was either incomplete or corrupt as deleting it solved the problem. Apologies if you've tried this already.
Thank you, caisson, I'm to the point where I'll try anything once. I've downloaded it and I will try it.
caisson posted at 4:10PM Thu, 26 September 2019 - #4364234
My suggestion - assuming you're on Windows - would be to use Everything (here), let it index, then search for 'addon', 'Kinect' and/or PythonShell. See what it can find. I had this issue some time ago, way before 11.2, and IIRC I had a random addon folder from a previous install which was either incomplete or corrupt as deleting it solved the problem. Apologies if you've tried this already.
I have it installed, but it's showing me an empty screen. How do I get it started? What do I type into the search window?
mdbruffy posted at 5:25PM Thu, 26 September 2019 - #4364241
caisson posted at 4:10PM Thu, 26 September 2019 - #4364234
My suggestion - assuming you're on Windows - would be to use Everything (here), let it index, then search for 'addon', 'Kinect' and/or PythonShell. See what it can find. I had this issue some time ago, way before 11.2, and IIRC I had a random addon folder from a previous install which was either incomplete or corrupt as deleting it solved the problem. Apologies if you've tried this already.
I have it installed, but it's showing me an empty screen. How do I get it started? What do I type into the search window?
Got it running. I'm looking through the files now.
caisson posted at 6:04PM Thu, 26 September 2019 - #4364234
My suggestion - assuming you're on Windows - would be to use Everything (here), let it index, then search for 'addon', 'Kinect' and/or PythonShell. See what it can find. I had this issue some time ago, way before 11.2, and IIRC I had a random addon folder from a previous install which was either incomplete or corrupt as deleting it solved the problem. Apologies if you've tried this already.
Is there any way of narrowing this down? It's brought up every file on the system. At this rate it'll take days to go through them all.
Just under File at the top of the screen is a blank bar - type in there, it'll give you results pretty quick. It goes by name so just use whatever keywords you need. The list is then grouped by type. If you want to go to the location of something in the list, right-click on it and choose Open Path from the drop-down menu.
----------------------------------------
Not approved by Scarfolk Council. For more information please reread. Or visit my local shop.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I am currently using the early adapter version of Poser 11.2.222 but I've run into this with earlier Posers. Why is it, certain articles of clothing- usually older articles like outfits for V3 or 4- totally disappear when a transparency map is applied to them? They won't show up until they're rendered- which makes it fairly difficult to prepare a scene if you can't see what you're working with.