Wed, Sep 18, 7:48 AM CDT

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2024 Sep 18 7:39 am)



Subject: Library in Poser 8/PP2010 ALMOST works under Linux


WandW ( ) posted Mon, 20 June 2011 at 9:33 AM · edited Thu, 12 September 2024 at 4:37 AM

file_470045.png

I was able to sucessfully install IE8 and Flash into the latest version of Wine, so I installed PP 2010 to give it a try.  It installs fine, as does the SR, and I don't get the blank hole where the Library is supposed to be; unfortuantely I get the error message attached. 

Running the following command whilst PP is running gives me the library in a IE8 window...

wine iexplore.exe file:///C:/Program%20Files/applications/Smith%20Micro/Poser%20Pro%202010/Runtime/ui/Flex/LSMGUI/bin-release/LSMGUI.html#

Content Paradise loads in the Content tab, so I think there is a problem either with it parsing the local file name (maybe a case issue) or it needs a DLL-by default Wine uses its own dlls even if a native Windows one is present, unless overridden...

 

EDIT- I forgot to mention that I also installed P8 (no SR yet) and it has the same issue...

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


WandW ( ) posted Mon, 20 June 2011 at 9:50 AM

Oops; my editing time expired...

I should add that  http://127.0.0.1:11530/apps/lms/api.py?op=appConfig in IE8 gives me a page of XML, as I believe it is supposed to...

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


nruddock ( ) posted Mon, 20 June 2011 at 1:22 PM

What does clicking on the "More Information" link in the error message give ?


WandW ( ) posted Mon, 20 June 2011 at 2:37 PM

Quote - What does clicking on the "More Information" link in the error message give ?

It's not really a link; it just drops down some text... This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


bagginsbill ( ) posted Mon, 20 June 2011 at 3:16 PM

How about with http://localhost instead of 127.0.0.1? Still get the XML? I think it actually uses the logical name, not the address.


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)


WandW ( ) posted Mon, 20 June 2011 at 8:23 PM

Quote - How about with http://localhost instead of 127.0.0.1? Still get the XML? I think it actually uses the logical name, not the address.

 

Yes, http://localhost:11530/apps/lms/api.py?op=appConfig  does give me the XML, both in IE in Wine and in Linux Chromium...

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


WandW ( ) posted Tue, 21 June 2011 at 6:36 AM

I right clicked on the frame, and under properties it says that Internet Explorer cannot display the webpage, and the URL is

res://ieframe.dll/dnserrordiagoff_webOC.htm#file:///C:/Program%20Files/applications/Smith%20Micro/Poser%20Pro%202010/Runtime/ui/Flex/LSMGUI/bin-release/rt=11530?myport=11530

I get the same error page in when I open the address in IE, so it must not be properly handing this protocol...

 

 

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


bagginsbill ( ) posted Tue, 21 June 2011 at 6:43 AM

DNS error? (dnserrordiagoff_webOC.htm)

It tried to look up a host. It didn't recognize it as a local file name.

file:/// looks odd - isn't that supposed to be file://

And the end of the path is missing unless you just transcribed it incorrectly. LSMGUI/bin-release/rt should be LSMGUI/bin-release/LSMGUI.html


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)


WandW ( ) posted Tue, 21 June 2011 at 7:56 AM

I believe the leading  '/' in the path is because Wine is only an API layer, so the program is actually running as a Linux app...

I thought the same about the path being truncated, but I copied and pasted it from the properties page.  It does have port 11530 in it, so I figured it was somehow calling the script in that directory.  I did try replacing the last bit with the filename in IE, but got only a blank white screen...

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home


Privacy Notice

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.