[Bug 18056] New: Yukon: doesnt work with wine
http://bugs.winehq.org/show_bug.cgi?id=18056 Summary: Yukon: doesnt work with wine Product: Wine Version: 1.1.19 Platform: Other URL: https://devel.neopsis.com/projects/yukon/wiki OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: puciek(a)gmail.com Wine was supposed to be patched in 0.9.43 to be compatibile with yukon project (https://devel.neopsis.com/projects/yukon/wiki/Compatibility) but as i've tried to run it with latest wine it doesn't seem to work. I'm not sure is that related as regression test or was intended change in how wine works and won't be fixed so i will save myself couple hours of making regressions tests in case its wontfix case. -- 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=18056 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://devel.neopsis.com/pr| |ojects/yukon/wiki | --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-14 21:09:18 --- Terminal output? What OS? What arch? Don't post links with invalid certificates. -- 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=18056 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-04-14 21:30:55 --- (In reply to comment #0)
Wine was supposed to be patched in 0.9.43 to be compatibile with yukon project (https://devel.neopsis.com/projects/yukon/wiki/Compatibility) but as i've tried to run it with latest wine it doesn't seem to work. I'm not sure is that related as regression test or was intended change in how wine works and won't be fixed so i will save myself couple hours of making regressions tests in case its wontfix case.
What patch are they referring to? I don't see a name/link anywhere... (In reply to comment #1)
Don't post links with invalid certificates.
That's not his fault. The http site redirects to the https site. Blame the website admin, not the bug reporter. -- 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=18056 --- Comment #3 from Tymoteusz Paul <puciek(a)gmail.com> 2009-04-15 02:08:16 --- I've tried to locate this supposed patch but no luck. All i've found are reports that there were some old workarounds (they don't work anymore) and that this is wine fault https://devel.neopsis.com/projects/yukon/ticket/8 -- 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=18056 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-04-15 11:39:43 --- (In reply to comment #0)
Wine was supposed to be patched in 0.9.43 to be compatibile with yukon project (https://devel.neopsis.com/projects/yukon/wiki/Compatibility) but as i've tried to run it with latest wine it doesn't seem to work. I'm not sure is that related as regression test or was intended change in how wine works and won't be fixed so i will save myself couple hours of making regressions tests in case its wontfix case.
See if 0.9.43 works, and if so, run the regression test. -- 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=18056 --- Comment #5 from Tymoteusz Paul <puciek(a)gmail.com> 2009-04-22 14:33:42 --- Hm sadly when i tried to compile 0.9.43 compilation dies with error (i was expecting that, its very old package) freetype.c:163: error: ‘FT_MulFix’ undeclared here (not in a function) freetype.c:163: warning: type defaults to ‘int’ in declaration of ‘pFT_MulFix’ freetype.c: In function ‘WineEngGetOutlineTextMetrics’: freetype.c:4001: error: called object ‘pFT_MulFix’ is not a function Dunno really how to workaround it, if you got any idea i will be greatfull. Also how can i get certain version of wine via git (ie. 0.9.43) because i've just downloaded tgz backage. -- 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=18056 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-22 14:40:36 --- (In reply to comment #5)
Hm sadly when i tried to compile 0.9.43 compilation dies with error (i was expecting that, its very old package) freetype.c:163: error: ‘FT_MulFix’ undeclared here (not in a function) freetype.c:163: warning: type defaults to ‘int’ in declaration of ‘pFT_MulFix’ freetype.c: In function ‘WineEngGetOutlineTextMetrics’: freetype.c:4001: error: called object ‘pFT_MulFix’ is not a function Dunno really how to workaround it, if you got any idea i will be greatfull.
I saw something like this but on newer releases. If you really need this particular release try to upgrade your freetype.
Also how can i get certain version of wine via git (ie. 0.9.43) because i've just downloaded tgz backage.
Fetch whole repo and rebase wherever you want then. -- 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=18056 --- Comment #7 from Tymoteusz Paul <puciek(a)gmail.com> 2009-04-22 15:03:09 --- Well yes, i do need this certain version because rumor says that on this one yukon is working ;). Also i got latest freetype (2.3.9) installed so this is not it. -- 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=18056 --- Comment #8 from Tymoteusz Paul <puciek(a)gmail.com> 2009-05-07 12:52:04 --- Ok i've checked every supposed combination of yukon/wine version that was mentioned to work (and couple more than that) and couldn't get it to work, so i don't even know where to start with regression test since i can't get it to work at all with wine. If someone can point me in some direction regarding this, please do, I would really like to get this working with wine so if any testig is needed, i will be glad to help. -- 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=18056 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-11-19 12:53:20 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.33 or newer) wine? -- 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=18056 --- Comment #10 from Tymoteusz Paul <puciek(a)gmail.com> 2009-11-19 13:02:49 --- Yes, this is still an issue with latest wine. -- 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=18056 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2010-12-23 19:06:57 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) wine? -- 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=18056 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? CC| |frederic.delanoy(a)gmail.com --- Comment #12 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-05-15 01:46:56 CDT --- Can you please retry with recent wine (1.5.30 or later)? Otherwise this bug will be abandoned soon. -- 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=18056 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #13 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-06-23 14:33:13 CDT --- Abandoned. -- 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=18056 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-06-23 14:33:24 CDT --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org