Stefan
Posts: 91
|
Re:x11 backend 6 Years, 10 Months ago
|
|
Hm, we will revise the tutorials. I think we may have the ready by the end of the day.
have fun,
Stefan
|
|
|
|
|
The administrator has disabled public write access.
|
xpete
Posts: 10
|
Re:x11 backend 6 Years, 5 Months ago
|
|
i also have the same problem with the exemples from the tutorias:
Error initializing disko: no such table: Plugins [query was: select Plug.*,Cat.CategoryName,Types.PluginTypeName from Plugins Plug left join Category Cat ON Cat.ID = Plug.CategoryID left join PluginTypes Types ON Types.ID = Plug.PluginTypeID where Types.PluginTypeName = 'BACKEND_PLUGIN' and Plug.Active = 'Y']
Any help?
|
|
|
|
|
The administrator has disabled public write access.
|
Stefan
Posts: 91
|
Re:x11 backend 6 Years, 5 Months ago
|
|
Hi Pete,
this would be explainable if you are using the latest sources from the git repository. Are you using the git or the release tarballs?
have fun
Stefan
|
|
|
|
|
The administrator has disabled public write access.
|
xpete
Posts: 10
|
Re:x11 backend 6 Years, 5 Months ago
|
|
I'am using git.
|
|
|
|
|
The administrator has disabled public write access.
|
Stefan
Posts: 91
|
Re:x11 backend 6 Years, 5 Months ago
|
|
Ok, that explains it perfectly.
We are working on a dynamic translation component for disko which was leading to your error.
Please pull the last changes from git. I just fixed the problem.
have fun
Stefan
|
|
|
|
|
The administrator has disabled public write access.
|
xpete
Posts: 10
|
Re:x11 backend 6 Years, 5 Months ago
|
|
thanks, great work.
i still 2 small problems running the examples.
The 01 shows this 2 errors:
DISKO: Missing following combination in method blit_text()
destination type: subsurface
destination memory: managed by disko
destination pixelformat: AYUV
destination color: r=192, g=192, b=192, a=255
drawing flags (000002): SRC_PREMULTIPLY
*****
DISKO: Missing following combination in method blit_text()
destination type: subsurface
destination memory: managed by disko
destination pixelformat: AYUV
destination color: r=192, g=192, b=192, a=255
drawing flags (000002): SRC_PREMULTIPLY
*****
in the console and doesn't show the "Hello World".
In all the examples the mouse is very slow.
These are not big problems for me only wanted to let you know.
|
|
|
|
|
The administrator has disabled public write access.
|
|