http://bugs.winehq.org/show_bug.cgi?id=3766
--- Comment #12 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-30 02:38:06 ---
(In reply to comment #9)
> I followed the instructions for regression testing, but after building 0.9.54
> from source, that problem that I had described before (where it hung before
> even showing the main window) magically DISAPPEARED (did not happen this time)!
> Strange, as I would have expected 0.9.54 from git to behave identical to 0.9.54
> from a package. So no regression I guess...
Please report this to the package creators.
--
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=3766
--- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-30 02:36:23 ---
Created an attachment (id=10527)
--> (http://bugs.winehq.org/attachment.cgi?id=10527)
Add more traces to better understand the crash
Please apply the attached patch and regenerate the log. Before attaching
the log here compress it with 'bzip2 -9'.
--
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=7685
--- Comment #20 from Pol <remember.pol(a)gmail.com> 2008-01-30 02:18:21 ---
*Still causes bug#9777
--
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=3766
Tyler Rick <bugs.winehq.org(a)tylerrick.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10521|0 |1
is obsolete| |
--- Comment #10 from Tyler Rick <bugs.winehq.org(a)tylerrick.com> 2008-01-30 02:05:13 ---
Created an attachment (id=10526)
--> (http://bugs.winehq.org/attachment.cgi?id=10526)
WINEDEBUG=+tid,+relay,+seh ./wine "C:\Program Files\ETS\PPGRE\PPGRE\PPGRE.EXE"
2>output
--
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=3766
--- Comment #9 from Tyler Rick <bugs.winehq.org(a)tylerrick.com> 2008-01-30 02:04:20 ---
(In reply to comment #8)
> This looks like a regression in the 16-bit support since 0.9.46. Could you
> please perform a regression testing?
>
> http://wiki.winehq.org/RegressionTesting
I followed the instructions for regression testing, but after building 0.9.54
from source, that problem that I had described before (where it hung before
even showing the main window) magically DISAPPEARED (did not happen this time)!
Strange, as I would have expected 0.9.54 from git to behave identical to 0.9.54
from a package. So no regression I guess...
But there's still a problem (the reporter's original problem): Whenever I try
to run either "Practice Questions" or "Practice Test", the application shows a
"Please Wait" message but then just hangs there.
I will attach the debugger output, but here are the last 2 lines:
err:ntdll:RtlpWaitForCriticalSection section 0x7b928b40 "syslevel.c:
Win16Mutex" wait timed out in thread 0012, blocked by 0015, retrying (60 sec)
err:syslevel:_LeaveSysLevel (0x7b928b40, level 1): Invalid state: count 0 mutex
(nil).
What I did:
$ git bisect start
...
$ CC="ccache gcc -m32" ./configure --verbose && make clean && make
$ ./wine --version
wine-0.9.54
(Kept same ~/.wine dir)
$ ./wine "C:\Program Files\ETS\PPGRE\PPGRE\PPGRE.EXE"
--
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=11395
Summary: ConsoleClassix 4.02 will not run
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://consoleclassix.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quest2013(a)emailengine.org
Created an attachment (id=10522)
--> (http://bugs.winehq.org/attachment.cgi?id=10522)
consoleclassix terminal text output
If you go to consoleclassix.com and click on the download link, it will bring
you to
http://www.download.com/Console-Classix/3000-2099_4-10150245.html?tag=lst-0…
I downloaded the .Net 2.0 framework this application requires. It appeared to
install fine.
When trying to launch the consoleclassix application in the terminal, it would
not run. I thought it had stalled, but I waited about 30 seconds and it
finished what it was doing.
--
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=7116
--- Comment #19 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-29 23:42:08 ---
The problem seems to be related to the fact that GetFileVersionInfoXXXX APIs
may trash the refcount of loaded DLLs. That happens because GetModuleHandleExW
increments the refcount *only* for the library handle passed to it, but
FreeLibrary which gets called later decrements refcounts for each linked in
library. This may imply a bug in GetModuleHandleExW.
However. The testing with native version.dll shows that it doesn't care
about already loaded modules and always loads the library as a data file,
i.e calls LoadLibraryExW(filename, 0, LOAD_LIBRARY_AS_DATAFILE);
--
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=11393
Summary: Non-English characters are replaced by colons (':') in
several dialogs
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slava(a)fizlesh.org.ru
Created an attachment (id=10519)
--> (http://bugs.winehq.org/attachment.cgi?id=10519)
'wine notepad' screenshot
The non-English (in my case, Russian) characters are replaced by colons in
several dialog boxes (including file selection dialog, winecfg dialog and
others). Look at the attached screenshot (it is 'wine notepad' with file
selection dialog opened). You can see that Russian text in notepad's main
window and menu is displayed correctly, but in the file selection dialog
(buttons, labels, input fields) it is replaced by colons. Note that Russian
file names in this dialog are displayed correctly.
The locale used is ru_RU.UTF-8. Changing it to ru_RU.KOI8-R (one-byte encoding)
doesn't help.
--
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=3766
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |kernel32
Keywords|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.