Dolphin, the GameCube and Wii emulator - Forums

Full Version: Unable to run svn on linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

SonicBoom

Paste from me running...
Code:
./dolphin-emu
12:54:830 Source/Core/Common/Src/FileUtil.cpp:92 W[COMMON]: IsDirectory: stat failed on ./user/Wii/title/00000001/00000002/content/:

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 15

(dolphin-emu:12566): Gtk-CRITICAL **: gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed
13:05:052 Source/Core/Core/Src/ConfigManager.cpp:58 N[BOOT]: Saving Settings to ./user/Config/Dolphin.ini
13:06:037 Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp:102 W[EXI]: No memory card found. Will create new.
13:06:053 Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp:102 W[EXI]: No memory card found. Will create new.
13:06:250 Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:423 N[Video]: glX-Version 1.4
13:06:250 Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:432 N[Video]: Got Doublebuffered Visual!
13:06:280 Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:135 N[Video]: XRRExtension-Version 1.3
13:06:653 Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:152 N[Video]: Fullscreen Resolution 640x480
wiiuse v0.12 loaded.
  By: Michael Laforest <thepara[at]gmail{dot}com>
  http://wiiuse.net  http://wiiuse.sf.net
hci_get_route: Address family not supported by protocol
hci_get_route: Address family not supported by protocol
13:06:692 Source/Core/Core/Src/Boot/Boot.cpp:165 N[BOOT]: Booting /media/hdd/Documents and Settings/Fred/My Documents/wii/ws_mh3_dm_ntsc.iso
13:06:695 Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200614->81300000|
Apploader Initialized.
13:06:695 Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200630->81300000| This Apploader built Jun 22 2009 18:54:04 for RVL
13:07:048 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:240 E[Video]: Failed to compile ps (0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : error C6002: Instruction limit of 0 exceeded; 10 instructions needed to compile program
:
13:07:048 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:241 E[Video]: uniform samplerRECT samp0 : register(s0);
void main(
  out float4 ocol0 : COLOR0,
  in float2 uv0 : TEXCOORD0)
{
  float2 uv1 = float2(uv0.x + 1.0f, uv0.y);
  float3 c0 = texRECT(samp0, uv0).rgb;
  float3 c1 = texRECT(samp0, uv1).rgb;
  float3 y_const = float3(0.257f,0.504f,0.098f);
  float3 u_const = float3(-0.148f,-0.291f,0.439f);
  float3 v_const = float3(0.439f,-0.368f,-0.071f);
  float4 const3 = float4(0.0625f,0.5f,0.0625f,0.5f);
  float3 c01 = (c0 + c1) * 0.5f;
  ocol0 = float4(dot(c1,y_const),dot(c01,u_const),dot(c0,y_const),dot(c01, v_const)) + const3;
}

13:07:048 Source/Plugins/Plugin_VideoOGL/Src/TextureConverter.cpp:74 E[Video]: Failed to create RGB to YUYV fragment program
13:07:050 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:240 E[Video]: Failed to compile ps (0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : error C6002: Instruction limit of 0 exceeded; 14 instructions needed to compile program
:
13:07:050 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:241 E[Video]: uniform samplerRECT samp0 : register(s0);
void main(
  out float4 ocol0 : COLOR0,
  in float2 uv0 : TEXCOORD0)
{
  float4 c0 = texRECT(samp0, uv0).rgba;
  float f = step(0.5, frac(uv0.x));
  float y = lerp(c0.b, c0.r, f);
  float yComp = 1.164f * (y - 0.0625f);
  float uComp = c0.g - 0.5f;
  float vComp = c0.a - 0.5f;
  ocol0 = float4(yComp + (1.596f * vComp),
                 yComp - (0.813f * vComp) - (0.391f * uComp),
                 yComp + (2.018f * uComp),
                 1.0f);
}

13:07:050 Source/Plugins/Plugin_VideoOGL/Src/TextureConverter.cpp:101 E[Video]: Failed to create YUYV to RGB fragment program
13:07:051 Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:344 N[PowerPC]: Flush Instruction Cache! ICE=0
13:07:052 Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:335 N[PowerPC]: Instruction Cache Enable (HID0.ICE) = 1
13:07:196 Source/Core/Common/Src/FileUtil.cpp:92 W[COMMON]: IsDirectory: stat failed on :
13:07:215 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.cpp:304 W[WII_IPC_DVD]: DVDLowUnencryptedRead: trying to read out of bounds @ 460a0000
13:07:215 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.cpp:395 W[WII_IPC_DVD]: DVDLowRequestError status = 0x00052100
13:07:215 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.cpp:395 W[WII_IPC_DVD]: DVDLowRequestError status = 0x00052000
13:07:215 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp:714 W[WII_IPC_ES]: IOCTL_ES_DIGETTICKETVIEW: this looks really wrong...
13:07:215 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp:586 W[WII_IPC_ES]: IOCTL_ES_GETCONSUMPTION:0
13:07:219 Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp:115 W[WII_IPC_FILEIO]: FileIO: Open failed - File doesn't exist ./user/Wii/title/00000001/00000002/data/play_rec.dat
13:07:359 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:     411 kB Strap_English.tpl
13:07:366 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:     863 kB system/hbm_eng.bin
13:07:431 Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:179 N[Audio]: ALSA successfully initialized.

13:07:446 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:240 E[Video]: Failed to compile ps (0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : error C6002: Instruction limit of 0 exceeded; 4 instructions needed to compile program
:
13:07:446 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:241 E[Video]: //Pixel Shader for TEV stages
//1 TEV stages, 0 texgens, 0 IND stages
uniform sampler2D  samp0 : register(s0), samp1 : register(s1), samp2 : register(s2), samp3 : register(s3), samp4 : register(s4), samp5 : register(s5), samp6 : register(s6), samp7 : register(s7);

uniform float4 color[4] : register(c0);
uniform float4 k[4] : register(c4);
uniform float4 alphaRef[1] : register(c8);
uniform float4 texdim[8] : register(c9);
uniform float4 czbias[2] : register(c17);
uniform float4 cindscale[2] : register(c19);
uniform float4 cindmtx[6] : register(c21);
uniform float4 cfog[2] : register(c27);
void main(
  out float4 ocol0 : COLOR0,
  out float depth : DEPTH,
  in float4 clipPos : TEXCOORD0,
  in float4 colors_0 : COLOR0,
in float4 colors_1 : COLOR1){
  float4 c0=color[1],c1=color[2],c2=color[3],prev=float4(0.0f,0.0f,0.0f,0.0f),textemp,rastemp,konsttemp=float4(0.0f,0.0f,0.0f,0.0f);
  float3 comp16 = float3(1.0f,255.0f,0.0f), comp24 = float3(1.0f,255.0f,255.0f*255.0f);
  float4 alphabump=0;
  float3 tevcoord;
  
13:07:446 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:215 E[Video]: failed to create pixel shader
13:07:456 Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp:215 W[Video]: Failed to load vs (0) : warning C6502: Profile option 'MaxInstructions' value (-1) too small; clamped to 16
(0) : warning C6503: Profile option 'NumTemps' value (160) too large; clamped to 32
(0) : warning C6502: Profile option 'MaxInstructions' value (-1) too small; clamped to 16
(0) : warning C6503: Profile option 'NumTemps' value (160) too large; clamped to 32
:
13:07:456 Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp:216 W[Video]: //Vertex Shader: comp:2000,
typedef struct { float4 T0, T1, T2; float4 N0, N1, N2; } s_cpnmtx;
typedef struct { float4 t; } FLT4;
typedef struct { FLT4 T[24]; } s_ctexmtx;
typedef struct { FLT4 T[64]; } s_ctrmtx;
typedef struct { FLT4 T[32]; } s_cnmtx;
typedef struct { FLT4 T[64]; } s_cpostmtx;
typedef struct { float4 col; float4 cosatt; float4 distatt; float4 pos; float4 dir; } Light;
typedef struct { Light lights[8]; } s_clights;
typedef struct { float4 C0,C1,C2,C3; } s_cmtrl;
typedef struct { float4 T0,T1,T2,T3; } s_cproj;
typedef struct { float4 params; } s_cfog;
struct VS_OUTPUT {
  float4 pos : POSITION;
  float4 colors[2] : COLOR0;
  float4 clipPos : TEXCOORD0;
};
uniform s_ctrmtx ctrmtx : register(c78);
uniform s_ctexmtx ctexmtx : register(c54);
uniform s_cnmtx cnmtx : register(c142);
uniform s_cpnmtx cpnmtx : register(c0);
uniform s_cpostmtx cpostmtx : register(c174);
uniform s_clights clights : register(c14);
uniform s_cmtrl cmtrl : register(c10);
uniform s_cproj cproj : register(c6);
uniform s_cf
13:07:474 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:     380 kB sound/whd/system.whd
13:07:477 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:       4 kB sound/tsb/system.tsb
13:07:501 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:       8 kB sound/srt/bgm/MH3BGM_QUEST.srt
13:07:526 Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:578 E[Video]: Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:226: (CompilePixelShader) OpenGL error 0x502 - invalid operation

13:07:526 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:229 E[Video]: glError 00000502 before PS!
13:07:528 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:240 E[Video]: Failed to compile ps (0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : warning C6502: Profile option 'NumInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumTexInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6502: Profile option 'NumMathInstructionSlots' value (-1) too small; clamped to 0
(0) : warning C6503: Profile option 'MaxDrawBuffers' value (8) too large; clamped to 4
(0) : error C6002: Instruction limit of 0 exceeded; 7 instructions needed to compile program
:
13:07:528 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:241 E[Video]: //Pixel Shader for TEV stages
//1 TEV stages, 1 texgens, 0 IND stages
uniform sampler2D  samp0 : register(s0), samp1 : register(s1), samp2 : register(s2), samp3 : register(s3), samp4 : register(s4), samp5 : register(s5), samp6 : register(s6), samp7 : register(s7);

uniform float4 color[4] : register(c0);
uniform float4 k[4] : register(c4);
uniform float4 alphaRef[1] : register(c8);
uniform float4 texdim[8] : register(c9);
uniform float4 czbias[2] : register(c17);
uniform float4 cindscale[2] : register(c19);
uniform float4 cindmtx[6] : register(c21);
uniform float4 cfog[2] : register(c27);
void main(
  out float4 ocol0 : COLOR0,
  out float depth : DEPTH,
  in float3 uv0 : TEXCOORD0,
  in float4 clipPos : TEXCOORD1,
  in float4 colors_0 : COLOR0,
in float4 colors_1 : COLOR1){
  float4 c0=color[1],c1=color[2],c2=color[3],prev=float4(0.0f,0.0f,0.0f,0.0f),textemp,rastemp,konsttemp=float4(0.0f,0.0f,0.0f,0.0f);
  float3 comp16 = float3(1.0f,255.0f,0.0f), comp24 = float3(1.0f,255.0f,255.0f*255.0f);
  float4 alph
13:07:528 Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp:215 E[Video]: failed to create pixel shader
13:07:536 Source/Core/Common/Src/MsgHandler.cpp:53 E[*]: Warning: Failed to create vertex shader
Failed to create vertex shader
13:07:536 Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp:208 E[Video]: Failed to load vs (0) : warning C6502: Profile option 'MaxInstructions' value (-1) too small; clamped to 16
(0) : warning C6503: Profile option 'NumTemps' value (160) too large; clamped to 32
(0) : warning C6502: Profile option 'MaxInstructions' value (-1) too small; clamped to 16
(0) : warning C6503: Profile option 'NumTemps' value (160) too large; clamped to 32
(0) : error C6002: Instruction limit of 16 exceeded; 26 instructions needed to compile program
:
13:07:536 Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp:209 E[Video]: //Vertex Shader: comp:a000,
typedef struct { float4 T0, T1, T2; float4 N0, N1, N2; } s_cpnmtx;
typedef struct { float4 t; } FLT4;
typedef struct { FLT4 T[24]; } s_ctexmtx;
typedef struct { FLT4 T[64]; } s_ctrmtx;
typedef struct { FLT4 T[32]; } s_cnmtx;
typedef struct { FLT4 T[64]; } s_cpostmtx;
typedef struct { float4 col; float4 cosatt; float4 distatt; float4 pos; float4 dir; } Light;
typedef struct { Light lights[8]; } s_clights;
typedef struct { float4 C0,C1,C2,C3; } s_cmtrl;
typedef struct { float4 T0,T1,T2,T3; } s_cproj;
typedef struct { float4 params; } s_cfog;
struct VS_OUTPUT {
  float4 pos : POSITION;
  float4 colors[2] : COLOR0;
  float3 tex0 : TEXCOORD0;
  float4 clipPos : TEXCOORD1;
};
uniform s_ctrmtx ctrmtx : register(c78);
uniform s_ctexmtx ctexmtx : register(c54);
uniform s_cnmtx cnmtx : register(c142);
uniform s_cpnmtx cpnmtx : register(c0);
uniform s_cpostmtx cpostmtx : register(c174);
uniform s_clights clights : register(c14);
uniform s_cmtrl cmtrl : register(c10);
uniform s_cproj cproj :
13:07:537 Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp:180 E[Video]: failed to create vertex shader
13:10:395 Source/Core/DiscIO/Src/FileMonitor.cpp:113 W[FileMon]:     649 kB trial/inittex2_eng.tpl

I am trying to run an iso but it just shows a black screen
Specs of computer being ran on...
AMD athlon 64x2 (clocked at 2.7GHz)
3.5Gb Ram
ATI Radeon HD 3300 clocked at 775MHz
Try to run it on another .iso and check the results.

SonicBoom

Well the iso itself is fine, I used it in dolphin on my windows partition

SonicBoom

No one knows how to get this running on linux?