Skip to content

Instantly share code, notes, and snippets.

View 090809's full-sized avatar

Georgy Kargin 090809

View GitHub Profile
void SetShipOTHERTable2(string _tabName, ref _chr)
{
int i;
string row;
float fTmp;
int iShip = sti(_chr.ship.type);
ref refBaseShip = GetRealShip(iShip);
GameInterface.(_tabName).select = 0;
@090809
090809 / Mac.log
Created November 14, 2019 11:12
Mac.log
2019-11-14 13:51:04 (Main Thread)[error] RendererInfo:
2019-11-14 13:51:04 (Main Thread)[error] Vendor ID: 0x1002
2019-11-14 13:51:04 (Main Thread)[error] Device ID: 0x6741
2019-11-14 13:51:04 (Main Thread)[error] Device Name: AMD Radeon HD 6750M
2019-11-14 13:51:04 (Main Thread)[error] Driver Version: 1.32.25
2019-11-14 13:51:04 (Main Thread)[error] Video Memory: 1024 MB
2019-11-14 13:51:04 (Main Thread)[error] AGP Memory: 1365 MB
2019-11-14 13:51:04 (Main Thread)[error] IOKit Performance Stats:
2019-11-14 13:51:04 (Main Thread)[error] AGP Memory: 1365 MB(IOAccelerator) Gen6Accelerator:
@090809
090809 / d3debug.txt
Created November 14, 2019 11:11
D3Debug
2019.11.14 13:56:51.607967563 Diablo III Release (No Assertions) running under OS X 10.10.5 (14F2511)
2019.11.14 13:56:51.608318794 <BUILD>2.6.7.63573 (133909-1651575)</BUILD>
2019.11.14 13:56:51.608550899 System Model: MacBookPro8,3
2019.11.14 13:56:51.609603769 Cheats: DISABLED
2019.11.14 13:56:51.609853576 CPU Vendor: GenuineIntel
2019.11.14 13:56:51.609981727 CPU Details: Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
2019.11.14 13:56:51.610165411 CPU Processors: 1
2019.11.14 13:56:51.610308081 CPU Cores: 4
2019.11.14 13:56:51.610513203 CPU Threads: 8
2019.11.14 13:56:51.610689095 4096.00 MB of total physical memory
<?php
class ModelShippingdost extends Model {
function getQuote($address) {
$this->load->language('shipping/dost');
if ($this->config->get('dost_status')) {
$query = $this->db->query("SELECT * FROM " . DB_PREFIX . "zone_to_geo_zone WHERE geo_zone_id = '" . (int) $this->config->get('dost_geo_zone_id') . "' AND country_id = '" . (int) $address['country_id'] . "' AND (zone_id = '" . (int) $address['zone_id'] . "' OR zone_id = '0')");
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
--- DEBUG: --- START
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
[New Thread 0x7ffff43ff700 (LWP 4416)]