http://bugs.winehq.org/show_bug.cgi?id=11461
Summary: TortoiseSVN does not run under Wine
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mslinn(a)mslinn.com
I note that Winscp (winscp.org) is able to display TortoiseSVN menus in the
local file window when running under Windows, but not when running under wine.
Here is how I invoke winscp under wine:
WINEDEBUG=fixme-all wine "c:/program files/winscp/winscp"
Background:
WinSCP is a very nice GUI front end for Subversion (svn). You can read about
it and download it here: http://tortoisesvn.tigris.org/
TortoiseSVN should not be run across a network when the Icon Overlays feature
is enabled.
http://tortoisesvn.net/node/138http://tortoisesvn.net/node/267
However, TortoiseSVN's icon overlay feature is one of the program's major
assets.
I want to use Cygwin's xterm to connect to the samba server that holds the svn
checkout directory and use Wine to run TortoiseSVN locally on that server. The
user would be presented with a nice visual representation of the state of their
checked out Subversion project, and performance would be good.
On Windows, TortoiseSVN can display its icons in any file chooser window, and
in Windows Explorer. I have also found that WinSCP's explorer view will show
icons for the local machine.
I would prefer not to have to run WinSCP in order to view TortoiseSVN icons.
Perhaps a tiny Win32 program that merely shows a file dialog would be
sufficient to run in an xterm, if Wine would support whatever system calls
TortoiseSVN makes.
For me, and many other programmers and IT personnel who work in a mixed
Windows/Linux environment, Wine would be much more useful if there was a way to
run it under Wine. Might it be possible to extend winefile with whatever it
currently lacks in order to allow TortoiseSVN to run?
--
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=58162
Bug ID: 58162
Summary: GetPrivateProfileIntA/W and
WritePrivateProfileStringA/W does not detour properly.
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 78443
--> http://bugs.winehq.org/attachment.cgi?id=78443
sone_patch's debug log under Windows 10.
When trying to detour a Recettear - An Item Shop's Tale's custom.exe using
https://gitlab.com/redpolline/sone_patch, all attempts to update the game's
config ini file fail under Wine, but work under Windows.
The game's custom.exe uses the GetPrivateProfileIntA() and
WritePrivateProfileStringA() functions to access the game's ini file instead of
calling CreateFileA(), ReadFile(), and WriteFile() directly.
I assume that the cause is Wine possibly having GetFullPathNameW() as a
statically linked symbol within the context of GetPrivateProfileIntA() and
WritePrivateProfileStringA(). (As all three of them are exported by
kernel32.dll, and therefore the compiler would not need to search for the
symbol at build time.) But I could be wrong here.
What matters is that when sone_patch detours GetFullPathNameA/W(),
GetPrivateProfileIntA() and WritePrivateProfileStringA() should be affected by
that detour without being detoured themselves.
A good way to see this is by using sone_patch's debug build, as it logs when a
detoured function is hit, along with the given arguments.
Under Windows 10, multiple calls to GetFullPathNameA/W() are seen in the log.
(But no CreateFileA/W() for the ini file.)
Under Wine, no calls are logged at all for the ini file. The only call to
GetFullPathNameW() seen under Wine is for
C:\windows\resources\themes\light\light.msstyles. Which isn't present under the
Windows log, so that one is Wine specific.)
As a result, the game's button config and display settings cannot be altered by
the game's custom.exe. As it gets the original (developer intended) file which
is read-only (and owned by another user) on my system. Which sone_patch is
supposed to workaround through the detouring of GetFullPathNameA/W() to point
custom.exe to an accessible file elsewhere.
--
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=57672
Bug ID: 57672
Summary: Knights of the Old Republic II - Rendering issues and
crashes when using new WoW64 mode
Product: Wine
Version: 10.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)fdossena.com
Distribution: ---
Created attachment 77849
--> https://bugs.winehq.org/attachment.cgi?id=77849
Screenshot of how the game looks with the new WoW64 mode
I'm testing the "classic" version of KOTOR 2 (not the 2015 remaster from steam)
and I noticed a strange behavior.
When building Wine using the new WoW64 mode, the game has visual artifacts in
the character creation screen, and freezes when trying to start a new game.
When building Wine with the old WoW64, the game works correctly.
The first game, based on the same engine, works correctly with both versions of
WoW64.
Tested on:
* Arch Linux x86_64, Kernel 6.12
* AMD Radeon RX6900XT with Mesa 24.3.3
* KDE Plasma on Wayland (wine is running with the x11 backend)
I'm attaching screenshots of Wine 10.0-rc5. Logs don't show anything out of the
ordinary or different between the two builds.
--
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=37088
Bug ID: 37088
Summary: SmartBarXP hangs on exit
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49298
--> https://bugs.winehq.org/attachment.cgi?id=49298
terminal output
Noticed while checking bug 8018. Closing the application (either via Option,
Exit or clicking the X) results in a hang.
There's a seh exception thrown, as well.
--
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=57381
Bug ID: 57381
Summary: International Rally Championship Regression
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adec2011.ac(a)gmail.com
Distribution: ---
International Rally Championship used to run ok but has recently stopped
working. I dont know when exactly.
There is a demo here
https://archive.org/details/InternationalRallyChampionshipDemo
--
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=58220
Bug ID: 58220
Summary: Unable to start FileMon 7.03 from SysInternals -
Invalid function
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78535
--> http://bugs.winehq.org/attachment.cgi?id=78535
Error
FileMon 7.03 from SysInternals
https://web.archive.org/web/20070327060603/http://www.sysinternals.com/File…
Fails to start due to invalid function
--
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=58171
Bug ID: 58171
Summary: Breath of Fire IV, Ys VI crashes on the opening video
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: smazza(a)codeweavers.com
Regression SHA1: 277c8924c1ecd8626b26e19206908f648cc86e2c
Distribution: ArchLinux
Created attachment 78459
--> http://bugs.winehq.org/attachment.cgi?id=78459
terminal output
The GOG version of Breath of Fire IV and YS VI: The Ark of Naphistim crash when
the first opening video is about to play.
No demo versions exist.
Reverting commit
277c8924c1ecd8626b26e19206908f648cc86e2c
[amstream: Implement dynamic formats in ddraw stream.]
fixes the crash for me.
wine-10.6-71-gf7503d0a996
--
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=58224
Bug ID: 58224
Summary: [Website] HyperKitty has stopped working.
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
https://list.winehq.org/mailman3/hyperkitty/list/wine-bugs@winehq.org/
--
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=58228
Bug ID: 58228
Summary: Move child object page unable to fully load because it
is too long
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
When merging entries, the page that shows the entries to move the child objects
to displays as one long list in alphabetical order. That list is now so long
that the page cannot fully load:
Ooops! Something has gone terribly wrong!
Our monkey train has derailed! Worry not, a webmaster gopher help army has been
dispatched and is on the way.
If this error continues to be a problem, please report it to us on our Forums
error details:
Error Message: Maximum execution time of 60 seconds exceeded
File: query.php:119
Discovered while trying to merge 千千静听 (TTPlayer)
https://appdb.winehq.org/objectManager.php?sClass=application&iId=11003 with
TTPlayer
https://appdb.winehq.org/objectManager.php?sClass=application&iId=6077. The
move child objects page only got as far as the H's before timing out.
--
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=58221
Bug ID: 58221
Summary: Pot Player
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mosgf80(a)gmail.com
Distribution: ---
error 'WinDbg attached to pid 03e8'
--
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.