I am trying to get a game called Mytheon working, it is a relatively unheard of MMO and there is no entry in the appDB for it. The game installed fine, but when I try to run it it it just does nothing. No errors, no waiting or anything. The command line pauses like something is going to happen for a second and then the regular prompt comes back up. Is there some way to make it so I can see what is trying to load and what errors occur?
hitokiri
2011-Mar-08 18:34 UTC
[Wine] Re: Trying to get program to work but no error messages
O.K. well I figured out the answer to my question, but have no clue what the problem is. The only output is: seth at linux-allj:~> winedbg .wine/drive_c/Program\ Files/TrueGames/Mytheon/launcher.ui.exe WineDbg starting on pid 0015 0x7b85a843 ExitProcess+0xcb3 in kernel32: movl %edi,0x4(%esp) Any ideas?
James McKenzie
2011-Mar-08 18:47 UTC
[Wine] Trying to get program to work but no error messages
On Tue, Mar 8, 2011 at 11:34 AM, hitokiri <wineforum-user at winehq.org> wrote:> O.K. well I figured out the answer to my question, but have no clue what the problem is. ?The only output is: > > seth at linux-allj:~> winedbg .wine/drive_c/Program\ Files/TrueGames/Mytheon/launcher.ui.exe > WineDbg starting on pid 0015 > 0x7b85a843 ExitProcess+0xcb3 in kernel32: movl ?%edi,0x4(%esp) > > Any ideas?[code] cd wine/drive_c/Program\ Files/TrueGames/Mytheon/ winedbg launcher.ui.exe [/code] Also can you provide the Wine version you are running? [code] wine --version [/code] James McKenzie
hitokiri
2011-Mar-10 07:12 UTC
[Wine] Re: Trying to get program to work but no error messages
Running from the directory like you suggested gives the same exact error. My wine version is 1.3.14. Thanks.
James McKenzie
2011-Mar-10 14:47 UTC
[Wine] Trying to get program to work but no error messages
On Thu, Mar 10, 2011 at 12:12 AM, hitokiri <wineforum-user at winehq.org> wrote:> Running from the directory like you suggested gives the same exact error. > > My wine version is 1.3.14. >Terminal output? http://wiki.winehq.org/FAQ#run_from_terminal And we want the entire log, not just one line like you sent the last time. Log file if it is over a couple of screens in length: http://wiki.winehq.org/FAQ#get_log Please include the command line you are using to start the program. James McKenzie
hitokiri
2011-Mar-11 05:40 UTC
[Wine] Re: Trying to get program to work but no error messages
Please forgive me as I am pretty new at this, I don't usually try to delve into why programs don't work. Here is the complete process i just used from the command line to try to start the game and to try to get a debug log: All your base are belong to us. seth at linux-allj:~> cd .wine/drive_c/Program\ Files/TrueGames/Mytheon/ seth at linux-allj:~/.wine/drive_c/Program Files/TrueGames/Mytheon> wine launcher.ui.exe seth at linux-allj:~/.wine/drive_c/Program Files/TrueGames/Mytheon> wine launcher.ui.exe seth at linux-allj:~/.wine/drive_c/Program Files/TrueGames/Mytheon> winedbg launcher.ui.exe WineDbg starting on pid 003c 0x7b85a843 ExitProcess+0xcb3 in kernel32: movl %edi,0x4(%esp) Wine-dbg>