Silverjuke 1.15beta5 released

Everything, that fits not well into other forums - Questions, Talk, Beta-Versions ...
[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
User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[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

Silverjuke 1.15beta5 released

Postby Service-Team » 11. Oct 05, 01:17


xandrew
Posts: 4
Joined: 8. Oct 05, 09:37
[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

1.15beta5 problem

Postby xandrew » 11. Oct 05, 16:55

Hello Silverjuke guys. Thank you very much for really nice program (the best I have found).
I would like to try new functions in 1.15 version, but neither 1.14b4 nor 1.14b5 work at my computer. Here is problem I have after starting Silverjuke (only beta versions).

11/10/2005 17:55:37: unable to open database file
11/10/2005 17:55:37: Cannot open "C:/Documents and Settings/xandrew/Data aplika/Silverjuke/mymusic.db"

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[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: 1.15beta5 problem

Postby Service-Team » 11. Oct 05, 19:19

xandrew wrote:
> 11/10/2005 17:55:37: unable to open database file
> 11/10/2005 17:55:37: Cannot open "C:Documents and
> SettingsxandrewData
> aplikacíSilverjukemymusic.db"

Can you please tell us which operating system you use? (the problem seems to be the character "í" which tells the underlaying sqlite database server to open the file in unicode mode, if possible; so maybe the detection of the operating system is not really perfect)

EDIT:

I have to correct myself: The problem is not the character "í". The problem is, that the underlaying sqlite system things it can use unicode but, in fact, it cannot. However, your operating system would be of interest to fix this in the next beta-release.
Last edited by Service-Team on 28. Oct 05, 19:26, edited 2 times in total.

xandrew
Posts: 4
Joined: 8. Oct 05, 09:37
[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: 1.15beta5 problem

Postby xandrew » 11. Oct 05, 19:35

This happends during starting Silverjuke 1.15. But there was no problem with v1.14.
My operating system is WinXP Pro - Czech version. Do you think I is caused by problem with database system you use (sqlite)?
Unfortunately, I can't change the location of database.

Service-Team wrote:
> xandrew wrote:
> > 11/10/2005 17:55:37: unable to open database file
> > 11/10/2005 17:55:37: Cannot open "C:Documents and
> > SettingsxandrewData
> > aplikacíSilverjukemymusic.db"
>
> Can you please tell us which operating system you
> use? (the problem seems to be the character "í"
> which tells the underlaying sqlite database
> server to open the file in unicode mode, if
> possible; so maybe the detection of the operating
> system is not really perfect)

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[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: 1.15beta problem

Postby Service-Team » 11. Oct 05, 19:49

xandrew wrote:
> This happends during starting Silverjuke 1.15. But
> there was no problem with v1.14.
> My operating system is WinXP Pro - Czech version.
> Do you think I is caused by problem with database
> system you use (sqlite)?

We've upgraded from sqlite 3.2.1 (used in Silverjuke 1.14) to 3.2.7 (used in newer beta-versions), the old sqlite version always used the Window 95/98 file functions, the newer sqlite version uses the Windows NT/2000/XP file functions, if possible. This is the problem, maybe we'll just switch back to the old API until we have a proper solution.

> Unfortunately, I can't change the location of
> database.

I think the name and the location has nothing to do with the problem (see the EDIT: above). By the way, you can use another database using the command line switch "--db=<file>" eg. Silverjuke.exe --db=c:test.db - you may try this out, however, I do not believe that this will solve the problem.

xandrew
Posts: 4
Joined: 8. Oct 05, 09:37
[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: 1.15beta5 problem

Postby xandrew » 11. Oct 05, 20:03

> We've upgraded from sqlite 3.2.1 (used in
> Silverjuke 1.14) to 3.2.7 (used in newer
> beta-versions), the old sqlite version always
> used the Window 95/98 file functions, the newer
> sqlite version uses the Windows NT/2000/XP file
> functions, if possible. This is the problem,
> maybe we'll just switch back to the old API until
> we have a proper solution.

> I think the name and the location has nothing to
> do with the problem (see the EDIT: above). By the
> way, you can use another database using the
> command line switch "--db=" eg. Silverjuke.exe
> --db=c:test.db - you may try this out, however,
> I do not believe that this will solve the
> problem.
I have used your suggestion and it works. I had to use path without long name (it means with ...~1), but it is OK now.
But my opinion is, that it is not the best solution for end users.
I'm looking forward to new version.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[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: 1.15beta5 problem

Postby Service-Team » 11. Oct 05, 20:38

xandrew wrote:
> [...] I have used your suggestion and it works.
> I had to use path without long name
> (it means with ...~1), but it is OK now.
> [...] I'm looking forward to new version.

Thank you very much for your help! Now, we know (hopefully) everything about the problem to fix it. You can expect a new beta-version soon.
Last edited by Service-Team on 28. Oct 05, 19:27, edited 1 time in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[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

Silverjuke 1.15beta6 released

Postby Service-Team » 11. Oct 05, 23:44

Hello again,

We've put a new release, which hopefully fixes the problem here: viewtopic.php?t=137 - again, thank you for your help!

xandrew
Posts: 4
Joined: 8. Oct 05, 09:37
[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: Silverjuke 1.15beta6 released

Postby xandrew » 12. Oct 05, 18:17

Thank you, everything is absolutely OK!

> We've put a new release, which hopefully fixes the
> problem here:
> viewtopic.php?t=137 -
> again, thank you for your help!


[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
[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

Return to “Main Forum”