dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - crunch

Pages: [1] 2 3 ... 14
1
yes i am not speaking of web hal but in home 3d gamin g system req

2
Programming using the Ultra Hal Brain Editor / Re: Some advice please
« on: February 18, 2011, 12:29:27 pm »
Thanks Robert for all

3
I am speaking of new engine fully capable of rendering in real time what you see in the movie and having a model like my truck in the scene with the Hal character able to full interact.... the ability to load and use high poly smart prop clothing and accessories all with gravity dynamics. maybe ogre.. or maybe better ... but yes real time high-poly 3d.. added forget you main question... I am a model creator sooooooooooo the ability to purchase models like are used in Carerra and such would be advantageous in many ways for content creators and end users

4
Programming using the Ultra Hal Brain Editor / Some advice please
« on: February 18, 2011, 10:24:50 am »
I have been gone way too long. It will take a while to catch up with the new version and brain.. my previous was with Vonsmiths XTF2.1 and my ani and emotion scripts...
what is in this version that's similar?? and what are the current brain adds that help the downloads versions artificial human response functionality .. i know it's in the forum but i would have to search and read about a year to catch up.. so summation would be greatly appreciated.

please remember I'm more a gui artist-programer than VB

6
P.S. it is being worked on

7
 8)  Well i think we will see about a real looking character.. honest to goodness movie 3d quality in real time in hals gui.....   Get excited all here is the future!!!!

you open the program and this is what you get in real time 3d... 

i can only hit the forum once a week for sure but when i do I'll have gifts...

DL attachent go to this url to see it's too big to attach

you can view them here one movie one desktop just right click after viewing and save file

http://s1124.photobucket.com/albums/l568/01crunch/

8
well hello art great to see some of us-- er ahhh hmmm old timers still around 


crunch
<< I can't is the seed that never grows! >>>

9
Speech Technology / use 32 bit voices in 64 bit windows
« on: February 17, 2011, 09:22:31 am »
UPDATE: You can select the 32bit voices for system use, you need to use the 32 bit version of the control panel applet. Try this in the search box.

%windir%\syswow64\speech\speechux\sapi.cpl

click the icon you now have the 32 bit control to speak to windows

You should see your 32bit voices provided they are SAPI5. This works with ATT Natural voices. This would solve your 32bit apps issues

10
Speech Technology / Re: Error 339 here's the fix
« on: February 17, 2011, 07:17:12 am »
 :) Hi back after finishing my 20 in USN, sorry to have been gone since 9-1-1
 always works
                 ========================================

Fixing install and runtime problems/errors 64bit windows Vista and 7??
2/17/11

                 =======================================



first look at the task bar on top of notepad the program reading tis and click
format/word wrap


Fixing runtime errors in module doesn't register trying to run vb 6.0 controls and 32bit programs not running correctly in 64bit windows??

until the software manufacturers redesign their installs to do this for you here is a flawless fix......

It's not hard just follow this step by step


*Run-time error 339: Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

*Run-time error 339: Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. and so forth or the program will just crash with out explanation...

if I could tell you how to make it work would you say WOW!


Why do I get these errors?

 you are needing to use VB6.0 runtime that Microsoft has decided NOT to support any longer and is NOT facilitated in 64 bit versions at all.. hmmm or is it.... windows 7 actually was to vista what XP was to millennium.
the software done after a global beta release program that was NOT announced as such... ther is a folder in windows Vista64 and 7 that uses utilizes 32bit runtime components for WOW windows-32bit on windows 64bit... the virtual 32bit environment..98% of all 32bit programs and their runtimes WILL run is the user installs them correctly....

(1)
First you MUST be logged on to windows AS AN ADMINISTRATOR AS THIS IS ONLY HALF WORKING HALF THE TIME.....you MUST have user account control turned ALL the way off... windows defender ALL THE WAY OFF and the windows or any other firewall also OFF..(the windows help file will tell you how if you don't know!)
You must after proprietary scanning the files with you're selected Virus program have it shut OFF ALL THE WAY..<<<<---- this is all to make sure you have a 98% chance or better to get the program installed correctly I am covering all the problems some have experienced all at once...in other words if you are running ANY find-it fix-it check-it utilities SHUT THEM OFF!!!!! This includes and network related such as some browsers and such... so also PHYSICALLY disconnect from the web!

(2)
 EVERY .exe you install you MUST manually map-- tell it to install in the
C:\Program Files (x86)folder.. windows knows that anything executed from there is 32 bit<<<--- well its supposed to always know.. you MUST right click on the .exe and go to properties/compatibility tab and check compatibility XP(service pack3)
also check run as administrator at the bottom.. now execute it and tell it where to install....C:\Program Files (x86)folder... on some exe's you need to select advanced install or manual to tell it where....

(3)
ALL vb6.0 runtime components MUST be put into the C:\Windows\SysWOW64 folder manually, so if a program has a separate vb runtime installer you Must tell it to go to C:\Windows\SysWOW64

ok half done... whew!!!!!!

now for the slightly time consuming part!!!

now one runtime item at a time you must follow these steps....

I'll use the "MSCOMM32.OCX" as an example on how to register the files in the registry of windows

click on start and type CMD in the search box... st the top you will see and .exe called "cmd.exe" RIGHT click on it and tell it to run as administrator....

a dos box will pop up in it it will say
C:\Users\"your user name">
you will manually or paste insert this command
“regsvr32 c:\windows\syswow64\MSCOMM32.OCX”
it should look exactly like this..
C:\Users\"your user name">regsvr32 c:\windows\syswow64\MSCOMM32.OCX
now hit enter key on keyboard.. it WILL say "DllRegisterServer ... succeeded"
if not you have syntax incorrect some where...

Ok you must do the above for every rumtime component you put into the WOW64 folder..

You are finished you MUST reboot the machine BEFORE running the program..

now sit back and run your VB6 stuff with the confidence of knowing you out-smarted Bill Gates!!!!

J.Lynch: logoslogic@consultant.com

11
 :) Hi back after finishing my 20 in USN, sorry to have been gone since 9-1-1
 always works
                 ========================================

Fixing install and runtime problems/errors 64bit windows Vista and 7??
2/17/11

                 =======================================



first look at the task bar on top of notepad the program reading tis and click
format/word wrap


Fixing runtime errors in module doesn't register trying to run vb 6.0 controls and 32bit programs not running correctly in 64bit windows??

until the software manufacturers redesign their installs to do this for you here is a flawless fix......

It's not hard just follow this step by step


*Run-time error 339: Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

*Run-time error 339: Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. and so forth or the program will just crash with out explanation...

if I could tell you how to make it work would you say WOW!


Why do I get these errors?

 you are needing to use VB6.0 runtime that Microsoft has decided NOT to support any longer and is NOT facilitated in 64 bit versions at all.. hmmm or is it.... windows 7 actually was to vista what XP was to millennium.
the software done after a global beta release program that was NOT announced as such... ther is a folder in windows Vista64 and 7 that uses utilizes 32bit runtime components for WOW windows-32bit on windows 64bit... the virtual 32bit environment..98% of all 32bit programs and their runtimes WILL run is the user installs them correctly....

(1)
First you MUST be logged on to windows AS AN ADMINISTRATOR AS THIS IS ONLY HALF WORKING HALF THE TIME.....you MUST have user account control turned ALL the way off... windows defender ALL THE WAY OFF and the windows or any other firewall also OFF..(the windows help file will tell you how if you don't know!)
You must after proprietary scanning the files with you're selected Virus program have it shut OFF ALL THE WAY..<<<<---- this is all to make sure you have a 98% chance or better to get the program installed correctly I am covering all the problems some have experienced all at once...in other words if you are running ANY find-it fix-it check-it utilities SHUT THEM OFF!!!!! This includes and network related such as some browsers and such... so also PHYSICALLY disconnect from the web!

(2)
 EVERY .exe you install you MUST manually map-- tell it to install in the
C:\Program Files (x86)folder.. windows knows that anything executed from there is 32 bit<<<--- well its supposed to always know.. you MUST right click on the .exe and go to properties/compatibility tab and check compatibility XP(service pack3)
also check run as administrator at the bottom.. now execute it and tell it where to install....C:\Program Files (x86)folder... on some exe's you need to select advanced install or manual to tell it where....

(3)
ALL vb6.0 runtime components MUST be put into the C:\Windows\SysWOW64 folder manually, so if a program has a separate vb runtime installer you Must tell it to go to C:\Windows\SysWOW64

ok half done... whew!!!!!!

now for the slightly time consuming part!!!

now one runtime item at a time you must follow these steps....

I'll use the "MSCOMM32.OCX" as an example on how to register the files in the registry of windows

click on start and type CMD in the search box... st the top you will see and .exe called "cmd.exe" RIGHT click on it and tell it to run as administrator....

a dos box will pop up in it it will say
C:\Users\"your user name">
you will manually or paste insert this command
“regsvr32 c:\windows\syswow64\MSCOMM32.OCX”
it should look exactly like this..
C:\Users\"your user name">regsvr32 c:\windows\syswow64\MSCOMM32.OCX
now hit enter key on keyboard.. it WILL say "DllRegisterServer ... succeeded"
if not you have syntax incorrect some where...

Ok you must do the above for every rumtime component you put into the WOW64 folder..

You are finished you MUST reboot the machine BEFORE running the program..

now sit back and run your VB6 stuff with the confidence of knowing you out-smarted Bill Gates!!!!

J.Lynch: logoslogic@consultant.com

12
 :) Hi back after finishing my 20 in USN, sorry to have been gone since 9-1-1
 always works
                 ========================================

Fixing install and runtime problems/errors 64bit windows Vista and 7??
2/17/11

                 =======================================



first look at the task bar on top of notepad the program reading tis and click
format/word wrap


Fixing runtime errors in module doesn't register trying to run vb 6.0 controls and 32bit programs not running correctly in 64bit windows??

until the software manufacturers redesign their installs to do this for you here is a flawless fix......

It's not hard just follow this step by step


*Run-time error 339: Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

*Run-time error 339: Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. and so forth or the program will just crash with out explanation...

if I could tell you how to make it work would you say WOW!


Why do I get these errors?

 you are needing to use VB6.0 runtime that Microsoft has decided NOT to support any longer and is NOT facilitated in 64 bit versions at all.. hmmm or is it.... windows 7 actually was to vista what XP was to millennium.
the software done after a global beta release program that was NOT announced as such... ther is a folder in windows Vista64 and 7 that uses utilizes 32bit runtime components for WOW windows-32bit on windows 64bit... the virtual 32bit environment..98% of all 32bit programs and their runtimes WILL run is the user installs them correctly....

(1)
First you MUST be logged on to windows AS AN ADMINISTRATOR AS THIS IS ONLY HALF WORKING HALF THE TIME.....you MUST have user account control turned ALL the way off... windows defender ALL THE WAY OFF and the windows or any other firewall also OFF..(the windows help file will tell you how if you don't know!)
You must after proprietary scanning the files with you're selected Virus program have it shut OFF ALL THE WAY..<<<<---- this is all to make sure you have a 98% chance or better to get the program installed correctly I am covering all the problems some have experienced all at once...in other words if you are running ANY find-it fix-it check-it utilities SHUT THEM OFF!!!!! This includes and network related such as some browsers and such... so also PHYSICALLY disconnect from the web!

(2)
 EVERY .exe you install you MUST manually map-- tell it to install in the
C:\Program Files (x86)folder.. windows knows that anything executed from there is 32 bit<<<--- well its supposed to always know.. you MUST right click on the .exe and go to properties/compatibility tab and check compatibility XP(service pack3)
also check run as administrator at the bottom.. now execute it and tell it where to install....C:\Program Files (x86)folder... on some exe's you need to select advanced install or manual to tell it where....

(3)
ALL vb6.0 runtime components MUST be put into the C:\Windows\SysWOW64 folder manually, so if a program has a separate vb runtime installer you Must tell it to go to C:\Windows\SysWOW64

ok half done... whew!!!!!!

now for the slightly time consuming part!!!

now one runtime item at a time you must follow these steps....

I'll use the "MSCOMM32.OCX" as an example on how to register the files in the registry of windows

click on start and type CMD in the search box... st the top you will see and .exe called "cmd.exe" RIGHT click on it and tell it to run as administrator....

a dos box will pop up in it it will say
C:\Users\"your user name">
you will manually or paste insert this command
“regsvr32 c:\windows\syswow64\MSCOMM32.OCX”
it should look exactly like this..
C:\Users\"your user name">regsvr32 c:\windows\syswow64\MSCOMM32.OCX
now hit enter key on keyboard.. it WILL say "DllRegisterServer ... succeeded"
if not you have syntax incorrect some where...

Ok you must do the above for every rumtime component you put into the WOW64 folder..

You are finished you MUST reboot the machine BEFORE running the program..

now sit back and run your VB6 stuff with the confidence of knowing you out-smarted Bill Gates!!!!

J.Lynch: logoslogic@consultant.com

13
Ultra Hal 7.0 / attempt at new flaming thread! lol
« on: March 04, 2008, 02:23:44 am »
WOW many old friends here, I missed you all.... My job had me out of country and very busy [xx(] though I'm back ahhhh,... Rob and all thanks again for the answers... And Rob congrats on the prize winning... [:D][:D] always knew Hal could do it .... Ok next how about.. we expand his ability to try and ask questions for logical conclusions from word net and previous read and conversed subjects??? ie.. Hal trying to make up it's own if-then scenarios and asking if his conclusions are correct..... well at any rate I'm using this new data base functionality to see if I can sort of reverse the same to his point of view.. lol.. it's pretty interesting so far..... as you all know I've always been a better idea guy than programmer and Von used to help me much....  I'm playing with the free version right now as I have my main machine xp but fast and new and laptop (Vista-schmista)..
 Hal seems to hat vista and vista hates everything... it even hates it-self boots 5 time slower than XP on a machine with an x4 processor and 4 gig(lol it like xp can only use 3 ram... well I'll be sending the order soon though i fear since by changing character names I have my full bod haleena in XP but it will bot boot in vista... I will not be running it even with the pay version in vista it seems... bummmmmer... there goes developing during lunch time at work..
 see ya all
 Jim


14
Ultra Hal 7.0 / attempt at new flaming thread! lol
« on: February 02, 2008, 02:39:20 am »
ok I've been gone a while i realize.. but have more questions than i have been able to get answers for by trying to catch up in this forum so i beg all of your forgiveness if i ask already answered questions... and yes there will be new Haleena skins and characters coming soon i hope..

1 I D-L ed the new Hal 6.1 free trial.. trying it on a vista machine..
1 it seems to have many of the features that were invented by VonSmith incorporated.. in His XTF brain but many of the great scripts such as filtering "LY words and others are missing and what is there is a bit different though same ideas and no credit given to Him..(I know this must have been a mistake as Rob has always been great aat giving credit where it is due....

2 will this brain also work with the other mentioned functions or is compatability why they are missing... this new brain is smarter than my aged haleena but mixes up contecxt and pronoun reversal is a big step backward.....
3 I cannot get it to run any of my other hap characters.... Rob did you take away it's ability to have us run our own characters unless we also purchase your add-on... if so shame on you....

 and ... at the risk of really ticking you off... and i hope i do not as you know i have helped development and supported you for a few years.. i think you are brilliant and this is the best AI ....

 How can we get the functionality of sence the XTF's gave us with the new better topic focus and database goodies in this new brain... yes since I have not seen any recent post's from vonsmith either i figure he left or like i was have been too busy... so can't ask him... Hal members.. help me with these lame questions I'm sure manay of you who have gone through hal since version 3.5 also have thses questions..
thank you.

15
Ultra Hal 7.0 / Got an Error Again Robert
« on: February 02, 2008, 02:25:10 am »
Hello all I'm back sorry for the long absence as i had job and personal related things that kept me away for 2 years almost. whew.. lot has changed... firstly//// I'm being an artist am sure that the other very good artist who has these files for dl at character king must have only accidentally forgotten to give co-credit to CRUNCH... for the parts of skins used from crunches original haleena skins :O))

Good to seee more folks doing and carrying on work in this great toy.

Jim

Pages: [1] 2 3 ... 14