http://bugs.winehq.org/show_bug.cgi?id=8069
------- Additional Comments From ErV2005(a)rambler.ru 2007-16-04 08:30 -------
>>Try running it with 'winecolsole --backend=user'
Thanks! Works nicely. Certain key combinations doesn't work since they are used
by KDE/Linux, Far Manager doesn't resize with window, but otherwise everything
is fine. Didn't get any other bugs so far. (including the one from older
versions). It looks like bug 6395 is fixed, too.
>>Also I would suggest looking at Midnight Commander as a native replacement.
It doesn't have all functionality of Far manager. And I need to use certain FAR
plugin that MC doesn't have.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8069
------- Additional Comments From vitaliy(a)kievinfo.com 2007-16-04 08:11 -------
Try running it with 'winecolsole --backend=user'. Also I would suggest looking
at Midnight Commander as a native replacement.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7287
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-user
Ever Confirmed| |1
OS/Version|other |Linux
Platform|Other |PC
Summary|WINE shows redundant "tabs" |SWCADIII shows redundant
|with tabbed MDI |"tabs" with tabbed MDI
Version|0.9.35. |0.9.30.
------- Additional Comments From vitaliy(a)kievinfo.com 2007-16-04 07:58 -------
Please don't change original reported Wine version. Mentioning in the comments
that it still a problem is enough.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From vitaliy(a)kievinfo.com 2007-16-04 07:54 -------
Nope, still crashes on both of your tests. Make sure that you remove
"testwine.ini" file in the current directory where you running test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8066
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Component|wine-misc |wine-gdi-(printing)
------- Additional Comments From vitaliy(a)kievinfo.com 2007-16-04 07:31 -------
Don't see nothing critical about this bug. It's not even the game itself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8065
------- Additional Comments From vitaliy(a)kievinfo.com 2007-16-04 07:27 -------
Have you installed all the Wine packages? You distro has Wine split into
approximately 10 packages. Wine requires all of them to function properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8069
Summary: FAR manager 1.70(build 2087): keeps printing
"fixme:curses:WCCURSES_GetEvents Ooch. somebody beat
us", and doesn't work.
Product: Wine
Version: 0.9.35.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ErV2005(a)rambler.ru
Far Manager (version 1.70 build 2087) doesn't work with Wine version 0.9.35.
When started using wineconsole, it keeps printing following message:
"fixme:curses:WCCURSES_GetEvents Ooch. somebody beat us". It those messages are
redirected to /dev/null, it doesn't show anything (maybe it tries to draw
something, but printing those messages seem to slow it down a lot, and I don't
seee anything on console). Far Manager worked fine with
wine 0.9.33 and 0.9.34, although it has several bugs, and I was unable to use
Ctrl/Alt key combinations with it.
I'm using Slackware 11 Linux with 2.6.17.13 kernel. Wine is "latest stable" and
wasn't modified in any way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8062
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
------- Additional Comments From dmitry(a)codeweavers.com 2007-16-04 06:06 -------
Anastasius, nice analysis! I wonder if your persistence could help in
understanding what is going on in the bug 7836.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8062
------- Additional Comments From focht(a)gmx.net 2007-16-04 05:46 -------
Hello,
a good one :)
Wasn't that easy to track down due to gazillions of temporary dlls being
loaded/unloaded at same base (deferred breakpoints suck at this).
Backtrace is useless because the stack gets smashed.
It's a bug in some custom installshield component itself.
--- snip custom installshield dll disassembly ---
.text:10004C03 push offset aWinspool_drv ; "winspool.drv"
.text:10004C08 call ds:LoadLibraryA
.text:10004C0E cmp eax, esi
.text:10004C10 mov [ebp+hLibModule], eax
.text:10004C13 jz short loc_10004C5B
.text:10004C15 push esi ; dwErrCode
.text:10004C16 call ds:SetLastError
.text:10004C1C push offset aDeleteprinterd ;
"DeletePrinterDriverExA"
.text:10004C21 push [ebp+hLibModule] ; hModule
.text:10004C24 call ds:GetProcAddress
.text:10004C2A push esi
.text:10004C2B push 5
.text:10004C2D push [ebp+pDriverName]
.text:10004C30 mov ebx, eax
.text:10004C32 push esi
.text:10004C33 push esi
.text:10004C34 call ebx
.text:10004C36 add esp, 14h
.text:10004C39 mov edi, eax
.text:10004C3B push [ebp+hLibModule] ; hLibModule
.text:10004C3E call ds:FreeLibrary
.text:10004C44 cmp edi, esi
.text:10004C46 jnz short loc_10004C67
--- snip custom installshield dll disassembly ---
"DeletePrinterDriverExA" is winapi -> __stdcall.
The compiler generated code for __cdecl.
After hot-patching all wrong calling conv signatures in memory (few calls), the
installer continues and completes successfully.
Blame adobe devs on it :)
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8068
Summary: Half Life 2 collector's edition installer fails
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rastilin(a)gmail.com
Running setup.exe on the HL2 collector's edition cd gets as far as the steam
install, once steam finishes installing, it fails instantly. Running the hl2.exe
installer itself does appear to work, however clicking the "Next" button has no
effect, it doesn't even register the action.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.