[Bug 13014] New: ProntoEdit NG 2.1.8 doesn't show Gallery
http://bugs.winehq.org/show_bug.cgi?id=13014 Summary: ProntoEdit NG 2.1.8 doesn't show Gallery Product: Wine Version: 0.9.61. Platform: Other URL: http://www.remotecentral.com/cgi- bin/files/rcfiles.cgi?area=prontong&db=other&br=programs &dv=philipsprontong&md=philipsprontoproeditng&kw=&st=&ar =&dt=&so=&pg=1&file=prontong/programs/ProntoProEditNG_v2 .1.8.zip OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com In http://winehq.org/pipermail/wine-users/2008-May/033707.html noted that the Gallery window didn't work. To work around bug 13013, do sh winetricks vcrun6 cc580 before starting. To reproduce the Gallery problem, start the app (perhaps you're supposed to also do File / New Configuration / OK) and do Tools / Gallery. A window should pop up, but none does. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13014 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #1 from André H. <nerv(a)dawncrow.de> 2008-12-28 08:45:40 --- confirming in wine 1.1.10 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13014 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2010-07-10 20:23:31 --- Still in 1.2-rc7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13014 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #3 from butraxz(a)gmail.com 2012-05-18 04:57:03 CDT --- This bug has not been updated for two years and OP by four. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- Still in 1.7.34. [austin(a)localhost ~]$ sha1sum ProntoProEditNG_v2.1.8.zip d567d258dabe018c61c6659f9b42497bc6fbd6b3 ProntoProEditNG_v2.1.8.zip [austin(a)localhost ~]$ du -h ProntoProEditNG_v2.1.8.zip 35M ProntoProEditNG_v2.1.8.zip [austin(a)localhost ~]$ wine --version wine-1.7.34 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from André H. <nerv(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- (In reply to André H. from comment #5)
Austin, what do you think? is resolved invalid the right choice here?
Yeah, missing dependencies. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID |--- Summary|ProntoEdit NG 2.1.8 doesn't |ProntoEdit NG 2.1.8 doesn't |show Gallery |show Gallery (missing ODBC | |provider/notice about | |missing provider) --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to André H. from comment #5)
Maybe we should put out a visible warning somewhere?
Good idea, reoping to track https://source.winehq.org/patches/data/108749 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b5732b1c2ee7ca631bdabc0e454 | |83a2ccaefcd40 Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #7)
(In reply to André H. from comment #5)
Maybe we should put out a visible warning somewhere?
Good idea, reoping to track https://source.winehq.org/patches/data/108749
https://source.winehq.org/git/wine.git/commitdiff/b5732b1c2ee7ca631bdabc0e45... Thanks André. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.35. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=13014 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |odbc Hardware|Other |x86 OS|other |Linux -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org