SimpleRockets doesn't open at all

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
TomasUmb
Newbie
Newbie
Posts: 4
Joined: Sun Jun 08, 2014 4:52 am

SimpleRockets doesn't open at all

Post by TomasUmb »

Hello i need help. When i double click .exe file of game it doesn't do anything at all. I have installed wine 1.7 and downloaded .net 4.0 using winetricks.I can send link for installer if needed. Please help and sorry for bad english
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: SimpleRockets doesn't open at all

Post by dimesio »

What happens when you run it from a terminal? http://wiki.winehq.org/FAQ#run_from_terminal
TomasUmb
Newbie
Newbie
Posts: 4
Joined: Sun Jun 08, 2014 4:52 am

Re: SimpleRockets doesn't open at all

Post by TomasUmb »

I can't figure out how to run it :/ Sorry i'm new to ubuntu and wine. When i type cd .wine/drive_c/Program Files/Jundroo/SimpleRockets in terminal it says .wine/drive_c/Program doesn't exsist also when trying without program files it says same
TomasUmb
Newbie
Newbie
Posts: 4
Joined: Sun Jun 08, 2014 4:52 am

Re: SimpleRockets doesn't open at all

Post by TomasUmb »

Figured out

namai@namai-System-Product-Name:~$ cd ~/.wine/drive_c/Program\ Files
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files$ ls
Common Files Internet Explorer Jundroo LG Electronics Microsoft.NET
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files$ cd Jundroo
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo$ cd SimpleRockets
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo/SimpleRockets$ ls *.exe
SimpleRockets.exe
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo/SimpleRockets$ wine SimpleRockets.exe
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
err:service:service_send_start_message service L"clr_optimization_v4.0.30319_32" failed to start
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_32" failed to start: 1053
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\Program Files\\Jundroo\\SimpleRockets\\SimpleRockets.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Jundroo\\SimpleRockets\\SimpleRockets.exe" failed, status c0000135
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo/SimpleRockets$
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: SimpleRockets doesn't open at all

Post by dimesio »

Something is wrong with your .NET install. Delete the wineprefix and reinstall to a clean one.
TomasUmb
Newbie
Newbie
Posts: 4
Joined: Sun Jun 08, 2014 4:52 am

Re: SimpleRockets doesn't open at all

Post by TomasUmb »

Code: Select all

 namai@namai-System-Product-Name:~$ cd ~/.wine/drive_c/Program\ Files
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files$ ls
Common Files  Internet Explorer  Jundroo  Microsoft.NET
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files$ cd Jundroo
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo$ cd SimpleRockets
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo/SimpleRockets$ wine SimpleRockets.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
fixme:advapi:EventRegister {e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x7932a40c, 0x797293b0, 0x79764880
fixme:advapi:EventRegister {763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x7932a40c, 0x797292f0, 0x79729998
fixme:advapi:EventRegister {a669021c-c450-4609-a035-5af59af4df18}, 0x7932a40c, 0x79764890, 0x79764888
fixme:advapi:EventRegister {cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x7932a40c, 0x797648c0, 0x797292e8
fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x79140000) stub!
fixme:nls:LCIDToLocaleName unsupported flags 8000000
err:module:map_image Could not map section .text, file probably truncated
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003fe,0x14d5d8,0x0001,0x00000000,0x30ae444,(nil)): stub
err:eventlog:ReportEventW L".NET Runtime version 4.0.30319.1 - There was a failure initializing profiling API attach infrastructure.  This process will not allow a profiler to attach.  HRESULT: 0x800706a9.  Process ID (decimal): 8.  Message ID: [0x2509]."
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:service:QueryServiceConfig2W Level 6 not implemented
fixme:service:QueryServiceConfig2W Level 6 not implemented
fixme:service:QueryServiceConfig2W Level 6 not implemented
fixme:service:QueryServiceConfig2W Level 6 not implemented
fixme:service:QueryServiceConfig2W Level 6 not implemented
namai@namai-System-Product-Name:~/.wine/drive_c/Program Files/Jundroo/SimpleRockets$ 
Still can't run i get error message

Edit: CLR error: 80004005
The program will now terminate.
Locked