http://bugs.winehq.org/show_bug.cgi?id=8540
Bas Westerbaan <bas.westerbaan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #10 from Bas Westerbaan <bas.westerbaan(a)gmail.com> 2008-04-10 10:46:01 ---
Seems to work with the 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=425
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-04-10 09:50:41 ---
A user asked about this today
http://www.winehq.org/pipermail/wine-users/2008-April/032049.html
and pointed out that UNC paths are officially supported (see "Network Shares"
in
http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure ),
so I looked at it a tiny bit.
Sure enough, if you smbmount something onto
dosdevices/unc/servername/sharename,
$ sudo apt-get install smbfs
$ sudo vi /etc/hosts (and add entry for name of windows machine 'fast')
$ smbmount -L fast (and verify the expected share is visible)
$ sudo mount -t smbfs //fast/dank /mnt
$ cd $HOME/.wine/dosdevices/
$ mkdir -p unc/fast
$ ln -s /mnt unc/fast/dank
you get the same results executing either /mnt/a.exe or \\fast\dank\a.exe:
$ wine /mnt/a.exe
err:module:import_dll Library cygwin1.dll (which is needed by
L"Z:\\mnt\\a.exe") not found
$ wine '\\fast\dank\a.exe'
err:module:import_dll Library cygwin1.dll (which is needed by
L"UNC\\fast\\dank\\a.exe") not found
So that's great. However, cmd doesn't support it:
$ wine cmd
CMD Version 0.9.59
Z:\home\dank>dir \\fast\dank
Volume in drive Z is
Volume Serial Number is 0000-0000
Directory of Z:\fast
File not found
See how it doesn't even recognize it's a UNC drive?
Likewise, Notepad can't browse to a UNC path.
Rob Shearman posted a patch this morning that seemed related,
http://www.winehq.org/pipermail/wine-patches/2008-April/053118.html
but that doesn't magically make Network Places show up in
Notepad's file dialog in my tests.
--
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=6871
--- Comment #29 from Sukarn Maini <sukarnmaini(a)gmail.com> 2008-04-10 09:23:08 ---
Created an attachment (id=12044)
--> (http://bugs.winehq.org/attachment.cgi?id=12044)
Screenshot showing the graphics tearing effect
I have attached a screenshot that shows the pixelated lines I was talking about
in comment number 20 and comment number 27.
Look for the white pixels on the grass. They seem to "come and go" as I move
about in the game.
--
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=8178
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-04-10 08:56:32 ---
No, we should just add the version number of GP to
the description.
--
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=6871
--- Comment #28 from Gregor Münch <greg87(a)online.de> 2008-04-10 07:49:24 ---
I think I changed the resolution from 640x480x16 to 1440x900x32 and everything
became looking beautiful.
However in todays git I cant reproduce any problems with 640x480x16.
Nvidia 8600GT 161.12
--
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=6871
--- Comment #27 from Sukarn Maini <sukarnmaini(a)gmail.com> 2008-04-10 07:29:31 ---
Created an attachment (id=12042)
--> (http://bugs.winehq.org/attachment.cgi?id=12042)
Screenshot of GTA III on wine 0.9.59
Triffid Hunter:
That's weird. I've attached a screenshot showing how the game looks in wine
0.9.59 for me.
I'm getting the mouse bug I mentioned above (sorry, but the bug I was pointed
to did not contain any fix for it) and I am experiencing a little tearing in
graphics here and there, but other than that, the game is running great.
By tearing in graphics, I mean I see some white-blue kind of pixels in a row at
many places, like while driving I can see small (about one pixel wide) blinking
lines of white-blue pixels almost everywhere.
--
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=7327
Kai Blin <kai.blin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Kai Blin <kai.blin(a)gmail.com> 2008-04-10 04:10:08 ---
Closing bug.
--
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=7327
Kai Blin <kai.blin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Kai Blin <kai.blin(a)gmail.com> 2008-04-10 04:09:50 ---
Turns out this is a fundamental difference between the handling of broadcast
messages between Windows and Linux. Personally I don't think we can fix this.
This would require a patch in the Linux kernel that has been proposed (and
rejected by the kernel devs) before. I've talked to a couple of kernel hackers
about this on LinuxConf.EU last year and while they said they were happy to
help out Wine in general, they were not going to break Linux for us.
Closing as WONTFIX.
--
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=6871
--- Comment #26 from Triffid Hunter <winehq_org(a)funkmunch.net> 2008-04-10 03:43:20 ---
Created an attachment (id=12040)
--> (http://bugs.winehq.org/attachment.cgi?id=12040)
gta3 in wine-0.9.59
unusually beautiful graphics corruption in this one.. I wonder where the Moire
patterns come from
I will test git wine shortly, just thought I'd show you all this ;)
--
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=9387
Summary: fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented:
heap list snapshot
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://www.lineage2.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ogldelphi(a)mail.ru
This function is required for Lineage 2 Interlude client.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.