https://bugs.winehq.org/show_bug.cgi?id=49576
Bug ID: 49576
Summary: used crossover to download windows version of steam
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: josephpinsky(a)icloud.com
Created attachment 67725
--> https://bugs.winehq.org/attachment.cgi?id=67725
not sure what this is but the error message told me to save and add to a bug
report
When i try and open steam on crossover it doesn't load properly and comes up
with a error message
--
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=47270
Bug ID: 47270
Summary: User shared data thread is always created
Product: Wine-staging
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Due to the changes to "Fake Dlls" patch set, specifically for the 64-bit
syscalls, the user_shared_data is accessed in every Wine process. While this is
not incorrect, it does represent a change from the original intentions of the
"user_shared_data" patch set, which was to only create this extra thread, and
the associated overhead, on programs that *need* to access user_shared_data.
If this new behavior is going to stay, then it would probably be a good idea to
revisit the "user_shared_data" patch set. For instance, one might simplify it
to always create the user shared data thread. Alternatively, if the new
behavior is undesirable, then we should find a way to prevent it.
(I am not personally convinced that the theoretical overhead is a problem.
There was a long discussion about this on the old wine-staging patch submission
website which no longer exists.)
--
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=44309
Bug ID: 44309
Summary: gta3.exe crashes when launched
Product: Wine
Version: 2.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: errqre(a)gmail.com
Distribution: ---
Created attachment 60146
--> https://bugs.winehq.org/attachment.cgi?id=60146
backtrace.txt from the crash
gta3.exe crashes immediately when launched - installed through steam
--
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=38159
Bug ID: 38159
Summary: NULL pointer dereferencing
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
File /dlls/krnl386.exe16/int2f.c
Lines 1026-1034
if (!driver_request) {
/* FIXME - to be deleted ?? */
ERR("ES:BX==0 ! SEGFAULT ?\n");
ERR("-->BX=0x%04x, ES=0x%04x, DS=0x%04x, CX=0x%04x\n",
BX_reg(context), context->SegEs, context->SegDs,
CX_reg(context));
driver_request[4] |= 0x80;
driver_request[3] = 5; /* bad request length */
return;
}
If driver_request == NULL then driver_request[4] will be NULL pointer
dereferencing.
--
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=29849
Bug #: 29849
Summary: oleaut32's OLEPictureImpl_Load fails when Stat()
method is missing
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.blumenkrantz(a)gmail.com
Classification: Unclassified
Created attachment 38772
--> http://bugs.winehq.org/attachment.cgi?id=38772
test case
Without a Stat() method, this function should only read the parts of a file
that are needed. Instead, it continues to read and eventually crashes.
Find attached a test case which takes an image file as an argument, then
crashes.
--
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=50166
Bug ID: 50166
Summary: Benchmark Sims BMS 4.34 flight sim hangs when air
traffic control uses TTS, able to get backtrace
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: freehand(a)tutanota.com
Distribution: ---
Created attachment 68684
--> https://bugs.winehq.org/attachment.cgi?id=68684
backtrace produced at the moment BMS 4.34 hangs, during air traffic TTS
The latest version of the Falcon 4 community patch project is BMS 4.34, which
adds sophisticated air traffic control. Though it is maintained and developed
by volunteers, as of 2020 BMS 4.34 is one of the best combat flight sims
available, comparable to the best commercial products. Previous versions, such
as BMS 4.33, are rated platinum compatibility with wine. With BMS 4.34,
though, wine hangs when air traffic control TTS is used.
I experimented with sound settings and was able to get a backtrace rather than
just a hang (see attachment).
My specific procedure was:
I am using wine 5.21 (Staging) on Ubuntu 20.04 LTS.
As a first step, I got a reproduceable hang by starting BMS 434, choosing TE #1
ground ops, selecting the training flight entering 3D with the default ramp
start, then waiting for the hang at about 10:28:47 on the cockpit clock at
upper right. While waiting I was watching the running processes on a second
monitor using the linux top command. I saw the pulseaudio process active a lot,
so I exited BMS, set sound volume to zero in Ubuntu, restarted BMS, turned all
sound volume to zero, then started the TE #1 again. Then in top I killed the
pulseaudio process.
Why do all this with the sound? In hopes of generating a stack trace. It
worked! BMS produced the stack trace dialog at the point where it usually
hangs.
>From the stack trace it appears that the problem is in VoiceManager (see stack
trace below). Components involved appear to be:
installation and setup API ( dlls/{cfgmgr32,newdev,setupapi} )
Common Controls DLL ( dlls/comctl32/ )
winmm and mci ( dlls/{winmm,mciavi32,mcicda,mciseq,mciwave}/ )
--
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=42055
Bug ID: 42055
Summary: Chessbase 13: Unhandled exception: page fault on
execute access to 0x4bda7b50 in 32-bit code
(0x4bda7b50).
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: twirpxacc91919(a)gmail.com
Created attachment 56542
--> https://bugs.winehq.org/attachment.cgi?id=56542
Program Error Details
The program gives a pop-up that it encountered a serious problem then says it
must shut down. It is very inconvenient and happened more than twenty times.
(I am not knowledgeable about any code or programming language, so sorry for my
ignorance.)
--
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=46248
Bug ID: 46248
Summary: Sniper Elite 3 GameSessions installer crashes during
extract
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Created attachment 62946
--> https://bugs.winehq.org/attachment.cgi?id=62946
Wine log for installer setup
The installer for Sniper Elite 3 via GameSessions crashes and fails to extract
game files. I see in drive_c/users/$USER/Temp it was able to extract a few
files but only about 1.1 MB of it. Installer can be downloaded here (user agent
switcher required): https://www.gamesessions.com/zz/Game/SniperElite3
--
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=38356
Bug ID: 38356
Summary: Xibo Player 1.7.3: Cant start
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: ignacio.santolin(a)gmail.com
Distribution: ---
Created attachment 51200
--> https://bugs.winehq.org/attachment.cgi?id=51200
Xibo debug
I Installed
http://xibo.org.uk/get-xibo/
"Xibo For Windows"
And When i tries to start, shows the attached debug and cant start
--
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=41728
Bug ID: 41728
Summary: While using the app it keeps crashing and operation is
very slow.
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryanscik5(a)hotmail.com
Created attachment 56165
--> https://bugs.winehq.org/attachment.cgi?id=56165
yugioh pro
I am using yugioh pro on wine and I never had problems. 2 days ago the app
became very slow and it crashes when playing. I have no idea what's wrong. I
tried installing a new version but still the same problems.
--
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=43868
Bug ID: 43868
Summary: FL Studio: Unable to open through wine-staging
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: troutsound(a)airmail.cc
Distribution: ---
Whenever I attempt to open the FL.exe file through wine-staging 2.14-2.18, I
get a major application 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.
http://bugs.winehq.org/show_bug.cgi?id=36633
Bug ID: 36633
Summary: Administrative privileges not sufficient
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 9728889999o(a)gmail.com
Created attachment 48676
--> http://bugs.winehq.org/attachment.cgi?id=48676
Error Message
I tried to run an application under Wine and it says that I have "insufficient
privileges, please close and run again as administrator." I tried to run the
Windows 7 USB/DVD Creator. See the attachment for more.
--
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=49589
Bug ID: 49589
Summary: UnrealTournament Demo mouse non-movable in 5.13, was
working in 5.11
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: randrianasulu(a)gmail.com
Distribution: ---
After starting game (/.wine/drive_c/TournamentDemo/System$ taskset -c 0 wine
UnrealTournament.exe) I can see splash screen, then game window appear, where I
can use keyboard for navigation and quitting game, yet mouse cursor stuck in
top-left corner (where I still can click for menu)
Tried setting Windows version back to winXP/win95 from Win10 - no result.
Checked/unchecked checkboxes in winecfg about wine <-> window manager
integration (I use old kwin from kde3).
Mouse in DeusEx 1 demo and Unreal2 demo still works.
--
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=39306
Bug ID: 39306
Summary: wine crash when using Lord of the rings : battle for
middle earth 2
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: titouan.dugre(a)gmail.com
Distribution: ---
Wine gives this message :
"direct 3 D error 0*80004001 (E_NOTIMPL)
14 adresses :
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
(0):(unknow mind) (unknow)
--
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=49382
Bug ID: 49382
Summary: Builders of Egypt: Prologue crashes on startup
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 67442
--> https://bugs.winehq.org/attachment.cgi?id=67442
Console
The game gives nothing more than a warning about cooked content not being
found. (Unreal Engine)
---------------------------
Message
---------------------------
The global shader cache file 'Z:/media/Windows/Spiele/Builders of Egypt
Prologue/Engine/GlobalShaderCache-GLSL_430.bin' is missing.
Your application is built to load COOKED content. No COOKED content was found;
This usually means you did not cook content for this build.
It also may indicate missing cooked data for a shader platform(e.g., OpenGL
under Windows): Make sure your platform's packaging settings include this
Targeted RHI.
Alternatively build and run the UNCOOKED version instead.
---------------------------
OK
---------------------------
--
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=48298
Bug ID: 48298
Summary: Clicking Audio tab in Winecfg causes a crash (macOS
wine built without mingw)
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 66006
--> https://bugs.winehq.org/attachment.cgi?id=66006
backtrace
Only happens in a 64bit prefix.
Backtrace is attached. There was no other console output.
This is a regression that happened around the same time as bug 47350. This one
might be tricky to bisect because of the aforementioned bug.
--
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=37067
Bug ID: 37067
Summary: System.NotSupportedException: CodePage 1361 not
supported
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: t_arceri(a)yahoo.com.au
Gemini Script Editor crashes when trying to open a script. With the following
exception thrown.
The scripts are from rpgmaker I think it might use Korean as a was to try
obfuscate the script
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type
initializer for ScintillaNet.Scintilla ---> System.NotSupportedException:
CodePage 1361 not supported
at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename
unknown>:0
--
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=44151
Bug ID: 44151
Summary: Error when running daemon RoyalRadioCash
Product: Wine
Version: 1.8.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k-u-r-o-k(a)yandex.ru
Distribution: ---
Created attachment 59906
--> https://bugs.winehq.org/attachment.cgi?id=59906
Program error details
Hello!
I want to use RoyalRadioCash Wallet (version for Windows,
http://royalradio.cash/ ) on Linux PC due to Wine.
The GUI (royalradiocash-wallet-gui.exe) is running successfully, but daemon
royalradiocashd.exe gives error.
Thank you!
--
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=43219
Bug ID: 43219
Summary: Serious Sam Double D XXL not working
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tall89(a)mail.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I bought today the game Serious Sam Double D XXL with a discount in Steam, the
game was installed but not correctly launched, opened the system monitor, I
watch the game is hanging in the processes, here is the error report
------ Program SSLauncher.exe ------
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
err:winedevice:async_create_driver failed to create driver L"ps6ajtsb":
c0000135
err:seh:setup_exception_record stack overflow 1024 bytes in thread 0042 eip
7bc83c67 esp 00240f30 stack 0x240000-0x241000-0x340000
--
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=42332
Bug ID: 42332
Summary: With Wine 2.0 Crashes Mathtype 6 in office 2007 With
Wine 1.6.2 no crash.
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: markus.bbock(a)web.de
Distribution: ---
Created attachment 57088
--> https://bugs.winehq.org/attachment.cgi?id=57088
With Wine 2.0 Crashes Mathtype 6 in office 2007 With Wine 1.6.2 no crash.
With Wine 2.0 Crashes Mathtype 6 in office 2007
With Wine 1.6.2 no crash.
--
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=35927
Bug ID: 35927
Summary: Win Toolkit v.1.4.37.20 requires administrative
privilegies on startup.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sov.info(a)mail.ru
Created attachment 47977
--> http://bugs.winehq.org/attachment.cgi?id=47977
screenshot
I tried to login as root and run wine, but this error still present. You can
see it on screenshot...
Ubuntu 14.04 beta x64, wine x86-x64, ver. 1.6.2 from proposed.
--
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=43689
Bug ID: 43689
Summary: Sangokushi 10/Romance of the three kingdoms 10 not
install
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: spblizard(a)gmail.com
Distribution: ---
an installation error occurs:
err:msi:ACTION_InstallFiles Failed to ready media for L"secdrv.sys"
in the application writes that the file was not found.
P.S.: Sorry on my english,
--
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=36434
Bug ID: 36434
Summary: Regression: Capture NX-D fails with "Initialization
error (E010)"
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fordfrog(a)fordfrog.com
i'm using latest wine from source repository. this bug is probably week or so
old. when launching Nikon Capture NX-D, it fails with "Initialization error
(E010)". i have wine compiled with both 32bit and 64 versions (using gentoo
live ebuild), but for the app i am using 32 bit version (64bit version does not
work due to some missing implementation in wine). i'm running the app using
following command:
WINEPREFIX=~/.wine32 WINEARCH=win32 wine .wine32/drive_c/Program\
Files/Nikon/Capture\ NX-D/Module/CaptureNX-D.exe
.wine32 directory is initialized for 32bit arch and windows 8.
before week or so the app started without any issue and it was usable. but few
days ago it stopped to launch.
this is the output before the bug occurs:
$ WINEPREFIX=~/.wine32 WINEARCH=win32 wine .wine32/drive_c/Program\
Files/Nikon/Capture\ NX-D/Module/CaptureNX-D.exe
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33fbcc 1 C) semi-stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f9c0, 0x33fa30 0x33f9c8
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33edc0 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33ee50 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33ec80 1 C) semi-stub
fixme:msvcrt:__clean_type_info_names_internal (0x788b0e54) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1001e33c) stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
the complete process of installation and running is the same as in bug #35864.
--
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=50118
Bug ID: 50118
Summary: connection_GetAdapterId infinite loop in
Qt5Network.dll
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: mk939(a)ymail.com
Distribution: ---
Created attachment 68613
--> https://bugs.winehq.org/attachment.cgi?id=68613
Command line output comparison
Application: Genshin Impact update program (launcher)
In Wine 5.17 and 5.20 "iphlpapi.GetAdaptersAddresses" seems to trigger an
infinite loop which consists of this log entry:
023c:fixme:netprofm:connection_GetAdapterId 00000000023572A0, 0000000002FBB630
Greppting through the files reveals that "GetAdaptersAddresses" is used in
Qt5Network.dll, hence it might also affect other applications.
--
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=39996
Bug ID: 39996
Summary: Application Autodata will not load icons and text
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tutonis(a)gmail.com
Distribution: ---
Created attachment 53438
--> https://bugs.winehq.org/attachment.cgi?id=53438
It works with wine 1.7.53
After loading application all icons are not show until clicked or focused by
keyboard arrow movements. As you can see by pictures there is upper and lower
icon regions. After clicking place where icon suppose to be the icon is
revealed. The upper icon region gets different icons depending what is being
selected. Icons are not redrawn after "revealing" them with mouse or keyboard
and changing selection (icons should be redawrn and updated by selected
option).
The issue is nor present in wine 1.7.53 but happens in 1.7.54 with same
configurations.
--
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=47655
Bug ID: 47655
Summary: Viber 11.3.1.28 installer can't complete the
installation
Product: Wine-staging
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bodqhrohro(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 65099
--> https://bugs.winehq.org/attachment.cgi?id=65099
log
https://pic4a.ru/98/OwW.png
--
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=42697
Bug ID: 42697
Summary: resident evil 2 japan demul v0.5.7
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 57668
--> https://bugs.winehq.org/attachment.cgi?id=57668
crahses on talking scenes
resident evil 2 japan demul v0.5.7 crashes on speaking with leon or sherry
scenes
--
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=43008
Bug ID: 43008
Summary: Batman Arkham Knight COMPLETLEY BROKEN
Product: Wine
Version: 2.0.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ericfrederickson68(a)gmail.com
Batman Arkham Knight doesn't work at all with wine. When I try to run it it
says "The program BatmanAK.exe has encountered a serious problem and needs to
close." When I clicked show details, I waited for 20 minutes and nothing
happened. It just kept saying "locating decailed information, please wait..."
Please do what you can to fix this. I would really appreciate it :)
Thanks,
Eric
--
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=49481
Bug ID: 49481
Summary: Chaos Legion with winegstreamer enabled crashes.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 67594
--> https://bugs.winehq.org/attachment.cgi?id=67594
CL-G_backtrace.txt
Chaos Legion with winegstreamer enabled crashes.
The only native library installed by winetricks is quartz on a WINEARCH=win32
on
wine-5.11.
(wine:32215): GLib-ERROR **: gmem.c:351: overflow allocating 1769349186*4 bytes
--
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=48230
Bug ID: 48230
Summary: TES IV: Oblivion MP3 no longer play since wine-staging
4.17
Product: Wine-staging
Version: 4.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: belgix_oz(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Some recent changes in QUARTZ.DLL code prevent TES IV: Oblivion to play MP3
files. Other sounds like voices and ambiance sound just play fine with any 4.x
version.
The issue is present in wine-staging 4.17, 4.18, 4.19, 4.20 and the latest
4.21.
A workaround to get thing working is to override QUARTZ.DLL and QUARTZ.DLL.SO
files in /usr/lib (and optionally /usr/lib64 but Oblivion is a 32-bit game)
using files compiled for wine-staging 4.16. Workaround tested on wine-staging
4.21 only.
Using native Windows QUARTZ.DLL (32-bit) doesn't help too. For that case, game
stability is good but no MP3 sound played.
--
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=45632
Bug ID: 45632
Summary: Cannot Start Garena Client
Product: Wine
Version: 3.0.2
Hardware: x86-64
URL: https://www.garena.co.id/gpc
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donnisnoni.tid3(a)gmail.com
CC: pepe(a)bloodkings.eu
Distribution: Ubuntu
Created attachment 62059
--> https://bugs.winehq.org/attachment.cgi?id=62059
The output when i enter command 'wine start Garena.exe'
I have already install garena.. but cannot started when open
--
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=42980
Bug ID: 42980
Summary: Black Desert Online - Failed to init security.
Product: Wine-staging
Version: 2.6
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shitman71(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 58112
--> https://bugs.winehq.org/attachment.cgi?id=58112
BDO_09.05.2017_Debug_Log
After starting the launcher of the game and pushing the play-button the
client(32 bit?) begins to load and quits with the error-message:
Failed to init security.
This is also a very common problem to windows users.
Fixes to windows users are to run this game within administrator-mode or to put
some kind of community-made patch into the folder "/Black Desert
Online/bin32/xc/na/".
I did also completely disable the firewall to test it, i cannot progress to the
point of initialising its graphics. It always exits with this error-message.
This should be the anti-cheat(unsure) of the game or some kind of other check
before fully loading the game.
Added attachments:
BDO_09.05.2017_Wine_Output
BDO_09.05.2017_Debug_Log
--
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=10249
Summary: Battlefield2/SafeDisc 4.x and Punkbuster services cause
lockup: child processes debugging misconception
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=8876)
--> (http://bugs.winehq.org/attachment.cgi?id=8876)
WINEDEBUG=-all,+server,+tid,+loaddll,+seh wine ./BF2.exe +fullscreen 0 +szx 800
+szy 600 &>/tmp/debug_pipe
Hello,
while testing some PunkBuster stuff on popular games, I came across Battlefield
2 which employs SafeDisc 4.x
It seems there is a problem with debuggers in chained child processes.
Consider following scenario:
--- snip process list ---
pid threads parent executable (all id:s are in hex)
0000001b 1 00000008 'PnkBstrA.exe'
0000000c 2 00000008 'explorer.exe'
0000000a 2 00000008 '~e5.0001'
00000008 4 00000000 'BF2.exe'
--- snip process list ---
--- snip thread list ---
process tid prio (all id:s are in hex)
0000001b
0000001c 0
0000000c
00000010 0
0000000d 0
0000000a
00000012 0
0000000b 0
00000008
0000001a 1
00000014 15
00000013 0
00000009 0
--- snip thread list ---
"BF2.exe" = parent (game)
"~e5.0001" = 1st child = SafeDisc 4.x process = "debugger"
"PnkBstrA.exe" = 2nd child = PunkBuster Update Service
The 1st child acts as debugger for the parent "BF2.exe" and receives all debug
events (process, thread creation, dll load/unload...)
There are lots of breakpoint events triggered from parent.
This is part of SafeDisc 4.x and used for on-the-fly decryption of code
sections (child decrypts code of father).
When PunkBuster is initialized (loading of pbcl = client, pbag = agent), the
following services should get started: PnkBstrA.exe, PnkBstrB.exe and finally
the kmode driver PnkBstrK.exe
The service process "PnkBstrA.exe" is started from main process "BF2.exe"
(which is a debuggee itself).
No debug flags (DEBUG_PROCESS | DEBUG_ONLY_THIS_PROCESS) are specified in
process creation flags.
The debugger (child of parent, receives the process creation event) does not
make debugger_attach() to the newly created child process.
The child process seems to inherit the state of being a "debuggee": wine server
-> new_process -> set_process_debugger( process, parent->debugger );
The parent got its process->debugger from debugger_attach().
This leads to a problem in child process startup code:
"dlls/kernel32/process.c:start_process()" checks the PEB->BeingDebugged field
and if set, a system breakpoint is encountered before the entry code is called.
This breakpoint results in debug event - seen by debugger.
Unfortunately this event is _not_ expected by debugger because it didn't expect
another debuggee (child) to be created.
Ok, long story short solution: If you debug a process by attaching to an
already created process, you _must_ treat default debugging flags as if the
process has been created with DEBUG_ONLY_THIS_PROCESS, meaning that all childs
created by debuggee will NOT automagically become debuggees.
Short and (hopefully) acceptable patch snippet:
--- snip ---
diff --git a/server/debugger.c b/server/debugger.c
index a64a17a..c59f3a0 100644
--- a/server/debugger.c
+++ b/server/debugger.c
@@ -444,6 +444,7 @@ static int debugger_attach( struct process *process, struct
thread *debugger )
resume_process( process );
return 0;
}
+ process->create_flags |= DEBUG_ONLY_THIS_PROCESS;
return 1;
error:
--- snip ---
And yes, the patch (snippet) works as intended (tm) ;-)
Attached for sake of completeness is relevant server trace.
Search for "001c:trace:seh:raise_exception code=80000003 flags=0
addr=0x7b870ed8 " to the point where the entry system breakpoint is triggered.
Regards
--
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=20230
Summary: GetThreadTimes() and the Actual and Pseudo Current
Thread Handles
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://rh-software.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Some time ago I had an issue with SIV being unable to read the thread CPU time
usage when using GetThreadTimes(). I tracked down to the following and then did
a work-a-round.
The "Current Thread" effectively has 2 current thread handles, these are the
actual thread handle and the ~0 pseudo handle as returned by
GetCurrentThread(). When a call is made to GetThreadTimes() this calls
NtQueryInformationThread( ThreadTimes ) which contains the test "if (handle ==
GetCurrentThread())". As a result of this when GetThreadTimes() is called with
the actual thread handle no data is returned.
\WINE-1.1.30\dlls\ntdll\thread.c(1011): if (handle == GetCurrentThread())
I suspect the code should be changed to allow both the pseudo and actual thread
handles to be used as a minimum, better still would, when possible, be to
implement this function for any thread.
While searching the source I also noticed:
NTSTATUS WINAPI NtSetInformationThread( HANDLE handle, THREADINFOCLASS class,
LPCVOID data, ULONG length )
{
NTSTATUS status;
switch(class)
{
case ThreadZeroTlsCell:
if (handle == GetCurrentThread())
And suspect that code would benefit from a similar fix.
--
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=48407
Bug ID: 48407
Summary: OllyDbg 2.x segfaults the process after attaching to
it
Product: Wine
Version: 5.0-rc3
Hardware: x86
URL: http://www.ollydbg.de/odbg201.zip
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 4ee629a3bafb1408a4e567908fef949837a39f10
Distribution: ---
Since commit 4ee629a3bafb1408a4e567908fef949837a39f10, OllyDbg will hang after
attaching to a process while the process itself will crash, and the message
`Segmentation fault' is printed in the terminal where the process is launched
from (not OllyDbg).
How to reproduce after downloading OllyDbg (link provided in report) using a
32-bit prefix:
1) Launch a simple window app, such as `winemine'
2) From another terminal, launch OllyDbg in same prefix.
Optionally: To speed up the attaching in OllyDbg, go to
Options->Options->Analysis. In `Automatic Module Analysis' set it to `Off'.
3) In OllyDbg, go to File->Attach and select the process (winemine). Wait a few
seconds until modules are processed, then the process will segfault and OllyDbg
will hang.
I tried to debug this to no avail, it's very unfamiliar territory for me, so
it's a bit over my head.
Reverting that commit on current wine git is not easy and I don't know how to
do it, since the break_process and related functions have been removed from the
wineserver at some point. So unfortunately I don't know where to start to fix
this regression.
--
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=23431
Summary: provide a stub for ntdll.NtSystemDebugControl()
(Ollydbg 2.x)
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.ollydbg.de/version2.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a simple one...
Ollydbg 2.x uses NtSystemDebugControl( DebugSysReadVirtual, ...) to read kernel
memory (driver/OS address space) for informational purposes.
Failure to do so doesn't cause harm.
Although this approach doesn’t require any additional kernel driver (only the
SeDebugPrivilege privilege on the running process) it's only useful for Windows
XP systems. It's disallowed since Windows Vista/Windows 7.
Not really useful in Wine but it obviously needs a stub.
--- snip ---
wine: Call from 0x7bc3d2d0 to unimplemented function
ntdll.dll.NtSystemDebugControl, aborting
First chance exception: unimplemented function ntdll.dll.NtSystemDebugControl
called in 32-bit code (0x7bc3d2d0).
...
=>0 0x7bc3d2d0 __wine_spec_unimplemented_stub+0x50(module="ntdll.dll",
function="NtSystemDebugControl")
[/opt/wine/wine-build/dlls/ntdll/../../../wine-git/dlls/ntdll/exception.c:268]
in ntdll (0x00334434)
1 0x7bc1f895 __wine_stub_NtSystemDebugControl+0x28() in ntdll (0x00334434)
2 0x004467ae in ollydbg (+0x467ad) (0x00334460)
3 0x0044698b in ollydbg (+0x4698a) (0x00334484)
--- snip ---
Dump params and return STATUS_NOT_IMPLEMENTED to keep it running ;-)
Regards
--
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=27222
Summary: dbghelp.dll.SymEnumSourceFilesW needed (ollydbg2)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while attaching to a target using JIT (replacing winedbg), the following crash
occurred:
--- snip ---
wine: Call from 0x7b838aa3 to unimplemented function
dbghelp.dll.SymEnumSourceFilesW, aborting
--- snip ---
A stub keeps it from crashing (though it should not be hard to implement a wide
character version).
+tid,+dbghelp:
--- snip ---
...
fixme:dbghelp:SymEnumSourceFilesW 0x58 400000 (null) 0x4c06d8 0x400000: stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68350000 (null) 0x4c06d8 0x68350000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68490000 (null) 0x4c06d8 0x68490000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68530000 (null) 0x4c06d8 0x68530000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68590000 (null) 0x4c06d8 0x68590000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 685b0000 (null) 0x4c06d8 0x685b0000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 685f0000 (null) 0x4c06d8 0x685f0000:
stub!
...
--- snip ---
Regards
--
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=27802
Summary: ollydbg2 crashes on unimpl
dbghelp.dll.SymEnumSourceLinesW stub
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
ollydbg2 crashes when trying to display source:
--- snip ---
...
wine: Call from 0x7b8384bb to unimplemented function
dbghelp.dll.SymEnumSourceLinesW, aborting
--- snip ---
Stop at process main (dlls along with their debug syms loaded).
"View" -> "Source Files" -> double click any source file
$ wine --version
wine-1.3.24-174-g4b4dd30
Regards
--
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=39672
Bug ID: 39672
Summary: Folder names not clickable
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strife(a)home.se
Distribution: ---
Created attachment 52892
--> https://bugs.winehq.org/attachment.cgi?id=52892
clicking multiple folder texts
When opening a file, in Rhino3d, nothing happens when you click the names of
the folders, no files shown or updated.
In order to show files you must click the folder icon for anything to update.
Worked in 1.7.4
--
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=39635
Bug ID: 39635
Summary: Hungarian Excel Viewer 2007: "Open" dialog on Win8
does not refresh correctly
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Continuation of bug 33736.
When you set Win version to 8 and then you want to open an XLS file in a
folder, you notice, that the existing file (C:\Users\text.xls) is not listed,
so there is nothing to open.
The problem is, that the folder content does not refresh, even if you right
click and select refresh from context menu.
The trick is, that in File dialog you can't click on "User" link, but you have
to click on the folder-icon standing on the left.
It has nothing to do, with filtering (*.xls etc.). For example you can click on
_icon_ of "Program files", then all the folders are listed. When you then click
on "Users" _link_, it still shows content of "Program Files" instead of
"Users".
--
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=45920
Bug ID: 45920
Summary: Crossfire EU - program error at start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: ---
Created attachment 62447
--> https://bugs.winehq.org/attachment.cgi?id=62447
detailed information
When I run the program I get a Program Error.
You can download the program here:
http://crossfire.gamerage.com/EN/Download/Client/
--
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=38792
Bug ID: 38792
Summary: Error at trying to open CROSSFIRE (HGWC)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hackother(a)hotmail.com
Distribution: ---
Created attachment 51717
--> https://bugs.winehq.org/attachment.cgi?id=51717
Error with HGWC
Error with HGWC
--
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=28075
Summary: total commander ultima prime 5.5 does not start
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.suc(a)googlemail.com
Hi,
Total commander ultima prime version 5.5 has been installed but did not
start.
Error: The program TC UP.exe has encountered a serious problem and needs to be
close.
If you can please let me know how to investigate to give you more
information.
Kind Regards,
Martin
--
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=13249
Summary: Putty: Yes/No/Cancel dialog moving with keyboard arrows
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munozferna(a)gmail.com
I was trying to create an automated test for putty, and I noticed that there is
a problem between the Cancel and No button on a Yes/No/Cancel dialog. There
seem to be '2' controls between them when you move through the buttons with the
keyboard arrows. This dialog appears when establishing a connection to a
server, putty asks for a confirmation to accept rsa2 keys. I also noticed that
the OK / Cancel dialog seems to have 'two' more tabs position, so instead of
going to OK when you press arrow key on Cancel, it goes 'nowhere' two times. If
you use the tab key it seems to work fine. I am currently using wine-1.0-rc1.
--
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=16058
Summary: thumbnail view in total commander does not work
correctly
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d-84(a)bk.ru
Created an attachment (id=17284)
--> (http://bugs.winehq.org/attachment.cgi?id=17284)
thumbnail view
thumbnail view in total commander does not work correctly
os is ubuntu 7.10,
wine is 0.9.46-0ubuntu1
total commander is 7.02a and 7.01.
--
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=22676
Summary: The icon of some applications does not show up in the
Gnome panel (affects Total Commander 7.50a, µTorrent
2.0.1)
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27926)
--> (http://bugs.winehq.org/attachment.cgi?id=27926)
Wine apps as they show up in Window List in the Gnome panel
Start Total Commander 7.50a, notice the application appears in the Window List
component of the Gnome panel, but it has no icon. (See screenshot). Same
happens with uTorrent 2.0.1.
Foobar2000 1.0 works fine.
Ubuntu 10.04 64 and Ubuntu 9.10 64.
--
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=25989
Summary: Total Commander: Crashes when clicking the current
directory field is clicked
Product: Wine
Version: 1.3.12
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33128)
--> (http://bugs.winehq.org/attachment.cgi?id=33128)
Console log when I stat TC and click the blank space in the current directory
field
Total Commander shows two panels and each shows, at the top, the current
directory (it shows, for example, "c:\*.*"). Click in that field of the current
panel, in the blank space after the showed path. Notice the application
crashes.
--
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=25893
Summary: shell32:autocomplete test fails under
WINEDEBUG=warn+heap
Product: Wine
Version: 1.3.12
Platform: x86-64
URL: http://test.winehq.org/data/4454770cbcb8948b5545498f89
831bc2d07a4767/wine_ae-ub1004-heap/shell32:autocomplet
e.html
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: arethusa26(a)gmail.com
See
http://test.winehq.org/data/4454770cbcb8948b5545498f89831bc2d07a4767/wine_a…
There's also some valgrind logs that may be useful:
http://austinenglish.com/logs/valgrind/2011-01-25-11.02/vg-shell32_autocomp…
This is a regression, introduced by:
7a6c0d2f466793852d273890c67bc4e1c00cebb5 is the first bad commit
commit 7a6c0d2f466793852d273890c67bc4e1c00cebb5
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Fri Jan 21 04:56:22 2011 -0600
shell32: Fix initial reference count for a new IAutoComplete instance.
:040000 040000 92481f8501c111a6d221666d4e7d6c701efbd43b
cfdc1adbe3b08e45fd6cb3d877a9d6750fd15570 M dlls
--
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=25987
Summary: Total Commander: Crashes when trying to copy files
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33125)
--> (http://bugs.winehq.org/attachment.cgi?id=33125)
Console log when 7.56a crashes. Nothing was printed after I pressed F5.
Steps to reproduce:
1. Open Total Commander,
2. Press F5, notice the application tries to open some windows and then
crashes.
wine-1.3.12
Total Commander 7.56a, 7.50a
--
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=22693
Summary: Total Commander: Invisible controls in a dialog window
get focus when pressing RIGHT
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27960)
--> (http://bugs.winehq.org/attachment.cgi?id=27960)
Screenshot of dialog window which appears when pressing DEL in Total Commander
- Press DEL to delete a file, notice a dialog window appears asking "Do you
really want to delete ...?", and the Yes button is focused (see attached
screenshot).
- Pressing RIGHT (5 times) produces the following results:
1. The No button is focused
2. None of the buttons is focused!
3. None of the buttons is focused!
4. The Cancel button is focused
5. The Yes button is focused
This behavior is different than on Vista, where pressing RIGHT (3 times)
produces:
1. The No button is focused
2. The Cancel button is focused
3. The Yes button is focused
Some more info:
On Vista, pressing TAB in this context has the same effect as pressing RIGHT.
In Wine, pressing TAB in this context works fine (similar to Vista).
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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=26084
Summary: Total Commander: Incorrect character appears instead
of backslash in the UI
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33266)
--> (http://bugs.winehq.org/attachment.cgi?id=33266)
Total Commander Operations Queue window showing an incorrect character
Steps to reproduce: press F5 to copy a file, press F2 to queue the operation,
notice a new window appears showing the operations queue, notice it shows a
Y-like character instead of the "\" character. (see the screenshot)
--
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=22845
Summary: Total Commander: Application crashes when trying to
display system information
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28211)
--> (http://bugs.winehq.org/attachment.cgi?id=28211)
Console log (showing that a stack overflow happened)
Start Total Commander, go to menu Commands -> System Information..., notice the
application crashes.
Total Commander 7.50a
Ubuntu 10.04 64
--
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=22264
Summary: Total Commander: Button not drawn properly when the
window is activated and the button was hidden
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Start Total Commander, Ctrl F, left-click on the "New URL..." button, notice a
"ftp" window opens, move it so it partially covers the "New URL..." button you
just pressed (see attached screenshot), press ESC, notice the button is not
drawn correctly (see attached screenshot).
Total Commander 7.50a
--
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=22263
Summary: Total Commander: Main window becomes dead when the FTP
Connect window is open and you switch workspaces
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Start an unregistered (shareware) Total Commander: now you have the main
window and the "please register" window.
- Ctrl Alt Right, Ctrl Alt Left: notice the main window is mainly black (see
attached screenshot).
- Close the shareware window by pressing 1, 2 or 3: notice the main TC window
is still unresponsive, and still looks dead.
- Ctrl Alt Right, Ctrl Alt Left: notice the main TC window works properly.
The same happens when the following windows are open (and you switch
workspaces):
- FTP Connect (Ctrl F)
- FTP New Connection (Ctrl N)
- "No files selected!" (in a panel, go over "..", press Enter twice, press F5)
It does NOT happen with:
- File Copy (F5)
The main window should not become unresponsive..
Total Commander 7.50a
--
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=21766
Summary: Total Commander: Right-clicking a file and choosing a
menu item acts as Rename
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=26313)
--> (http://bugs.winehq.org/attachment.cgi?id=26313)
Shows what happens when a menu item is clicked
Right-click a regular file and wait for the menu to show up, then click any of
the following menu items: Cut, Copy, Create Link, Delete, Properties. What it
does is as if the Rename item is clicked.
--
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=22491
Summary: Total Commander: Pressing the "Program information"
button opens multiple windows instead of just one
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27552)
--> (http://bugs.winehq.org/attachment.cgi?id=27552)
useless attachment showing the two help windows and the button which has been
pressed twice
- Start Total Commander 7.50a - NOT REGISTERED, notice the "This program is
Shareware" window.
- Press the "Program information" twice, notice it opens 2 windows showing
"Total Commander Help Index". On XP it opens only one.
--
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=33489
Bug #: 33489
Summary: WinRAR 5.0 beta 1 help causes HH crash
Product: Wine
Version: 1.5.29
Platform: x86
URL: http://www.rarlabs.com/rar/wrar50b1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 44328
--> http://bugs.winehq.org/attachment.cgi?id=44328
`wine start WinRAR.chm` backtrace
That's it.
--
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=31922
Bug #: 31922
Summary: Wine 1.4 closes Totalcmd64.exe when viewing image
files via Imagine plugin
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karl.heilen(a)freenet.de
Classification: Unclassified
Created attachment 42028
--> http://bugs.winehq.org/attachment.cgi?id=42028
trace file created by Wine 1.4 before terminating Total Commander 8.01 x64 and
its plugin Imagin 1.08 x64
Environment:
------------
Ubuntu 12.04.1 x64
kernel 3.2.0-31
Wine 1.4 amd64
Total Commander 8.01 x64
Total Commander Plugin "Imagine 1.08 x64"
Steps to reproduce:
-------------------
Viewing any image file, *.jpg or *.png.
Simply selecting random menu items inside the Total Commander lister plugin
will quickly trigger a fatal Wine exception.
Such an exception will not happen if I use
Total Commander 8.01 x32
Total Commander Plugin "Imagine 1.08 x32"
on the same
Ubuntu 12.04.1 x64
kernel 3.2.0-31
Wine 1.4 amd64
environment.
Such an exception will also not happen if I use
Total Commander 8.01 x64
Total Commander Plugin "Imagine 1.08 x64"
Windows 7 SP1 x64
--
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=41991
Bug ID: 41991
Summary: total commander label of partition
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
Created attachment 56403
--> https://bugs.winehq.org/attachment.cgi?id=56403
none label
Total commander does not show a label of the partition
instead, _none_ is written where label should be as show in the picture in
attachment
--
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=38565
Bug ID: 38565
Summary: Total Commander fails to redraw long list with Source:
Filename setting
Product: Wine
Version: 1.7.42
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katsunori.kumatani(a)gmail.com
Distribution: ---
How to reproduce:
First be sure you are in the "Source: Only file names" view option, at the top,
should be fourth item from the left in the default button bar.
Then go into a directory with a huge number of files/folders, like Z:\usr\bin
(/usr/bin), should be plenty.
Scroll to the right by pressing right arrow (the files should be in columns).
While scrolling, the view is completely messed up. You need to Refresh it or
force a redraw to display properly.
I suspect it's some unimplemented "erase background" messages in Wine? I'm not
too knowledgeable for specifics unfortunately.
Download 32-bit version from: http://www.ghisler.com/
--
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=22440
Summary: Total Commander: The panels showing Brief are not
resized vertically when the application window is
resized vertically
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27481)
--> (http://bugs.winehq.org/attachment.cgi?id=27481)
Screenshot - Brief panel not resized when window is resized vertically
- Press Ctrl F1, notice the panel is in "Brief" mode (and has a horizontal
scrollbar instead of a vertical one).
- Resize the window vertically, make it smaller (or larger - see screenshot),
notice the Brief panel is not resized.
Total Commander 7.50a
--
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=22265
Summary: Total Commander: Application opens a window which
should be visible but is hidden by the current window
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
1. Click (menu) Commands -> Search, to open the "Find Files" window.
2. Click the "Advanced" tab, click "Date between:".
3. Click the ">>" button to open the "Date:" window. This bit is annoying,
because it's a bit random.. the "Date:" window is normally visible (see
attached screenshot), but sometimes it is hidden.
4. In case it's visible, while it is still open, click the "Find Files" window,
then click ESC.
5. Now, whenever you click the ">>" button, the "Date:" window is opened but it
is hidden. You can also notice that after you click ">>", the "Find Files"
window still appears as focused (even though the hidden "Date:" window has the
focus now), and when you click it, it is (properly) redrawn as not focused.
The "Date:" window should always be visible when opened.
Total Commander 7.50a shareware
System -> Preferences -> Appearance -> Visual Effects -> None
--
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=22333
Summary: Total Commander: Application freezes when the current
directory field is editable, and you right-click a
regular file and click Properties
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27322)
--> (http://bugs.winehq.org/attachment.cgi?id=27322)
Application freezed when clicked properties on a regular file and current
directory field was editable
- Start Total Commander, go to c:\windows\.
- Click the blue bar which shows the path to the current directory, notice it
becomes an edit box and you can edit the current path.
- Right click any regular file, click Properties, notice the application
freezes (see screenshot) and a message about a stack overflow shows up in the
console, for example:
err:seh:setup_exception_record stack overflow 1568 bytes in thread 0020 eip
7bc3ecde esp 00230d10 stack 0x230000-0x231000-0x330000
--
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=22255
Summary: Total Commander: Deleting the 1st or 2nd character in
an edit box deletes the all of them
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Press F5 to copy a file, now you are in an edit box; press Home then press
Delete to delete the 1st character; notice the entire contents of the edit box
disappears. The same happens when you delete the 2nd character. The expected
result is to delete a single character. This does not happen when you delete
other characters.
Total Commander 7.50a
Ubuntu 9.10
--
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=22690
Summary: Total Commander: Cancelling a file copy operation does
not work
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27958)
--> (http://bugs.winehq.org/attachment.cgi?id=27958)
Cancelling a file copy operation in Total Commander 7.50a on Vista
Press F5 to copy a large file (at least 200MB), click the Cancel button. Notice
nothing happens, and the file continues to be copied. On Vista, a dialog window
appears saying "User abort!".
Press F6 to move a large file to a different partition, click the Cancel
button, notice after a while the "User abort!" dialog window appears, at this
point the file is copied but it should not have been copied.
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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=46699
Bug ID: 46699
Summary: total commander cursor color
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
Hello, I have a red cursor in total commander, when I am not at the top of the
window, and I open a new tab with "ctrl + t", I have two cursors, one at the
top, and another on the previous position. But the correct one is the one at
the top. When I click down button, only the the one in the second column is
seen as it should be. Can someone reproduce that? Thank you
--
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=46698
Bug ID: 46698
Summary: delete a file name in tabs
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
A name of the map in the tab of total commander is not shown correctly. It is
only shown correctly if it is in the beginning of the window, but if it is in
the middle or at the end, the name overlaps with the left tabs. The name of the
map is long.
Can someone reproduce that?
--
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=21966
Summary: Total Commander: Application freezes when queue-ing
file copy operations
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Total Commander 7.50a
- Press F5 to copy a (large) file and press F2 to queue the operation,
- Notice problem 1: The window that pops up, showing the queued operations, is
frozen. Thus, it does not show the progress.
- While TC is still copying the file, press F5 to copy a different file and
press F2 to queue the operation.
- Notice problem 2: The main TC window is frozen. After the file copy
operations are finished, the application is again responsive.
--
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=41992
Bug ID: 41992
Summary: total commander, copy dialog - Esc key not working
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
Created attachment 56411
--> https://bugs.winehq.org/attachment.cgi?id=56411
copy dialog box at it appears
I am using:
total commander 9.0a 64 bit
linuxmint 18 64 bit
"wine 1.9.23" as shown from : "apt policy wine-staging*"
-->>
wine-staging:
Installed: 1.9.23~ubuntu16.04.1
Candidate: 1.9.23~ubuntu16.04.1
Version table:
*** 1.9.23~ubuntu16.04.1 500
500 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64
Packages
100 /var/lib/dpkg/status
wine-staging-amd64:
Installed: 1.9.23~ubuntu16.04.1
Candidate: 1.9.23~ubuntu16.04.1
Version table:
*** 1.9.23~ubuntu16.04.1 500
500 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64
Packages
100 /var/lib/dpkg/status
<<--
test1 - works fine
==================
- pres F8 for delete a file
- a dialog box appear, asking "do you really want to delete..."
- pres Esc
- the dialog box disappears as it should, as it does in windows. Great
test2 - does not work
==================
- pres F5 for copy file
- a dialog box appears offering me options for how to copy
- pres Esc, the dialog box does not disappear as it does in windows, I am
guessing the problem in wine is, because the cursor is in the text box,where I
can make input from keyboard. But in windows works fine. But...
- ...but if I press Tab two times, so the "cursor" is located on plus (+)
button in copy dialog box, as it is the case in test1, where the "cursor" is
located on the button "yes", and then press Esc key on keyboard, the dialog box
disappears as in windows also for copy dialog box .
The point here is, that if the "cursor" is located on the button, the Esc key
works fine in bothe tests
--
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=48141
Bug ID: 48141
Summary: Total Commander: launching of native linux commands
for file associations is broken
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: felix.huber(a)schyf.de
Distribution: ---
Created attachment 65745
--> https://bugs.winehq.org/attachment.cgi?id=65745
Console log of failure to start native linux application
When making an internal association by using a script with the line:
/usr/bin/xdg-open "`wine winepath -u "$1"`"
the launch of the native application creates errors like this:
Configuration file "//.config/kde-open5rc" not writable. Please contact your
system administrator.
and the list of possible applications is empty. It looks like the home path is
missing and thus the root folder is used, which is denied. I could bisect the
problem to this:
commit eee3a4e84a07c50c65c3a7619247f62dbca826b6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Nov 12 21:48:49 2019 +0100
kernel32: Move support for starting Unix processes to ntdll.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 72a0a42afdb9b51f77bf482c49429a79d59d9b18
b61e932c3248669edaafbc2f184ebb59a9ea53d2 M dlls
Also, there are error messages on the console that Total Commander cannot get
the home directory. This might be the result of a denied read access for
L"\\??\\z:\\", see attached error log.
--
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=46274
Bug ID: 46274
Summary: Total Commander 8.52a: Closing the Multi-Rename window
after using it is slow and messes up the listbox caret
Product: Wine
Version: 4.0-rc1
Hardware: x86
URL: http://web.archive.org/web/20160121065109/http://totalcmd2.s3.amazonaws.com/tcmd852ax32.exe
OS: Linux
Status: ASSIGNED
Severity: normal
Priority: P2
Component: user32
Assignee: gabrielopcode(a)gmail.com
Reporter: gabrielopcode(a)gmail.com
CC: wine-bugs(a)winehq.org
Distribution: ---
1) Launch Total Commander and press CTRL+M or go to Files->Multi Rename Tool...
2) Press "Start!" which should work fine.
3) Now close the Multi-Rename window (i.e. click on Close or press ESC)
Observe how there's a few seconds of freeze lag, after which the listbox caret
in the panel is gone. Switching to the other panel and back brings it back.
I did a few investigations and it seems this is not a problem with the listbox
at all. Rather, it's a problem with recursive SetFocus and window activation,
that's why it's so slow (until it reaches a limit). I'll try to fix it like on
Windows so I'll have to see how Windows handles this situation (with testcases
of course).
It's interesting to note that this does not happen if you don't click on
"Start!" in the Multi-Rename Tool.
--
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=46669
Bug ID: 46669
Summary: delete a file in total commander mounted disk
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
I have linux mint and permanently mounted drive. When I delete a file in total
commander from this drive, it does not show in Trash in nemo. If I delete a
file in total commander in my home folder, the file does show in trash as
expected.
Am I doing something wrong? Thank you
--
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=46527
Bug ID: 46527
Summary: delete a file in total commander
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
I have up to date linux mint 19.1 cinnamon and winehq-devel 4.0~rc7~bionic,
both great, I like it...
but, when I delete a file in file manager nemo it gets into the trash. When I
delete a file in total commander, a file is not to be found in the trash. Is
this a bug? Thank you
--
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=30329
Bug #: 30329
Summary: Total Commander 8.0 64-bits beta installer crashes due
to pointer truncation (image base address > 4 GiB)
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
the extracted installer "INSTALL.EXE" (64 bits PE binary) can be run alone from
"wc0" temp folder.
The installer tries to fill a list box with language strings.
--- snip ---
0026:Starting process L"Z:\\home\\focht\\Downloads\\wc0\\INSTALL.EXE"
(entryproc=0x14000cca0)
...
0026:Call KERNEL32.GetPrivateProfileStringA(140019788 "languages",0022dc90
"18",140019786 "",0022dcf0,00000103,1400226c0
"Z:\\home\\focht\\Downloads\\wc0\\INSTALL.inf") ret=140001c0d
0026:Ret KERNEL32.GetPrivateProfileStringA() retval=00000013 ret=140001c0d
0026:Call KERNEL32.GetLastError() ret=14000e5c0
0026:Ret KERNEL32.GetLastError() retval=00000000 ret=14000e5c0
0026:Call KERNEL32.GetLastError() ret=14000e5c0
0026:Ret KERNEL32.GetLastError() retval=00000000 ret=14000e5c0
0026:Call
user32.SendDlgItemMessageA(0001007e,00000064,00000180,00000000,0022dcf0)
ret=140001cd1
0026:Call window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_ADDSTRING,wp=00000000,lp=0022dcf0)
0026:Ret window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_ADDSTRING,wp=00000000,lp=0022dcf0) retval=00000011
0026:Ret user32.SendDlgItemMessageA() retval=00000011 ret=140001cd1
0026:Call user32.GetDlgItem(0001007e,00000004) ret=140001cfb
0026:Ret user32.GetDlgItem() retval=0001008a ret=140001cfb
0026:Call user32.ShowWindow(0001008a,00000000) ret=140001d06
0026:Call window proc 0x7f45d4b78593
(hwnd=0x1008a,msg=WM_SHOWWINDOW,wp=00000000,lp=00000000)
0026:Ret window proc 0x7f45d4b78593
(hwnd=0x1008a,msg=WM_SHOWWINDOW,wp=00000000,lp=00000000) retval=00000000
0026:Ret user32.ShowWindow() retval=00000001 ret=140001d06
0026:Call
user32.SendDlgItemMessageA(0001007e,00000064,00000181,00000012,40019670)
ret=140001d30
0026:Call window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_INSERTSTRING,wp=00000012,lp=40019670)
0026:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7b8633f9
ip=7b8633f9 tid=0026
0026:trace:seh:raise_exception info[0]=0000000000000000
0026:trace:seh:raise_exception info[1]=0000000040019670
0026:trace:seh:raise_exception rax=0000000000000000 rbx=0000000000000026
rcx=ffffffffffffffff rdx=0000000040019670
0026:trace:seh:raise_exception rsi=0000000000000181 rdi=0000000040019670
rbp=000000000022d2d0 rsp=000000000022d1a0
0026:trace:seh:raise_exception r8=0000000040019670 r9=00000000ffffffff
r10=0000000000000008 r11=000000399ab7c680
0026:trace:seh:raise_exception r12=000000000001f0ac r13=00000001400226c0
r14=0000000000000000 r15=00000001400226c0
--- snip ---
The reason for the crash is a 32 bit pointer truncation -> application bug.
Most likely the original code was Win32 and had been ported to Win64 with some
casts still in there.
(annotated)
--- snip ---
.text:0000000140001D0D movsxd rax, cs:dword_14001F030
.text:0000000140001D14 movsxd r9, r11d ; wParam
.text:0000000140001D17 mov edx, 64h ; nIDDlgItem
.text:0000000140001D1C mov r8d, 181h ; Msg, LB_INSERTSTRING
.text:0000000140001D22 mov rcx, rdi ; hDlg
.text:0000000140001D25 mov [rsp+20h], rax
.text:0000000140001D2A call cs:SendDlgItemMessageA
--- snip ---
The data reference (I only decoded the 32 bits part to show the 32 bit access):
--- snip ---
.data:000000014001F030 dword_14001F030 dd 40019670h
.data:000000014001F034 db 1
.data:000000014001F035 db 0
.data:000000014001F036 db 0
.data:000000014001F037 db 0
--- snip ---
Page fault address: 0000000040019670
If referenced as 64 bits -> 0x140019670 it would be correct:
--- snip ---
.rdata:0000000140019670 db 4Fh ; O
.rdata:0000000140019671 db 74h ; t
.rdata:0000000140019672 db 68h ; h
.rdata:0000000140019673 db 65h ; e
.rdata:0000000140019674 db 72h ; r
.rdata:0000000140019675 db 20h
...
--- snip ---
Using "dumpbin" tool from Visual Studio/Express/SDK on executable gives:
--- snip ---
Dump of file INSTALL.exe
PE signature found
File Type: EXECUTABLE IMAGE
FILE HEADER VALUES
8664 machine (x64)
5 number of sections
4EE124C5 time date stamp Thu Dec 08 21:57:41 2011
0 file pointer to symbol table
0 number of symbols
F0 size of optional header
23 characteristics
Relocations stripped
Executable
Application can handle large (>2GB) addresses
OPTIONAL HEADER VALUES
20B magic # (PE32+)
8.00 linker version
17800 size of code
D800 size of initialized data
0 size of uninitialized data
CCA0 entry point (000000014000CCA0)
1000 base of code
140000000 image base (0000000140000000 to 0000000140028FFF)
1000 section alignment
200 file alignment
4.00 operating system version
0.00 image version
5.02 subsystem version
0 Win32 version
29000 size of image
400 size of headers
303B3 checksum
2 subsystem (Windows GUI)
8000 DLL characteristics
Terminal Server Aware
100000 size of stack reserve
1000 size of stack commit
100000 size of heap reserve
1000 size of heap commit
0 loader flags
10 number of directories
0 [ 0] RVA [size] of Export Directory
1D7D8 [ 64] RVA [size] of Import Directory
26000 [ 23F8] RVA [size] of Resource Directory
24000 [ 10F8] RVA [size] of Exception Directory
22400 [ 1780] RVA [size] of Certificates Directory
0 [ 0] RVA [size] of Base Relocation Directory
0 [ 0] RVA [size] of Debug Directory
0 [ 0] RVA [size] of Architecture Directory
0 [ 0] RVA [size] of Global Pointer Directory
0 [ 0] RVA [size] of Thread Storage Directory
0 [ 0] RVA [size] of Load Configuration Directory
0 [ 0] RVA [size] of Bound Import Directory
19000 [ 5E8] RVA [size] of Import Address Table Directory
0 [ 0] RVA [size] of Delay Import Directory
0 [ 0] RVA [size] of COM Descriptor Directory
0 [ 0] RVA [size] of Reserved Directory
--- snip ---
Section headers:
--- snip ---
SECTION HEADER #1
.text name
176BE virtual size
1000 virtual address (0000000140001000 to 00000001400186BD)
17800 size of raw data
400 file pointer to raw data (00000400 to 00017BFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
60000020 flags
Code
Execute Read
SECTION HEADER #2
.rdata name
5B1C virtual size
19000 virtual address (0000000140019000 to 000000014001EB1B)
5C00 size of raw data
17C00 file pointer to raw data (00017C00 to 0001D7FF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
Section contains the following imports:
KERNEL32.dll
1400190D8 Import Address Table
14001D918 Import Name Table
0 time date stamp
0 Index of first forwarder reference
...
SECTION HEADER #3
.data name
4478 virtual size
1F000 virtual address (000000014001F000 to 0000000140023477)
1600 size of raw data
1D800 file pointer to raw data (0001D800 to 0001EDFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
C0000040 flags
Initialized Data
Read Write
...
SECTION HEADER #4
.pdata name
10F8 virtual size
24000 virtual address (0000000140024000 to 00000001400250F7)
1200 size of raw data
1EE00 file pointer to raw data (0001EE00 to 0001FFFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
...
SECTION HEADER #5
.rsrc name
23F8 virtual size
26000 virtual address (0000000140026000 to 00000001400283F7)
2400 size of raw data
20000 file pointer to raw data (00020000 to 000223FF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
--- snip ---
The image load base of 0x0000000140000000 (>4 GiB address space) is probably to
catch such 32 vs. 64 bits porting errors.
When pointers are stored as 32 bits they would truncate hence triggering page
fault as seen here.
I've looked into the Total Commander forum
(http://www.ghisler.ch/board/index.php?language=english) but didn't find any
bug reports about installer crashing on Win64 so I assume this installer
somehow runs despite the bug.
Would be nice if someone with Win64 could verify this.
Maybe the loader does something different on Win64?
Even if the bug is invalid it's probably good to have one bug to collect such
misbehaving apps. I suspect there are more apps out there.
Regards
--
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=21395
Summary: Total Commander: When selecting a file by pressing
space, the total size of the selected files is updated
late
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
When using the 'space' key to select files, the total size of the selected
files which appears below the list (see attachment) is not updated immediately.
I need to do something for it to be updated, for example to press 'down'.
(This does not happen when selecting files with right-click, in this case the
total size is updated instantaneously.)
--
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=44750
Bug ID: 44750
Summary: wine: Unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: arny91(a)yahoo.it
Distribution: ---
Created attachment 60761
--> https://bugs.winehq.org/attachment.cgi?id=60761
Backtrace
Hi, this software
https://repository.ilpuntotecnicoeadsl.com/index.php?dir=mavelot/Firmware/T…
doesn't run on wine. The error is in the subject, backtrace is attached.
--
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=27578
Summary: Cygwin's wget.exe can't download files
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Install cygwin, add wget package. Then run:
$ wine wget.exe http://www.cygwin.com/setup.exe
Resolving www.cygwin.com (www.cygwin.com)... 209.132.180.131
Connecting to www.cygwin.com (www.cygwin.com)|209.132.180.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
fixme:ntdll:NtQueryVolumeInformationFile 0x160: attribute info not supported
fixme:ntdll:server_ioctl_file Unsupported ioctl 900a8 (device=9 access=0
func=2a method=0)
Length: 562195 (549K) [application/octet-stream]
setup.exe: Input/Output error
Cannot write to `setup.exe' (Input/Output error).
Faking success for attribute info allows it to succeed:
diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
index 4d49956..697793e 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -2539,7 +2539,8 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile( HANDLE
handle, PIO_STATUS_BLOCK io
}
break;
case FileFsAttributeInformation:
- FIXME( "%p: attribute info not supported\n", handle );
+ FIXME( "%p: attribute info not supported, faking success\n", handle );
+ io->u.Status = STATUS_SUCCESS;
break;
case FileFsControlInformation:
FIXME( "%p: control info not supported\n", handle );
--
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=33279
Bug #: 33279
Summary: Cygwin wants
ntdll.dll.RtlConvertToAutoInheritSecurityObject
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Noticed while running wget.exe (bug 27578).
--
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=49646
Bug ID: 49646
Summary: Unhandled exception: unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx
called in 32-bit code (0x7b43c93c).
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alzer111(a)ya.ru
Distribution: ---
Created attachment 67847
--> https://bugs.winehq.org/attachment.cgi?id=67847
Unhandled exception: unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx called in 32-bit code
(0x7b43c93c).
after installation does not start
--
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=44999
Bug ID: 44999
Summary: Python 3.6.5 crashes due to unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx.
Product: Wine
Version: 3.6
Hardware: x86
URL: https://www.python.org/ftp/python/3.6.5/win32/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
As described in summary, Python 3.6.5 crashes due to unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx.
How to reproduce:
1. wget https://www.python.org/ftp/python/3.6.5/win32/core.msi \
https://www.python.org/ftp/python/3.6.5/win32/exe.msi \
https://www.python.org/ftp/python/3.6.5/win32/lib.msi
2. wine msiexec /i core.msi /qb TARGETDIR=C:/python3.6.5
3. wine msiexec /i exe.msi /qb TARGETDIR=C:/python3.6.5
4. wine msiexec /i lib.msi /qb TARGETDIR=C:/python3.6.5
5. cd $WINEPREFIX/drive_c/python3.6.5
6. wine python.exe
Expected behavior:
It starts without crashes and shows prompt (>>>) as it's in interactive mode.
Actual behavior:
It crashes with the following message:
0009:fixme:msvcrt:_configure_wide_argv (1) stub
0009:fixme:msvcrt:_initialize_wide_environment stub
wine: Call from 0x7b43cddc to unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx, aborting
wine: Unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx called at address
0x410073:0x7b43cddc (thread 0009), starting debugger...
Note:
Python introduced PathCchCanonicalizeEx by following commit:
https://github.com/python/cpython/commit/48e8c82fc63d2ddcddce8aa637a892839b…
I'm not sure if 0x7b43cddc actually points canonicalize function which was
added by the commit. But, it's very suspicious.
--
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=47668
Bug ID: 47668
Summary: System.AccessViolationException
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 65111
--> https://bugs.winehq.org/attachment.cgi?id=65111
backtrace after crash
When downloading resources, Logos.exe crashes with
System.AccessViolationException. This app appears to be substantially well
working except for this inability to load resources which makes it useless.
Many other features do work though.
--
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=36668
Bug ID: 36668
Summary: Under Wine, Installation of Hotspot Shield
Fails/Crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)piouseye.com
Created attachment 48713
--> http://bugs.winehq.org/attachment.cgi?id=48713
Report Generated By Wine @ Failure
Hotspot Shield crashes during installation. This does not SEEM to be the same
issue as in Bug 16002 or other "Possible Duplicates," so I'm passing along the
report Wine generated.
--
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=16198
Summary: wine uses obsolete version of gecko. (Affects Google
Sketchup, Picasa, and zillions of other apps.)
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Wine has not updated its version of gecko in
a long time, despite the many security updates
for gecko that are available. Also, I think
Wine is using a version of gecko that has been
end-of-lifed:
http://www.pcworld.com/businesscenter/article/153015/mozilla_plans_for_fire…
We need to move to a newer version of gecko and
set up procedures for periodically updating
it as security fixes for it are released.
--
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=31593
Bug #: 31593
Summary: Regression from wine 1.5.4; same bug as 24679
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scruffidog(a)gmail.com
Classification: Unclassified
Created attachment 41546
--> http://bugs.winehq.org/attachment.cgi?id=41546
running under winedbg and running the export to jpeg option
This Sketchup bug seem to have been broken after 1.5.4 which was the last
sucessful time I used this feature. The problem summarize is any 2D
export/printing results in a solid black blob in the file.
The versions of the various components are as follows:
Sketchup M3/M4
nvidia drivers 304.32-304.43
xorg 1.12.3-1.12.4
mesa 8.0.4
wine 1.5.12
--
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=34941
Bug #: 34941
Summary: Ruby interpreter hangs with OS-level thread
concurrency error
Product: Wine
Version: 1.6.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsnydr(a)gmail.com
Classification: Unclassified
I just created a new 'version' entity for ruby in the appDB for ruby version
1.9.3 to report that it doesn't run. The recommended installer from
http://rubyinstaller.org runs to completion and the installed 'ruby.exe' will
report its version with `wine ruby -v`. But, if you try to get ruby to do
anything (like install gems or run 'irb'), it becomes unresponsive such that it
must be killed externally and begins generating the same error message every
minute: 'err:ntdll:RtlpWaitForCriticalSection section 0x113848 "?" wait timed
out in thread 0043, blocked by 0000, retrying (60 sec)'
--
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=35870
Bug ID: 35870
Summary: SketchUp Make 2014: Inactive main window.
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: u.schutz(a)bluewin.ch
Created attachment 47888
--> http://bugs.winehq.org/attachment.cgi?id=47888
Output from the console, and aditional hardware information.
The SketchUp Make 2014 main program window is not reacting to mouse or keyboard
input, and is not redrawn. Menus and icons get destroyed when another window is
placed above the SketchUp Make window. The SketchUp Make window seems
completely inactive after startup.
The xterm used to start wine is repeating this output line:
err:ntdll:RtlpWaitForCriticalSection section 0x158cc0 "?" wait timed out in
thread 0023, blocked by 0000, retrying (60 sec)
Download SketchUp Make 2014, educational use, for Windows, from here:
http://www.sketchup.com/download
sha1sum SketchUpMake-en.exe
b7c94c3ccc504d58226987992b8a785dd309777e SketchUpMake-en.exe
--
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=35832
Bug ID: 35832
Summary: SketchUp 2014 hangs after choosing a template
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Created attachment 47844
--> http://bugs.winehq.org/attachment.cgi?id=47844
SketchUp 2014 Output
Hello everyone,
I having problems getting SketchUp 2014 to work. I submitted an AppDB entry for
the 2014 version and got the application from the following URL:
http://www.chip.de/downloads/SketchUp_19028747.html
I am assuming that this is a .Net 4.0 related bug as the installation of .net
4.0 went through fairly quickly. The problem that I am facing is that after
choosing a template in the main menu the application hangs. (Slackware 14).
I have attached my output from the Konsole befere I had to kill the
application.
--
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=38023
Bug ID: 38023
Summary: SketchUp 2014 freezes on start due to Ruby 2.0
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aerilius(a)googlemail.com
Distribution: ---
SketchUp 2014 and 2015 come with an upgraded Ruby (2.0 instead of 1.8.7). At
start, after the Welcome dialog, the main application dialog opens and freezes.
When starting SketchUp with /DisableRubyAPI parameter, the Ruby interpreter is
not loaded and SketchUp starts normally.
err:ntdll:RtlpWaitForCriticalSection section 0x15a7f0 "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
The same kind of error could be invoked in older SketchUp versions with Ruby
1.8.7 or in stand-alone Ruby when using some system calls in the Ruby console
like (with backticks, Ruby syntax):
`dir`
Using stand-alone Ruby 2.0.0 from http://rubyinstaller.org/downloads causes the
same ntdll error.
ruby-2.0.0-p598-i386-mingw32/bin$ wine ./ruby.exe "puts 'success'"
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:service:scmdatabase_autostart_services Auto-start service L"gupdate"
failed to start: 2
err:ntdll:RtlpWaitForCriticalSection section 0x113b28 "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
--
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=18739
Summary: Sketchup Crashes after startup
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Created an attachment (id=21488)
--> (http://bugs.winehq.org/attachment.cgi?id=21488)
Error Log
THis is after the templates dialog. A brocken HTML help page seems to be
showing - app dies before that can be dismissed.
I am not usinh winetricks.
Wine install from wineHQ deb on Ubuntu Jaunty.
Sketchup 7 installed with HW_OK set to 1.
Nvidia graphics card with Nvidia drivers.
The crash is about a second in, but I am unable to use any controls before
then. The google "bug splat" shows.
Gecko debug symbols have been installed.
--
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=32059
Bug #: 32059
Summary: Broken Google Sketchup, Suspected Graphics related due
to Bunt update
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.vanderzwart(a)gmail.com
Classification: Unclassified
Hi fixerers,
Auto updated Bunt a few days (October 21-23ish 2012) ago which broke Google
Sketch-up.
Heavy user of SU, after a recent update my screen dropped to a low resolution.
A simple reboot brought it back to normal.
But SU now crashes.
Running Compiz standard desktop, SU has worked for over a year on the system.
Diagnostics:
Reboot brought back normal resolution
Sysinfo reports
Bunt 12.04 32 bit
Benq screen identified, at 1920 x 1200
Nvidia 7600 GS identified
Interestingly when launching SU after the update the program loaded. But the
screen was black. I could see the mouse, which was black with a fine white
outline. When mousing over my standard Bunt menu the mouse went normal and I
was able to shut down the system.
I did this several times, but nothing changed.
I then did the GL regedit fix changing to setting HW_OK 1
This improved slightly, where SU just crashed, so no black screen
Also I edited the snappy instructor
I was impressed and boggled by the crash, so thought I would see if anyone may
know a good way to remedy the fault.
I appreciate I have not offered enough information, please let me know what
information is needed to begin diagnostics.
Regards
Plus46
--
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=12263
Summary: Sketchup Cannot initialize OpenGL - ChoosePixelFormat
fails
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gioloi72(a)gmail.com
Created an attachment (id=11713)
--> (http://bugs.winehq.org/attachment.cgi?id=11713)
the console log of wine 0.9.58 launching sketchup
In Ubuntu 7.10 Gutsy I have updated wine from 0.9.46 (comes with gutsy) to
0.9.58.
In 0.9.46 I was able to run Google Sketchup 6 stable enough to work (only the
toolbars and menus don't refresh correctly).
After the update to 0.9.58 Sketchup no longer runs and I don't get any error
message.
Then in the registry key
HKEY_CURRENT_USER\Software\Google\SketchUp6\GLConfig\Display\HW_OK
changing value from 1 to 0 (It was set to 1 because Sketchup worked with
0.9.46)
cause Sketchup to show a popup window with error "Can't initialize OpenGL:
ChoosePixelFormat fails"
After uninstalling 0.9.58 and reinstalling 0.9.46 Sketchup works again...
Excuse my english
Attached console log
--
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=16511
Summary: Google Sketchup rejects some ruby scripts containing
CRLF
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Oddly, under Wine, the example ruby scripts from
http://sketchup.google.com/download/rubyscripts.html
are rejected by Sketchup unless you remove the CRs,
i.e. run them through dos2unix.
The one-liner "puts 'hello'" program is ok, though. The smallest
script I've created that exibits the problem is a hello, world
app that starts with a ten line comment. This script does not cause
the error when run in Sketchup on MS Windows.
I'll attach the script.
--
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=12136
Summary: Sketchup6: crashes on x86-64 right after startup
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apersaud(a)lbl.gov
Created an attachment (id=11532)
--> (http://bugs.winehq.org/attachment.cgi?id=11532)
console output from crash
Installed openSUSE wine snapshot 0.9.57.20080320 on x86-64.
Moved .wine to .wineold.
Run "winecfg" to create new clean .wine directory.
Downloaded installer for Sketchup (version 6).
Run installer (worked without problems).
Run Sketchup, wants to install Gecko for html rendering, installs fine.
Some openGL problem(?) comes up, which seems to be fixed once I change the
registry:
HKEY_CURRENT_USER/SOFTWARE/GOOGLE/SKETCHUP6/GLCONFIG/DISPLAY/HW_OK to 0x1 (from
0x0)
If I then restart Sketchup the main window pops up, together with two small
windows (help and some setup window). In the main window the menu bar is
displayed correctly, but the drawing window shows garbage (just white with some
odd lines drawn on it, no coordinate system, etc. which is normally displayed).
The setup window has a "continue" button, once I press it the application shuts
down and a google bug reporting window comes up.
Bug reproduces every time I run Sketchup.
I attached the console output of "wine c:/.../sketchup.exe"
HTH
--
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=15749
Summary: Google Sketchup 6 initial units dialog, can't choose
units
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://sketchup.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you first start Sketchup, it asks you what units to use.
Sadly, the pulldown list of units is blank, and you can't
click "OK" until you choose units.
Fortunately, you can dismiss that dialog by clicking the go-away X box in the
upper right.
--
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.