http://bugs.winehq.org/show_bug.cgi?id=2606
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:24:54 ---
If you get around to retesting, feel free to reopen. 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=2306
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:23:24 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=2306
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:23:00 ---
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=2229
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:22:29 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=2229
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:22:09 ---
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=1737
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #13 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:21:33 ---
Fixed.
--
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=1654
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:20:38 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=1654
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #14 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:20:26 ---
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=1403
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:19:39 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=1403
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-02-16 19:19:17 ---
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=5224
--- Comment #18 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-02-16 18:35:01 ---
Vincent Povirk recently submitted a patch "tools: add a wrapper script for
starting files from file managers and make wine.desktop use it"
http://article.gmane.org/gmane.comp.emulators.wine.patches/47072 which is
titled "Start a file as if it were double-clicked in windows explorer."
I'm writing this here after I pointed out to Vincent that this patch doesn't
exactly live up its name, but I agree with the direction it's going in, but
this patch shouldn't be committed. I think that a patch of this nature could
directly address and solve this bug, but it's not possible to give windows
explorer behaviour in a shell script alone.
Such a patch will need to always quote the application name always quoted as
returned by GetCommandLineA, because windows explorer _always_ quotes this.
Quoting is a requirement to allow it to be parsed correctly if there are spaces
because the string returned by GetCommandLineA is delimited by spaces outside
of quotes ".
This behaviour can be tested using the example program provided in comment #15.
Running it as GetCommandLineA.exe should print out "GetCommandLineA.exe" if
the behaviour is correct. If it is incorrect then GetCommandLineA.exe will be
printed.
--
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=9022
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-02-16 16:30:53 ---
(In reply to comment #10)
> Figured it out a little while ago.
> Turns out data downloaded from Army servers is cryptographically signed, and
> it'd seem that AA locks up when something goes wrong.
>
> I've found that if this particular lockup occurs (during news updates, game
> updates, or in-game non-PunkBuster downloads), it can be worked around by
> deleting System/AA.key. The game will recreate it on the next run, and it'll
> work (at least until this problem shows itself again).
>
> Should this bug be closed?
>
Does it do the same on windows? If not, then this is a wine 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=11588
Summary: Problem with Wineboot
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccm_sniper(a)mail.ru
Created an attachment (id=10766)
--> (http://bugs.winehq.org/attachment.cgi?id=10766)
log
I have a problem with wine. The problem is in the 0.9.55 and 0.9.54(repositary
ubuntu) Sry, i bad speak English.
--
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=9032
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Summary|Adobe Premier 6 video |Adobe Premiere 6 video
|playback broken |playback broken
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-02-16 09:46:35 ---
Hmm, can't reproduce this with the trial, that runs into a vbox error.
I'll try it with retail again.
--
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=9022
--- Comment #10 from SheeEttin <sheeettin(a)gmail.com> 2008-02-16 08:42:49 ---
Figured it out a little while ago.
Turns out data downloaded from Army servers is cryptographically signed, and
it'd seem that AA locks up when something goes wrong.
I've found that if this particular lockup occurs (during news updates, game
updates, or in-game non-PunkBuster downloads), it can be worked around by
deleting System/AA.key. The game will recreate it on the next run, and it'll
work (at least until this problem shows itself again).
Should this bug be closed?
--
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=7800
--- Comment #19 from KAMI <kamihir(a)freemail.hu> 2008-02-16 05:17:02 ---
My input configuration is:
Logitech MX3200 keyboard and mouse
and Rumblepad.
When I start a gam with Rublepad connected, I experience problem. It is like I
push the controller selector up all time. When I start the game without the
controller it is working perfectly. When I connect gamepad again then I got
somhow to the game the controller controlls perfectly the players.
Here is the requested infos:
agentk@godzilla:~$ ls -lah /dev/input
összesen 0
drwxr-xr-x 4 root root 300 2008-02-16 12:13 .
drwxr-xr-x 13 root root 15K 2008-02-16 12:13 ..
drwxr-xr-x 2 root root 140 2008-02-16 12:13 by-id
drwxr-xr-x 2 root root 160 2008-02-16 12:13 by-path
crw-rw---- 1 root root 13, 64 2008-02-12 21:02 event0
crw-rw---- 1 root root 13, 65 2008-02-12 21:02 event1
crw-rw---- 1 root root 13, 66 2008-02-12 21:02 event2
crw-rw---- 1 root root 13, 67 2008-02-12 21:02 event3
crw-rw---- 1 root root 13, 68 2008-02-12 21:02 event4
crw-rw---- 1 root root 13, 69 2008-02-12 21:02 event5
crw-rw---- 1 root root 13, 70 2008-02-16 12:13 event6
crw-rw---- 1 root plugdev 13, 0 2008-02-16 12:13 js0
crw-rw---- 1 root root 13, 63 2008-02-12 21:01 mice
crw-rw---- 1 root root 13, 32 2008-02-12 21:01 mouse0
crw-rw---- 1 root root 13, 33 2008-02-12 21:01 mouse1
---
agentk@godzilla:~$ id -a
uid=1000(agentk) gid=1000(agentk)
csoportok=4(adm),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),29(audio),30(dip),34(backup),44(video),46(plugdev),109(lpadmin),111(scanner),114(admin),115(fuse),116(uml-net),124(vboxusers),1000(agentk),1001(galgonet),1003(backup-konyveles)
--
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=7800
--- Comment #18 from Marco Schuster <marco(a)harddisk.is-a-geek.org> 2008-02-16 05:06:39 ---
I have the same problem sometimes, but this is because my mouse-wheel (in the
hardware itself) is broken, check please if your mousewheel is in an
"intermediate" position between two ticks, this can cause unpredictable
behaviour. Can you please also post the result of "ls -lah /dev/input" and of
"id -a" (both run as your normal user, not as root)?
--
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=7800
--- Comment #17 from KAMI <kamihir(a)freemail.hu> 2008-02-16 04:09:34 ---
FIFA08 has same problem. Do you have idea what causes this kind of error? The
controller works well in the ingame, but the menu is unusable because the
selector goes up and up always.
--
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=11599
Summary: Fail installation .Netframeowrk
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccm_sniper(a)mail.ru
Created an attachment (id=10804)
--> (http://bugs.winehq.org/attachment.cgi?id=10804)
log install
Do not install .Netframework
The application say:
----------------------------------------------------------------------------
setup.exe has encountered a problem and needs to close. We are sorry for the
inconvenience.
Error:
EventType : visualstudio8setup P1 : 183 P2 : 8.0.50727.42_rtm_x86ret
P3 : msi P4 : inst P5 : f P6 : - P7 : - P8 : 1603 P9 :
-
P10 : -
----------------------------------------------------------------------------
So i get install visualstudio8setup??
--
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=2054
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-02-15 18:55:15 ---
(In reply to comment #12)
> Works perfectly well for me in 0.9.55.
>
Still present for me with kubuntu gutsy...
--
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=5526
--- Comment #48 from David Hall (gringer) <winehq(a)gringer.dis.org.nz> 2008-02-15 15:38:13 ---
This bug is no longer an issue for me in version 0.9.54, possibly as a result
of the gdi32 or ddraw fixes, so now I'm happy for the bug to be closed / marked
as fixed (yes, I'm aware that this has been "fixed" for over a month now...).
--
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.