Guitar Pro 6 - Need help with possible regression?
-
- Level 4
- Posts: 194
- Joined: Thu Jun 12, 2008 12:40 pm
Guitar Pro 6 - Need help with possible regression?
According to http://appdb.winehq.org/objectManager.p ... &iId=20404 , Guitar Pro 6 works fine with wine 1.1.42 and wine 1.2. For me in current git and Gentoo X64 it does not.
I reported the following bug : http://bugs.winehq.org/show_bug.cgi?id=25440 , and tested wine 1.1.42 and wine 1.2 to see if there were regressions. I get the same results with these versions and current git. Therefore either I am doing something wrong or the test results are invalid. Meanwhile, I have uploaded some extra debug information, hoping for improvements.
I would like to get input from other GP6 users who use Wine. What are your results? If you get something different than me, how did you obtained these.
Thanks!
I reported the following bug : http://bugs.winehq.org/show_bug.cgi?id=25440 , and tested wine 1.1.42 and wine 1.2 to see if there were regressions. I get the same results with these versions and current git. Therefore either I am doing something wrong or the test results are invalid. Meanwhile, I have uploaded some extra debug information, hoping for improvements.
I would like to get input from other GP6 users who use Wine. What are your results? If you get something different than me, how did you obtained these.
Thanks!
-
- Level 4
- Posts: 194
- Joined: Thu Jun 12, 2008 12:40 pm
http://en.wikipedia.org/wiki/TuxGuitar This is part of the problem. Lot of the past users of that program have moved on with a little bit of work TuxGuitar will feature pass Guitar Pro. http://en.wikipedia.org/wiki/Comparison_of_scorewriters There is a nice list of open source onces out there.
Have you tried with a WINEARCH=win32 prefix. Also in the bug report does not seem to be a report just plain from wine output without tweaking debuging options.
Error also says program is being odd for some reason "C:/Program Files/Guitar Pro 6" Those slashes are the wrong way to convention for windows. Might be clue to the error.
Did you clean install in 1.1.42 and 1.2.
I have had cases where its a form of install error. Ie installed under X version wine works. Installed under different versions does not work.
Same with the runtime dependance those are need in before.
Have you tried with a WINEARCH=win32 prefix. Also in the bug report does not seem to be a report just plain from wine output without tweaking debuging options.
Error also says program is being odd for some reason "C:/Program Files/Guitar Pro 6" Those slashes are the wrong way to convention for windows. Might be clue to the error.
Did you clean install in 1.1.42 and 1.2.
I have had cases where its a form of install error. Ie installed under X version wine works. Installed under different versions does not work.
Same with the runtime dependance those are need in before.
-
- Level 4
- Posts: 194
- Joined: Thu Jun 12, 2008 12:40 pm
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@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 ) )
Using the WINEARCH=win32 variable did not help.
I still get this output with the latest program revision.
xavier@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 ) )
Some apps use slashes to store/display paths.dimesio wrote: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?Das Letzte Einhorn wrote: app dir path: "C:/gp6"
try looking at a CMake file:
http://twogregui.googlecode.com/svn/tru ... eLists.txt
-
- Level 4
- Posts: 194
- Joined: Thu Jun 12, 2008 12:40 pm
Code: Select all
xavier@xavier /wine/gp6/drive_c/gp6 $ winefile
*Double click on 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 ) )
Code: Select all
xavier@xavier /wine/gp6/drive_c/gp6 $ wine start GuitarPro.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
Guitar Pro 6 - Need help with possible regression?
As a programmer, my Qt based applications work with either or evenSome apps use slashes to store/display paths.
try looking at a CMake file:
http://twogregui.googlecode.com/svn/tru ... eLists.txt
mixed '\' and '/' in the same path on windows.
John