http://bugs.winehq.org/show_bug.cgi?id=14487
Summary: gox box not echoing text
Product: Wine
Version: 1.1.1
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=7804
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petra2201(a)gmail.com
Created an attachment (id=14812)
--> (http://bugs.winehq.org/attachment.cgi?id=14812)
txt doc of crash log
Gox box has an error when echoing text entered. Text shows up in the chat log
(from all parties talking) but not in the main chat window.
--
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=11920
Summary: S.T.A.L.K.E.R. - crashes when using OpenAL
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
S.T.A.L.K.E.R. by default uses OpenAL wrapper for sound output. Just before
making any sound game crashes. Forcing the game to use dsound directly works
(add -dsound command line switch).
--
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=12132
Summary: Mail.ru agent - OLE error
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Created an attachment (id=11520)
--> (http://bugs.winehq.org/attachment.cgi?id=11520)
Wine stdout on mail.ru agent
Mail.ru agent does not work because of OLE error.
--
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=11180
Summary: Unhandled exception: unimplemented function
ntoskrnl.exe.IoQueryDeviceDescription called in 32-bit
code
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bill_r(a)inetnebr.com
Created an attachment (id=10235)
--> (http://bugs.winehq.org/attachment.cgi?id=10235)
Terminal showing result of running Eye-Fi Manager.exe with WINE
The Eye-Fi Manager software was working great under 9.48; now it won't run.
Any ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10483
Summary: FlatOut 2 post-processing + FBOs = black screen
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=9219)
--> (http://bugs.winehq.org/attachment.cgi?id=9219)
wine output
If I turn on post processing (light effects) in FlatOut 2 and set
OffscreenRenderingMode=fbo, the in-game screen (while racing, not menus) is
black, only the HUD and the lens flare effect is visible (no matter what
UseGLSL is set to).
The problem is that no OffscreenRenderingMode option is good if GLSL is on;
backbuffer gives bad performance while with pbuffer the post-processing effects
don't work properly.
GeForce 8800GTX, driver 100.14.19
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14541
Summary: WinExec() fails when starts Unix binaries
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)pu.if.ua
Created an attachment (id=14880)
--> (http://bugs.winehq.org/attachment.cgi?id=14880)
Patch for kernel32
After upgrade to Wine 1.1.0 from 0.9.56 I found out that my WinEdt can't launch
Unix binaries (xdvi, xterm etc) anymore. A dialog box saying "Cannot execute
command ..." appears, but binaries are started anyway. AFAICS it is caused by a
patch by Dmitry Timoshkov that introduces "winoldap.mod". Now WinExec creates a
process and then executes wait_input_idle() that fails for Unix processes that
have hProcess == 0. I attach a quick fix that solves the problem for me, but I
am not sure that my patch is quite correct and complete. Now we can only check
that a Unix process is started successfully, but we don't know what is going on
later. Maybe somebody is able to propose a better solution?
--
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=14427
Summary: widl crashes in dlls/rpcrt4
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=14749)
--> (http://bugs.winehq.org/attachment.cgi?id=14749)
gdb backtrace
I am unable to compile Wine 1.1.1. 1.0 and 1.1.0 compile fine. I am getting the
following error:
../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__
-D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG -c -C epm_c.c epm.idl
make[2]: *** [epm_c.c] Segmentation fault
Interestingly, it crashes only if widl is compiled with -O2 (0,1 and 3 work). I
compiled widl with "-O2 -g" and ran it in gdb. I'm attaching the backtrace.
I'm using Gentoo and gcc version is "Gentoo 4.1.2 p1.0.2".
If you think this is compiler related, should I post a bug at Gentoo?
--
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=13948
Summary: err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Axel.Thimm(a)ATrpms.net
Created an attachment (id=14097)
--> (http://bugs.winehq.org/attachment.cgi?id=14097)
Last 100 lines of the WINEDEBUG=+relay output
This is wine-1.0-rc4 as built by Fedora in Fedora 9/x86_64 most probably built
with gcc version 4.3.0 20080428 (Red Hat 4.3.0-8). There is no usage of
Windows.
An educational interpreter for Greek Schools
(http://spinet.gr/glossomatheia/download/) fails to start with
$ wine ./gm.exe
fixme:reg:GetNativeSystemInfo (0xb77bf9) using GetSystemInfo()
ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library
/usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library
/usr/lib/alsa-lib/libasound_module_pcm_pulse.so
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0xd64f31): Stub!
err:seh:setup_exception_record stack overflow 888 bytes in thread 0009 eip
603154b4 esp 00230fb8 stack 0x230000-0x231000-0x330000
Segmentation fault
--
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=13822
Summary: Excel 2002 can't save some random files. A "Disk full"
error message appears.
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandre(a)linuxfr.eu
Created an attachment (id=13869)
--> (http://bugs.winehq.org/attachment.cgi?id=13869)
This file cannot be saved using wine 1.0rc4 on Ubuntu Hardy
Hi Wine,
First things first, here are some information about my system :
I'm using Ubuntu Hardy,
# wine --version
wine-1.0-rc4
# uname -a
Linux minimal 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686
GNU/Linux
I'm using "Microsoft Office 2002 (10.6501.6626) SP3".
I'm launching the software with the gnome launcher : `env
WINEPREFIX="/home/user/.wine" wine "C:\Program Files\Microsoft
Office\Office10\EXCEL.EXE"`
Here is the bug and how to reproduce it :
1) Launch Excel 2002
2) An error message appears once the software is loaded : "Erreur d'accès de
fichier. La connexion réseau a peut-être été perdue." which can be loosely
translated into "Error accessing the file. Network connection has perhaps been
lost."
3) Ignore the error by clicking "Ok"
4) Open a specific file (I couldn't find some common stuff between the files
that cannot be saved, even some highly complex files could be saved while some
very simple couldn't)
5) Try to save the file
6) An error message appears : "Disk full"
7) Click "Ok"
8) Another error message appears : "Document not saved" ("Document non
enregistré.")
9) That's it : _some_ documents are just impossible to save, which is a bit
pointless :>
You'll find a file that can't be saved using wine-1.0-rc4 (the bug was also
present is rc3).
For the information, it's possible to open and save the same file with cxoffice
6.2.0-1.
One last thing : I have 13GB free on / and 167GB free on /home, the permissions
are ok in every directories I tried to save the files in.
--
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=13647
Summary: DSM Plugin for UltraVNC 1.0.4 Doesn't Work
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=63
887&package_id=60914&release_id=571174
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chad.sikorra(a)gmail.com
Created an attachment (id=13629)
--> (http://bugs.winehq.org/attachment.cgi?id=13629)
relay log
The plugin allows the connection to be encrypted. When selecting the DSM plugin
and trying to connect you receive an error "Connection Failed - Error Reading
Protocol Version". The plugin can be found at ...
http://msrc4plugin.home.comcast.net/~msrc4plugin/
A relay log is attached. A few key lines I noticed from a brief look at the log
for anything obvious...
0009:Ret rsaenh.CPImportKey() retval=00000000 ret=7eb91d13
0009:Ret advapi32.CryptImportKey() retval=00000000 ret=10001f3d
0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,10009ea8 "Error
importing key.",ffffffff,00000000,00000000) ret=7df81852
My guess is this is wine trying to import the rc4.key file the plugin uses. Is
this a crypt related 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.