Das Letzte Einhorn
2011-Jan-26 06:41 UTC
[Wine] Re: Guitar Pro 6 - Need help with possible regression?
Tuxguitar does not have the features I need (8-string guitar), and the last version is over a year old. Is there still progress made on this program? Using the WINEARCH=win32 variable did not help. I still get this output with the latest program revision. xavier at xavier /wine/gp6/drive_c/gp6 $ wine c:\\gp6\\GuitarPro.exe fixme:system:SetProcessDPIAware stub! app dir path: "C:/gp6" current: QDir( "C:/gp6" , nameFilters = { * }, QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) ) current: QDir( "C:/gp6" , nameFilters = { * }, QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) )
dimesio
2011-Jan-26 23:16 UTC
[Wine] Re: Guitar Pro 6 - Need help with possible regression?
Das Letzte Einhorn wrote:> > app dir path: "C:/gp6" >As oiaohim pointed out, the slashes are going in the wrong direction for a Windows-style path. Have you tried different ways of starting the app, e.g., wine start, or going through winefile?
dimesio wrote:> > Das Letzte Einhorn wrote: > > > > app dir path: "C:/gp6" > > > > As oiaohim pointed out, the slashes are going in the wrong direction for a Windows-style path. Have you tried different ways of starting the app, e.g., wine start, or going through winefile?Some apps use slashes to store/display paths. try looking at a CMake file: http://twogregui.googlecode.com/svn/trunk/TwOgre/CMakeLists.txt