BlueTouch V3 beta
Re: BlueTouch V3 beta
line 46 error is the massage and also can not load dll
-
- Posts: 713
- Joined: 30. Sep 08, 14:00
- Location: Netherlands [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
Guest wrote:
> messages with no covers displayed im using windows 7
I am not surprised Vista and/or Windows 7 does not like it. I'll try to get a Win7 one of these days running in a virtual machine, but until that moment I'm afraid everything beyond XP is unsupported...
SilverEagle
> messages with no covers displayed im using windows 7
I am not surprised Vista and/or Windows 7 does not like it. I'll try to get a Win7 one of these days running in a virtual machine, but until that moment I'm afraid everything beyond XP is unsupported...
SilverEagle
-
- Posts: 713
- Joined: 30. Sep 08, 14:00
- Location: Netherlands [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
Guest wrote:
Are you 'deano7' or the 'Guest' with the win7 problem?
> line 46 error is the massage and also can not load dll
As long as the DLL cannot be loaded you can forget running the skin and expect all sorts of errors.
If this is Win7 maybe you get a question in advance if you are allowed? Or could anyone with Win7 knowledge respond if there are any limitations to loading a DLL?
SilverEagle
Are you 'deano7' or the 'Guest' with the win7 problem?
> line 46 error is the massage and also can not load dll
As long as the DLL cannot be loaded you can forget running the skin and expect all sorts of errors.
If this is Win7 maybe you get a question in advance if you are allowed? Or could anyone with Win7 knowledge respond if there are any limitations to loading a DLL?
SilverEagle
Re: BlueTouch V3 beta
guest with win7 i get line 46 export not found
-
- Posts: 713
- Joined: 30. Sep 08, 14:00
- Location: Netherlands [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
Guest wrote:
> guest with win7 i get line 46 export not found
OK, in that case what do you mean exactly with
> and also can not load dll
how can you tell, what error do you get, what sort of box is it, etc, etc,
Note that I care about why the DLL does not load. The 'export not found' error is not important, that is just a symptom of the missing DLL.
SilverEagle
> guest with win7 i get line 46 export not found
OK, in that case what do you mean exactly with
> and also can not load dll
how can you tell, what error do you get, what sort of box is it, etc, etc,
Note that I care about why the DLL does not load. The 'export not found' error is not important, that is just a symptom of the missing DLL.
SilverEagle
Re: BlueTouch V3 beta
its a windows error that reads
error could not load eagletools dll
and 8 silverjuke messages one which reads error 46
error could not load eagletools dll
and 8 silverjuke messages one which reads error 46
Re: BlueTouch V3 beta
Hello SilverEagle,
I just tried out your skin and i'm very impressed. I used your V206 before and it's really a big difference to it. But there are two little things that i'm missing in both skins. A Volume-Slider (which i can build myself) and a possibility to delete tracks from the playlist (which i can't build by myself). Is it possible to implement such a function?
Greetings
Benjamin
I just tried out your skin and i'm very impressed. I used your V206 before and it's really a big difference to it. But there are two little things that i'm missing in both skins. A Volume-Slider (which i can build myself) and a possibility to delete tracks from the playlist (which i can't build by myself). Is it possible to implement such a function?
Greetings
Benjamin
-
- Posts: 713
- Joined: 30. Sep 08, 14:00
- Location: Netherlands [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
Guest wrote:
> its a windows error that reads
> error could not load eagletools dll
> and 8 silverjuke messages one which reads error 46
I just tried win7 in a VMware session. Works very slick I must say, could even find the networksettings to read my MP3 server
But Silverjuke and my skin are working like a charm, no problems there.
Did you put the DLL in the wrong place? Easiest is next to silverjuke.exe.
SilverEagle
> its a windows error that reads
> error could not load eagletools dll
> and 8 silverjuke messages one which reads error 46
I just tried win7 in a VMware session. Works very slick I must say, could even find the networksettings to read my MP3 server

But Silverjuke and my skin are working like a charm, no problems there.
Did you put the DLL in the wrong place? Easiest is next to silverjuke.exe.
SilverEagle
-
- Posts: 713
- Joined: 30. Sep 08, 14:00
- Location: Netherlands [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
Hi Benjamin,
> I just tried out your skin and i'm very impressed.
Good to hear!
> But there are two little things
> that i'm missing in both skins. A Volume-Slider
> (which i can build myself) and a possibility to
> delete tracks from the playlist (which i can't
> build by myself). Is it possible to implement
> such a function?
Well, the technically correct answer would of course be 'yes'. And a volume slider will definitely end up in the skin.
But deleting tracks is a different matter. If delete is possible, moving makes as much sense. And for delete to be really usable, you should be able to browse through the complete playlist somehow (after all one of the useful actions would be to delete a track someone just added - which might be not visible in the short next-upcoming-tracks list) . All in all I think this means it would deviate too much from the 'party-proof' concept of the skin.
And I know it would be possible to deactivate all this in partymode, but the way I am looking at it at the moment is that I will save implementing all these niceties for my next skin based on my EagleTools library.
SilverEagle
> I just tried out your skin and i'm very impressed.
Good to hear!

> But there are two little things
> that i'm missing in both skins. A Volume-Slider
> (which i can build myself) and a possibility to
> delete tracks from the playlist (which i can't
> build by myself). Is it possible to implement
> such a function?
Well, the technically correct answer would of course be 'yes'. And a volume slider will definitely end up in the skin.
But deleting tracks is a different matter. If delete is possible, moving makes as much sense. And for delete to be really usable, you should be able to browse through the complete playlist somehow (after all one of the useful actions would be to delete a track someone just added - which might be not visible in the short next-upcoming-tracks list) . All in all I think this means it would deviate too much from the 'party-proof' concept of the skin.
And I know it would be possible to deactivate all this in partymode, but the way I am looking at it at the moment is that I will save implementing all these niceties for my next skin based on my EagleTools library.
SilverEagle
-
- Posts: 13
- Joined: 15. Feb 10, 15:55
- Location: UK [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BlueTouch V3 beta
I am running WIN7 here and Silverjuke seems fine no problem with the dll.
SilverEagle wrote:
> Guest wrote:
> > its a windows error that reads
> > error could not load eagletools dll
> > and 8 silverjuke messages one which reads error 46
>
> I just tried win7 in a VMware session. Works very
> slick I must say, could even find the
> networksettings to read my MP3 server
>
> But Silverjuke and my skin are working like a
> charm, no problems there.
>
> Did you put the DLL in the wrong place? Easiest is
> next to silverjuke.exe.
>
> SilverEagle
SilverEagle wrote:
> Guest wrote:
> > its a windows error that reads
> > error could not load eagletools dll
> > and 8 silverjuke messages one which reads error 46
>
> I just tried win7 in a VMware session. Works very
> slick I must say, could even find the
> networksettings to read my MP3 server

>
> But Silverjuke and my skin are working like a
> charm, no problems there.
>
> Did you put the DLL in the wrong place? Easiest is
> next to silverjuke.exe.
>
> SilverEagle