The version installed is WINE 1.1.23
I am new to linux and if u meant by TERMINAL OUTPUT as the network o/p ->
eth0.
Also pls provide some doc on terminal usage.
The link to smartvoip is given below.
www.smartvoip.com
Also when i try to config the head set and mic its gives an error and
freezes.
Please check and advice.
On Sun, Aug 30, 2009 at 7:58 AM, <wine-bugs(a)winehq.org> wrote:
> http://bugs.winehq.org/show_bug.cgi?id=19881
>
>
>
>
>
> --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-29
> 23:58:00 ---
> Wine version?
>
> --
> 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 reported the bug.
>
--
~anzil~
http://bugs.winehq.org/show_bug.cgi?id=18421
Summary: Installing Gecko
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nigel_galloway(a)yahoo.com
Instructions for installing Gecko are at:
http://wiki.winehq.org/Gecko
These state that Wine looks for it at /usr/share/wine/gecko.
After putting it there and trying several times I found that for my
distribution of Wine 1.1.20 the location is specified by an entry in
'user.reg'.
--
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=6351
--- Comment #70 from Alex R <alex(a)ahhyes.net> 2009-08-30 04:40:37 ---
Hi,
I have wine 1.1.28 installed and see problems with the graphics in BF2.
Video Card: NVidia PCI-E 8800 GTS
Nvidia Driver version: 185.18.36
Linux kernel: 2.6.30.5 (x64)
Please see attached screenshot. What can I do to remedy the issue?
--
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=19886
Summary: Graphics corruption in PC Game Battlefield 2
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)ahhyes.net
Hi Guys,
I seem to be getting corruption in this game. Firstly some system info:
Kernel Information:
===================
Linux alex-desktop 2.6.30.5-custom #1 SMP PREEMPT Tue Aug 25 07:36:18 EST 2009
x86_64 GNU/Linux
System memory: 4GB
Video Card: NVidia PCI-E 8800 GTS
Nvidia Driver version: 185.18.36
Linux Distro: Kubuntu
Initially tested with wine v1.1.24, tried v1.1.28, same issue. Game is patched
with latest patch.
Please see attached screenshot.
Any ideas?
--
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=6351
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex(a)ahhyes.net
--- Comment #68 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-08-30 04:27:43 ---
*** Bug 19886 has been marked as a duplicate of this 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=19780
Summary: MSVC 8 Express's mt.exe doesn't run properly under
cygwin bash; breaks firefox build
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This breaks the configure script for Firefox.
For some reason, although cl works in bash, mt doesn't:
$ FOO=`cl`
$ echo $FOO
usage: cl ...
$ FOO=`mt`
$ echo $FOO
$
The two programs are right next to each other.
(The above is in wineconsole, which doesn't display
console output at all for cl.exe, hence the redirection
into a variable.)
Outside of bash, mt runs fine. Even in wineconsole,
you can see its output fine.
--
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=19785
Summary: fwrite fails in rc.exe; breaks firefox build
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First, apply the cheesy workaround (dummy mt.exe) to get past bug 24461,
and make again. It will fail like this:
rc.exe -DMOZILLA_CLIENT=1 -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1
-D_PR_GLOBAL_THREADS_ONLY=1 -D_X86_=1 -DFORCE_PR_LOG -D_NSPR_BUILD_
-Ic:/demo/firefox-191src/ff-dbg/dist/include/nspr
-I/c/demo/firefox-191src/nsprpub/pr/include
-I/c/demo/firefox-191src/nsprpub/pr/include/private -Fonspr.res
/c/demo/firefox-191src/nsprpub/pr/src/nspr.rc
RC : fatal error RW1022: I/O error writing file.
To re-reproduce quickly, do:
cd ~/.wine/drive_c/mozilla-build
wineconsole cmd
In wineconsole:
start-msvc8-wine.bat
cd /c/demo/firefox-191src/ff-dbg/nsprpub/pr/src
rm nspr.res
make nspr.res
It looks like it opens a file for read, then gets upset it can't write to it?
trace:file:CreateFileW
L"C:\\demo\\firefox-191src\\ff-dbg\\nsprpub\\pr\\src\\RD000046" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x80
...
trace:file:CreateFileW returning 0x8c
...
0057:Call msvcrt.fwrite(0033ea58,00000001,00000004,0013a118) ret=400105e0
0057:Call KERNEL32.WriteFile(0000008c,0033ea58,00000004,0033e918,00000000)
ret=7ebf4e75
trace:file:WriteFile 0x8c 0x33ea58 4 0x33e918 (nil)
0057:Ret KERNEL32.WriteFile() retval=00000000 ret=7ebf4e75
0057:Ret msvcrt.fwrite() retval=00000000 ret=400105e0
0057:Call KERNEL32.CreateFileA(010015ec
"CONOUT$",40000000,00000003,00000000,00000003,00000000,00000000) ret=010044ec
...
where it's probably opening CONOUT$ so it can write an error message.
Sure enough, winetricks msvcrt works around 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=19011
Summary: Timezone problem affects simple .net apps (using mono
on wine)
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=21908)
--> (http://bugs.winehq.org/attachment.cgi?id=21908)
example program
this is simple bug, and i've seen a patch for it here:
http://www.winehq.org/pipermail/wine-patches/2008-March/052474.html
(i don't know how good this patch works)
to test:
1.install mono22 using winetricks
2.download and run the simple example problem that i've attached to this bug.
3.it won't work
--
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.