https://bugs.winehq.org/show_bug.cgi?id=37245
Bug ID: 37245
Summary: Can't execute cmd /c "script.bat" "argument"
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mhlavink(a)redhat.com
Created attachment 49533
--> https://bugs.winehq.org/attachment.cgi?id=49533
trace
I'm trying to make Profili 2 Pro work in wine. So far I reached the point where
it works, but there is an issue when application tries to execute is *.bat
wrapper.
I get this error (more complete trace is attached):
Can't recognize 'C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe' as an
internal or external command, or batch script.
With trace enabled, I get:
wmain Full commandline 'L"C:\\windows\\system32\\cmd.exe /c
\"C:\\ProfiliProV2\\xf.bat\" \"C:\\ProfiliProV2\\XFoil.exe\""'
WCMD_DumpCommands Parsed line:
WCMD_DumpCommands 0x121c18 0 00 (nil) L"C:\\ProfiliProV2\\xf.bat\"
\"C:\\ProfiliProV2\\XFoil.exe" Redir:L""
command has stripped first and last \" but the quotes in the middle remained
WCMD_process_commands Executing command: 'L"C:\\ProfiliProV2\\xf.bat\"
\"C:\\ProfiliProV2\\XFoil.exe"'
WCMD_execute param1: L":\\ProfiliProV2\\xf.bat\"", param2:
L"C:\\ProfiliProV2\\XFoil.exe"
param1 is missing 'C' as first character and has surplus \" at the end
WCMD_run_program first param='L"C:\\ProfiliProV2\\xf.bat
C:\\ProfiliProV2\\XFoil.exe"'
and looking for the command in that composed path fails (as expected):
Searching in 'L"C:\\ProfiliProV2\\xf.bat C:\\ProfiliProV2\\"' for
'L"XFoil.exe"'
The problem related to wcmdmain.c:wmain(...) around line 2590:
/* strip first and last quote characters if opt_s; check for invalid
* executable is done later */
if (opt_s && *cmd=='\"')
WCMD_strip_quotes(cmd);
before this, cmd is:
"C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe"
after this, cmd is
C:\ProfiliProV2\xf.bat" "C:\ProfiliProV2\XFoil.exe
the quotes in the middle remains.
opt_s was not specified, but was triggered on by checks around 2450: there is
at least one quote (pass), there is a second quote(pass) and there is no more
quotes(fail) - the last one fails and sets opt_s. My guess would be that those
checks should be done on first argument, not all of them together.
The xf.bat is very simple wrapper:
%1 <XFoil.cmd >XFoil.out
exit
--
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=45300
Bug ID: 45300
Summary: Eviews 10SV: Crashes when performing ADF test on time
series
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ga.carvajal10(a)uniandes.edu.co
Created attachment 61560
--> https://bugs.winehq.org/attachment.cgi?id=61560
Backtrace of Eviews 10SV
Whenever I try to run an augmented Dickey-Fuller test on a time series, the
program crashes an says Eviews10SV.exe must be closed. I'm on a MacBook Pro 15'
TouchBar with the OS up to date and the program is also on the latest version.
The problem started earlier today after an update to Eviews 10SV, which the
program informed by its automatic updates service. Right now I have installed
Wviews10SV Jun 4 2018 Build.
--
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=44901
Bug ID: 44901
Summary: DS4Windows crashes DS4 Driver
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)gmail.com
Distribution: ---
Created attachment 60984
--> https://bugs.winehq.org/attachment.cgi?id=60984
backtrace
Crashes on the latest Version 1.4.52 of 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=40354
Bug ID: 40354
Summary: Display Arabic character but not typing
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Serri(a)Hakmi.net
Distribution: ---
Hello ,
We Just Moving From Windows Env. to Ubuntu Env.
our System is build on Silverlight
so we used Wine-pipelight to run silverlight on Ubuntu 14, now when running
application labels and stored data is running perfect but if i want to add any
Arabic Text The System will Show ????? instead of Arabic Charterer, if i try to
copy and past it from some where else it's working fine but agin any typing to
silverlight in Arabic Language is showing only ?????,
so can anyone help with this problem other our project will Fail
With Best Regards
--
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=41397
Bug ID: 41397
Summary: cTrader .NET 4.0 'ClickOnce' install fails
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mglawing(a)gmail.com
Distribution: ---
cTrader is a .NET 4.0 ClickOnce application.
The cTrader installer fails to detect dotnet40 is already installed,
and tries to install it again,
the installer pop up window says "Installing Microsoft .NET Framework 4 Client
Profile (x86 and x64)", the progress bar is ticking forward slowly and when the
progress bar has reached 100% is goes down to 0% and this repeats in a loop
without ending. While the installer window is visible no network traffic is
generated.
Packages already installed by winetricks: dotnet40, corefonts, vcrun6, msxml6.
Windows version: 10.
OUTPUT
fixme:ole:DllRegisterServer stub
err:winediag:schan_imp_init Failed to load libgnutls, secure connections will
not be available.
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:LsaOpenPolicy ((null),0x33e628,0x00000001,0x33e614) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
err:wininet:HTTP_ParseDateAsAsctime unexpected weekday L"-1"
err:wininet:HTTP_ParseDate unexpected date format L"-1"
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:clusapi:OpenCluster ((null)) stub!
fixme:clusapi:ClusterOpenEnum (0xdeadbeef, 4) stub!
fixme:clusapi:ClusterEnum (0xdeadbeef, 0, 0x33f850, 0x13fde0, 261) stub!
fixme:clusapi:ClusterCloseEnum (0xdeadbeef) stub!
fixme:clusapi:CloseCluster (0xdeadbeef) stub!
fixme:advapi:DecryptFileW (L"C:\\0695b5cf8b51d7d2a5face020666cf\\", 00000000):
stub
err:winediag:schan_imp_init Failed to load libgnutls, secure connections will
not be available.
fixme:ntdll:EtwRegisterTraceGuidsW (0x6cd15f38, 0x6cd20180,
{e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fca0, (null), (null),
0x6cd20188): stub
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2821408-c59d-418f-ad3f-aa4e792aeb79}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:thread:SetThreadStackGuarantee (0x33fb58): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f448,0x00000001,0x33f434) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0xa5c378,0x00000001,0xa5c364) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported
protocols
fixme:advapi:ControlTraceW (0, (null), 0xa558dc, 1) stub
fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported
protocols
fixme:qmgr:BackgroundCopyJob_SetPriority (0x135d50)->(0): stub
fixme:qmgr:BackgroundCopyJob_SetNoProgressTimeout (0x135d50)->(120): stub
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for
{659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
--
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=40563
Bug ID: 40563
Summary: N1MM Logger+ version 1.0.5x crashes at launch
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temp7(a)n0sq.us
Distribution: ---
Created attachment 54401
--> https://bugs.winehq.org/attachment.cgi?id=54401
output from running from CLI
Program crashes at launch.
--
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=44589
Bug ID: 44589
Summary: The finally{} of a try/catch/finally on MS .NET
doesn't appear to be be respected as it should
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
My own code on MS seems to adhere to the notion that if something is in a
finally {} of a try/catch/finally it must always be called unless the program
doesn't continue at all.
On wine though (tested on current -devel and .NET 4.5.2) that doesn't seem to
be the case. Calls inside the finally{} may be ignored or in general be
inconsistent.
--
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=44411
Bug ID: 44411
Summary: CRASHING AND LACKING FONT civilization call to power
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kitisanutter(a)gmail.com
Distribution: ---
Game crashes with core fonts, there is nothing to suggest reason why other than
lack of core fonts.
--
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=44400
Bug ID: 44400
Summary: Elona+ custom crashes on exit, crash confirmation
windows appears in few senconds
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morichikarinnosukee(a)gmail.com
Distribution: ---
Created attachment 60323
--> https://bugs.winehq.org/attachment.cgi?id=60323
I tried all windows, but not work.
wine 1.8 tricks run elona+ custom1.75.1 is really good,But I update to 3.0 then
game crash when just show window.
I try use xp,win 7,8,or 10,but all not work.
--
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=45100
Bug ID: 45100
Summary: System.AccessViolationException for .Net when Form
start
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alekseenko_yan(a)mail.ru
Created attachment 61271
--> https://bugs.winehq.org/attachment.cgi?id=61271
Crashed log from Wine
I try to start Zeus Radio (hfrelectronics.com) written on .Net and using
DirectSound and OpenGL and application crashed.
PS. We try to start on Wine 3.6 under Linux Mint ant it WORKS.
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32
nCmdShow)
at System.Windows.Forms.Form.set_WindowState(FormWindowState value)
at CustomControls.CustomForm.OnLoad(EventArgs e) in
d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 154
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at CustomControls.CustomForm.WndProc(Message& m) in
d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 572
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32
nCmdShow)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at ZeusSDR.ZeusMainForm..ctor(Intro intro) in
d:\Project\ZeusSDR\ZeusSDR\ui\ZeusMainForm.cs:line 568
--
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.