http://bugs.winehq.org/show_bug.cgi?id=31047
Bug #: 31047 Summary: unable to edit gedit's preferences Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
Created attachment 40760 --> http://bugs.winehq.org/attachment.cgi?id=40760 Log: +winsock trace
1. Download win32 version of gedit http://ftp.gnome.org/pub/gnome/binaries/win32/gedit/2.30/gedit-setup-2.30.1-...
2. install via wine
3. start gedit $ cd ~/.wine/drive_c/Program Files/gedit/bin $ wine gedit.exe
4. click on edit->preference->view
Expect result: "Text Wrapping"/"Line Numbers" and other options should be able to edit.
Actual result: All these checkboxes are unable to edit.
There are two warnings from console at the first of running gedit: ** (gedit.exe:8): WARNING **: Failed to send buffer ** (gedit.exe:8): WARNING **: Failed to send buffer
A +winsock trace show: warn:winsock:wsaErrno errno 32, (Broken pipe). warn:winsock:WS2_sendto -> ERROR 10054
After that there are a lot output from console as below: GConf Error: Adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0
There as much of msvcrt message and winsock message with those "GConf Error": fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01c0 ignored warn:winsock:wsaErrno errno 115, (Operation now in progress).
native msvcrt doesn't help.
Will attach a +winsock trace, maybe helpful. Not sure what component yet.
http://bugs.winehq.org/show_bug.cgi?id=31047
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://ftp.gnome.org/pub/gn | |ome/binaries/win32/gedit/2. | |30/gedit-setup-2.30.1-1.exe
http://bugs.winehq.org/show_bug.cgi?id=31047
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #1 from hanska2@luukku.com --- Console spams:
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01c0 ignored GConf Error: Adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0
Still the same, cant edit those boxes.
1.7.22
https://bugs.winehq.org/show_bug.cgi?id=31047
IvanDSM snesivan1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |snesivan1@gmail.com
--- Comment #2 from IvanDSM snesivan1@gmail.com --- Created attachment 66337 --> https://bugs.winehq.org/attachment.cgi?id=66337 Wine Staging 5.0 normal terminal log
Still present in Wine Staging 5.0. Attached is a normal terminal log from running "WINEPREFIX="/home/ivan/.local/share/wineprefixes/testprefix" wine gedit.exe &> normal_log.txt". I will upload a log with a winsock trace shortly, though no winsock errors appeared. Tested on a clean prefix.
https://bugs.winehq.org/show_bug.cgi?id=31047
--- Comment #3 from IvanDSM snesivan1@gmail.com --- Created attachment 66338 --> https://bugs.winehq.org/attachment.cgi?id=66338 Wine Staging 5.0 winsock trace
This is the winsock trace generated on Wine Staging 5.0 using a clean prefix by running "WINEPREFIX="/home/ivan/.local/share/wineprefixes/testprefix" WINEDEBUG="+winsock" wine gedit.exe &> winsock_log.txt". I can provide an msvcrt trace if needed.