https://bugs.winehq.org/show_bug.cgi?id=13014
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #5 from André H. nerv@dawncrow.de --- Maybe something related to odbc / sql Found this in the relaylogs:
--snip-- 0009:Call odbc32.SQLDriverConnect(7cb05a50,000a028c,00f88720 "UID=Admin;PWD=BF6D35E4CB74;DSN=PPENG_GALLERY",fffffffd,00ede59c "\xae\x16\xce{",00000200,00ede594 "\xeb:\xca{\x86",00000001) ret=7c1bf48f 0009:Ret odbc32.SQLDriverConnect() retval=ffffffff ret=7c1bf48f ... 0009:Call odbc32.SQLError(7cb053b0,7cb05a50,00000000,00ede528 "\x04\xb8\xbc~\xda\x02\x01",00ede2dc,00ede2f4 "\x9e:\xca{t\xe4\xed",000001ff,00ede2e4) ret=7c1bf09b 0009:Ret odbc32.SQLError() retval=00000000 ret=7c1bf09b ... 0009:Call odbc32.SQLError(7cb053b0,7cb05a50,00000000,00ede528 "IM002",00ede2dc,00ede2f4 "[unixODBC][Driver Manager]Data source name not found, and no default driver specified",000001ff,00ede2e4) ret=7c1bf2b1 0009:Ret odbc32.SQLError() retval=00000064 ret=7c1bf2b1 --snip--
The leaked password brought this up in the internet: https://groups.yahoo.com/neo/groups/pronto_neo/conversations/topics/227
--snip-- 1) Make a copy of your "Gallery.dat" and name it "Gallery.mdb"
2) Open Gallery.mdb with MS Access
3) Password is "BF6D35E4CB74"
4) Check to see if records jibe. It is in Third Normal Form. In other words, there is a table with bitmap names, a table with category names, and a table with Category+bitmap IDs. Make sure that your bitmap directory files = bitmap table entries.
5) Change Gallery.dat to Gallery.bak
6) Change Gallery.mdb to Gallery.dat --snip--
This suggests we need a driver for msaccess -> jet -> http://wiki.winehq.org/NativeOdbc -> winetricks jet40 mdac28
The Gallery appears after selecting the menu entry Tools/Gallery ./
Maybe we should put out a visible warning somewhere? Austin, what do you think? is resolved invalid the right choice here?