https://bugs.winehq.org/show_bug.cgi?id=41266
Bug ID: 41266
Summary: WKO4 crashes with thread errors if device is attached
on startup
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jjmckenzie51(a)gmail.com
If a device is attached via USB (Garmin 510 in my case), the program crashes
with unable to create thread error.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3637
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #19 from winetest(a)luukku.com ---
Still valid wine 1.9.24 and staging 1.9.23.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41933
Bug ID: 41933
Summary: give better output for wine xcopy without arguments
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
wine xcopy
gives output of
fixme:xcopy:XCOPY_ProcessSourceParm Unexpected failure expanding source path
(203)
http://source.winehq.org/git/wine.git/blob/6d89f58ec2935b5e8bebef34e7fbe892…
Maybe wine xcopy without any flags should print the xcopy help that happens
when you use command wine xcopy /?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7961
Lauri Kenttä <lauri.kentta(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lauri.kentta(a)gmail.com
--- Comment #18 from Lauri Kenttä <lauri.kentta(a)gmail.com> ---
Created attachment 56304
--> https://bugs.winehq.org/attachment.cgi?id=56304
Tests for FindFirstFile
I hacked the FindFirstFile + FindNextFile from Wine into a stand-alone program
(attached) to see where the bug lies. This test shows that the Wine functions
work exactly the same on Wine and Windows, which means that the problem is in
the implementation of FindFirstFile (or FindNextFile) and not in any of the
other places.
My test output on Windows:
RtlGetFullPathName_U: '*.' -> 'Z:\7961\*'
RtlDosPathNameToNtPathName_U: '*.' -> '\??\Z:\7961\*'
RtlGetFullPathName_U: '*. ' -> 'Z:\7961\*'
RtlDosPathNameToNtPathName_U: '*. ' -> '\??\Z:\7961\*'
'*', wine copy: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'*', real deal: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'*.*', wine copy: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'*.*', real deal: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'.*', wine copy: '.', '..', '.dot-start',
'.*', real deal: '.', '..', '.dot-start',
'*.', wine copy: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'*.', real deal: '.', '..', 'dot-end', 'no-ext',
'*. ', wine copy: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
'*. ', real deal: '.', '..', 'dot-end', '.dot-start', 'no-ext', 'full.ext',
On Wine, as you can guess, the "real deal" lines are identical to the "wine
copy" lines, so the only difference is with '*.', as this bug report states.
What's interesting is that adding a space after the dot makes Windows strip the
dot as well.
Apparently there should be some magic in FindFirstFile to detect and handle
paths ending with a dot.
--
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=29833
Bug #: 29833
Summary: XMLSpy 2012: Crashes when saving XML and XSD files.
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashrader330(a)gmail.com
Classification: Unclassified
Created attachment 38746
--> http://bugs.winehq.org/attachment.cgi?id=38746
Crash backtrace.
XMLSpy 2012 crashes on me periodically when saving XML and XSD files. It does
not happen every time but frequently enough that it is more than an annoyance.
I have downloaded the debug release of 1.4-rc2 from the OpenSUSE 12.1
repository and attached the backtrace.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41923
Bug ID: 41923
Summary: Pool of Radiance: Ruins of Myth Drannor requires
DirectDraw Emulation Mode
Product: Wine
Version: 1.8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Robert.Zenz(a)bonsaimind.org
Distribution: ---
Pool of Radiance: Ruins of Myth Drannor seems to be built/coded against a buggy
or old version of DirectDraw. On Windows XP+ it requires a so called
"DirectDraw Emulation Mode" to function properly. Without it characters will
become transparent when standing still.
There is a guide available which explains on how to enable it using the
Application Compatibility Toolkit from Microsoft:
http://www.sorcerers.net/community/index.php?threads/for-those-with-invisib…
Then there is a DirectDraw wrapper which enables it, too:
http://bitpatch.com/ddwrapper.html
However, I failed to get both to work under Wine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4209
Lauri Kenttä <lauri.kentta(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lauri.kentta(a)gmail.com
--- Comment #12 from Lauri Kenttä <lauri.kentta(a)gmail.com> ---
Created attachment 56302
--> https://bugs.winehq.org/attachment.cgi?id=56302
Minimal test program
Since there's source code available, I isolated the problem and created a
minimal crashing example.
Steps to reproduce:
1) Compile hook.c to hook.exe (with MinGW or similar).
2) Start hook.exe in shell; optionally try also hook.exe {2|3|4}
3) Start Notepad.
4) Type a key in Notepad. It crashes right away.
5) Close hook.exe by inputting enter.
My sample program includes several versions of the hook callback. Looks like
the crash comes if the callback accesses memory at all, so practically anything
else than a simple return statement will cause a crash.
Someone with an undestanding about the Wine memory layout and/or process
boundaries should take a look at this.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41864
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Product|Packaging |Wine
Component|wine-packages |-unknown
Resolution|--- |INVALID
Summary|ShuruHoJao-@call-1800-381-9 |spam
|788 debt-consolidation-loan |
|phone number |
CC|michael(a)fds-team.de, |
|sebastian(a)fds-team.de |
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> ---
This bug has been resolved as INVALID because of spam.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41858
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|unknown |-unknown
Summary|proper-@call-1800-381-9788 |spam
|consolidated-credit phone |
|number |
Status|UNCONFIRMED |RESOLVED
Product|Wine-Testbot |Wine
Resolution|--- |INVALID
--- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> ---
This bug has been resolved as INVALID because of spam.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41857
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Summary|seetaram-@call-1800-381-978 |spam
|8 national-debt phone |
|number |
Product|Wine-gecko |Wine
Status|UNCONFIRMED |RESOLVED
Component|wine-gecko-unknown |-unknown
--- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> ---
This bug has been resolved as INVALID because of spam.
--
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.