http://bugs.winehq.org/show_bug.cgi?id=32036
Bug #: 32036
Summary: RSLogix5000 v16 Runtime Error
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://http://www.rockwellautomation.com/rockwellsoftw
are/design/rslogix5000/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)…
[View More]winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Classification: Unclassified
Created attachment 42224
--> http://bugs.winehq.org/attachment.cgi?id=42224
Rockwell Automation Software Setup.log text
wine-1.5.15-249-g8392a85
Note in link provided, version 17 is only available. v16 may be obtained from
Rockwell distributors if requested.
For those interested to play with RSLogix
setting oleaut32 to native will no longer install. With native dotnet1.1 it
gets a fair way.
This sometimes fails..
install of Rockwell Automation Drives PowerFlex 7 Module Profiles
[dvd path]\ENU\RSLogx5k\MP\RADrives\RADrives_PF7.msi
The terminal output near this time has
err:rpc:I_RpcGetBuffer no binding
SERVICE_NAME: RNADiagnosticsService
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 2 START_PENDING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported
snip
fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported
fixme:msi:load_progid Unknown class L"ECFA29AF-676B-49BD-AA7A-4489663D6B6C"
err:msi:iterate_load_verb Verb unable to find loaded extension L"dro"
or
err:ntdll:RtlpWaitForCriticalSection section 0x16c06c "bitblt.c: surface" wait
timed out in thread 001b, blocked by 001e, retrying (60 sec
err:seh:setup_exception_record stack overflow 824 bytes in thread 001b eip
b74b964d esp 00240ff8 stack 0x240000-0x241000-0x340000
snip
err:msi:iterate_load_verb Verb unable to find loaded extension L"dxc"
err:ntdll:RtlpWaitForCriticalSection section 0x1f67bc "bitblt.c: surface" wait
timed out in thread 0035, blocked by 003c, retrying (60 sec)
err:seh:setup_exception_record stack overflow 1504 bytes in thread 0035 eip
7bc3f6c8 esp 00240d50 stack 0x240000-0x241000-0x340000
But if it gets past this, it fails with:
This application has requested the Runtime to terminate it in an unusual way.
Install log files MPI.log:
MPSetup:Setup operations complete. Performed 26 operations of 26 scheduled
FactoryTalkActivationClient v2.log
InstallProduct return code for [FactoryTalk Activation Client v2.00.01] was 0
Rockwell Automation Software Setup.log
Installs Acrobat Reader 7 and then messes up the log file
CustomActionData 3: IMM_SUCCESS;C:\Program Files\Adobe\Acrobat
7.0\;Software\Adobe\Acrobat Reader\;
[mentions to defrag]
5;Optimizing performance ...;Completed [1]% of process;
NOTE: Installation was successful. However, because your hard drive is
fragmented, this application may not be able to launch as quickly as possib
[..]
1: DefragmentFiles 2: Defragmention process was invoked
[snip]
1: SetOptimizationStatus 2: Starting custom action 3: 4: 5:
1: SetOptimizationStatus 2: Ending custom action 3: 4: 5:
[and then the rest of the log is unreadable to the end of the file.. eg:]
\00-\00l\00e\00v\00e\00l\00 \00l\00o\00g\00:\00
\00I\00n\00v\00e\00n\00t\00o\00r\00y\00:\00 \00 \00 \00 \00
\00F\00e\00a\00t\00u\00r\00
I will try and add a terminal log later tonight but please let me know if I can
provide any other debug logs.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=31098
Bug #: 31098
Summary: 115 Udown can't work since I installed it
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
I downloaded http://pc.115.com/…
[View More]download/115UDown_3.2.8.15.exe then installed it
on my fedora 16.But I can't launch it and I know nothing about how to solve 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30627
Bug #: 30627
Summary: Appending text to a large richedit is very slow
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Although the pathological case …
[View More]reported in bug 30614 is now fixed,
all is not yet well.
When repeatedly appending lines, builtin riched20 starts out about 3x slower
than native, and at 40k lines, is about 10x slower than native.
This is painful for long-running apps that use richedit for verbose logs.
(Measured with the attached program and today's git on my i5,
appending 1000 lines to an empty richedit control takes
builtin hidden: 907 ms
builtin visible: 4862 ms
native hidden: 368 ms
native visible: 4530 ms
Appending 1000 lines to a richedit control which already contains 40000 lines
takes:
builtin hidden: 22169 ms
builtin visible: 33002 ms
native hidden: 1750 ms
native visible: 4807 ms )
Building wine's riched20 with -O1 -fno-inline and profiling with 'perf' shows
62.60% ME_WrapMarkedParagraphs
12.07% ME_PaintContent
9.99% ME_InvalidateMarkedParagraph
at 50k lines.
Initial inspection seems to show that most of the time in
ME_WrapMarkedParagraphs is in the function itself, not in any
called functions.
Adding trace statements to all callers of ME_WrapMarkedParagraphs, I see
one call during EM_EXSETSEL:
ME_Repaint Calling ME_WrapMarkedParagraphs
and four calls during EM_REPLACESEL:
ME_UpdateRepaint Calling ME_WrapMarkedParagraphs
ME_UpdateScrollBar Calling ME_WrapMarkedParagraphs
ME_Repaint Calling ME_WrapMarkedParagraphs
ME_UpdateScrollBar Calling ME_WrapMarkedParagraphs
This is the case whether the window is hidden or not.
Bug 13355 (which Dylan says is separate, since it's about richedit
being slow on a single large call to WM_SETTEXT) suggests in comment 14
ways to remove some redundant calls to ME_WrapMarkedParagraphs,
and to let one of them return early.
In addition to those ideas, for this bug, it would be useful if
ME_WrapMarkedParagraphs (and ME_InvalidateMarkedParagraph) could
avoid making a linear scan across all paragraphs.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39773
Bug ID: 39773
Summary: File->Open slowdown caused by desktop.ini checks
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
To reproduce this you will need two …
[View More]Linux machines, a Samba server and a Samba
client.
On the Samba server:
* Create a directory with lots of subdirectories and files:
mkdir smbdir
cd smbdir
for i in `seq 1 200`;do mkdir sub$i; done
for i in `seq 1 200`;do touch file$i; done
* Export smbdir through Samba. (alternatively you could export '/' and use
'/usr/lib' as a replacement for smbdir)
On the Samba client:
* Mount the Samba share. You can either do it by adding a /etc/fstab line like:
//MYSERVER/smbdir /mnt/smbdir cifs
rw,username=MYLOGIN,password=MYPASSWORD,domain=MYDOMAIN 0 0
Or by starting Nautilus in GNOME, clicking on '+Other Places' -> Windows
network... using GVFS. Note that in this case you'll have to work around the
colon in the mount point filename (see bug 34868).
* Slow down the network connection using a command like this:
tc qdisc add dev eth0 root netem delay 10ms
* Check the above line is effective by running:
ping MYSERVER
The rtt should be around 10ms.
* cd /mnt/root/
wine notepad
* Open the File->Open dialog, navigate to the smbdir folder exported through
Samba.
* BUG: The initial display will be slow and scrolling through the many
subfolders will be very slow.
* Change the file mask to '*.*'.
* Scroll all the way to the right so only files are visible. As long as only
files are visible scrolling should then be very fast!
* Finally change the rtt to 0ms on the Samba server and check that the RTT is
under 1ms.
* Now test again notepad's File->Open dialog and everything should be
reasonably fast.
The problem is that whenever File->Open displays a folder in the open file
dialog it checks whether it contains a desktop.ini file to display the right
icon. That's not cached, thus incurring a few file lookups per folder
displayed. For local file systems that's fast enough but on network shares with
a non-trivial RTT the speed impact is significant. A 10+ ms RTT makes the
dialog essentially unusable.
Note that when displaying a filename we have everything in the cache so
redisplays are lightning fast and track the mouse.
Also Microsoft Office has the same problem even though it does not use the
standard comdlg32 dialog (though that may depend on the Windows version being
emulate). On Windows Microsoft Office suffers no slowdown in this situation.
What this means is that the standard common dialog is probably the wrong level
for fixing this.
Hacking SHELL32_GetCustomFolderAttributeFromPath() in shell32 to just return
FALSE speeds things up greatly. The display still lags a bit behind the mouse
so that there may be some residual file lookups or other slowdowns but it's
still night and day.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26541
Summary: Dragon Saga doesn't start
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing DragonSagaInstaller-0.1.29-20110216.msi
went fine, but
$ cd ~/.wine/drive_c/Program Files/Gravity/Dragon Saga
…
[View More]$ wine Release/DragonSaga.EXE
fails like this:
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessDebugFlags
Unhandled exception: privileged instruction in 32-bit code (0x0123980c).
Backtrace:
=>0 0x0123980c in dragonsaga (+0xe4980c) (0x0032fea0)
1 0x7edaa2fc call_process_entry+0xb() in kernel32 (0x0032feb8)
2 0x7edac593 start_process+0x52(peb=0x1) [dlls/kernel32/process.c:1086] in
kernel32
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28089
Summary: exception handling code touches stack for exceptions
handled by the debugger
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardloos(a)googlemail.com
Created an attachment (id=…
[View More]35971)
--> (http://bugs.winehq.org/attachment.cgi?id=35971)
a hack to work around the problem
Wine places the CONTEXT and EXCEPTION_RECORD structures onto the stack past ESP
during the unix signal handler and continues with most of the exception
handling code outside of the signal handler. Unfortunately and contrary to
windows behavior the debugger gets notified only after this happens. Windows
doesn't touch the stack at all, if the exception is handled by the debugger.
This makes it very hard to single step trough code which keeps useful data past
ESP (securom 8 for example).
it's easy to show with this small test:
void foo()
{
char *x = 0, *y = 0, *from = 0, *to = 0;
char c;
x = &c;
y = &c - 500;
while (y != x)
*y++ = 0x55;
c = 0x77; /* single step a few times here */
y = &c - 500;
while (y != x)
{
if (*y != 0x55)
if (from)
to = y;
else
from = y;
y++;
}
/* to and from shoudl be NULL */
}
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33310
Bug #: 33310
Summary: Minimizing window erases chess board in Shredder
Classic 4 Windows
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clavius(a)live.com
Classification: …
[View More]Unclassified
Minimizing the program window causes the play area to come up blank upon
re-maximization in Shredder Classic 4 Windows chess.
To duplicate the bug:
1) Obtain Shredder Classic 4 Windows demo from
http://download.shredderchess.com/pc/sc4/prg/myscl/SetupShredderClassic4.exe
2) Install the program under Wine. I've tested this with Wine versions 1.4 and
several 1.5 releases under both Ubuntu and openSUSE Linux, 64-bit OS.
3) Start the program either by command-line or clicking the icon. You'll see
the normal Shredder game screen. Start a new game to get a chess board.
4) Minimize the Shredder window.
5) Now maximize the window again, and the game play area (chess board and all)
will have disappeared. This happens with any combination of layouts and chess
sets I've tried (most if not all, including the 3d ones).
This screen re-draw issue seems to be the only one I haven't been able to
resolve by downloading winetricks and various Microsoft runtime libraries.
Shredder for Windows offers a few features unavaiable in the native Linux
version, including the ability to play Chess960. It also has, in my opinion, a
nicer looking GUI. Would be nice to play under Wine.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18508
Summary: Sony Acid Pro 7 Fails to Install
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aliendude5300(a)gmail.com
Created an attachment (id=21153)
--> (http://bugs.winehq.org/attachment.cgi?id=21153)
…
[View More]What debug messages appeared during installation of Sony Acid Pro 7 on default
Wine installation.
The installer for Sony Acid Pro 7 fails to install the necessary files and
exits in Wine 1.1.21.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=15301
Summary: Biliardo 2 installer terminates on launch
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://web.tiscali.it/chiesi/software/ita/biliardo2.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an …
[View More]attachment (id=16125)
--> (http://bugs.winehq.org/attachment.cgi?id=16125)
Biliardo 2 relay log (rzipped)
With current Git (wine-1.1.4-392-gaf78a7b), when attempting to launch the
Biliardo 2 installer, a window momentarily appears, but the installer
terminates without any further messages. From examination of relay traces,
there seems to be an exception being raised while the installer runs, possibly
causing the termination.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=35272
Bug ID: 35272
Summary: Mortal Kombat Komplete Edition (Steam) crashing to
desktop within graphics autoconf.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(…
[View More]a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 47044
--> http://bugs.winehq.org/attachment.cgi?id=47044
Terminal output
See attached terminal output.
Linux Mint 16 Petra Cinnamon x64 ; AMD Radeon 5750 ; Wine 1.7.8
--
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.
[View Less]