No - XP pro. I had all of my sounds off and thought that might be it but I turned them on to windows default and sill get the error.
d
Printable View
No - XP pro. I had all of my sounds off and thought that might be it but I turned them on to windows default and sill get the error.
d
it looks like u have some things missing in your .skin file. Im not sure what screen you used as a template, but looks like u maybe deleted to many items.
I wouldnt follow directions from a plugin etc on how to set them up in this skin, as things are a lot different in this skin than they are in other skins. If you changed the button code on any of the dynamic buttons on menu.skin im pretty sure you just broke a few things. It may not be obvious but will likely popup somewhere down the road. The best thing to do would be to use the built in app embeder. Click and hold a button and choose one of the EMPTY buttons from the list (on 3rd Screen) then follow the directions. Should take like 2 minutes to do and requires no editing of any files.
as for your .skin file above.
you have some bad grouping that may be an issue. Try moving the A,0,42,800,394, to be on the bottom, or not in the middle of the Labels group. The plus minus labels are right under it and im guessing they arent being rendered cuz they are out of order, or its possible your A line is too big and is covering them up.
what does that app do? If its something a lot of people use its prob a good idea for me to include it by default.
must be something odd on ur system
look inside the skin folder and find the file "playsound.exe"
try to run it manually, do u still get the error?
do you have a file named "intro.mp3" also in the same folder?
If its missing that may be the issue. Otherwise im not sure what it could be.
You would be the first person to ever have a problem with that file and its been around for about 2 years.
worse case you can simply delete that file and you wont hear a startup sound but im guessing if your having problems with that file, your likely to have a lot more somewhere as i use ton of compiled scripts and that one is probably the most basic of them all. It only has one line of code. SoundPlay ("intro.mp3",1). So if we can fix the issue without deleting the file that would be best to ensure everything else runs good.
I tried the built in embeder and couldn't get it to work initially. The application is not an '.exe', but rather a '.swf'.
When i tried the built in embeder and it prompts you to enter the location of the application i can only goto directory C:\Program Files\Road Runner\Skin\LSX VOID 3.0\. Doesn't let me pick any files in LSX Void 3.0 directory, so couln't pick the correct swf file.
I even tried picking it from a differnt location which was fine, but everytime i click the button it just asks me to embed the application. So, obviously something was wrong so i tried to set it up manually by creating another skin and just load the skin.
Also, i'm not sure of the window name as again its a flash file, so i kinda gave up on that idea and tried to do it manually.
With the skin file i am using i used FreeFone.skin file as a template and just renamed another file dsatx.skin and put the contents of the freefone.skin. I just deleted things i wouldn't need.
So, in the ExecTBL in lsx void folder this is what i added:
"AP50","LOAD;dsatx.skin"
"SETUPMENULABEL50","SETVAR;AP50LB;=DSATX||SETUPMEN ULABEL51"
So, i used the freefone as a template and created a new file. Added the below lines in exectbl and thats it. Didn't touch any other skin file or modified anything.
I tried what you suggested about the skin file and re-arrange some of the code and what i found out was if i comment out the below line (which is the flash file) the volume works fine. So, it has something to do with overlapping, but can't seem to fix it.
F,0,45,800,640,"dsatx.swf"
I would rather just use the build in embeding, but like i said before i was having troubles.
This is an application designed specifically for the DSATX Brainstem. This allows you to modify settings with in a GUI environment. It would be nice to have this available as a built in feature, but not sure how many ppl use it.
PS. Sorry for the long post.. :)
I have both files in the C:\Program Files\Road Runner\skins\LSX VOID 3.0 directory. When I dblclick Playsound.exe I get that msg. When I dblclick the mp3 it plays.
One thing: I had installed void previously and somehow selected the wrong directroy to put it in. I used Add/remove programs to uninstall it and then reinstall it into C:\Program Files\Road Runner\skins\LSX VOID 3.0
Its prolly due to my prior install...??
d
ok, you did the right thing.
The problem i see is your Flash file is infact overlapping the bottom volume controls. Its set to be 800x640 and nothing should be set that big in the skin as the skin itself is only 800x480 and all edits should be done with that in mind. When you change the skin res to 800x600 via options everything scales relative to the original.
change your F line to look like this
F,0,42,800,394,"dsatx.swf"
that should fix ur overlap and also size it to properly fill the correct area.
prior install shouldnt matter, u also can install the skin anywhere you want as long as RR knows where the skin is located via rrconfig.
Do you have any other problems with the skin in any other areas? Do you get any errors in a popup box like the one about the sound?
was about to post a small update, but gonna hold it off till later tonite.
The problem is it seems that none of the timers or idle timers in RR are actually working at all and im so sick of screwing with them. So im going to write my own timers, so it'll take a while to replace all the existing timers that dont work anyway.
also, i just caught this.
When you install the skin, you should not point the installer to the skin dir in RR, you should point it to RoadRunner's root path.
So the installer should point to
C:\Program Files\Road Runner\
Your copy of RR can be installed anywhere u like, but the skin must be installed into RR in the proper dir, which is RRs root folder.
So when everything is done you should have a folder in the root of your RR install named "LSTOOLS" and the actual skin should be located in \Road Runner\skins\LSX VOID 3.0.