http://bugs.winehq.org/show_bug.cgi?id=25115
Summary: xcopy.exe in batch file doesn't ask for Y/N before
copying
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.melard(a)yahoo.fr
Created an attachment (id=31851)
--> (http://bugs.winehq.org/attachment.cgi?id=31851)
Excerpt from a multi-megabytes log file created by my program
xcopy.exe in batch file doesn't ask for Y/N before copying
I wrote a Windows software using Delphi and was pleased that it runs under
Linux Mandriva Spring 2009 (under VirtualBox under WinXP) thanks to Wine.
Congratulations !
I also wrote an installer for a CD-Rom for which, given the large number of
files (> 1000) to copy I created a batch file with several XCOPYs.
For example
XCOPY "G:\TSE24MPC" "C:\Program Files\MPCT2v3\TSE24MPC" /S/I/C >> "C:\Program
Files\MPCT2v3\MPCT2.log"
(where G: is the CD and MPCT2v3 is the (already created) directory where the
files should be copied)
Unfortunately I didn't use the /Y parameter which "Overwrites existing files
without prompting" because it was not supported by some Microsoft older OSes.
Instead I used
SET COPYCMD=/Y >>"C:\Program Files\MPCT2v3\MPCT2.log"
which apparently was not taken into account.
My program records batch file output in a log file (see attachment) which grew
up to hundreds of MB's while Wine File Manager didn't show the expected copies.
At worse it appears that XCOPY should display a message in my French XP
Remplacer C:\Program Files\MPCT2v3\TSE24MPC\$DJ.BGI (Oui/Non/Tous)?
But no message appears since no command prompt window is there and the same
message repeats itself until I stop the XCOPY program in Task Manager.
It should perhaps be wise to eliminate interaction from DOS commands or support
COPYCMD to avoid the problem. Thank you again.
--
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=17970
Summary: Altium DXP 2004 combo boxes cannot be selected
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
When trying to select an item with the mouse inside any combo boxes in DXP
2004, an error is generated stating that it cannot focus an invisible or
disabled window. Using the arrow keys will allow you to select an item using
the keyboard. Running a regression test with git bisect reveals the following
patch:
5dfcadd7a3af47f61d056441407548ae8aef2004 is first bad commit
commit 5dfcadd7a3af47f61d056441407548ae8aef2004
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Nov 19 13:52:36 2008 +0800
user32: Do not change focus if the window is no longer active.
:040000 040000 337de18b4bf511f2e29e9ba5678ecc3386f13a86
8013d74ba7f22df7f4a77089d20c0ff6ba86f199 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=34727
Bug #: 34727
Summary: Grisaia no Kajitsu freezes upon launching opening
movie: quartz
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaexu(a)chokore-to.com
Classification: Unclassified
Created attachment 46305
--> http://bugs.winehq.org/attachment.cgi?id=46305
Terminal output of winedbg until freeze
Grisaia no Kajitsu wine fails to load the opening movie using quartz. Freezing
the game and making it impossible to continue.
--
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=10125
Summary: Installation of OnLine Bible fails with coredump on
MacOSX
Product: Wine
Version: 0.9.47.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Created an attachment (id=8694)
--> (http://bugs.winehq.org/attachment.cgi?id=8694)
Error Log in RTF format
While installing OnLine Bible 12, received a core dump log. See attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36510
Bug ID: 36510
Summary: valgrind shows a couple warnings in
ieframe/tests/ieframe.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 92841b3195276a12a320fa0b3dd854401cbef943
ie.c:216: Test failed: get_HWND faile: 80004001
ie.c:217: Test failed: handle == 0
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x402CD94: strcmp (mc_replace_strmem.c:730)
==10103== by 0x4CC6D24: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x4CDAC93: winetest_vok (test.h:333)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
ie.c:221: Test failed: Unexpected class name
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x427AA39: vfprintf (vfprintf.c:1635)
==10103== by 0x427B47A: buffered_vfprintf (vfprintf.c:2311)
==10103== by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103== by 0x4CDACDF: winetest_vok (test.h:337)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
==10103== Syscall param write(buf) points to uninitialised byte(s)
==10103== at 0x4310D7B: ??? (syscall-template.S:81)
==10103== by 0x42A3300: _IO_file_write@@GLIBC_2.1 (fileops.c:1253)
==10103== by 0x42A252E: new_do_write (fileops.c:530)
==10103== by 0x42A39C9: _IO_file_xsputn@@GLIBC_2.1 (fileops.c:1335)
==10103== by 0x427B509: buffered_vfprintf (vfprintf.c:2332)
==10103== by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103== by 0x4CDACDF: winetest_vok (test.h:337)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Address 0x511d5f6 is on thread 1's stack
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
--
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=36152
Bug ID: 36152
Summary: msi/action tests fail under valgrind
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so
action && touch action.ok
action.c:2883: Test failed: Directory not created
action.c:2994: Test failed: Directory not created
action.c:3165: Test failed: Directory not created
action.c:3262: Test failed: Directory not created
action.c:3398: Test failed: Directory not created
action.c:3435: Test failed: Directory not created
action.c:3584: Test failed: Directory not created
action.c:3606: Test failed: Directory not created
action.c:3678: Test failed: Directory not created
action.c:3724: Test failed: Directory not created
action.c:4058: Test failed: Directory not deleted
action.c:4261: Test failed: Directory not deleted
action.c:4344: Test failed: Directory not deleted
wine-1.7.17-65-gfba08e3 / valgrind-3.9.0
See bug 36114 and bug 36116 for some leaks in that file.
--
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=31613
Bug #: 31613
Summary: error when running program
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olimpio.gonzatto(a)gmail.com
Classification: Unclassified
I did a program in delphi 10 for calculation of power, program type "console
application". When running the "Project1.exe" error occurred. Here log
attached.
--
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=11010
Summary: Application based on RPG Maker XP page faults shortly
after select 'new game' from menu.
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: barteqpl(a)gmail.com
Created an attachment (id=9993)
--> (http://bugs.winehq.org/attachment.cgi?id=9993)
Backtrace of "Magiczni wojownicy" game
App is in Polish and needs RGSS_RTP_Standard to be work properly.
It's called 'magiczni wojownicy'. Download link -
http://rapidshare.com/files/76230571/Magiczni_Wojownicy.rar
RTP_Standard_102.msi installed with msiexec works fine. Game launches with
minor bgs on console, but after select anything from menu games crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3488
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=3013
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=34962
Bug #: 34962
Summary: divekick fails on D3D11CreateDevice stub
Product: Wine
Version: 1.7.6
Platform: x86
URL: http://store.steampowered.com/app/244730/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
When starting divekick, I get:
fixme:d3d11:D3D11CreateDevice stub: adapter (nil), driver_type
D3D_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0, feature_levels (nil), levels
0, sdk_version 7, device (nil), feature_level 0x33fb84, context (nil)
Also it makes a dialog saying it requires DirectX 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=36679
Bug ID: 36679
Summary: metatrader 4
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: echtedwin(a)gmail.com
Created attachment 48719
--> http://bugs.winehq.org/attachment.cgi?id=48719
debug file
Installed PlayonMac to run Metatrader 4 on MacOs 10.9.2.
When I try to run Metatrader 4 I get a message "error in main".
And in the debug file I found:
"SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that
ntlm_auth >= 3.0.25 is in your path."
I don't know where to find this if this is causing the problem.
Hope you can help me out here.
--
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=33297
Bug #: 33297
Summary: Kindle for PC crashes when attempting to perform any
action on book marked as new
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rainkap(a)virginmedia.com
Classification: Unclassified
Created attachment 44044
--> http://bugs.winehq.org/attachment.cgi?id=44044
Backtrace immediately after crash
Kindle for PC is installed on Linux Mint Debian Edition using Wine version
1.4-1. Many books are marked as new, even though they have been opened and
partly read on a different device (Android tablet or Kindle for PC running on
Windows XP native). Any attempt to perform an action (read, remove from device)
on a book marked as new causes a crash.
--
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=28966
Bug #: 28966
Summary: application runs, checks for updates and exits, no
normal run.
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wvanreede(a)live.nl
Classification: Unclassified
Created attachment 37247
--> http://bugs.winehq.org/attachment.cgi?id=37247
error log
plus500 application; application runs, checks for updates and exits, no normal
run.
investproject.exe gives a major (appears in the error screen)
-no further information-
--
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=32411
Bug #: 32411
Summary: Cannot open exe files from RPG Maker XP/VX games.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephTorres05(a)gmail.com
Classification: Unclassified
Created attachment 42756
--> http://bugs.winehq.org/attachment.cgi?id=42756
It is a backtrace
This bug does not allow me to open exe files from RPG Maker XP/VX games and I
was wondering if there was a way to successfully do this.
--
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=32170
Bug #: 32170
Summary: Process spawned, no gui presented, then closes without
message or dump
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://www.powergrep.com/downloaddebug.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: WineHQBugzilla.sn3akyp3t3(a)spamgourmet.com
Classification: Unclassified
The problem only occurs with the 64 bit debug version of PowerGREP 4.4. The 32
bit version runs under Winearch=win32 without producing this symptom. The full
version of PowerGREP 64 bit produces a Wine crash dump which I've submitted as
a different bug report.
If there is any debugging that is necessary for the developer to correct with
the application to comply with Wine in any way this is preventing it from
running. Debug dumps only occur with this version of the application and not
the full version.
This is the command I used to spawn the process:
wine /home/user/JustGreatSoftware/PowerGREP4Debug64/PowerGREP4Debug.exe
This was the terminal output for that command:
fixme:process:GetProcessDEPPolicy (0xffffffffffffffff 0x22fbbc 0x22fbb8): stub
fixme:process:GetLogicalProcessorInformation ((nil),0x22fb04): stub
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1008e 0x00000000
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x7b9c10 100
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x6077011 14
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x7b9c10 14
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x6077000 31
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x7b9c10 17
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x1008e
--
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=35797
Bug ID: 35797
Summary: it's not work.Plese help me.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fuatkadioglu(a)msn.com
I installed this programme with wine but then i (double)clicked shortcut , it
is not work.
Programme link here : http://www.teknikbil.com/download/ktsserikur.exe
Please help me.I have already license for this programme but it's not work
with wine.
Thanks.
--
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=32998
Bug #: 32998
Summary: Sniper Elite V2 Demo failed to initialise D3DX11
Product: Wine
Version: 1.5.24
Platform: x86
URL: http://store.steampowered.com/app/63380/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43594
--> http://bugs.winehq.org/attachment.cgi?id=43594
with native dx and win 7 compatibility
Error window 'Failed to initialise D3DX11' after launching.
Output in attached file.
--
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=20657
Summary: Out of virtual memory space while generating symbolic
stack dump in chromium unit_tests.exe
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If chromium's unit_tests.exe happens to crash, wine
takes a lot of memory while generating a crash dump.
Under Valgrind, it sometimes runs out of memory, with the error
"Valgrind's memory management: out of memory:
newSuperblock's request for 6295552 bytes failed.
3682476032 bytes have already been allocated.
Valgrind cannot continue. Sorry."
For what it's worth, there are lots of valgrind warnings
during the production of the stack dump. Here's the first one:
[ RUN ] RenderViewTest.OnPrintPageAsBitmap
Backtrace:
Conditional jump or move depends on uninitialised value(s)
at symt_get_info (type.c:470)
by symt_cmp_addr (symbol.c:65)
by msort_with_tmp (msort.c:65)
...
by msort_with_tmp (msort.c:53)
by qsort_r (msort.c:294)
by qsort (msort.c:304)
by resort_symbols (symbol.c:847)
by symt_find_nearest (symbol.c:872)
by codeview_snarf_linetab2 (msc.c:1408)
by pdb_process_internal (msc.c:2549)
Uninitialised value was created by a heap allocation
at notify_alloc (heap.c:214)
by RtlReAllocateHeap (heap.c:1551)
by symt_grow_sorttab (symbol.c:79)
by symt_add_module_ht (symbol.c:101)
by symt_new_function (symbol.c:364)
by codeview_snarf (msc.c:1597)
by pdb_process_internal (msc.c:2540)
by pdb_process_file (msc.c:2594)
by codeview_process_info (msc.c:2765)
by pe_load_debug_directory (msc.c:2821)
by pe_load_msc_debug_info (pe_module.c:173)
by pe_load_debug_info (pe_module.c:287)
by module_get_debug (module.c:319)
by SymFromAddr (symbol.c:1242)
by `anonymous namespace'::SymbolContext::OutputTraceToStream
(debug_util_win.cc:132)
by StackTrace::OutputToStream (debug_util_win.cc:279)
by StackTrace::PrintBacktrace (debug_util_win.cc:265)
by base::`anonymous namespace'::StackDumpExceptionFilter
(process_util_win.cc:38)
by UnhandledExceptionFilter (except.c:450)
by __wine_exception_handler (exception.h:310)
by ??? (signal_i386.c:2329)
by ??? (signal_i386.c:2329)
by call_stack_handlers (signal_i386.c:606)
by raise_exception (signal_i386.c:684)
by NtRaiseException (signal_i386.c:2263)
--
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=36685
Bug ID: 36685
Summary: Failure to run an application: Rachunek Small
Business-HANDEL
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mkotas+winehq(a)gmail.com
Created attachment 48726
--> http://bugs.winehq.org/attachment.cgi?id=48726
log with error messages
Crash - no success while attempting to run an application: "Rachunek Small
Business-HANDEL"
Producer: MEGA-TECH, http://www.mega-tech.com.pl
--
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=27424
Summary: Aplicacion de Delphi 7
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hectordelmestre(a)gmail.com
Created an attachment (id=35071)
--> (http://bugs.winehq.org/attachment.cgi?id=35071)
Log reportados con la instruccion: wine app.exe &> /tmp/log.txt 2>&1
Aplicacion creada en Delphi 7. Se conecta a una base de datos creada con
Firebird.
Las dll necesarias se encuentran en la carpeta de la aplicacion y de ser
necesario se copian en la carpeta System32.
Las dll's necesarias son:
midas.dll
fbclient.dll
gds32.dll
dbexpint.dll
Sistema operativo donde se quiere correr:
Ubuntu 11.04 - Nucleo Linux 2.6.38-8-generic
Memoria 2.9 Gb - Intel Core Duo T6400.
Application created in Delphi 7. It connects to a database created with
Firebird.
The required dll are in the application folder and if necessary are copied to
the System32 folder.
The dll's needed are:
midas.dll
fbclient.dll
gds32.dll
dbexpint.dll
Operating system where you want to run:
11.04 Ubuntu - Linux Kernel 2.6.38-8-generic
2.9 GB memory - Intel Core Duo T6400.
--
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=36695
Bug ID: 36695
Summary: 64-bit binaries produced by Go produce lots of
create_view messages and an eventual unhandled page
fault, even if the program already finished running
successfully
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Created attachment 48734
--> http://bugs.winehq.org/attachment.cgi?id=48734
Output of the hello, world program in the post.
wine seems to have a problem loading 64-bit binaries produced by the Go
compiler for target windows/amd64 (GOOS=windows GOARCH=amd64).
First, on startup, wine prints a lot of messages of the form
fixme:virtual:create_view out of memory in virtual heap for
0x5c000000000-0x5c882002000
with different addresses each time. Then, the program starts running, often to
completion (echo $? gives 0). At the same time, wine says
wine: Unhandled page fault at address 0x7f7f46f5b33f (thread 0029),
starting debugger...
and tries to quit. (Smaller programs like the attached may not produce this
message; the longer the program, the more likely it is to appear.) For small
programs, the program code will race wine and succeed; larger programs will
just not work.
Sometimes, the Unhandled page fault is accompanied by a messagebox with title
"Wine program crash" and text "Internal errors - invalid parameters received".
The attachment is the output of
package main
import "fmt"
func main() { fmt.Println("hello, world") }
This is with wine from the official Ubuntu PPA. This has happened over many Go
versions from the past few months; the one I used here is
go version go1.3beta2 +aecdc70c44ac Fri May 23 17:39:58 2014 -0700
linux/amd64
--
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=9900
Summary: Starship titanic crashes at startup
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nikolay(a)vladimiroff.com
Created an attachment (id=8393)
--> (http://bugs.winehq.org/attachment.cgi?id=8393)
last 100 lines of +relay debug
Starship Titanic crashes at startup. Install works fine.
Kernel/OS: 2.6.22.9-91.fc7/Fedora 7 x86_64
--
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=36707
Bug ID: 36707
Summary: wineboot hangs (loops?) with 100% CPU
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tebclause(a)gmail.com
Might be Wine bug #36664
Looks like RedHat bug #1097970
Wine 1.6.1 worked very well in Ubuntu 12.04, for years, until the patch below
was applied.
( from: /var/log/apt )
Start-Date: 2014-06-07 06:10:33
Commandline: aptdaemon role='role-commit-packages' sender=':1.323'
Install: linux-headers-3.2.0-64:amd64 (3.2.0-64.97),
linux-image-3.2.0-64-generic:amd64 (3.2.0-64.97),
linux-headers-3.2.0-64-generic:amd64 (3.2.0-64.97)
Upgrade: linux-generic:amd64 (3.2.0.63.75, 3.2.0.64.76),
linux-headers-generic:amd64 (3.2.0.63.75, 3.2.0.64.76),
linux-image-generic:amd64 (3.2.0.63.75, 3.2.0.64.76), linux-libc-dev:amd64
(3.2.0-63.95, 3.2.0-64.97)
End-Date: 2014-06-07 06:13:55
After that patch Wine locks/hangs in wineboot with 100% CPU (one core) use.
I tried running Configure Wine to eliminate potential application dependencies
and see the same behavior starting it.
When I kill the wineboot process wincnfg starts and takes 100% of CPU until
killed.
Same situation with Wine 1.7.18 in Ubuntu 12.04
Same situation with Wine 1.6.2 in Ubuntu 14.04
Things I've tried that did NOT fix or change the problem:
Reinstall Wine 1.6.1 ( wine1.6:amd64 (1.6.1-0ubuntu1~ppa1~precise1) )
Instal Wine 1.7.18
Remove Wine 1.7 and (re)install 1.6.1
Replace open source video driver with Nvidia proprietary driver.
Upgrade to Ubuntu 14.04 and Wine 1.6.2
--
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.